@charset "utf-8";
/* CSS Document */


body {
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/bg_repeat.jpg) repeat;
}
#pageContainer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(images/bg_repeat.jpg) repeat;
}
#mainWrapper
{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background:url(images/back.jpg) repeat-y;
	border-left: 18px solid white;
	border-right: 18px solid white;
}

#innerWrapper
{
	width: 800px;
	height: auto;
	margin: 0 auto;
}

#homeImgWrapper
{
	width: 800px;
	height: 540px;
	/*background:url(images/home.jpg) no-repeat;*/
	border-top: 5px solid white;
}

#slideshow
{
    width: 800px;
    height: 540px;
    position: absolute;
    z-index: 0;
}

#navigation
{
    width: 800px;
    height: 540px;
    position: absolute;
    z-index: 11;
}

#headerWrapper
{
	width: 800px;
	height: 160px;
    background: url(images/header.jpg) no-repeat;
}

#headerWrapper p
{
    margin: 0;
}

#headerImgWrapper
{
	width: 612px;
	height: 160px;
	/*background:url(images/header.jpg) no-repeat;*/
}

#loginWrapper
{
	width: 188px;
	height: 158px;
	background:url(images/login.png) no-repeat;
	line-height:16px;
}

#loginWrapper p
{
    margin-bottom:0px;
    margin-top: 0px;
}

#loginWrapper .button
{
    background: url(images/btn_back1.png) no-repeat;
    width: 56px;
    height: 20px;
    border: none;
    cursor: pointer;
    padding-top: 0px;
}

#loginWrapper .button2
{
    background: url(images/btn_back2.png) no-repeat;
    width: 57px;
    height: 22px;
    border: none;
    cursor: pointer;
}

#loginWrapper a
{
	color: white;
	text-decoration:none;
	
}

#loginWrapper a:hover
{
	color:#000033;
}

#contentWrapper
{
	width: 800px;
	height:484px;
	
}

#leftFree
{
	width: 17px;
	/*height: 327px;*/
	background-color: white;
}

#leftMenu
{
	width: 210px;
	height: 312px;
	border-left: 9px solid white;
	background: url(images/left.jpg) no-repeat;
}

#contentArea
{
	width: 572px;
	height: 312px;
}

#innernewsArea
{
	width: 100%;
	height: 111px;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    background-color: #2b5c83;
    font-size: 13px;
}
#innernewsArea a
{
    color: white;
    text-decoration: none;
}

#newsArea
{
    position: absolute;
    z-index: 12px;
    border-top: 5px solid white;
	width: 782px;
	height: 111px;
}

#footerWrapper
{
	width: 100%;
	background-color: white;
	text-align: right;
	vertical-align: top;
	height: 16px;
	vertical-align:middle;
	padding-top: 4px;
}

.text
{
	width: 152px;
	background: white;
	height: 12px;
	border: none;
	font-size: 11px;
}

.text:focus
{
	outline-width:0;
}

.login_button
{
	width: 58px;
	height: 20px;
	cursor: pointer;
	background:url(images/login_button.jpg) no-repeat;
	border: none;
}

.tabs
{
	color:white;
	font-size:10px;
	padding:5px;
	text-align:center;
	width:118px;
	padding-top:6px;
	line-height:14px;
    margin-left: 15px;
}

.tabs a
{
	text-decoration:none;
	color: white;
}

.txt_back
{
	background:url(images/txt_img.png) no-repeat scroll left top;
	width: 161px;
	height: 21px;
	text-align:center;
	padding-top: 3px;
}

#front_left_menu
{
	width:126px;
	/*background-color:#3399cc;*/
	/*background:url(images/left_bg.jpg) repeat-x;*/
    
	color: white;
	vertical-align: top;
}
#front_left_menu p
{
    color: white;
}

#front_left_menu a
{
    text-decoration: none;
}

#front_left_menu ul
{
	font-size: 13px;
	padding-left: 25px;
	font-weight: normal;
	margin-left: 0;
	margin-top: 12px;
}

#front_left_menu ul li
{
	list-style:none;
	line-height: 20px;
}

#front_left_menu ul li a
{
	text-decoration:none;
	color: white;
}

#front_left_menu ul li a:hover
{
	color:#99CCFF;
}

#front_left_menu ul li a.selected
{
	color:#000066;
}

