@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET ----------------------------------------------------------------------------------------- */

/* BEGIN MAIN STYLES --------------------------------------------------------------------------------- */

html{
	text-align:center;
	background:url(../images/beta3_theme/map_bkg.jpg) repeat-x #292517;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:16px;
}
body{
	text-align:left;
}
#container{
	margin:0px auto;
	width:1024px;
	overflow:hidden;
}
#header{
	background:url(../images/beta3_theme/globe.png) no-repeat;
	width:1024px;
	height:175px;
	position:relative;
	margin-top:-20px;
}
#header #logo h1{
	position:absolute;
	text-indent:-9999px;
	background:url(../images/beta3_theme/nihov_logo.png) no-repeat;
	width:324px;
	height:116px;
	top:20px;
	left:15px;
	display:block;
}
#header #logo h2{
	position:absolute;
	text-indent:-9999px;
	background:url(../images/beta3_theme/slogan.png) no-repeat;
	width:590px;
	height:85px;
	top:50px;
	left:395px;
	display:block;
	}

#nav {
	position:relative;
	padding-top:135px;
	height:40px;
	width:1024px;
}
#nav-sub{
	margin-top:-11px;
	position:relative;
	height:40px;
	width:655px;
	overflow:hidden;
}

#main-top {
	background:url(../images/beta3_theme/main_bg_top.png) no-repeat;
	height:22px;
	width:1024px;
	margin-top:-12px;
}
#main {
	background:url(../images/beta3_theme/main_bg_bg.png) repeat-y;
	width:992px;
	height:100%;
	padding-left:17px;
	padding-right:15px;
}

#error{
	background:#f6db68;
	color:#212018;
	font-size:14px;
	font-style:italic;
	line-height:16px;
	padding:1em;
	border:1px #171611 outset;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	position:absolute;
	top:214px;
	width:625px;
	z-index:5;
	/* for IE */
    filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
}

#error #close {
	float:right;
	color:#f2f1ed;
	margin-top:-5px;
	margin-right:-2.5px;
}

#primary {
	float:left;
	width:655px;
	padding-left:10px;
	padding-right:10px;
	height:100%;
	margin-top:-0px;
	padding-top:10px;
	background:url(../images/beta3_theme/primary_bg.png) top left no-repeat;
}

#primary #post {
	border-bottom: 2px #dbd7c5 solid;
	padding-top:5px;
	padding-bottom:5px;
	height:100%;
	position:relative;
}
#primary p, #primary input textarea {
	color: #212018;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height:16px;
	text-align:justify;
	padding:5px 10px 5px 10px;
}

#primary span.date {
	float:right;
	margin-right:150px;
}

#primary ul{
	margin-left:25px;
	padding-left:25px;
	list-style:circle;
	margin-top:5px;
	margin-bottom:5px;
}

#primary ul li {
	color:#212018;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	padding-bottom:0px;
}

#secondary {
	width:297px;
	margin-left:679px; 
	padding-left:10px;
	padding-right:10px;
	height:100%;
	margin-top:-6px;
	padding-top:38px;
	background:url(../images/beta3_theme/secondary_bg.png) top right no-repeat;
}
#primary p#post-info span.date {
	float:none;
	margin-right:0px;
}

#post p#post-info {	
	float:right;
	margin-right:0px;
	height:15px;
	line-height:15px;
}

#post p#post-info span{	
	padding-left:20px;
}

#secondary #block{
	clear:right;
	margin-top:10px;
	border-bottom:3px #120f0f solid;
	margin-bottom:10px;
	padding-bottom:10px;
}
#secondary #block #container{
	height:100px;
	width:290px;
	overflow:hidden;
}
#secondary #block #container_1{
	height:25px;
	width:290px;
	overflow:hidden;
}

#secondary #block #container_2{
	height:50px;
	width:290px;
	overflow:hidden;
}
#secondary #block #container_3{
	height:75px;
	width:290px;
	overflow:hidden;
}
#secondary #block #container_4{
	height:100px;
	width:290px;
	overflow:hidden;
}
#secondary #block p{
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #f2f1ed;
	padding:2.5px;
	margin-left:10px;
	margin-right:10px;
}
#secondary #block input{
	margin-left:-2px;
}
#secondary #block input.text{
	padding:1px;
	margin:2px 60px 2px 0px;
	width:190px;
	background-color:#12110d;
	color:#f2f1ed;
	border:2px #171611 inset;
}

#secondary #block #profile{
	float:right;
	margin-right:10px;
	margin-top:-4px;
	overflow:hidden;
	text-align:center;
	color: #f2f1ed;
}
#secondary #block #profile-picture{
	overflow:hidden;
	border:outset 2px #171611; 
	text-align:center;
	width:100px;
	height:100px;
}

#secondary ul{
	margin-left:20px;
	margin-right:10px;
	}

#secondary #block li{
	line-height:25px;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size: 12px;
	width:270px;
	height:25px;
	overflow:hidden;
/*	border-bottom:1px #504a29 dashed; */
	
	}
#secondary #block li span{
	float:right;
	margin-top:0px;
	margin-right:5px;
}
#main-bottom {
	height:0px;
	position:relative;
}
#partners-spacer{
	height:121px;
}

#partners {
	position:absolute;
	top:-121px;
	left:26px;
	background:url(../images/beta3_theme/partners_bg.png);
	height:121px;
	width:658px;
	margin-left:-10px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
}
#partners #container {
	width:600px;
	height:121px;
	overflow:hidden;
}

