@charset "utf-8";
table, td, tr, div, li, ul, form, input, radio, select, option, checkbox, hidden { font-size: 11px; vertical-align: top; font-family: tahoma; }
body {
	font-family: tahoma;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	background-color: #3B79D0;
	margin-top: 20px;
}
.MainDiv {
	width: 990px;
	height: auto;
	margin: auto;
	background-color: #E1EBF5;
	border-top-right-radius: 6pt;
	-moz-border-radius-topright: 6pt;
	-webkit-border-top-right-radius: 6pt;
	border-top-left-radius: 6pt;
	-moz-border-radius-topleft: 6pt;
	-webkit-border-top-left-radius: 6pt;
	
	border-bottom-right-radius: 6pt;
	-moz-border-radius-bottomright: 6pt;
	-webkit-border-bottom-right-radius: 6pt;
	border-bottom-left-radius: 6pt;
	-moz-border-radius-bottomleft: 6pt;
	-webkit-border-bottom-left-radius: 6pt;
}
.TopDiv {
	width: 990px;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(images/top_links.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	border-top-right-radius: 6pt;
	-moz-border-radius-topright: 6pt;
	-webkit-border-top-right-radius: 6pt;
	border-top-left-radius: 6pt;
	-moz-border-radius-topleft: 6pt;
	-webkit-border-top-left-radius: 6pt;
}
.LogoDiv {
	float: left;
	padding-left: 10px;
	display: block;
	width: 180px;
	height: 30px;
	text-shadow: 0 2px #333;
	filter: dropshadow(color=#444444,offX=0,offY=2);
	/*filter: glow(color=#333333,strength=3);*/
	color: #F5F5F5;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
	font-family: Arial black;
	text-decoration: inherit;
}
.VersionDiv {
	width: 270px;
	float: left;
	display: block;
	font-size: 11px;
	line-height: 270%;
	color: #039;
	text-shadow: 0 1px #FFF;
	filter: dropshadow(color=#FFFFFF,offX=0,offY=1);
	height: 30px;
}
.TopBtnDiv {
	width: 515px;
	height: 27px;
	float: right;
	display: block;
	font-size: 11px;
	direction: rtl;
	padding-top: 3px;
	padding-right: 10px;
}
.TopBtnDiv a {
	display: block;
	width: 102px;
	text-align: center;
	text-decoration: none;
	color: #039;
	text-shadow: 0 1px #FFF;
	filter: dropshadow(color=#FFFFFF,offX=0,offY=1);
	height: 24px;
	line-height: 160%;
	float: right;
}
.TopBtnDiv a:hover {
	display: block;
	width: 100px;
	text-align: center;
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 1px #039;
	filter: dropshadow(color=#003399,offX=0,offY=1);
	height: 22px;
	line-height: 160%;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	background-image: url(images/btnbg.gif);
	background-repeat: repeat-x;
	background-color: #069;
	float: right;
}
.ContentDiv {
	width:970px;
	padding: 10px;
	height: auto;
	background-image: url(images/cntbg.jpg);
	background-repeat: repeat-x;
}
.CounterDiv {
	width: 100%;
	font-size: 11px;
	color: #039;
	text-shadow: 0 1px #FFF;
	filter: dropshadow(color=#FFFFFF,offX=0,offY=1);
}
.LinkTitleTr {
	background: url(images/linkpnlbg.jpg) repeat-x top;
	height: 28px;
	vertical-align: middle;
	font-size: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px #003366;
	filter: dropshadow(color=#003366,offX=0,offY=1);
}
#LINK a {
	color: #324261;
	text-decoration: none;;
}
#LINK a:hover {
	color: #496494;
	text-decoration: none;
}
.p-num-href a {
	padding: 2px;
	display: block;
	color: #FFF;
	width: 12px;
	height: 11px;
	float: right;
	background: url(images/linkpnlbg.jpg) repeat-x;
	text-decoration: none;
	border: 1px #006 solid;
}
.p-num-href a:hover {
	padding: 2px;
	display: block;
	color: #FFF;
	width: 12px;
	height: 11px;
	float: right;
	background: url(images/linkpnlbg.jpg) repeat-x;
	text-decoration: none;
	border: 1px #069 solid;
}
.PanelHead {
	width: 200px;
	height: 28px;
	line-height: 220%;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	text-shadow: 0 1px #003366;
	filter: dropshadow(color=#003366,offX=0,offY=1);
	background-image: url(images/linkpnlbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #006699;
	border: 1px #666666 solid;
	border-bottom: none;
}
.PanelContent {
	width: 200px;
	height: auto;
	background: #D3E2F5;
	font-size: 11px;
	padding: 5px;
	border: 1px #666666 solid;
	border-top: none;
}
div.p-Links-Cat_div a {
	background: url(images/link_bg.gif) bottom repeat-x;
	display: block;
	width: 196px;
	font-size: 11px;
	padding-right: 4px;
	margin: auto;
	height: 22px;
	text-decoration: none;
	color: #003366;
	line-height: 180%;
}
div.p-Links-Cat_div a:hover {
	background: url(images/link_bg.gif) bottom repeat-x;
	display: block;
	width: 196px;
	background-color: #003366;
	font-size: 11px;
	padding-right: 4px;
	margin: auto;
	height: 22px;
	text-decoration: none;
	color: #D1D8E2;
	line-height: 180%;
}
div.p-Links-Cat_div2 a {
	background: url(images/link_bg.gif) bottom repeat-x;
	display: block;
	width: 196px;
	font-size: 9px;
	padding-right: 4px;
	margin: auto;
	height: auto;
	text-decoration: none;
	color: #003366;
	line-height: 180%;
}
div.p-Links-Cat_div2 a:hover {
	background: url(images/link_bg.gif) bottom repeat-x;
	display: block;
	width: 196px;
	background-color: #003366;
	font-size: 9px;
	padding-right: 4px;
	margin: auto;
	height: auto;
	text-decoration: none;
	color: #D1D8E2;
	line-height: 180%;
}
.SEARCHDiv {
	width: 428px;
	height: auto;
	border: 1px #036 solid;
	background: #FFF;
	text-align: left;
}

