/* class="exampleSelector01" */
/*
.exampleSelectorName01 { width:100px; } 
*/
/* id="exampleSelector02" */
/*
#exampleSelectorName02 { width:100px; } 
*/

/* Set global font style */
body,div,ul,td,li,th,span,span,p,select,input,form,textarea,label { font-size:9pt; font-family:Verdana,arial,helvetica,sans-serif; }

/*font-size:11px;*/

/*
BODY{ font-family: Verdana, arial, helvetica, sanserif; }
TABLE { font-family: Verdana, arial, helvetica, sanserif; }
*/

.popupalternative {
 display:none;
 }
 
.toolbarBtn {
 background-color:#EFEFEF;
 border-style:outset;
 border-width:1px;
 color:black;
 text-decoration:none;
 padding:1px 8px 1px 8px; }
	
/* Set links to highlight in red when they have focus or hovered over */
/*a:visted {color:#111111;}*/
a:focus, a:hover, a:active {color:#ffffff ; background:#CC0000; important!}
