/* EDITED WATERBOARDS ROBERT ANDERSON 4-02-12 */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	
}

body {
	
	max-width:980px;
	margin-left:20px;
}


A.aclass1 {
	
	font-style:        normal;
	font-weight:       bold;
	text-decoration:   none;
	color:             #FFFFFF;
	
}

A.aclass4 {
	
	font-style:        normal;
	font-weight:       bold;
	text-decoration:   none;
	color:             #000000;
}
A.aclass4:hover {
	color:             #ffffff;
	text-decoration:   underline;
}




A.aclass2:link {
	color:             #0B9DB3;
	text-decoration:   underline;
}
A.aclass2:visited {
	color:             #0B9DB3;
	text-decoration:   underline;
}
A.aclass1:hover {
	color:             #0B592A;
	text-decoration:   none;
}
A.aclass3 {
	font-size:         10pt;
	font-style:        normal;
	font-weight:       bold;
	text-decoration:   none;
}

P.pclass2 {
	
	font-family: Arial, Helvetica, sans-serif;
	color:             #0B592A;
}

TABLE.tclass1 {

	border-width:      1px;
	border-spacing:    2px;
	border-style:      solid;
        border-color: 	   BLACK;
        border-collapse:   collapse;

}
TABLE.tclass2 {
	/*background-color:  #0B592A; */
	background-color:  white;
	border-width:      0px;
	border-spacing:    0px;
	border-collapse:   collapse;
	width:             100%;
}
TH.thclass1 {

	border-width: 1px;
	padding: 3x;
	border-style: solid;
	border-color: black;
	background-color: white;
        border-collapse:   collapse;
	

    font-family: Arial, Helvetica, sans-serif;
    text-align:        left;
}
TH.thclass2{
    background-color:  #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-align:        center;
}
TR.trclass1 {
	background-color:  #0B592A;
}
TR.trclass2 {
	background-color:  #FFFFFF;
}
TD.tdclass1 {
	padding:           0px;
	vertical-align:    top;
}


TD.tdclass19 {

	border-width: 1px;
	padding: 3x;
	border-style: solid;
	border-color: black;

        border-collapse:   collapse;
	font-family: Arial, Helvetica, sans-serif;

}


TD.tdclass2 {
	background-color:  #31B8CC;
	border-color:      #0B592A;
	font-family: Arial, Helvetica, sans-serif;
	text-align:        center;
	border-width:      1px;
	border-style:      solid;
	padding:           4px;
}


TD.tdclass2message {
	background-color:  #31B8CC;
	border-color:      #0B592A;
	font-family: Arial, Helvetica, sans-serif;
	text-align:        left;
	color:#FFFFFF;
	font-weight:bold;
	border-width:      1px;
	border-style:      solid;
	padding:           4px;
}



TD.tdclass3 {
	/*background-color:  #0B592A; */
	background-color:  #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	/*width:             14%; */
    width:             1%;
}
TD.tdclass4 {
	background-color:  #FFFFFF;
	vertical-align:    top;
	width:             88%;
	margin-left: 100px;
}
TD.tdclass5 {
    background-color:  #FFFFFF;
	vertical-align:    middle;
	width:             16%;
}
TD.tdclass6 {
	background-color:  #31B8CC;
	border-color:      #0B592A;
	font-family: Arial, Helvetica, sans-serif;
	border-width:      1px;
	border-style:      solid;
	padding:           4px;
}
TD.tdclass7{
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;

    font-family: Arial, Helvetica, sans-serif;
    
    text-align:        left;

}



TD.tdclass8{
	border-width: 1px;
	padding: 1px;
	border-style: none;

	background-color: white;
	-moz-border-radius: ;

    font-family: Arial, Helvetica, sans-serif;
    font-decoration: underline;
    font-weight: bold;
    
    text-align:        left;

}


DIV.divclass1 {
	
	font-family: Arial, Helvetica, sans-serif;
	margin-left:       10pt; /* margin-left: 10pt; */
	margin-right:       30pt;
	margin-top:        20pt;
}
DIV.divclass2 {
	
	margin-left:       40pt;
	margin-right:      40pt;
	margin-top:        10pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	background-color:  #FFFFFF;
	color: #253b5a;
	border-bottom:2px dotted #999;
	margin:14px 0;
	width:99%; /* Fix IE problem, too short */
}
h2
{
	font-smooth: always;
	/*text-transform:uppercase;*/
    font-weight: bold;
	
	color: #000000;
	border:1px solid #ccd4df;
	margin:10px 0;
	padding:3px 2%;
	background-color:#e7e9ec;
	width:95%; /* Fix IE problem, too short */
}

.collapsibleList li{
  list-style-image:url('button-open.png');
  cursor:auto;
}

li.collapsibleListOpen{
  list-style-image:url('button-closed.png');
  cursor:pointer;
}

li.collapsibleListClosed{
  list-style-image:url('button-open.png');
  cursor:pointer;
}
.mysubmit {width: 200; font-weight: bold;}

.myerror {
    color: #003399;
    font-family: Arial, Helvetica, sans-serif;

}