body {
    background: #FFFFFF;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

td {
	font-family: verdana;
	font-size: 10pt;  
}


a {	color: #336699;
	text-decoration: none;
	font-weight: bold;
}


a:link       
{ color: #666699; text-align: Center; font-weight: bold; 
  background-position: center 50% }

a#link1      
{ color: #ffffff; 
text-align: Center; 
font-weight: bold; 
background-position: center 50% 
}

a:visited {
    color: #666699;
}
a:hover {
	 background-color: #eee;
     color: #996633;
     text-decoration: underline overline;
}

form, table {
    margin: 0;
    padding: 0;
}

h1 {
    color: #ccc;
    font-size: 28px;
    font-weight: 900;
    line-height: 28px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

h2  { color: #003399; 
	 font-weight: bold; 
     font-size: 20px;
}

h3 {
	font-family: arial;
	color: #003399;
	background-color: #FDF5E6;
	padding: 5px,5px,5px,5px;
}

h4 { font-weight: bold; 
color: #003399; 
font-size: 16px; 
margin-left: 0; }

h5 {
	font-size: 14px; 
	color: #993300;}

h6 {
	font-size: 10px; 
	color: #993300;}

p {
    font: 12px/20px;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

input {
	font-family:verdana;
	font-size:10pt;
}

select {
	font-family:verdana;
	font-size:10pt;
}

div.warning {
	color: #FF0000;
	font-weight: bold;
}

th {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	/*vertical-align: middle;*/
}

th, td, pre, code {
    font-size: 12px;
	/*vertical-align: middle;*/
}

td.btn {
	padding-right: 10px;
	padding-left: 5px;
}

hr {
	color: #DCDCDC;
	height: 1px;
}

table{empty-cells: show;}

div#table {
    background: #EEEEEE;
    border: 1px solid #C0C0C0;
    color: inherit;
    margin: 10px 0px;
    padding: 5px;
    width: 260px;
}

div#pollsTable {
    background: #EEEEEE;
    border: 1px solid #C0C0C0;
    color: inherit;
    margin: 10px 0px;
    padding: 5px;
    width: 400px;
    empty-cells: show;
}

img.badge {
    border: 0px;
    height: 31px;
    margin-right: 5px;
    width: 88px;
}

div#validators {
    background: transparent;
	position:relative; left: 10px; 
	background-position: 10px 1px;
	height: 1px; 
	width:95%; padding:0px; 
    border-top: 1px solid #FAEBD7;
	margin-top: 1px;	
    color: #FAEBD7;
    font-size: 0.9em;  
    text-align: left;	
}

/*div#header   
{ line-height: 11px; background-color: #FFFFFF; voice-family: inherit; 
               text-align: Center; border-left: 0px solid #000000; 
               border-right: 0px solid #000000; border-top: 1px solid #000000; 
               border-bottom: 1px solid #000000; margin-left: 0px; 
               margin-right: 0px; margin-top: 50px; margin-bottom: 10px; 
               padding-left: 20px; padding-right: 0px; padding-top: 10px; 
               padding-bottom: 5px }
 */

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#header {
    height: 14px;
}
div#content {
    margin: 0px 210px 50px 10px;
    padding: 10px;
    text-align: left;
}
div#content>p {
    margin:10px 0px;
}


div#footer a:hover {
    background: transparent;
    border-bottom: 1px dashed #FFA500;
    color: #000000;
    text-decoration: none;
}
div#footer a:active {
    background: transparent;
    color: #0000FF;
    text-decoration: overline underline;
}
div#readme {
    background: #ffd;
    border: 1px solid silver;
    color: #008000;
    height: 300px;
    margin-top: 10px;
    overflow: auto;
    padding: 5px;
    width: 600px;
}
div#pollsTable {
    background: #EEEEEE;
    border: 1px solid #C0C0C0;
    color: inherit;
    margin: 10px 0px;
    padding: 5px;
    width: 400px;
}
div#table {
    background: #EEEEEE;
    border: 1px solid #C0C0C0;
    color: inherit;
    margin: 10px 0px;
    padding: 5px;
    width: 260px;
}
div.error {
    background: #ffc;
    border: 1px solid #c0c0c0;
    color: #f00;
    font-size: 0.9em;
    font-weight: bold;
    margin: 5px 5px 5px 0px;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
}
div.message {
    background: #FFFFCC;
    border: 1px solid #c0c0c0;
    color: #000000;
    font-size: 0.9em;
    font-weight: normal;
    margin: 5px 10px 5px 0px;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
}
div.standardsNote {
    background: #FFFFCC;
    border: 1px solid blue;
    margin-bottom: 10px;
    padding: 5px;
}
ul.glassList {
    list-style: url(../img/aquadot.jpg) disc outside;
    vertical-align: top;
    line-height: 1.5;
    margin-left: 30px;
}
div.separator {
    border-bottom: 1px solid orange;
    margin: 10px 0px;
    width: 300px;
}

