@charset "utf-8";
/* CSS Document */

body {
	background-color:#97b24f;
	font-family:helvetica,arial,verdana, sans-serif;
	line-height:1.2;
	font-size:0.9em;
	text-align:center;
}
#sitewidth{
	margin:0 auto 0 auto;
	min-width:1100px;
	width:98%;
}
#loginwidth{
	margin:0 auto 0 auto;
	width:512px;
}
#mainarea{
	background-color:#FFFFFF;
}
#shadowleft{
	width:8px;
	background-image:url(../images/bg_shadowleft.gif);
	background-repeat:repeat-y;
}
#shadowright{
	width:8px;
	background-image:url(../images/bg_shadowright.gif);
	background-repeat:repeat-y;
}
#shadowbottom{
	height:10px;
	background-image:url(../images/bg_shadowbottom.gif);
	background-repeat:repeat-x;
}
#shadowbottomleft{
	height:10px;
	background-image:url(../images/bg_shadowbottomleft.gif);
	background-repeat:no-repeat;
}
#shadowbottomright{
	height:10px;
	background-image:url(../images/bg_shadowbottomright.gif);
	background-repeat:no-repeat;
}
#header{
	background-image:url(../images/bg_top.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:100%;
	height:59px;
}
#loginheader{
	width:100%;
	height:102px;
}

#localization{
	background-image:url(../images/bg_localization.gif);
	background-repeat:repeat-x;
	width:100%;
	height:33px;
	padding-top:10px;
	padding-left:15px;
}
#navHolder {
	margin-left:16px;
	margin-top:30px;
	height:29px;
	float:left;
	width:500px;
}
#navTab{
	float:left;
	text-align:left;
	padding-top:8px;
	padding-left:10px;
	display:block;
	width:105px;
	height:19px;
	background-image:url(../images/maintab_unselected.gif);
	margin-left:1px;
	margin-right:1px;
}
#navTab.active{
	padding-top:6px;
	width:109px;
	height:23px;
	margin-left:0;
	margin-right:0;
	background-image:url(../images/maintab_selected.gif);
}
#navTab a:link {
	color:#000000;
	font-style:bold;
	text-decoration:none;
}
#navTab a:visited {
	color:#000000;
	font-style:bold;
	text-decoration:none;
}
#navTab a:hover {
	color:#000000;
	font-style:bold;
	text-decoration:none;
}
#navTab a:active {
	color:#000000;
	font-style:bold;
	text-decoration:none;
}
#leftcolumn{
	background-color:#e6e6e6;
	width:183px;
}
#leftcolumntop{
	background-image:url(../images/bg_leftcol_top.gif);
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
	padding-top:12px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:12px;
}
#leftlogincolumn{
	background-image:url(../images/bg_leftcol_top.gif);
	background-position:top;
	background-repeat:repeat-y;
	text-align:right;
	padding-top:20px;
	width:150px;
}
#leftcolumnbottom{
	text-align:left;
	padding-top:12px;
	padding-left:15px;
	padding-right:10px;
	height:400px;
	background-image:url(../images/bg_leftcol_bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#rightcolumn{
	padding-top:12px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:12px;
	text-align:left;
}

p {
	margin-bottom:10px;
}
h2 {
	margin-left:20px;
	margin-top:0;
}
.clearer {
	display:block;
	clear:both;
}
strong {
	font-weight:normal;
	font-style:italic;
}
a:link {
	color:#276ead;
	font-style:bold;
	text-decoration:none;
}
a:visited {
	color:#276ead;
	font-style:bold;
	text-decoration:none;
}
a:hover {
	color:#5e96c9;
	font-style:bold;
	text-decoration:none;
}
a:active {
	color:#5e96c9;
	font-style:bold;
	text-decoration:none;
}


#loc-container{
	margin-top:10px;
	float:left;
}
#loc_start{
	width:7px;
	height:23px;
	background-image:url(../images/loc_bg_start.gif);
	float:left;
}
a:hover #loc_start{
	width:7px;
	height:23px;
	background-image:url(../images/loc_bg_start.gif);
	background-position:0 46px;
	float:left;
}

.active #loc_start{
	width:7px;
	height:23px;
	background-image:url(../images/loc_bg_start.gif);
	background-position:0 23px;
	float:left;
}
#loc_mid{
	color:#000;
	padding-top:3px;
	height:20px;
	background-image:url(../images/loc_bg_mid.gif);
	float:left;
}
a:hover #loc_mid{
	color:#000;
	padding-top:3px;
	height:20px;
	background-image:url(../images/loc_bg_mid.gif);
	background-position:0 46px;
	float:left;
}
.active #loc_mid{
	color:#000;
	padding-top:3px;
	height:20px;
	background-image:url(../images/loc_bg_mid.gif);
	background-position:0 23px;
	float:left;
}
#loc_end{
	width:9px;
	height:23px;
	background-image:url(../images/loc_bg_end.gif);
	float:left;
}
a:hover #loc_end{
	width:9px;
	height:23px;
	background-image:url(../images/loc_bg_end.gif);
	background-position:0 46px;
	float:left;
}
.active #loc_end{
	width:9px;
	height:23px;
	background-image:url(../images/loc_bg_end.gif);
	background-position:0 23px;
	float:left;
}
