/**
 * GENERAL
 * --------------------------------
 */
body {
	color:#fff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
}
body, div, p, form, fieldset, textarea, input, tr, td, h1, h2, h3, h4, ul, ol{
	margin:0;
	padding:0;
}
p{
	padding:2px 0 2px 0;
	line-height:16px;		
}
label, input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
fieldset{
	border:0;
}
table{
	border-spacing:0;
	width:100%;
}
td{
	vertical-align:top;
}

/**
 * LAYOUT
 * --------------------------------
 */
#bgwrap{
	position:absolute;
	z-index:2;
	top:0px;
	width:100%;
	height:100%;
}
#contentwrap{
	position:relative;
	margin:auto;
	margin-top:0;
	width:1040px;
	height:720px;
}

#header{
	height:120px;
	vertical-align:bottom;
}
#leftwrap{
	width:865px;
	float:left;
}
#skyscraper{
	width:160px;
	height:600px;
	float:left;	
	margin-left:15px;
	opacity: 				0.80;
	filter: 				alpha(opacity = 80);	
}
#leaderboard{
	opacity: 				0.80;
	filter: 				alpha(opacity = 80);
}
#nav{
	width:840px;
	height:30px;
	margin-bottom:20px;
	padding:0 0 0 20px;
}
#nav a{
	padding-right:6px;
}
#content{
	width:550px;
	float:left;	
	min-height:500px;
	padding:21px 25px 25px 25px;	
}
#scrollcontent{
	width:525px;
}
#scrollwrap{
	height:395px;
	overflow:auto;
	position: relative;	
}
#box{
	display:none;
	width:250px;
	float:left;	
	margin-left:15px;
	min-height:500px;
	background-color:#ccc;
	opacity: 				0.50;
	filter: 				alpha(opacity = 50);
}
#socialsticker{
	position:absolute;
	top:0px;
	right:0px;
	z-index:5;	
}
.cursor{
	cursor:pointer;
}

/* CENTER Version only */
/*
#bgwrap{
	background-image:url(../../bg-banner.jpg);
	background-position:center top;
	background-repeat:no-repeat;	
}
*/
body{
	background-image:url(../img/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;	
}

/*

CONTENT Styling

*/
h1 a:hover,h2 a:hover,h3 a:hover{
	text-decoration:none;
}
h1{
	font-size:24px;
	background:url(../img/li-h1-550.gif) bottom left repeat-x;
	padding-bottom:6px;
	margin:13px 0 12px 0;
	font-weight:normal;
}
h2{
	font-size:20px;
	background:url(../img/li-h2.gif) bottom left repeat-x;
	padding-bottom:6px;
	margin:25px 0 12px 0;
	font-weight:normal;	
}
h3{
	font-size:11px;
	color:#8fc0ff;
	font-weight:bold;
	margin-bottom:2px;
}
h4{
	font-size:11px;
	color:#8fc0ff;
	font-weight:normal;
}
h4.line{
	background:url(../img/li-h2.gif) bottom left repeat-x;
	padding-bottom:6px;
	margin:25px 0 12px 0;
}
a{
	color:#ffab15;
	text-decoration:none;
}
a:hover{
	color:#8fc0ff;
	text-decoration:underline;
}
a img{
	border:none;
}
.contentnav{
	list-style-type:none;
	float:right;
}
.contentnav li{
	display:inline;
	background:url(../img/sym-spacer.gif) right  no-repeat;
	padding:0 9px 0 3px;
}
.contentnav li.last{
	background:none;
	padding-right:0;
}
.contentnav li a.act{
	color:#8fc0ff;
}
.contentnav a{
	color:#fff;
}
img.cImg{
	border:1px solid #fff;
}
a.link, p.link{
	background:url(../img/sym-dart.gif) left  no-repeat;
	padding-left:10px;
}
p.li-top{
	display:block;
	padding-top:10px;
	background:url(../img/li-h2.gif) top left repeat-x;
	margin:7px 0 17px 0;
}
div.li-spacermain{
	background:url(../img/li-h1.gif) left repeat-x;
	height:25px;
}
div.li-spacer{
	background:url(../img/li-h2.gif) left repeat-x;
	height:25px;
}
div.li-spacer2{
	background:url(../img/li-h2.gif) left repeat-x;
	height:12px;
}
.galleryTable .cImg{
	margin-bottom:25px;
}
.content-color,.content-label{
	color:#8fc0ff;
}

/**
 * PRINT VIEW
 * --------------------------------
 */
@media print{
	#content,#content h1,#content h2,#content h3{color:#000000;}
	#banner,#nav{display:none;}
	#box{background-color:transparent;}
}


/**
 * FORMS
 * --------------------------------
 */

form div {
	position: relative;
}
.garp_form_error {
	color: #D9298B;
}
/*
#forminlinelabels label{
	color: #666;
	height: 12px;
	left: 4px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	z-index: 10;
}
*/

#forminlinelabels label{
	color: #666;
	height: 12px;
	left: 4px;
	position: absolute;
	top: 3px;
	z-index: 10;
}
#forminlinelabels input.filled, #forminlinelabels textarea.filled {
	z-index: 2000 !important;
}
#forminlinelabels label.aside {
	background: url(../img/sym-tooltip.png) no-repeat 0 0;
	color: #000;
	height: 20px;
	left: 149px;
	margin-top: -3px;
	padding-top: 2px;
	text-align: center;
	width: 128px;
	z-index: 3000;
}
#forminlinelabels .fieldRow{
	margin-bottom:6px;
}
#forminlinelabels input.text, textarea.text {
	width:272px;
	border:0;
	background-color:#fff;
	padding: 3px 0 2px 0;
	text-indent: 3px;
	position: relative;
}
#forminlinelabels input.text {
	height:15px;
}
#forminlinelabels textarea.text {
	height:100px;
}
#forminlinelabels fieldset.left{
	float:left;
	width:278px;
}
#forminlinelabels fieldset.right{
	float:left;
}
#forminlinelabels fieldset.full{
	clear:left;
}
#forminlinelabels fieldset.full textarea.text{
	width:550px;
}
#forminlinelabels fieldset.full label.aside{
	left: 426px;
}

