/* 
   Team Cymru CSS
   Copyright (c) 2008
   $Id: tc.css 1265 2012-01-09 19:46:20Z twilde $
*/

html { height: 100%; margin: 0; padding: 0; }

body {
	margin: 0;
	background-image: url(/images/site-bg.png);
	background-repeat: repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

a[href] { text-decoration:none; color: #990000; }
a[href]:hover { text-decoration:underline; }
a.menu  { text-decoration: none; color: #333333; }

h2 { color: #006600; }
h3 { color: #006600; }

/* Utility Classes */
.redborder { border: 1px solid red; }

.formerror {
	color: red;
}

.gone {
	display: none;
}

.small { font-size: 75%; }

.floatright {
	float: right;
	margin: 4px;
}

.floatleft {
	float: left;
	margin: 4px;
}

.center { text-align: center; }

.greybg, .graybg {
	background-color: #f8f8f8;
}

.striped_even { background-color: #eee; }

/* First paragraph, header, etc, might not need a top margin */
.first {
	margin-top: 0.1em;
}

.codebox {
	border: #333333 1px solid;
	padding-left: 10px;
	padding-right: 5px;
	margin-left: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
	overflow: auto;
	background-color: #ffffee;
}

/* Tables used to display forms */
table.form { }
table.form th {
	text-align: right;
	white-space: nowrap;
}

table.form tr.checkbox th {
	vertical-align: top;
}

/* Content box classes */
.contentborder {
	margin: 5px 10px 10px 5px;
	border: 1px solid #990000;
	background-color: #ffffff;
}

.contentbox {
	background-image: url(/images/contentbox_corner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 4px 4px 10px 4px;
	margin-bottom: -1px;
	margin-right: -1px;
}

.contentbox h1 {
	background-color: #990000;
	background-image: url(/images/redbar_corner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #ffffff;
	font-family: Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 10px 5px 5px;
	margin-left: -4px;
	display: inline;
	position: relative;
}

/* Cross Site Navigation Elements */
#csnav {
	width: 100%;
	height: 50px;
	background-image: url(/images/csnav/bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
}

#csnav table {
	width: 100%;
	text-align: center;
	border-spacing: 0px;
}

#csnav table td {
	padding: 0;
}

#csnav img, #collapse img {
	border: 0;
}

#collapse {
	float: right;
}

/* Contains main site contents */
#everything {
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 850px;
	height: 100%;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	position: relative;
}

/* Horizontal rules rule, man! */
hr {
	height: 5px;
	color: #cccccc;
	background-color: #cccccc;
}
hr.tall { height: 8px; }


#leftdragon {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
}

#leftdragon img {
	border: 0;
}

#navigation {
	float: left;
	clear: left;
	width: 190px;
	padding-right: 5px;
	margin-top: 207px;
}

div.nav1 {
	background-repeat: no-repeat;
	width: 186px;
	padding-right: 3px;
	height: 40px;
	line-height: 40px;
}

div.topnav {
	background-image: url(/images/menu_topbutton_off.png);
	padding-top: 1px;
}

div.topnavon {
	background-image: url(/images/menu_topbutton_on.png);
	padding-top: 1px;
}

div.midnav {
	background-image: url(/images/menu_midbutton_off.png);
}

div.midnavon {
	background-image: url(/images/menu_midbutton_on.png);
}

div.botnav {
	background-image: url(/images/menu_botbutton_off.png);
	padding-bottom: 5px;
}

div.botnavon {
	background-image: url(/images/menu_midbutton_on.png);
}

div.subnav {
	background-image: url(/images/menu_middle_piece.png);
	background-repeat: repeat-y;
	width: 186px;
	padding-right: 3px;
}

div.subnav img {
	margin-top: -20px;
}

div.subnavborder {
	border-bottom: 1px #cccccc dotted;
}

#navigation a {
	color: #990000;
}

#navigation ul { margin: 0px; padding: 4px; }
#navigation li {
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0.6em;
	text-indent: -0.6em;
}
#navigation li.nav1 { padding-left: 0.5em; }
#navigation li.nav2 { padding-left: 1.0em; }
#navigation li.nav3 { padding-left: 2.0em; }
#navigation li.navspacer {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 35%;
}
#navigation li.navspacer-small {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10%;
}

#selectednav { text-decoration: underline; background-color: #ddd; }

.navbox { padding: 2px; }

.nav1 a {
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.nav2 { font-size: 12px; }
.nav3 { font-size: 10px; }

#navdonate {
	text-align: center;
	padding: 5px;
}

#header {
	background-image: url(/images/greenbar_bg.png);
	background-repeat: repeat-x;
	height: 80px;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	margin-left: 210px;
	padding-top: 11px;
	padding-left: 30px;
	padding-right: 30px;
}

#homepagegraphs, #rightbar {
	float: right;
	clear: right;
	padding: 0 5px;
	background-color: #f8f8f8;
	margin-left: 5px;
	width: 310px;
}

#recentselector {
	background-image: url(/images/recent_data_bg.png);
	background-repeat: repeat-x;
	margin: -3px -2px 0px -3px;
	height: 27px;
}

#recentselector h1 {
	position: relative;
	top: -9px;
	margin-left: -1px;
	margin-right: 20px;
	padding-bottom: 6px;
}

#recentselector img {
	margin: 0px 5px; padding: 0px; border: 0px;
}

