/* GENERAL */
html.home {
	overflow: hidden;
}
html, body {
	height: 100%;
	font-size: 14px;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	color: #FFFFFF;
}

/* COMMON */
.bold {font-weight: bold;}
.center {
	text-align: center;
	margin: 0 auto;
}
a {color:#FF8000;}
a:hover {color:#FF0000;}
a:visited {color:#CCCCCC;}
.page_title {
	width: 75%;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	text-decoration:underline;
	font-weight:bold;
	padding:10px;
}

/* MAIN PAGE */
#sitename {
	color: #FF6600;
	font-weight: bold;
	text-align: center;
	position:absolute;
	top:40px;
	left:5px;
	width:272px;
	height: 35px;
	padding:5px 10px;
	background-color:#000;
	border:1px dashed #999;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:250px;
}
.context {
	text-align:center;
	font-family:Arial, sans-serif;
	color:#4444ff;
	font-size:small;
}
a.context {
	text-decoration:none;
	width:100%;
}
a.context:hover {
	background-color: #CCCCCC;
}

/* Again, "be nice to Opera 5". */
body>#sitename {width:250px;}

#sitename .n1 {
	font-size: 16px;
}

#sitename .n2 {
	font-size: 14px;
	color: #FFCC00;
}

.sidebar-header {
	font-weight: bold;
	color: #993333;
	font-size: 16px;
}
.sidebar-subheader {font-size: 12px;}
.sidebar-subheader a {
	font-size: 12px;
	font-weight: normal;
	color: #FF8000;
}
.sidebar-subheader a.selected {
	font-weight: bold;
	color: #FF0000;
}
.sidebar-subheader a:hover {color: #888888;}
#leftbar, #flashplayer {color: #FFF;}
#alert_list {
	padding: 5px 5px 5px 0px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
}

#map {color: #000;}
.mapbox {
	color:#000;
	font-size:12px;
	max-height:85px;
	height:auto !important;
	height:90px;
	overflow:auto;
}

#feedname {font-size: 12px;}
#cf {
	font-variant: small-caps;
	text-decoration: underline;
}
#fn {
	width: 245px;
	overflow: hidden;
	font-variant: small-caps;
}

/* LOGIN PAGE */
.login-top {
	font-weight:bold;
	font-size:14px;
}
#return {color: #FF0000;}

/* OTHER */
#sysnotices {padding: 5px;}
#sysnotices hr {margin: 5px;}
#iframe_format {
	background-color:#333;
	color: #999;
}
#addressReturns {
	color: #FFF;
}