#partners img {
	padding: 1.9em 1.3em;
}

#partners #sponsoredlink {
	float:right;
	background:url(../images/beta3_theme/partners_sponsored_link.png)  top right no-repeat;
	width:140px;
	height:121px;	
}
#partners h5 {
	position:relative;
	float:left;
	text-indent:-9999px;
	background:url(../images/beta3_theme/partners_h5.png) no-repeat;
	margin-top:2px;
	width:41px;
	height:121px;
	display:block;
}

#partners img.sponsored {
	float:right;
	padding: .9em .8em;
	margin-right:10px;
}

#partners ul {
	padding-left:1.2em;
}

#partners ul li {
	clear:both;
	display:inline;
	line-height:121px;
	position:relative;
	left:0px;
}

#footer{
	clear:both;
	background:url(../images/beta3_theme/footer.png) no-repeat;
	width:1024px;
	height:70px;
	line-height:65px;
	text-align:center;
	overflow:hidden;
}

#footer a{
	color:#504a29;
	text-decoration: none; 
	font-weight:normal;
}
#footer a:hover{
	text-decoration: underline; 
}

#primary #post table{
	margin:2.5px auto 2.5px auto;
}
#primary #post table tr td, #primary table tr th {
	vertical-align:top;
	}

#primary #post table tr td.title{
	width:200px;
	padding:0px 2.5px;
	text-align:right;
	vertical-align:middle;
}
#primary #post table tr td.title td{
	padding:0px 5px;
}
#primary #post table tr td.title span{
	color:#ff8610;
	font-weight:bold;
}

#primary #post table tr td select{
	width:260px;
	}

#primary #post table tr td input.text-input{
	width:245px;
	padding:0 5px;
}


/* END MAIN STYLES ---------------------------------------------------------------------------------- */

/* BEGIN TYPOGRAPHY --------------------------------------------------------------------------------- */

	/* Link styling */
	
	#secondary a:link, #secondary a:active, #secondary a:visited { 
		color: #f2f1ed; 
		text-decoration: none; 
		font-weight:bold;
		font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	}
	
	#secondary a:hover { text-decoration: none; }
	
	#primary a:link, #primary a:active, #primary a:visited { 
		font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
		color: #212018; 
		text-decoration: none; 
		font-weight:bold;
	}
	
	#primary a:hover { text-decoration: none; }

h1 {
	color: #fede3a;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: normal;
	text-transform: uppercase;
}

h1 a:link { color: #fede3a; text-decoration: none; }

h2 {
	color: #ffba00;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
}

h3, h3 a:link, h3 a:active, h3 a:visited, h3 a:hover, h3 a {
	color: #212018;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height:24px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}

h3 em, h3 em a:link, h3 em a:active, h3 em a:visited, h3 em a:hover{
	color:#caa714;
	font-style:normal;
}

#primary h4,  #primary h4 a:link, #primary h4 a:active, #primary h4 a:visited, #primary h4 a:hover {
	color: #caa714;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height:20px;
	font-weight: bold;
	padding: 5px 0px;
}

#secondary h4 {
	color: #fede38;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom:10px;
}

#secondary h4 a:link, #secondary h4 a:active, #secondary h4 a:visited, #secondary h4 a:hover { color: #ffffff; text-decoration: none; }

h5 {
	color: #f2f1ed;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform:uppercase;
	padding-top:15px;
}

h5 a:link, h5 a:active, h5 a:visited, h5 a:hover { color: #6ec9cc; text-decoration: none; }

h6, h6 a:link, h6 a:active, h6 a:visited, h6 a:hover {
	color: #212018;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height:18px;
	padding-top:2.5px;
	padding-bottom:0px;
	text-decoration:none;
}

/* END TYPOGRAPHY --------------------------------------------------------------------------------- */
.hidden {
	display: none;
}
p.button a:link{
	color:#FFFFFF;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	text-align:center;
}

.button{
	background:url(../images/beta3_theme/glass_button.png) no-repeat;
	width:90px;
	height:27px;
	color:#FFFFFF;
	font-family: "Swiss 721 SWA", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	text-align:center;
	margin:2.5px;
	border:none;
}
.right {
	float:right;
}

.clearright {
	clear:right;
}
table.center {margin-left:2.5%; margin-right:2.5%; width:95%;}

#primary table#TABLETOCONTROL{
	table-layout:auto;
	width:655px;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
	#primary table#TABLETOCONTROL th, #primary table#TABLETOCONTROL td {
	border:1px #dbd7c5 solid;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:normal;
	max-width:90px;
	}
	table#TABLETOCONTROL tr.paid {
		background-color:#C6FFC6;
	}
	table#TABLETOCONTROL tr.notpaid {
		background-color:#FF7979;
	}

#primary table#TABLETOCONTROL thead tr th.collapsed, #primary table#TABLETOCONTROL tbody tr td.collapsed{
	width:0px;
	height:auto;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	display:none;
}

table tr.odd  { background-color:#FFF; }
table tr.even {  }

.note {
	font-size:10px;
	font-style:italic;
	color:#747474;
	display:block;
	text-align:center;
	vertical-align:middle;
}
#cu3er-container {width:600px; outline:0; border:none;}

hr {
	border: 1px #dbd7c5 solid;
}