table.recentdata td {
	vertical-align: top;
}

#mediafloat {
	float: right;
	padding: 5px;
}

#mediafloat table {
	border-spacing: 0px;
}

#mediafloat td {
	padding: 0;
}

#mediafloat img {
	border: 0;
}

#mediafloat img.shadowed {
	margin-bottom: -5px;
	padding: 0 2px;
}

td#ytepisode {
	background-image: url(/images/youtube_mid.png);
	background-repeat: repeat-x;
	padding-right: 5px;
}

#newsbar {
	background-image: url(/images/newsfeed_bg.png);
	background-repeat: repeat-x;
	background-position: 0px -3px;
	height: 50px;
	margin-left: 195px;
}

#newsscroll {
	background-image: url(/images/lil_dragon.png);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	height: 25px;
}

#twitscroll {
	background-image: url(/images/lil_tweet.png);
	background-repeat: no-repeat;
	background-position: 15px 1px;
	height: 24px;
}

.marquee {
	margin-left: 45px;
	margin-right: 5px;
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
}

#content {
	position: relative;
	z-index: 1;
	clear: right;
	margin-left: 210px;
}

#everything.commercial {
        background-image: url(/images/home-bg.jpg);
        background-repeat: no-repeat;
//        background-position: center;
}

#content.commercial {
        min-height: 460px;
}

/* Bottom of homepage box */
div#botboxdiv {
	margin: 30px auto 0 auto;
	max-width: 92%;
}

table#botbox {
	border-top: 1px solid #cccccc;
	border-spacing: 0px;
}

table#ppbox {
        border: 1px solid #cccccc;
        border-spacing: 0px;
}

#botbox td {
	padding: 0;
}

#ppbox td {
        padding: 0;
        background-color: #ffffff;
}

td#botboxtopleft {
	background-color: #990000;
	background-image: url(/images/botbox_left_shadow.png);
	background-repeat: repeat-y;
	background-position: left;
}

td#botboxtopright {
	background-image: url(/images/botbox_right_shadow.png);
	background-repeat: repeat-y;
	background-position: right;
}

td#botboxtopleft img, td#botboxtopright img {
	position: relative;
	top: -8px;
}

td#botboxheader {
	background-color: #990000;
	color: #ffffff;
	font-family: Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 13px 5px 5px;
	white-space: nowrap;
	background-image: url(/images/redbar_corner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

td#botboxheader a {
	color: #ffffff;
}


td#botboxtopmiddle {
	width: 100%;
}

td.botboxleft {
	background-image: url(/images/botbox_left_shadow.png);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
}

td.botboxright {
	background-image: url(/images/botbox_right_shadow.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: right;
}

#botbox td.botboxlogos, #ppbox td.botboxlogos {
	padding: 10px 15px;
	text-align: center;
}

td.botboxlogos img {
	border: 0;
	margin: 0 5px;
	vertical-align: middle;
}

td#botboxbottomleft {
	background-image: url(/images/botbox_left_shadow.png);
	background-repeat: repeat-x;
	background-position: left;
}

td#botboxbottommiddle {
	background-image: url(/images/botbox_bottom_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 7px;
}

td#botboxbottomright {
	background-image: url(/images/botbox_right_shadow.png);
	background-repeat: repeat-y;
	background-position: right;
}

#homepagecaption {
	margin-top: 5px;
	margin-bottom: -0.5em;
	text-align: center;
	font-weight: bold;
}

/* Footer */
#footer {
	clear: both;
}

#footer table {
	width: 100%;
	padding: 5px;
	color: white;
	background-image: url(/images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-spacing: 0px;
}

#footer table td {
	padding: 0;
}

#footer img { border: 0; padding: 0; margin-right: -5px; }

tr#disclosures td { padding-bottom: 6px; color: black; }

#footer table td#streetaddr { padding-left: 5px; height: 40px; }
#footer table td.phonenums { text-align: right; padding-right: 5px; }

/* News page items */
#twitterbox {
	float: right;
	clear: right;
	padding: 0 5px;
	background-color: #f8f8f8;
	margin-left: 5px;
	width: 250px;
}

div#newsarticles div { padding: 2px; }
.newstitle { margin: 5px 0; }
p.newssummary { margin: 5px 0 10px 0; }

.tweetbody {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 95%;
}
.tweettime {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 85%;
}
.twitterheader {
	margin-top: 5px;
	text-align: center;
}
.twitterfollow {
	text-align: center;
	font-size: 95%;
	margin-bottom: 5px;
}

ul.thanks li { font-size: 130%; font-weight: bold; }

ul.tips li { margin-bottom: 0.5em; }

dt {
	font-weight: bold;
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
dd { margin-top: 0.1em; }

.releasedate { color: #006600; font-weight: bold; }

.cutmargins { margin: 5px; }

/* Classes used by the WinMHR-related pages */
.winmhr_ol {
        margin-top: -0.2em;
}

.winmhr_ul {
        margin-top: -1.0em;
}

.winmhr_header {
        margin-bottom: 0.3em;
}

.winmhr_p {
        margin-left: 2.2em;
        margin-top: 0em;
}

.winmhr_code {
        font-family: monospace;
}

.winmhr_answer {
        margin-top: -1.1em;
}

.winmhr_answer + p {
	margin-top: -0.5em;
}

.winmhr_alert {
	font-size: 110%;
	color: red;
}

