/* Tags */

body 
{
	margin: 0px auto; 
	color: #004080;
	background-color: #4CACDD;
	background-image:url(images/bg.jpg); 
	background-repeat:repeat-x; 
	font-size:12px; 
	font-family:Verdana, Helvetica, sans-serif; 
	background-position:top; 
	text-align: center; 
	padding: 0;
}
a
{
	border:0px;
	text-decoration: underline;
	color: #336699;
}
a:hover 
{
	color: #cc0033;
}
img 
{
	border: 0px;
}
h1 
{
	color: #004080;
	font-size: 14px;
	margin-left: 50px;
	text-align: left;
}
h2 
{
	color: #004080;
	font-size: 12px;
	margin-left: 50px;
	text-align: left;
	font-weight: bold;
}

/* IDs */

#main 
{
    width: 906px;   
    margin: 15px auto 5px auto; 
    text-align: center;
	background-image: url(images/newbg.gif); 
	background-position: left;
	background-repeat:repeat-y; 
}
#top 
{
	height: 73px;
}
#right 
{
	float: right; 
	width: 725px; 
	height: 100%; 
	background-color: #fff;  
	background-image: url(images/bg_r.gif); 
	background-position: top right; 
	background-repeat: repeat-y;
}
#left 
{
	float: left; 
	width: 181px;
	height: 100%;
}
#content 
{
	margin-right: 50px;
	margin-top: 25px;
}
#links 
{
	height: 19px; 
	margin: 0;
	padding: 0;
	background-image: url(images/linkbg.gif); 
	background-repeat: no-repeat;
	background-position:right;
}
#main #right p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #004080;
	text-align: left;
	margin-left: 50px;
	line-height: 18px;
}
#left_top 
{
	margin-bottom: 20px; 
	background-color: #FFF; 
	color: #004080; 
	background-image: url(images/link_left.gif); 
	border-right: solid 1px #336699 ;
	height:20px; 
	width: 180px; 
	float:left
}
#left_bottom 
{
	background-color: #FFF; 
	color: #004080; 
	background-image: url(images/link_left.gif); 
	border-right: solid 1px #336699 ;
	height:20px; 
	width: 180px; 
	float:left;
	position: relative;
}
#bottom 
{
	clear: both;
}
#list 
{
	text-align: left;
	margin:  0px 50px 0px 50px;
	padding: 0;
}
#list li 
{
	margin-bottom: 10px;
}
#status 
{
	border-right: solid 1px #336699;
	float: right;
}
#demoad 
{
	float: right;
}
#modtable 
{
	margin-left: auto; 
	margin-right: auto; 
	border: solid 1px #336699; 
	background-color: #F7FCFf;
	background-image: url(images/bg_test2.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
}
#modtable td
{
	width: 150px;
}

/* Classes */

.left 
{
	float: left;
}
.right 
{
	float: right;
}
.sitemap 
{
	float: left;
	margin-left: 10px;
}
.floatimg 
{
	float: right;
	margin-left: 30px;
	margin-right: 25px;  
	margin-top: 20px;
}
.fixheader 
{
	margin-left:-80px;
}
.login
{
	float: right;
	margin-right: 20px;
	font-family: Verdana;
	font-size: 10px;
}
.ww
{
	clear: both;
	margin-top: 25px;
}
.liheader
{
	margin-bottom: 15px; 
	margin-top: 0; 
	padding: 0;
	font-weight: bold; 
	list-style-type: none; 
	color: #336699;
}
.modules 
{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
.modh1
{
	margin: 0 0 0 30px; 
	color: #336699; 
	font-size: 12px;
}
.tab
{
	border-top: solid 1px #336699;
	border-right: solid 1px #336699;
	border-left: solid 1px #336699;
}
.dropmenudiv
{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height: 16px;
	z-index: 100;
	width: 115px;
	visibility: hidden;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	background-color: #fff;
}
.dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	padding: 2px 0px 0px 0px;
	text-decoration: none;
	color:  #336699;
	background-color: #fff;
}
.dropmenudiv a:hover
{ 
	background-color: #CC0000;
	color: #fff;
}

/* form */

#Form1 
{
	margin: 0;
	padding: 0;
}
fieldset  
{
	font: 12px verdana;
	color: #666;
	padding: 2px;
	border: solid 1px #336699;
	width: 420px;
	background-image: url(images/bg_test.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
	
legend  
{
	color: #336699;
	font-weight: bold;
	background-color: aliceblue;
	padding: 2px 6px;
	margin-bottom: 8px;
	border: solid 1px #336699;
}

label   
{
    color: #336699;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 150px;
}

label.fieldLabel	
{
	display: inline;
	float: none;
}
	
input.formInputText   
{
	font-size: 12px;
	color: #336699;
    border: solid 1px #336699;
	padding: 1px;
	margin-right: 5px;
	margin-bottom: 3px;
	height: 15px;
	float: left;
}
	
input.formInputText:hover 
{
	border: solid 1px lightblue;
	color: #000;
}
	
input.formInputText:focus 
{
	color: #000;
	border: solid 1px red;
}

input.formInputButton   
{
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	color: #336699;
	background-color: lightblue;
	border: solid 1px #336699;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	width: 75px;
}