 /*map styles*/
 
 /*map loading message*/
 #loading {
 	width: 200px;
 	height: 80px;
 	background-color: white;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
 	border: 2px solid black;
}

 
A:link.infoWindowLink {
	color: #003333;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 12px;
    text-decoration: underline;
}

A:visited.infoWindowLink {
	color: #003333;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 12px;
    text-decoration: underline;
}

A:hover.infoWindowLink {
	color: #999999;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 12px;
    text-decoration: underline;
}




A:link.grayLink {
	color: #003333;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 11px;
    text-decoration: underline;
}

A:visited.grayLink {
	color: #003333;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 11px;
    text-decoration: underline;
}

A:hover.grayLink {
	color: #000000;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 11px;
    text-decoration: underline;
}






.screenTitle
{
	color: #003333;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 15px;
}

.screenTitleEm
{
	color: #000000;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 15px;
    font-style: italic;
}

.coordinatorName
{
	color: #CC6633;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 11px
}

.programName
{
	color: #CC6633;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 15px
}

.content
{
	color: #000000;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 11px
}

.error
{
	color: #FF0000;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 11px
}

.largeContent
{
	color: #000000;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 12px
}

.grayContent
{
	color: #006666;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 11px
}

.whiteContent
{
	color: #FFFFFF;
	FONT-FAMILY: verdana, arial, sans-serif;
    font-size: 12px
}

 hr.pub 
 {
 	border: none 0; 
 	border-top: 2px dashed #666666;/*the border*/
 	width: 100%;
 	height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
 }
 
 hr.pub_list
 {
 	border: none 0; 
 	border-top: 1px dashed #000;/*the border*/
 	width: 100%;
 	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
 }
 
 TD.black    
{ 
	border-collapse: collapse;
	border: 1px solid black;
}

table.guide {
	border: 1px solid Black;
}


#queryWindow {
 	width: 200px;
 	height: 400px;
 	position: relative;
 	text-align: center;
 	padding: 2px 2px;
 	top: -570px;
	left: 790px;
}

#queryWindow2 {
 	width: 200px;
 	height: 400px;
 	position: absolute;
 	text-align: center;
 	padding: 2px 2px;
 	top: 190px;
	left: 790px;
}

