
.black10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;

}

.left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;


}


.dotline10 { 
  border:0px; 
  border-top:0px;  
  border-left:0px; 
  border-right:0px; 
  border-bottom:1px dotted #77b3db; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

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

BODY {
	margin:0% 0% 0% 0%;
	font-family:Verdana;
	font-size:11px;
	color:black;
}


TD { 
margin:0 0 0 0;
padding:0 0 0 0;	
}

A:hover { color:red; 
cursor:Hand;
  }

.link {
	 font-family: verdana;
  	font-size:12px;
  	color:rgb(51,153,255);
  	cursor:Hand;
}

A { 
  color:rgb(51,153,255);
  padding-bottom:0px;
  margin-bottom:0px;
  text-decoration:none;
  font-family: verdana;
  font-size:12px;
  cursor:Hand;
}
 
A:visited {}

.button {
    background-color:white;
    font-weight: bold;
    border-bottom:1px solid gray;
    border-top:1px solid lightgrey;
    border-left:1px solid lightgrey;
    border-right:1px solid lightgrey;
}
.button:hover {
    border-bottom:1px solid red;
    border-top:1px solid grey;
    border-left:1px solid grey;
    border-right:1px solid grey;
}

.fieldLabel {
    font-family:Verdana;
	font-size:11px;
	color:black;
    text-align:right;
}

.field {
	border-bottom:1px solid gray;
	border-top:1px solid lightgrey;
	border-left:1px solid lightgrey;
	border-right:1px solid lightgrey;
}

.field:hover {
	border-bottom:1px dotted red;
	border-top:1px solid grey;
	border-left:1px solid grey;
	border-right:1px solid grey;
}

.pageTitle {
	font-family: Georgia;
	font-size:17px;
	font-weight:normal;	
}

.hLine {
	border-bottom:2px solid lightgray;
}

.copyright {
	color:gray;
	font-size:11px;
	font-family:Trebuchet MS;
}

.menuSep {
	font-size:11px;
}

.errorMessage {
	color:red;
	font-family:Trebuchet MS;
    	font-size:12px;
    	text-align:left;
}

.requiredField {
	valign:middle;
	font-size:11px;
	color:orange;
}

.text {
	font-family:Verdana;
	font-size:11px;
	color:black;
}
.pageNavigatorText {
	font-family:Verdana;
	font-size:11px;
}
.imageButton {
	border:none;
	background-color:white;
}

.categoriesSelect {
	font-size:9px;
	height:11px;
	font-family:verdana;
	border:1px solid lightgray;
}


.imageButton {
	border:none;
	background-color:white;
	font-weight:bold;
}
.imageButton:hover {
	border:none;
	background-color:white;
	color:red;
	font-weight:bold;
}

.tableHeader { background-color:#cfcfcf;font-size:10px;	}
.categorySeparator { font-size:9px;font-weight:bold; }
.title { 	font-family:Verdana;font-size:18px;	}
.turingImage   {	 border:none;margin:0 0 0 0;padding: 0 0 0 0;	}
.sep    			{ font-size: 7px;color:orange; }


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 0px 0px;
}
