BODY {
  background: #00c;
  color: #00c;
  font-family: verdana, sans-serif;
  font-size: 12px;
  margin-left: 5px;
}

IMG {
	border-style: none;
}

TABLE, TD, TR, TH {
  margin: 0px;
  border-spacing: 0px;
  height: auto;
  padding-top: 4px;
  font-family: verdana, sans-serif;
  text-align: left;
  margin-left: 5px;
}

TH {
	background-color: #848a9c;
	color: #fff;
	font-size: 65%;
}


INPUT, TEXTAREA {
  font-size: 9pt;
  font-family: verdana, sans-serif;
/*  background: #eee; */
}

H3 {
	margin: 0px;


}

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

.baseHeading{
	margin:0px;
	padding: 0px;

}
.adminlisttable {
/*
  border-style: outset;
  border-width: 2px;
  border-color: #aaa;
  border-right-width: 0px;
*/
}

.admindatatable {
  border-style: hidden;
  border-width: 2px;
  border-color: #ccc;
}

.admindatatable TD {
  font-size: 9pt;
}

.admindatatable TH {
 	font-size: 10pt;
	padding: 2px 0px 2px 2px;
}
.admintablehead { 
/*
  background: #000066;
*/
}

.infoheader {
  font-size: 115%;
  font-weight: bold;
  padding: 2px 0px 2px 0px;
  color: #fff;
  background-color: #848a9c;
}

.listoddrowcell, .dataoddrowcell, .lorc_left, .lorc_right {
  background: #dedfe4;
  color: #333;
  border-bottom: 1px solid #fff;
  font-size: 80%;
}

.listevenrowcell, .dataevenrowcell, .lerc_left, .lerc_right {
  background: #eee;
  color: #333;
  border-bottom: 1px solid #fff;
  font-size: 80%;
}

.lorc_left, .lerc_left {
  border-left: 1px solid #ddd;
}

.lorc_right, .lerc_right {
  border-right: 1px solid #ddd;
}

.dataevenrowcell, .dataoddrowcell {
  padding: 3px;
}

.captionstyle {
  font-family:  verdana, sans-serif;
  font-size: 10;
}

.ModifyClassName {
  font-weight: bold;
}

.error {
  color: #ff3333;
  font-size: 120%;
  font-weight: bold;
}

.servermessage, .errormessage {
  width: 600px;
  line-height: 125%;
  color: #253357;
  font-size: 90%;
  font-weight: bold; 
  padding-left: 2px;
  margin-bottom: 2px;
}


.errormessage:before {
  content: " Error: ";
}

.errormessage {
    background-color:  #ff9a31;
}

.servermessage:before {
  content: " Notice: ";
}

.servermessage{
  background-color: #ccc;
}

.subText {
background-color: #CCCCCC;

}

.instruction {
/*  margin-top: 15pt; */
/*  margin-right: 20%; */
  font-weight: bold;
  color: #333;
  font-size: 90%;
}
:link {
  color: #335166;
}

:visited { 
  color: #335166;
}

.smallinstruction {
  font-size: x-small; 
  color:#666;
}


H2 {
    color: #253357;
}

.mainTitle{
    font-style: italic;
    font-weight: normal;
}

.mainTitleName {
    font-style: normal;
    font-weight: bold;

}

/* Nav buttons */

.button1sel, .button1unsel {
	float: left;
	width: 90px;
	height: auto;
	vertical-align: baseline;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 80%;
	font-weight: bolder; 
	margin: 0px 2px 0px 0px;
	text-decoration: none;
	display: block;
	line-height: 150%;
}

.button1sel {
	border-right: 0px solid #fa0;
	border-top: 0px solid #fa0;
	border-left: 0px solid #fa0;
	border-bottom: 0px solid #fa0;
	background: #00c;
}

.button1sel:visited,
.button1sel:link {
	color: #fa0;
	text-decoration: none;

}
.button1unsel {
	border-right: 0px solid #AAA;
	border-top: 0px solid #AAA;
	border-left: 0px solid #AAA;
	border-bottom: 0px solid #AAA;
	background: #00c;
}
.button1unsel:visited,
.button1unsel:link{
	color: #fff0cc;
	text-decoration: none;
}
.button1unsel:hover{
	color: #0f0;
	background: #00c;
	border-color: #00c;
}


/* Level 2 buttons */
.button2sel, .button2unsel, .button2sep {
  background: #00d;
  border-top-color: #5e81b1;
  border-left-color: #5e81b1;
  border-right-color: #002453;
  border-bottom-color: #002453;
}

