/* BROWSER RESETING */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
:focus {outline: 0}
ol, ul {list-style: none}
table {
	border-collapse: separate;
	border-spacing: 0
}
caption, th, td {
	text-align: left;
	font-weight: normal
}
blockquote:before, blockquote:after, q:before, q:after {content: ""}
blockquote, q {quotes: "" "" }


/* LAYOUT */

body {
	margin: 0;
	padding: 0;
	background-color: #1e1e1e;
	font-size: 16px;
}

#main {
	width: 1060px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: #1e1e1e url(images/header1.png);
	background-repeat: no-repeat;
	width: 1060px;
	height: 92px;
}

#menu {
	height: 35px;
	width: 592px;
	background-image: url(images/menu1.png);
	background-repeat: no-repeat;
	position: relative;	
	top: 70px;
	left: 47px;
	padding-top:6px;
	padding-left:10px;
}

#menu a {
	margin:0 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}

#searcher {
	float:right;
	margin-top:-25px;
	padding-right:100px;
}

#content_prev {
	clear:both;
	float: left;
	width:50px;
}

#content {	
	float: left;
	width:765px;
	margin-top: 60px;
	margin-right:20px;
}

.box_big {
	width: 765px;
	margin-bottom: 20px;
}

.box_big .box_top {
	background-image: url(images/box_big_top1.png);
	background-repeat: no-repeat;
	height: 70px;
}

.box_big .box_top h2, .box_big .box_top h1 {
	position: relative;
	top: 15px;
	left: 100px;
	font-size:120%;
	color: #FFF;
}

.box_big .box_content {
	background-image: url(images/box_big_content.png);
	background-repeat: repeat-y;
	padding: 10px 20px;
}

.box_big .box_bottom {
	background-image: url(images/box_big_bottom1.png);
	background-repeat: no-repeat;
}

#right {
	float: right;
	overflow:hidden;
	width: 170px;
	margin-top: 62px;
	margin-right: 55px;
}

#right .box_top {
	background-image: url(images/box_right_top.png);
	background-repeat: no-repeat;
	height: 70px;
}

#right .box_top h2 {
	position: relative;
	top: 10px;
	text-align: center;
	font-size:110%;
	color: #FFF;
}

#right .box_content {
	color: #333;
	background-image: url(images/box_right_content.png);
	background-repeat: repeat-y;
	padding: 0 20px;
}

#right .box_content a {
	font-size: 90%;	
}

#right .box_bottom {
	background-image: url(images/box_right_bottom1.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#reset {
	clear: both;
}

#footer {
	clear: both;	
	height: 41px;
	background-image: url(images/footer1.png);
	background-repeat: no-repeat;
	margin-left: 50px;
	color: #999;
}

#footer p {
	position: relative;
	top: 10px;
	left: 20px;
}

#footer strong {
	color: #FFF;
	font-size: 110%;
}


/* COMMON CLASSES */

.cb { clear:both }
.cl { clear:left }
.cr { clear:right }
.db { display:block }
.dn, .hide {display:none;}
.fl { float:left }
.fr { float:right }
.m0 { margin: 0px; }
.p0 { padding: 0px; }
.txb{font-weight:bold;}
.txu{text-decoration:underline;}
.txj { text-align:justify; }
.tdn{text-decoration:none;}
.txc{text-align:center;}
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}
.tal{text-align:left;}
.tac{text-align:center;}
.taj{text-align:justify;}
.tar{text-align:right;}
.vat{vertical-align:top}
.vam{vertical-align:middle;}
.vab{vertical-align:bottom;}
.mt0{margin-top:0px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mb0{margin-bottom:0px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.pb0{padding-bottom:0 !important;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}

.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w300{width:300px;}
.w400{width:400px;}

.w100p{width:100%;}
.w95p{width:95%;}
.w90p{width:90%;}
.w85p{width:85%;}
.w80p{width:80%;}
.w75p{width:75%;}
.w70p{width:70%;}
.w65p{width:65%;}
.w60p{width:60%;}
.w50p{width:50%;}
.w40p{width:40%;}

.verysmall {
	font-size: 60%;
}
.small {
	font-size: 85%;
}

.big {
	font-size: 120%;	
}

.quiet {
	color: #666;	
}


/* PROJECT SPECIFIC */

a {
	color: #333;
	text-decoration: none;
	font-size: 90%;	
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#footer a {
	color: #FFF;
	text-decoration: none;	
}

#footer2 a {
	color: #999;
}

#footer2 a:hover {
	color: #666;
}

.button_small {
	background-image: url(images/button_medium.png);
	background-repeat: no-repeat;
	color: #FFF;
	width: 73px;
	height: 23px;
}

th {
	font-weight: bold;	
}

.table_th_vertically th {
	text-align: right;
	padding-right: 10px;
}

.table_th_vertically {
	border-spacing: 10px;
}

ul {
	list-style-type: circle;
	margin: 10px 0;
}

li {
	margin-left: 30px;	
}

strong, b {
	font-weight: bold;
	color: #333;
}

em {
	font-style: italic;
}

.box_content p {
	padding-bottom: 10px;
}

#date_to_timestamp_table table {
	width: 140px;
	border-spacing: 8px;
}

.tablev1 {
	width: 100%;
	border-spacing: 8px;
}

.tablev1 th {
	color: #666;
	text-align: right;
}


.form fieldset {	
	display: block;
	padding: 30px 5px 20px 5px;
	padding-bottom: 0px;
}
.form legend {
	font-size: 120%; color: #27e;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-variant: small-caps;
	padding: 0 10px;
	margin: 0px;
	font-weight: bold;
}
.form .submit {
	padding: 3px 5px;
	font-weight: bold;
}
.form label[for] {
	cursor: pointer;
}
.form input+label {
	font-weight: normal;
}
.form dl {
	clear: both;
}
.form dt {
	float: left;
	width: 20%;
	line-height: 1.5em;
	text-align: right;
	margin: 0 10px 10px 0;
	font-size: 90%;
	color: #666;
}
.form dd {
	float: left;
	width: 78%;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
.form dd.all {
	float: none;
	width: 96%;
}
.form a {
	text-decoration: underline;
}
.form label {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.form .advice {
	font-size: 0.8em;
	color: #666;
	line-height: 1.3em;
	margin-top: 4px;
}
.form input[type=text], .form input[type=file], .form textarea, .form input[type=password] {
	border: 1px solid #BBB;
	padding: 2px;
}

.error{
margin-top:10px;
color:#FDA917;
border: 1px solid #444;
background-color:#222;
padding:10px;
font-size:100%;
font-weight:bold;
}
.success{
margin-top:10px;
color:#0EEF6C;
border: 1px solid #444;
background-color:#222;
padding:10px;
font-size:15px;
text-align:center;
font-weight:bold;
}

#sitemap h2 {
	margin-bottom: 10px;
	font-size: 120%;
}

#sitemap h2 {
	margin-bottom: 10px;
	font-size: 120%;
}

#sitemap p {
	margin-bottom: 30px;
	margin-left: 30px;
}

#search_index h2 {
	font-size: 120%;
	margin-top: 20px;
}

#search_index h3 {
	font-size: 120%;
	font-weight: bold;
}
#search_index h3 a {
	color: #333;	
}
.url a {
	color: green;	
}