/* CSS Document */
/*---GLOBAL SETTINGS---
----------------------*/
*{
	margin: 0;
	padding: 0;
	outline: 0;
	}
html, body{
	height:100%;
	}
img{
	border:0;
	vertical-align:top;
	}
.border{
	border:2px solid #bbdcef;
	margin-bottom:15px;
	}
input, textarea, select{
	vertical-align:middle;
	color:#425e7a;
	font:normal 11px Tahoma;
	}
ul{
	list-style-type:none;
	}
a{
	text-decoration:underline;
	color:#009ef0;
	}
a:hover{
	text-decoration:none;
	}
p{
	margin-bottom:10px;
	line-height:16px;
	}
.btn{
	cursor:pointer;
	}
.btn:hover{
	position:relative;
	top:-1px;
	left:-1px;
	}
/*---H---
--------*/
h1{
	font:bold 22px Arial, Helvetica, sans-serif;
	color:#14468f;
	margin-bottom:10px;
	}
h3{
	font:bold 12px Tahoma;
	color:#13488b;
	text-transform:uppercase;
	padding:0 0 4px 0;
	border-bottom:3px solid #dfe4e8;
	}
h3 a{
	float:right;
	font:normal 11px Tahoma;
	text-transform:none;
	text-decoration:underline;
	}
h3 a:hover{
	text-decoration:none;
	}
h4{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff;
	}
h5{
	font:bold 12px Tahoma;
	color:#14468f;
	margin-bottom:13px;
	}
h5 span{
	display:block;
	padding-top:4px;
	}
/*---COMMON---
-------------*/
body{
	background:#fff;
	border-top:5px solid #184a91;
	font:12px Tahoma;
	color:#446078;
	text-align:center;
	}
.main{
	text-align:left;
	min-width:1000px;
	width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px");
	border-bottom:5px solid #184a91;
	}
.intend{
	padding:0 33px;
	}
/*---NAVIGATION---
------------------*/
.navigation{
	height:57px;
	}
.login{
	width:284px;
	float:right;
	padding:10px 0 0 0;
	color:#d0d5d8;
	position:relative;
	z-index:1;
	}
.login input{
	width:90px;
	border:1px solid #d5d5d5;
	padding:2px 10px;
	margin-bottom:5px;
	}
.login .btn{
	width:52px;
	height:20px;
	border:none;
	padding:0;
	}
.login a{
	font-size:11px;
	} 
/*---HEADER---
--------------*/
.header{
	background:url(../img/headerbg.gif) repeat-x;
	margin-bottom:6px;
	}
.headerL{
	background:url(../img/headerL.gif) no-repeat;
	}
.headerM{
	background:url(../img/headerM.jpg) no-repeat 277px 0;
	}
.headerR{
	height:38px;
	background:url(../img/headerR.jpg) no-repeat 100% 0;
	position:relative;
	padding:99px 0 0 277px;
	}
.name{
	position:absolute;
	top:36px;
	left:94px;
	z-index:0;
	}	
.logo{
	position:absolute;
	top:29px;
	left:305px;
	}
/*---CONTAINER---
--------------*/
.container{ 
	float:right;
	width:100%;
	margin-left:-309px;
	background:url(../img/sidebarbg.gif) repeat-y;
	}
.content{
	margin-left:309px;
	overflow:hidden;
	padding-bottom:40px;
	}
.colL{
	width:51%;
	float:left;
	padding:30px 0 0 0;
	}
.colR{
	width:43%;
	float:right;
	padding:30px 0 0 0;
	overflow:hidden;
	zoom:1;
	}
.news, .notes{
	margin-bottom:30px;
	list-style-type:none;
	}
.calend{
	margin-bottom:10px;
	list-style-type:none;
	}
.news li, .notes li, .calend li{
	background:url(../img/dotted.gif) repeat-x bottom;
	padding:10px 0 13px 0;
	}
.news span, .notes span, .calend span{
	display:block;
	color:#425e7a;
	font-size:11px;
	margin-bottom:5px;
	}
.news span{
	background:url(../img/newsico.gif) no-repeat 0 3px;
	padding:0 0 0 12px;
	}
.notes span{
	background:url(../img/notesico.gif) no-repeat 0 3px;
	padding:0 0 0 12px;
	}
.calend b{
	color:#c3c9ce;
	font-weight:normal;
	}
.calend i{
	font-style:normal;
	color:#ce0608;
	}
.news a, .notes a, .calend a{
	display:block;
	color:#0069d2;
	font-size:11px;
	}
.news a, .notes a{
	padding:0 0 0 12px;
	}
.all{
	float:right;
	font-size:11px;
	}
.url{
	padding:0 0 10px 0;
	color:#30b8fd;
	background:url(../img/dotted.gif) repeat-x bottom;
	font-size:10px;
	margin-bottom:15px;
	}
.url span{
	color:#14468f;
	}
.print{
	float:right;
	background:url(../img/printico.gif) no-repeat;
	padding:0 0 0 18px;
	}
.class{
	font-weight:bold;
	margin-left:30px;
	}
.class li{
	margin-bottom:12px;
	}
.class a:hover{
	color:#e50e00;
	}
.context p{
	text-indent:13px;
	}
