@charset "UTF-8";
html,body {
	margin:0;
	padding:0;
	border:0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:center;
	margin:0 auto
}
#container{
	background-color:#FFFFFF;
	border:0.5em solid #D9E3F1;
}
#hires {
	text-align:	center;
	vertical-align: top;
}
#content {
	text-align: center;
	vertical-align: top;
}
#alert {
	text-align: left;
	vertical-align: top;
	font-size:0.9em;
	clear:both;
}
#content a {
	color: #003773;
	text-decoration: none;
}
#link {
		text-align: left;
		margin: 0 0.5em 1em 0.5em;
}
#notes {
	font-style: italic;
	border-left-color: #FFFFFF;
	margin-left: 14em;
}
.perms {
	font-style: italic;
}
#files {
	font-weight: bold;
	color: #999999;
	vertical-align: top;
	width: 14em;
	float: left;
}
#files a {
	color: #999999;
	text-decoration: none;
}
#files a:hover {
	background:#ffffff;
	text-decoration: none;
	}
#files a.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:8px;
	width:130px;
}
#files a.tooltip:hover span{
	font-size: 0.9em;
	font-weight: normal;
	display:inline;
	position:absolute;
	background:#D9E3F1;
	border:1px solid #003773;
	color:#6c6c6c;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
#downloads {
	font-weight: bold;
	color: #999999;
	vertical-align: top;
	width: 14em;
	float: left;
}
#downloads a {
	color: #003773;
	text-decoration: none;
}
#downloads a:hover {
	color: #0471B9;
	text-decoration: none;
	}
#otherlink {
	text-align: center;
	width:100%;
	font-weight: bold;
	clear: both;
	background-color:#FFFFFF;
	font-size:0.9em;
}
#otherlink a {
	color: #003773;
	text-decoration: none;
	display:block;
}
#otherlink ul {
	list-style-type: none;
	padding: 0.5em 0 0 0;
	text-align: center;
}
#otherlink li {
	width:32.5%;
	display: inline;
	float: left;
	text-align: center;
	margin-left:1px;

}
.tab1, .tab2, .tab3, .tab4 {
}
.show{
display:none
}
.show.selected{
display:block;
background-color:#FFFFFF;
margin:0.1em;
border-bottom:1px solid #AABBEE;
border-left:1px solid #AABBEE;
border-right:1px solid #AABBEE;
padding:1em 0.5em 1em 0.5em;
text-align:left;
}
.show_menu{
background-color:#D9E3F1;
border:1px solid #AABBEE;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;

}
.show_menu.selected{
background-color:#FFFFFF;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top: 1px solid #AABBEE;
	border-right: 1px solid #AABBEE;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #AABBEE;
}
.clear{
clear:both;
}
a {
	color: #003773;
	text-decoration: none;
	}
a:hover {
	color: #0471B9;
	text-decoration: none;
	}