#front_left_menu ul li div
{
    background: #0b2c4f;
    border-top: 3px solid white;
    position: absolute;
    z-index: 13;
    padding-top: 2px;
    margin: 0;
    display: none;
    font-size: 13.5px;
    margin-left: -25px;
    height: 18px;
    /*opacity: 0.6;
    filter: alpha(opacity = 60);*/
}

#front_left_menu ul li ul li
{
    list-style: none;
    line-height: 20px;
    display: inline;
}

#front_left_menu ul li.over
{
   
}

#front_left_menu ul li.over div
{
    display: block;
}

#front_left_menu ul li div ul
{
    margin: 0;
    font-size: 13px;
    margin-top: -5px;
}
#front_content
{
	width:656px;
	background-color:white;
	vertical-align:top;
}

#option_area
{
	
}

#option_area ul
{
	font-size:13.5px;
	padding-left:20px;
	margin-left: 0px;
	margin-top:5px;
	margin-bottom: 8px;
}

#option_area ul li
{
	display:inline;
	list-style:none;
	color:#336699;
}

#option_area ul li a
{
	text-decoration:none;
	color:#336699;
}

#option_area ul li a:hover
{
	color: #a6d0f0;
}

#option_area ul li a.selected
{
	color: #a6d0f0;
}

#content_header
{
	font-size:32px;
	color:#2981C0;
	/*font-size:32px;*/
	height:96px;
	margin:0 auto;
	padding-left:14px;
	padding-top:0px;
	width:631px;
	line-height:90px;
}

#dialog
{
	/*border: 1px solid #133c5c;*/
	background-color: #133c5c;
	width: 782px;
	height: 321px;
	border-bottom: 5px solid white;
}

#dialog_header
{
	width: 765px;
	vertical-align:middle;
	text-align: right;
	padding-top: 12px;
	font-size:12px;
	color: white;
}

#dialogWrapper
{
	width:100%; 
	position:absolute;
	top: 0;
	left: 0;
	height: 700px;
	z-index:101;
	display:none
}

#page_content
{
	width:93%;
	font-size:14px;
	margin: 0 auto;
	line-height:15px;
}

#page_content ul, ol
{
	margin:0 0 0 15px;
	padding:0;
}

#page_content ol
{
	margin:0 0 0 18px;
}

#page_content p
{
    margin-top: 10px;
	margin-bottom:0;
}

#page_content a
{
    text-decoration: none;
    color: #0a548c;
}

#page_content a:visited
{
    /*color: #0a548c;*/
}

#form_area
{
}

#form_area .button
{
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/button.png) no-repeat;
	color: #0a548c;
	width: 75px;
	height:20px;
	font-size: 12px;
	border: none;
	padding-bottom: 1px;
	cursor: pointer;
}

#form_area table th
{
	vertical-align: middle;
	font-size: 12px;
	text-align:left;
	height: 36px;
	background-color:#eee8da;
	font-weight: normal;
	border-bottom: solid 1px #2981c0;
    padding-left: 8px;
}

#form_area table td
{
	font-size: 11.5px;
    height: 30px;
    padding-right: 6px;
    vertical-align: middle;
    padding-left: 8px;
}

#form_area table td a
{
    text-decoration: none;
    color: #0a548c;
}

#form_area table td a:visited
{
    color: #0a548c;
}

#tabs div
{
    background-color: #9ecef0;
    /*min-height: 100px*;*/
}

/*#tabs ul li a:visited
{
    color: black;
}*/
.txt_back2
{
    width: 300px;
    height: 18px;
    background: url(images/txt_img2.png) no-repeat;
    padding-top: 3px;
    text-align: center;
}

.text2
{
	width:294px;
	height:13px;
	border:none;
	font-size:11px;
    background: none;
}

.text2:focus
{
    outline-width:0;
}
#submit, .reset, #save
{
    background: url(images/submit2.png) no-repeat;
    border: none;
    cursor: pointer;
    height: 23px;
    width: 80px;
    color: #0a548c;
    font-size: 11px;
}
/*.reset
{
    background: url(images/submit2.png) no-repeat;
    border: none;
    cursor: pointer;
    height: 23px;
    width: 80px;
    font-size: 11px;
   color: #0a548c;
}

#save
{
    background: url(images/submit2.png) no-repeat;
    border: none;
    cursor: pointer;
    height: 23px;
    width: 80px;
    font-size: 11px;
    color: #0a548c;
}*/