.context strong{
	color:#14468f;
	}
.docs{
	list-style-type:none;
	font-weight:bold;
	list-style-type:none;
	line-height:16px;
	}
.docs li{
	background:url(../img/bullet.gif) no-repeat 0 6px;
	padding:0 0 0 14px;
	margin-bottom:10px;
	}
.docs ol{
	margin-left:35px;
	padding-top:0;
	list-style-type:decimal;
	}
.docs ol li{
	background:none;
	padding:0;
	}
.docs ul{
	list-style-type:none;
	margin-left:15px;
	}
.docs ul ul{
	padding-top:0;
	}
.finder, .finder_obr{
	background:#e0effb;
	margin-bottom:20px;
	}
.findTL{
	background:url(../img/findTL.gif) no-repeat left top;
	}
.findTR{
	background:url(../img/findTR.gif) no-repeat right top;
	}
.findBR{
	background:url(../img/findBR.gif) no-repeat right bottom;
	}
.findBL{
	background:url(../img/findBL.gif) no-repeat left bottom;
	padding:15px 20px 15px 20px;
	overflow:hidden;
	zoom:1;
	}
.finder label, .finder_obr label{
	font-weight:bold;
	color:#446078;
	float:left;
	}
.finder label{
	width:220px;
	padding:3px 0 0 0;
	}
.finder_obr label{
	width:110px;
	padding:3px 0 0 30px;
	}
.finder input, .finder_obr input{
	border:1px solid #d1c7c7;
	padding:2px;
	margin-bottom:12px;
	font-size:12px;
	}
.finder input{
	width:358px;
	}
.finder_obr input{
	width:400px;
	}
.finder select, .finder_obr select{
	border:1px solid #d1c7c7;
	font-size:12px;
	}
.finder select{
	width:299px;
	}
.finder_obr select{
	width:405px;
	margin-bottom:12px;
	}
.finder .btn, .finder_obr .btn{
	width:61px;
	height:20px;
	border:none;
	padding:0;
	}
.finder_obr .btn{
/*
	margin:0 0 0 484px;
	_margin:0 0 0 488px;
*/
	}
.finder_obr strong{
	display:block;	
	color:#446078;
	margin-bottom:10px;
	padding:0 0 0 30px;
	}

.finder input{
	width:358px;
	border:1px solid #d1c7c7;
	padding:2px;
	margin-bottom:12px;
	font-size:12px;
	}
.finder select{
	width:299px;
	border:1px solid #d1c7c7;
	font-size:12px;
	}
.finder .btn{
	width:61px;
	height:20px;
	border:none;
	padding:0;
	margin:0;
	}




.gdoy h5{
	background:#eff7fd url(../img/h5L.gif) no-repeat;
	border-bottom:3px solid #14468f;
	margin-bottom:5px;
	}
.gdoy h5 span{
	background:url(../img/h5R.gif) no-repeat right top;
	padding:7px 0 6px 10px;
	display:block;
	}
.gdoy ul{
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
	line-height:16px;
	}
.gdoy li{
	background:url(../img/dotted.gif) repeat-x top;
	margin-top:-1px;
	padding:7px 0;
	}
.gdoy ul ul{
	margin-bottom:0;
	padding-top:3px;
	}
.gdoy ul ul li{
	background:url(../img/bullet.gif) no-repeat 7px 10px;
	padding:4px 0 4px 20px;
	}
.gdoy ul ul li strong{
	display:block;
	}
.bullet_list li{
	background:url(../img/bullet.gif) no-repeat 7px 6px;
	padding:0 0 0 20px;
	list-style-type:none;
	line-height:16px;
	margin-bottom:5px;
	}
.int li{
	margin-bottom:15px;
	}
.bullet_list strong{
	color:#14468f;
	}
.doy_table{
	width:99%;
	border-collapse:collapse;
	border-top:4px solid #0c3e8d;
	margin:0 0 20px 1px;
	}
.doy_table th{
	background:#e4f1fa;
	border:1px solid #bbdcef;
	border-top:none;
	color:#14468f;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	padding:9px 0; 
	}
.doy_table td{
	border:1px solid #bbdcef;
	padding:6px 10px; 
	}
/*---SIDEBAR---
--------------*/
.sidebar{
	float:left;
	width:277px;
	background:#eff7fd;
	}
.searcher{
	background:#fff;
	padding:0 0 15px 16px;
	}
.searcher input{
	width:165px;
	border:1px solid #d5d5d5;
	padding:2px 5px;
	margin-bottom:4px;
	}
.searcher .btn{
	width:61px;
	height:20px;
	border:none;
	padding:0;
	}
.searcher a{
	font-size:11px;
	} 
/*---FOOTER---
--------------*/
.footer{
	clear:both;
	padding-top:5px;
	}
.links{
	border-top:1px solid #d2d7db;
	border-bottom:3px solid #d2d7db;
	width:100%;
	vertical-align:middle;
	text-align:center;
	height:76px;
	}
.bottom{
	padding:15px 18px;
	font-size:11px;
	color:#425e7a;
	}
.bottom p{
	float:right;
	margin:0;
	}
.bottom p strong{
	color:#009ef0;
	}
