@charset "TIS-620";
/* CSS Document */
img.png{
behavior: url(pngfix.htc);
}
a:active{
	text-decoration:none;
	color : #006699;
}
a:link{
	text-decoration:none;
	color : #006699;
}
a:visited{
	text-decoration:none;
	color : #006699;
}
a:hover{
	text-decoration:none;
	color : #004B71;
}
a.ccc:active{
	text-decoration:none;
	color : #CCC;
}
a.ccc:link{
	text-decoration:none;
	color : #CCC;
}
a.ccc:visited{
	text-decoration:none;
	color : #CCC;
}
a.ccc:hover{
	text-decoration:none;
	color : #FFF;
}
a.graylink:active{
	text-decoration:none;
	color : #666;
}
a.graylink:link{
	text-decoration:none;
	color : #666;
}
a.graylink:visited{
	text-decoration:none;
	color : #666;
}
a.graylink:hover{
	text-decoration:none;
	color : #006699;
}
a.LightGraylink:active{
	text-decoration:none;
	color : #999999;
}
a.LightGraylink:link{
	text-decoration:none;
	color : #999999;
}
a.LightGraylink:visited{
	text-decoration:none;
	color : #999999;
}
a.LightGraylink:hover{
	text-decoration:none;
	color : #ADADAD;
}
a.bluelink:active{
	text-decoration:none;
	color : #006699;
}
a.bluelink:link{
	text-decoration:none;
	color : #006699;
}
a.bluelink:visited{
	text-decoration:none;
	color : #006699;
}
a.bluelink:hover{
	text-decoration:none;
	color : #004B71;
}
html, body.bluestripe{
	scrollbar-arrow-color: #A5A5A5;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-highlight-color: #FEFEFE;
	scrollbar-face-color: #E1E1E1;
	scrollbar-shadow-color: #D0D0D0;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #F5F5F5;
	background-color:#FFFFFF;	
	background-image:url(../images/blue_Stripe.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	height:100%;
}
html, body.normal{
	scrollbar-arrow-color: #A5A5A5;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-highlight-color: #FEFEFE;
	scrollbar-face-color: #E1E1E1;
	scrollbar-shadow-color: #D0D0D0;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #F5F5F5;
	background-color:#FFFFFF;
	margin:0px;
	height:100%;
}
#layoutHeader{
	width:100%
}
.clear{
	clear:both;
}
.mainLayout{
	display:block;
	margin:0 auto;
	width:990px;
	height:100%;
}
.mainLayoutPopup{
	display:block;
	margin:0 auto;
	width:589px;
	height:100%;
}
.layoutLanguage, .layoutFlash, .layoutFooter, .layoutFooterPopup{
	float:left;
}
.layoutLanguage{
	display:block;
	text-align:right;
	margin-top:3px;
	width:976px;
	height:24px;
}
div.layoutLanguage div{
	padding-right:23px;
	vertical-align:middle;
}
.layoutFlash{
	display:block;
	text-align:center;
	margin-bottom:10px;
	width:976px;
}
.layoutFooter{
	display:block;
	text-align:left;
	width:976px;
	height:70px;
	background-image:url(../images/bg_Footer.jpg);
	background-repeat:no-repeat;
	background-position:0;
}
.layoutFooterPopup{
	display:block;
	text-align:left;
	width:575px;
	height:70px;
	background-image:url(../images/bg_Footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
div.layoutFooter div, div.layoutFooterPopup div{
	padding:20px 0px 0px 20px;
}
.shadowArea{
	display: block;
	width: 990px;
}
.shadowAreaPopup{
	display: block;
	width: 589px;
}
.shadowLeft{
	background-repeat:repeat-y;
	background-image:url(../images/shadow_Left.jpg);
	width: 100%;
	float: left
}
.shadowRight{
	background-repeat:repeat-y;
	background-image:url(../images/shadow_Right.jpg);
	background-position: 100% 0;
	width: 100%;
	height: 100%;
	float: right;
	margin-top:3px;
}
.content{
	margin-right: 7px;
	margin-left: 7px;
}
.nav{
	display:block;
	float:left;
	text-align:left;
	width:150px;
	height:auto;
}
div.subnav a{
	display: block;
	float:left;
	padding:4px 4px 4px 13px;
	background: url(../images/arrow_collapsed-02.gif) no-repeat top left;
	cursor: pointer;
}
div.sdmenu {
	width:150px;
}
div.sdmenu div {
	overflow:hidden;
}
div.sdmenu div.collapsed {
	height:22px;
}
div.sdmenu div span {
	display: block;
	padding:4px 4px 4px 13px;
	background: url(../images/arrow_expanded.gif) no-repeat left;
	cursor: pointer;
	border-bottom: 1px solid #DDD;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/arrow_collapsed.gif);
}
div.sdmenu div a {
	padding:4px 4px 4px 21px;
	background: #FFF;
	display: block;
	border-bottom: 1px solid #DDD;
}
div.sdmenu div a.current{
	background : #F1F1F1;
}
div.subnav a.current{
	background: url(../images/arrow_collapsed-02.gif) no-repeat top left;
	background-color: #F1F1F1;
	width:133px;
}
div.sdmenu div a:hover {
	background :url(../images/arrow_linkarrow.gif) no-repeat left center;
	color : #006699;
	text-decoration: none;
}
.search{
	display:block;
	height:39px;
	background-image:url(../images/bg_Search.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
div.search div{
	padding:4px 5px 0px 5px;
}
.searchSelect{
	display:block;
	float:left;
	margin-right:5px;
	width:auto;
}
.searchElement{
	display:block;
	float:left;
	margin:2px 0px -2px 0px;
}
.vp{
	margin:9px 0px 0px 0px;
}
.hd{
	position:absolute;
	top:-100px; /* or left:-1000px */
}
