body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

#bottom_message {
	float:left;
	clear:left;
	margin:15px 0px 0px 0px;
	padding:0px;
	border-top:1px solid #CEE4ED;
	width: auto;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 10px 10px 10px;
	width: auto;
}

/*--- Nav Bar ---*/
#main .logocell {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 160px;
}
#main .dropshadow {
	background-image: url(../_img/nav_dropshadow.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: auto;
}
#main .search {
	background-color: #E5E5E5;
	height: 25px;
	width: 130px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B2B3B5;
	padding-left: 2px;
}
area {
	cursor: default;
}


#main .navcell {
	height: 25px;
	vertical-align: middle;
	padding-left: 10px;
}

#main .navcell .first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B2B3B5;
}

#main .navcell a {
	list-style-type: none;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B3B5;
	height: 20px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0C8FCE;
	text-decoration: none;
	display: inline;
}

#main .navcell a:hover {
	list-style-type: none;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B3B5;
	height: 20px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	background-color: #AFDF08;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

#main .searchfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 15px;
	width: 100px;
	border-top: solid 1px #898989;
	border-right: solid 1px #ACACAC;
	border-bottom: solid 1px #ACACAC;
	border-left: solid 1px #898989;
	text-align: left;
	vertical-align: middle;
	padding-left: 2px;
	padding-top: 2px;
	background-color: #AFDF08;
}
/*--- Nav Bar ---*/

/*--- Information Div ---*/
#info {
	background-color: #FAFAFA;
	height: auto;
	width: 175px;
	border: 1px solid #B2B3B5;
	padding: 1px;
	margin: 5px;
}
#info .title_orange{
	border-left: solid 2px #FF6600;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background-color: #ECECEC;
}

#info .title_blue{
	border-left: solid 2px #0C8FCE;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background-color: #ECECEC;
}

#info .content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #B2B3B5;
}

#info ul {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: 1px solid #B2B3B5;
}
#info li {
	list-style-type: none;
	height: 17px;
	padding-left: 10px;
	padding-right: 10px;
}

#info a {
	color: #0C8FCE;
	text-decoration: none;
}
#info a:hover {
	color: #0C8FCE;
	text-decoration: underline;
}
/*--- Information Div ---*/


/*--- Context Menu ---*/
#contextmenu {
	background-color: #F9F9F9;
	height: auto;
	width: auto;
	border: 1px solid #B2B3B5;
	padding: 1px;
	clear: left;
	display: block;
	float: right;
	position: relative;
}
#contextmenu ul {
	margin: 0px;
	padding: 0px;
}
#contextmenu li {
	list-style-type: none;
	float: left;
	margin-right: 2px;
}
#contextmenu a {
	color: #0C8FCE;
	text-decoration: none;
	/*width: 105px;*/
	padding-left: 4px;
	padding-right: 4px;
	border-left-width:2px;
	border-left-style:solid;
	display: block;
	margin-bottom: 0px;
	padding-bottom:0px;
	clear: left;
}
#contextmenu a:hover {
	color: #0C8FCE;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	border-left-width:2px;
	border-left-style:solid;
	display: block;
	margin-bottom: 0px;
	padding-bottom:0px;
	clear: left;
	background-color: #E6F1F6;
}
/*--- Context Menu ---*/

/*--- Cover ---*/
#cover {
	background: #FFFFFF;
	-moz-opacity:.75;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	height: 0px;
	width: 0px;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
}
/*--- Cover ---*/
#title_legend {
	height: auto;
	width: auto;
	z-index: 9999;
	position: absolute;
	padding: 5px;
	left: 0px;
	top: 0px;
}
.print_link {
	color: #0C8FCE;
	text-decoration: none;
	background: url(../_img/icon_documents.gif) no-repeat fixed left top;
	display: block;
	text-align: left;
	float:left;
	height: 28px;
	width:150px;
	padding-left: 30px;
	padding-top: 5px;
}

.print_link:hover {
	color: #0C8FCE;
	text-decoration: underline;
	background: url(../_img/icon_documents.gif) no-repeat fixed left top;
	display: block;
	text-align: left;
	height: 28px;
	width:150px;
	float:left;
	padding-left: 30px;
	padding-top: 5px;
}

.email_link {
	color: #0C8FCE;
	text-decoration: none;
	display: block;
	text-align: left;
	float:left;
	height: 28px;
	width:200px;
	padding-top: 5px;
}

.email_link:hover {
	color: #0C8FCE;
	text-decoration: underline;
	display: block;
	text-align: left;
	height: 28px;
	width:200px;
	float:left;
	padding-top: 5px;
}
#title_legend ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#title_legend #legend_img {
	display: none;
}

#title_legend .title {
	font: 18px "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #0C8FCE;
}
#title_legend A {
	color: #0C8FCE;
	text-decoration: none;
}
#title_legend  A:hover {
	color: #00365B;
	text-decoration: none;
}
#minimap {
	right: 5px;
	bottom: 5px;
	position: absolute;
	z-index: 999;
	background: #FFFFFF;
	border: 1px solid #0C8FCE;
	padding: 5px;
	overflow: visible;
}
#minimap table {
	position: absolute;
	z-index: 6;
	top: 5px;
	left: 5px;
	border: 1px solid #0C8FCE;
	/*border-collapse:collapse;*/
}
#minimap table TD {
	border: 1px solid #B6DDF0;
}

#minimap table td:hover {
	background: #0C8FCE;
	border: 1px solid #07557A;
	opacity:.3;
	filter: alpha(opacity=30);
	cursor: default;
}
#warning {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#warning form {
	margin-top: 10px;
	border-top: 1px solid #E01212;
	padding: 5px;
	background: #FAFAFA;
	font-weight: bold;
}
#methods {
	padding:2px;
}
#methods .column-names {
	background-color:#0C8FCE;
	color:#fff;
}
#methods td {
	padding:5px;
	border-bottom: solid 1px #000;
}
