﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	background-color: #ebebeb;
	color: Black;
}

form
{
 padding:0;
 margin:0;
}

a:link{ color: #006699; text-decoration: none;}
a:visited{ color: #006699; text-decoration: none;}
a:active{ color: #006699; text-decoration: none;}
a:hover{ color: #006699; text-decoration: underline;}

#outer
{
	width: 800px;
	margin: auto;
	background: white;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

#topline
{
	background: url("/images/bt_left.gif" ) #474747 left top no-repeat;
	line-height: 5px;
}

#pageheader, #footer
{
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#pageheader
{
	background-color: White;
	padding: 21px 30px 6px 30px;
	color: GrayText;
	height: 60px;
}

#pageheader .search
{
	float: right;
	clear: right;
	width: 251px;
	margin-top: 12px;
}

#pageheader .search div
{
	float: left;
}
#pageheader .search input.input
{
	width: 164px;
}
#pageheader .search input.img
{
	padding-left: 5px;
	width: 76px;
}

#footer
{
	background: url("/images/bt_left.gif" ) #474747 left top repeat-y;
	padding:3px 30px;
	color: White;
	text-align:left;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover
{
	text-decoration: underline;
}

ul
{
 list-style-type:none;
 padding:0;
 margin:0;
}

li
{
 list-style-type:none;
}

/*-----global menu-----*/
ul#globalMenu{ clear: both; }

ul#globalMenu li{ float: left; }
ul#globalMenu li.m1{ padding-right:1px; width: 103px; }
ul#globalMenu li.m2{ padding-right:1px; width: 125px; }
ul#globalMenu li.m3{ padding-right:1px; width: 148px; }
ul#globalMenu li.m4{ padding-right:1px; width: 136px; }
ul#globalMenu li.m5{ padding-right:1px; width: 138px; }
ul#globalMenu li.m6{ width: 145px; }

#content
{
	background: url("/images/bg.jpg" );
}

#note
{
	display: none;
	position: absolute;
	margin-left: 263px;
	margin-top: 150px;
	border: 1px #E1E1E1 solid;
	background: #F0F0F0;
	width: 250px;
	height: 100px;
	padding: 12px;
}


#main
{
	background-color: White;
	overflow: visible;
}

div.left
{
	float: left;
	width: 513px;
	padding: 12px;
	padding-right: 0px;
}

div.right
{
	float: right;
	padding-right: 12px;
	margin-top: 12px;
}

div.formWrap
{
	padding: 10px;
	border: 1px #E1E1E1 solid;
	background: #F0F0F0;
	color: Gray;
}

div.formWrap select
{
	margin-top: 5px;
	width: 221px;
}

div.formWrap div.img
{
	float: none;
	padding-left: 145px;
	margin-top: 5px;
}

img
{
	border-width: 0px;
}

img.top
{
	border-top: solid 1px GrayText;
	border-bottom: solid 1px GrayText;
}

.sideimg
{
	margin-top: 15px;
	border: 1px #E1E1E1 solid;
	width: 245px;
}


div#aboutList ul{
 list-style: none;
}

div#aboutList ul li{
 margin-top: 5px;
 padding-top: 5px;
 background: url("/images/topic_line.gif") transparent left top repeat-x; 
}
div#aboutList ul li.first{ background: transparent; }

div#aboutList ul li a{
 display: block;
 padding-left: 14px;
 background: url("/images/arrow_o.gif") transparent left top no-repeat;
}


a.info
{
	border-bottom: 1px dashed #800000;
	text-decoration: none;
}
a.info:hover
{
	cursor: help;
	background: #FFFFFF;
}
a.info span
{
	visibility: hidden;
	position: absolute;
	left: 20em;
	margin-top: 1em;
	padding: 1em;
	text-decoration: none;
}
a.info:hover
{
	visibility: visible;
	border: 1px solid #800000;
	color: #800000;
	background: #F8F9B9;
}


.popupMenu {
	position:absolute;
	display:none;
	
}