@import url('beacon.banner.css');
* {margin:0; padding:0}

input[type="submit"] {
	min-width: 3em;
}
body{
	background-color: #6590BA;
	background: #e5ecf3;
	color: #393733;
	margin: 0;
	padding: 0 20px;
	text-align: left;
}

#page-wrap {
	margin: 0 auto; 
	max-width: 1200px;
	min-width: 980px; 
	padding: 0 10px;
	width:expression(document.body.clientWidth < 961? "960px" : document.body.clientWidth > 1201? "1200px" : "auto");
}

#content{
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	min-height: 600px;
	/*overflow: auto; */
}

a {
	background-color: inherit;
	color: #003d4c;
	text-decoration: underline;
	/* font-weight: bold; */
}
a:hover {
	background-color: inherit;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
	clear: left;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	color: #86070e;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 150%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #86070e;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 140%;
	padding-top: 1.0em;
	padding-left: .5em;
}
h4 {
	color: #003399;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}



body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
    font: 93%/1.4 arial, helvetica, sans-serif;
}
#main-content {
	background: white;
	padding: 16px;
}

div.title {
height: 55px;
	padding: 15px 5px 0 0;
	vertical-align: center;
	text-align:left;
	float:left;
	border: 0px solid;

	color: #dd0000;
	font-size: 22pt;
	font-weight: bold;
}

/** FOOTER **/

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}


div.bugreport {
	text-align: right;
	padding: 20px 2px 0px 0px;
	clear:both;
}



/* Tables */
td.left {
	text-align:left;
}

table.blank {
	background-color: #fff;
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	color: #333;
	border: 1px solid #fff;
}
table tr.blank td {
	background: #fff;
	border-right: 0px solid #ccc;
	text-align: left;
	vertical-align: top;
}

/* Homepage preamble */
div.preamble {
	width: 60%;
	text-align: left;
	margin: 20px 20px 20px 20px;
	font-size: 12pt;
}

/* Warning too few days */
div.warning {
	border: 2px;
	background-color: #ff0000;
	font-size: 18pt;
	font-weight: bold;
	padding: 1cm;
	margin: 1cm;
}


      .right_nav { 
        float: right;
        width: 40px;
        padding: 4px;
        margin-right: 80px;
        overflow: visible;
        border-width: 1px 0 1px 1px;
        border-style: solid;
        border-color: #070;
      }
      
      .right_nav div {
        width: 110px;
        font-family: verdana, arial, sans serif;
        color: #666666;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #DDD;
        font-size: 12px;
        padding: 4px;
      }
      
      .right_nav a, .right_nav a:link, .right_nav a:visited  {
        color: #666666;
        text-decoration: none;
        display: block;
        padding: 2px;
        border: solid 1px #FFF;
        width: 100%;
      }

      .right_nav a:hover, .right_nav a:active, .right_nav a:focus {
        color: #666;
        background-color: #EEE;
        padding: 2px;
        border: solid 1px #DDD;
      }

/*
div.navbar-right{
	width: 15%;
	padding: .1cm;
	margin: 1cm;
	border: 2px #4444ff solid;
	background: #ddddff;
	float: right;
}
*/

span.smallnonprint { 
	font-weight: normal; 
	font-size:8pt; 
	font-color: white; 
}

a.overOnly:hover{text-decoration:underline;}
a.overOnly{text-decoration:none}

ul#announce li{list-style-type:none;
  	text-align: left;
	margin: 1em 1em 1em 1em;
	padding: 1em 1em 1em 1em;
    	float: left;
    	list-style: none;
    	width:100%;
	background:#f4c8ca;
	font-weight:normal;
}


/* Round Buttons */
ul.postnav,ul.postnav li{margin-bottom:3px;padding:0;list-style-type:none}
ul.postnav li{float:left;width: 9em;font-size:100%;margin-right: 5px; margin-left: 15px;}
ul.postnav a{display:block;width:9em;padding:5px 0;font: bold 100% Verdana,Arial,sans-serif;
    background: #A1D6A0;color: #222;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	text-decoration:none;text-align:center}
ul.postnav a:hover{background: #A8E52F;color:#FFF}

ul.postnavalert,ul.postnavalert li{margin-bottom:3px;padding:0;list-style-type:none}
ul.postnavalert li{float:left;width: 9em;font-size:100%;margin-right: 5px; margin-left: 15px;}
ul.postnavalert a{display:block;width:9em;padding:5px 0;font: bold 100% Verdana,Arial,sans-serif;
    background: #ff8484;color: #222;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	text-decoration:none;text-align:center}
ul.postnavalert a:hover{background: #ffE52F;color:#00F}


div.bandalert {
	margin-bottom:1em;
	padding: 30px 0;
	text-align: center;
	background-color: #ff8484;
	border-top: 1px solid #cdcdff;
	border-bottom: 1px solid #cdcdff;
	font-weight:bold;
	font-size:110%;
}
div.band {
	margin-bottom:1em;
	padding: 15px 0;
	text-align: center;
	background-color: #fff9d8;
	border-top: 1px solid #ffe8cd;
	border-bottom: 1px solid #ffe8cd;
}
div.mmband {
	margin-bottom:1em;
	padding: 15px 0;
	text-align: left;
	font-size: 10pt;
	background-color: #d9fff9;
	border-top: 1px solid #ffe8cd;
	border-bottom: 1px solid #ffe8cd;
}



div.container {
width: 840px;
margin-left:auto;
margin-right:auto;
}

div.rcontainer{ width:800px;margin-left:auto;margin-right:auto ;padding:0px 0;text-align:left; }
div#status { float:left;width:215px;padding:10px 10px 10px 10px; background:#BEE9FF;height:100%; }
div#schedule{ float:right;width:550px;padding:10px 0;/*background: #FFBD00 */ }

div#scheduledata{margin-left: auto; margin-right: auto;width:405px;position:relative;}

ul#schedule {
	font-size:80%;
	list-style-type:none;
	list-style:none;
	margin-left: 0;
	margin-top:1em;
	padding-left: 4em;
	text-indent: -4em;
}

li#scheduledone {
	font-size: 70%;
	text-decoration:line-through;
}

table.roster thead tr th {
        background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

pre {
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

table.noborder {
border: none;
}

table.noborder tr td {
	border: none;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