div.message a {
    background: transparent;
    color: #0000FF;
}

div.message a:visited {
    background: transparent;
    color: #0000FF;
}

div.message a:hover {
    background: transparent;
    color: #008000;
}

div.message a:active {
    text-decoration: underline overline;
}

div.message img.icon {
    vertical-align: middle;
}

table.detail {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
}
table.detail th {
    text-align: right;
    padding: 5px;
}
table.detail th.tallCell {
    vertical-align: top;
}
table.detail td {
    text-align: left;
    padding: 5px;
}
table.list {
    background-color: #fff;
    margin: 10px;
    width: 400px;
    border-collapse: collapse;
    border: 1px solid #000;
}

table.list th {
    background: #eee;
    color: #000;
    padding: 3px;
}

table.list td {
    padding: 3px;
}


label.error {
    font-weight: bold;
    background: transparent;
    color: red;
}
div#activeUsers {
    float: right;
    margin-right: 5px;
    font-size: .9em;
    background: transparent;
    color: #000;
}
div#menu {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 172px;
    padding: 10px;
    background-color: #eee;
    border: 1px dashed #999;
    line-height: 17px;
/* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 150px;
}
/* Again, "be nice to Opera 5". */
body>div#menu {width: 150px;}

div#userStatus {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: .9em;
    height: 40px;
    line-height: 1.2;
    text-align: right;
}
div.standardsNote {
    display: none;
}

input#readonly{
background-color:#eeeeee; 
/*border-style:solid;border-width:1px ;
border-color:#cccccc
*/
}

span.attention {
    background: transparent;
    color: #0000ff;
}
/* Labels for validation and label tag */
label {
    font-weight: normal;
}
label.required {
    font-weight: bold;
}

.dottorOrange {
	BACKGROUND-IMAGE: url("../img/dotsOrange.gif"); 
	BACKGROUND-REPEAT: repeat-x;
}
.header {	
	BACKGROUND-COLOR: #cc0000;
}

.menu {	
	BACKGROUND-COLOR: #E4EFF3;
	border: 1px solid #ffffff ;
	text-align: center;
    vertical-align: middle;

}
.container 
{ position: relative; 
left: 5px; top: 0px; 
color: #666666;
vertical-align: middle;
 }

.text { position: absolute; 
left: -1px; top: -1px; 
color: #cc0000; 
vertical-align: middle;} 

.textbox1 {   
    border: 1px solid #c0c0c0;  
	border-style:groove; 
	height: 1.6em; 
    font-size: 0.9em;
    font-weight: normal;
    margin: 1px 1px 1px 1px;   
    text-align: center;
    vertical-align: middle;	
}

div#header {
position:absolute; top: 10px; left: 38px; 
background-color: #eeeeee;
/*#E4EFF3;
background-position: 38px 10px;
background-image: url(../img/c4web.gif);
background-repeat: no-repeat; 
/*background-image: url(../img/logo.gif);*/

height: 40px; 
width:300px; padding:0px; border: none; margin: 0;
vertical-align: middle;
}

div#footer {
    background: transparent;
	position:absolute; left: 38px; 
	background-position: 38px 1px;
	height: 40px; 
	width:90%; padding:0px; 
    border-top: 1px solid #E4EFF3;
	margin-top: 10px;	
    color: #666666;
    font-size: 0.9em;  
    text-align: left;	
}

