<!--
/*================= MAIN LAYOUT =======================*/

body{
	margin:0;
	padding:0;
	background-color: #000;
}

#container{
	width: 756px; /*Width of main container*/
	border: 1px solid black;
	margin: 0 auto; /*Center container on page*/
}

#header{
	margin-top: -2px;
	border: 0px solid red;
	margin-bottom: 66px
}

#lights{
	margin-top: -139px;
	border: 0px solid purple;

}

#hmenu{
	margin-top:69px;
	padding:4px;
	background-color: #060;
	border-top: 2px solid white;
	border-bottom: 6px solid white;
}

#contentwrapper{
	float: left;
	width: 100%;
	border-bottom: 4px solid white;
	border: 0px solid blue;
}

#content{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	border-left: 1px solid black;
	border: 0px solid orange;
}


#sidebar{
	float: left;
	width: 200px; 		/*Width of left column*/
	margin-left: -756px; 	/*Set left margin to -(ContainerWidth)*/
	border: 0px solid pink;
}

#footer{
	clear: left;
	width: 100%;
	background: #CCC;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}





#rightbarcontainer{
	border-top: 0px solid black;
	background: #background: url(bg.jpg);
	width: 202px;
	float: right;
	margin-top: 2px;
	margin-left:  0px;
	margin-right: 2px;	
}

#rightbar{
	border-right: 1px solid black;
	background: #FFF;
	width: 200px;
	float: right;
	margin-top: -1px;
	margin-left:  0px;
	margin-right: -3px;
	padding-right: 4px;	
}

.spacer{
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#pagetitlebar .title	{ font-size:18pt; font-family:arial; margin-bottom: 0px; margin-left: 6px; font-weight: bold;}

#sidebar	{ font-size: 8pt; font-family: verdana; font-weight: normal; }	


#footer	{ background-color: #E0E0E0; color:#000000; font-size: 8pt; font-family: verdana; font-weight: normal; }

#content  	{ font-size: 10pt; font-family: Calibri, "Trebuchet MS", Geneva, sans-serif; text-align:justify; }
#content h1	{ font-size: 12pt; font-family: Arial, "Trebuchet MS", Geneva, sans-serif; font-weight: bold; text-decoration: none; padding-top: 2px; padding-bottom: 2px; padding-left: 12px; margin-right:-20px; margin-left:-21px; display:block; }
#content h2	{ font-size: 11pt; font-family: Arial, "Trebuchet MS", Geneva, sans-serif; font-weight: bold; text-decoration: none; display:block; margin: 2px; padding: 0px; }
#content h3	{ font-size: 10pt; font-family: Arial, "Trebuchet MS", Geneva, sans-serif; font-weight: bold; font-style: italic; display:block; margin: 0px; padding: 0px; }
#content h4	{ font-size: 10pt; font-family: Arial, "Trebuchet MS", Geneva, sans-serif; font-weight: normal; text-decoration: underline; display:block; margin: 0px; padding: 0px; }
#content h5	{ font-size: 8pt;  font-family: Arial, "Trebuchet MS", Geneva, sans-serif; font-weight: bold    text-decoration: none;      display:block; margin: 0px; padding: 0px; }
#content h6	{ font-size: 8pt; font-variant: normal; font-weight: normal; text-decoration: none; margin: 0px; padding: 0px;}

#content ul 	{ list-style: square; }
#content ol 	{ list-style: decimal; }

#rightbar  	{ font-size: 8pt; font-family: Tahoma; }
#rightbar p	{ font-size: 8pt; font-family: Tahoma; padding: 0px 0px 0px 5px; margin-right: 0px;}
#rightbar h1	{ font-size: 8pt; font-family: Tahoma; color: #FFF; font-weight: bold;   text-decoration: none; margin-right: -4px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; padding: 0px;  display:block; text-align:center; }
#rightbar h2	{ font-size: 8pt; font-family: Tahoma; color: #000; font-weight: bold;   text-decoration: none; margin: 0px; padding: 0px 0px 0px 5px;  }
#rightbar h3	{ font-size: 8pt; font-family: Tahoma; color: #000; font-weight: normal; text-decoration: none; margin: 0px; padding: 0px 0px 0px 10px; font-style: normal;}
#rightbar h4	{ font-size: 8pt; font-family: Tahoma; color: #000; font-weight: normal; text-decoration: none; margin: 0px; padding: 0px 0px 0px 10px; }
#rightbar h5	{ font-size: 8pt; font-family: Tahoma; color: #000; font-weight: normal; text-decoration: none; margin: 0px; padding: 0px 0px 0px 10px; }
#rightbar h6	{ font-size: 8pt; font-family: Tahoma; color: #000; font-weight: normal; text-decoration: none; margin: 0px; padding: 0px 0px 0px 10px; }

#rightbar ul	{ list-style: square; margin: 0px 0px 0px 5px; padding: 0px 0px 0px 16px;}
#rightbar .inputbox		{ font-size: 8pt; font-family: tahoma; font-weight: normal; width: 150px;}
#rightbar input	{ font-size: 8pt; font-family: verdana; font-weight: normal;}


/*================= ADMIN LAYOUT =======================*/

#toolbar-top{display: none};

#toolbar-left{display: none};



.boxheader    {background:#009; color:#FFF; font-face: arial; font-weight: bold; font-size:10pt; margin: 0px; padding-left:10px; padding-top:3px; padding-bottom: 3px; }
.boxcontent   {border: 1px solid black; position: absolute; width: 300px; left: -1px; top:51px; margin:  5px 0px 0px 0px; padding: 0px 0px 0px 0px; background-color:#CCC; display: none;  }
.boxcontent td{font-family:arial; font-size:10pt; color:#000; }

.included { 
  position: absolute; right: 10px;
}

.toggleopacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3;
}

.toggleopacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.toggleopacity img{
	border: 0px solid #ccc;
}

.skin0{
position:absolute;
width:170px;
border:2px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
font-size:14px;
z-index:100;
visibility:hidden;
}

.menuitems{
padding-left:10px;
padding-right:10px;
}

//-->