/**
 * CONTROLLER
 * --------------------------------
 */
#controller{
	position:absolute;
	top:0px;
	left:27px;
	z-index:6;
	width:60px;
	height:20px;
	background:#0c0c0c url(../img/bg-imprint.gif) repeat-x;
	border-right:1px solid #3b3b3b;
}
#controller p#imprint{
	background:url(../img/sym-controllerimprint.gif) no-repeat;
}
#controller p#add{
	background:url(../img/sym-controlleradd.gif) no-repeat;
}
#controller p#adminbox{
	background:url(../img/sym-controlleradminbox.gif) no-repeat;
}
#controller p#imprint.active,#controller p#imprint:hover{
	background:url(../img/sym-controllerimprint0.gif) no-repeat;
}
#controller p#add.active,#controller p#add:hover{
	background:url(../img/sym-controlleradd0.gif) no-repeat;
}
#controller p#adminbox.active.active,#controller p#adminbox:hover{
	background:url(../img/sym-controlleradminbox0.gif) no-repeat;
}
#controller p{
	float:left;
	width:19px;
	height:19px;
	border-left:1px solid #3b3b3b;
	border-bottom:1px solid #3b3b3b;
	display:block;
	padding:0;
	margin:0;
}
div.controllerfield{
	display:none;
	position:absolute;
	top:0px;
	left:27px;
	z-index:5;
	border:1px solid #3b3b3b;
	border-top:none;
	width:300px;
	background:url(../img/bg-imprint.gif) repeat-x;
	line-height:100%;
	padding:35px 25px 25px 25px;
}
div.controllerfield ul li{
	background:url(../img/sym-imprint.gif) top left no-repeat;
	list-style-type:none;
	padding:0 0 14px 24px;
}
div.controllerfield a{
	font-weight:bold;
	color:#fff;
}
div.controllerfield h4{
	font-size:11px;
	color:#fff;
	background:url(../img/li-h1.gif) bottom left repeat-x;
	padding-bottom:6px;
	margin:13px 0 12px 0;
	font-weight:bold;
}
