@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
}

#container {
	width: 875px;
	border: 1px solid #535353;
}

#foot {
	width: 875px;
}

#header {
	width: 100%;
}

#header #blueband {
	color: #FFFFFF;
	background-color: #3f77ad;
	padding: 5px;
}

#header #shadow {
	background-image: url(../images/headershadow.jpg);
	background-repeat: repeat-x;
	height: 3px;
}




#left {
	padding: 5px;
	width: 180px;
	float: left;
	text-align: left;
	margin-top: 0px;
}

#menu .item {
	height: 16px;
	width: 175px;
	list-style-type: none;
	text-align: left;
	text-indent: 10px;
	padding-top: 3px;
	border: 1px solid #b6b6b6;
	margin-bottom: 3px;
	white-space: nowrap;
}

#menu .item a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #505050;
	text-decoration:none;
}

#menu .item a:hover {
	color: #3f77ad;
	text-decoration:underline;
}


#right {
	float: left;
	padding: 3px;
}

.leftbox {
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4483a6;
	border-bottom-color: #4483a6;
	border-left-color: #4483a6;
	background-color: #ebf3fa;
}

.news_outter {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4483a6;
	border-bottom-color: #4483a6;
	border-left-color: #4483a6;
	background-color: #ebf3fa;
	width: 167px;
	height: 100px;
	vertical-align:top;
	margin:0px;
}

.news_inner {
	margin:4px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	font-weight: bold;
	color: #4077AF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#content {
	width: 627px;
}

.textbox {

	font-family: Tahoma;
	font-size: 11px;
	background-color: #FBFBFB;
	border: 1px solid #999999;
}

.button {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #E0E0E0;
}


/**	Support */

#support {
	background-color:#F5F5F5;
	padding: 5px;
	width: 640px;
}

	#support #smenu {
		background-color:#D6D6D6;
		padding: 5px;
		border-top: 1px solid #ACACAC;
		border-bottom: 1px solid #ACACAC;
		text-align:left;
		font-weight: bold;
		color:#777777;
		margin-bottom: 5px;
	}

		#loading {
			text-align: center;
			margin: 10px;
			padding: 3px;
		}

	
		#support #smenu a 
		{
			font-family: Tahoma;
			font-size: 11px;
			color:#626262;
			text-decoration: none;
		}
		
		#support #smenu a:hover 
		{
			color:#0E0E0E;
		}	

	#surface {
		width: 100%;
		margin: 0px;
		text-align:center;
	}

/* Box Model */

td.header {
	background-color: #CBCBCB;
	margin: 1px;
	padding: 3px;
	text-align: left;
	font-weight: bold;
}

td.cell {
	background-color: #E0E0E0;
	margin: 1px;
	padding: 5px;
	text-align: left;
}

.notfound {
	background-color: #E0E0E0;
	margin: 1px;
	padding: 5px;
	text-align:center;
	font-style:italic;
}


.loginreq {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;	
}

/**	Reference &  */

.ref_header {
	font-weight: bold;
	padding: 5px;
	width: 100%;
}
.ref_body {
	padding: 5px;
	text-align: left;
}
.ref_item {
	float: left;
	margin-right: 10px;
}

/**	Title 2 Note */

#title2note{
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 20em;
	margin: 1em;
	padding: 7px 5px 7px 10px;
	font: 12px/1.2em "Lucida Console", "Courier New", monospace;
	text-align: left;
	color: #111;
	background-color: #FFFFB4;
	border: 1px solid #111;
}
/* star html hack - IE only */
* html #title2note{
	position: absolute;
}
/* a bet on future IEs */
#title2note[id]{
	position: fixed;
}