.button2sel, .button2unsel {
  font-size: 85%;
  font-weight: normal;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
}

.button2unsel:link, .button2unsel:visited{
        font-weight: bolder;
	color: #fff;
	text-decoration: none;
}

.button2unsel:hover{
	color: #dedfe4; 
	text-decoration: underline;
}
.button2unsel:active{
  color: #ff9933;
}
.button2sel:link, .button2sel:visited{
  font-weight: bolder;
  color: #ff9933;
  text-decoration: none;
}
.button2sel:hover{
	color: #ff9933;
	text-decoration: underline;
}

.button2sep {
  color: #BFC3C7;
}

.button2body {
  background: #253357;
  width: 100%;
  height: 20px;
  margin-right: 10px;
  padding-left: 15px;
}


.list_navigation {
  font-size: 75%;
  color: #fff;
  background-color: #848a9c;
  padding-top: 2px;
  padding-bottom: 2px;
}

.list_navigation A {
  padding-left: 2px;
}

.reportquery {
	font-family: verdana, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	background-color: #dedfe4;
	padding: 5px;
	border-top: #000000;
	border-right: #000000;
	border-bottom: 5px solid #FFFFFF;
	border-left: #000000;
	margin-bottom: 10px;
}

.reportquerySubmit {
/*	background-color: #003880; */
	padding: 5px 0px 5px 0px;
}

.reportqueryheader {
	font-family: verdana, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
}

.reportingsummarytable {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 800px;
}

.reportingsummaryheader {
	font-family: verdana, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
/*	background-color: #660000; */
	background-color:  #ff9933;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.reportingsummary {
	font-family: verdana, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top-color: #CCCCCC;
}

.reportingpollheader {
	font-family: verdana, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #335166;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
}

.reportingpollheaderreg {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}

.reportingpollheaderlink ,
.reportingpollheaderlink:link , 
.reportingpollheaderlink:visited { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #ff9933;
}

.reportingpollsummary {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	padding: 3px;
	background-color: #dedfe4;
	vertical-align: top;
	text-align: left;
}

.reportingsummarylink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.reportingpollsort {
	background-color: #848a9c;
	color: #fff;
	text-align: left;
	padding: 3px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
}

.reportingpollsortlink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

.reportingpolldataodd {
	background-color: #dedfe4;
	text-align: left;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.reportingpolldataeven {
	background-color: #eee;
	text-align: left;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.reportingbacklink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-decoration: underline;
}

.reportingspacer {
	background-color: #848a9c;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35%;
	color: 9BB8DB;
}

.secTitle{
	font-variant: small-caps;
	font-style:   italic;
}

.radioLabel {
	font-size: 9pt;
	padding-left: .25em;

}
.textWithBackground{
	background-color: #eee;

}
.topbar { 
	font-family: verdana, sans-serif;
	font-weight: bold;
	padding-right: 2em;
	padding-top: 5px;
	font-size: 85%;
	text-align: right;
	color: #335166;
}

.topbar a:link { text-decoration: none;}
.topbar a:visited { text-decoration: none;}
.topbar a:hover { text-decoration: underline; }

.help_class {
	padding: 2px;
    	font-size: 12px;
	background-color: white;
	border-color: black;
	border-style: outset;
    	border-width: 1px;
}

.submitButtons{
	padding-top: 2px;
	text-align: center;
	vertical-align: top;
}

.submitButtons a{
	padding-left: 10px;
}

.sideBar{
	text-align: center;
}
.sideBar IMG{
	padding-bottom: 5px;
	
}

.mediaList{
	margin-top: 1px;
	font-size: smaller;
}

.checkBoxLabel{
	font-style: italic;
}

.section2Heading, 
.sectionHeading{
	background-color: #848a9c;
	color: #fff;
	vertical-align: center;
	padding: 1px 1px 0px 3px; 
/*	border-bottom: 1px solid #fff; */

}

.sectionHeading{
	font-size: 11pt;
	font-weight: bold;
	height: 28px; 
}

.section2Heading{
	font-size: 10pt;
	font-weight: normal;
}

.mediaOption {
	font-size: 9pt;
	font-weight: bold;
}

.simulcastOption {
	padding-top: 3px;
	margin-left: 2em;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	float: left;
}

.simulcastOptionSelect {
	font-size: 9pt;
	text-align: right;
	float: right;
	padding-right: 15px;

}

.videoframe_select{
	width: 20%;
	text-align: center;
}

