

.data {
    color: #000000;
    text-align: right;
    background-color: #FFFFFF;

}
.stdRow {
    text-align: center;
	font-size:13px;
    background-color: #FEBA00;
	border-left:1px solid black;
	
}

.stdRow2 {
    background-color:#B2A89F;
	border-left:1px solid black;
}

.stdRow3 {
    background-color:#64AE31;
	border-left:1px solid black;
}


.advRow {
    text-align: center;
    background-color: #FFFFFF;
}
.premRow {
    text-align: center;
    background-color: #FFFFFF;
} 
.scroll {
	overflow:scroll;
	height:500px;
}

table.thistable{
font-family:Helvetica,Arial,Univers,Zurich BT;
font-size:10pt;
border-width:0px;

}

table.thistable td{
 border-top: 1px solid black;
}
table.thistable tr{
 height:35px;
}
tr.header{
font-weight:bold;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;

padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 0px; /*position where enlarged image should offset horizontally */
top:30px;

}

.alert{
	font-family:Helvetica,Arial,Univers,Zurich BT;
	font-weight:bold;
	text-align:center;
}

table.enrollform tr.odd{
background-color:#FECF8C;
}

table.enrollform td{
padding:2px;
font-family:Helvetica,Arial,Univers,Zurich BT;
font-size:10pt;
}

