.rowA {
background-color:#CAE4FF;
color: blue;
}

.rowB {
background-color:#D9ECFF;
color: blue;
}


.border-ltr {
	border-right-style: solid; border-right-width: 1px;
	border-left-style: solid; border-left-width: 1px;
	border-top-style: solid; border-top-width: 1px;
}
.border-lr {
	border-right-style: solid; border-right-width: 1px;
	border-left-style: solid; border-left-width: 1px;	
}
.border-lbr {
	border-right-style: solid; border-right-width: 1px;
	border-left-style: solid; border-left-width: 1px;	
	border-bottom-style: solid; border-bottom-width: 1px;
}
.borderright {
	border-right-style: solid; border-right-width: 1px;
}
.borderleft {
	border-left-style: solid; border-left-width: 1px;
}
.bordertop {
	border-top-style: solid; border-top-width: 1px;
}
.borderbottom {
	border-bottom-style: solid; border-bottom-width: 1px;
}
.nu_date {
font-size: 10;
font-style: italic;
background-color: #EFF2F8;
}
.nul_external , .nul_610{
font-size: 10;
background-color: #00CC00;
}
.nul_local, .nul_657 {
font-size: 10;
background-color: #CC33CC;
}

.nul_total {
font-size: 10;
background-color: yellow;
}

.nul_upload, .nul_726 {
font-size: 10;
background-color: #FF9900;
}
.nur_time , .nul_766{
font-size: 10;
background-color: #3399FF;
}
.nur_external, .nur_local, .nur_upload, .nul_time, .nur_total {
font-size: 10;
background-color: #EFF2F8;
}
.nur_657, .nur_766, .nur_610, .nur_726 {
font-size: 10;
background-color: #EFF2F8;
}
.nul_over {
font-size: 10;
background-color: #FFFFFF;
}
.nur_over {
font-size: 10;
background-color: #FF0000;
}
.weather {
font-size: 10;
}
.general {
background-color: #EFF2F8;
}

.feedbackbutton {
background: url(imgs/btnbk.gif) repeat-x;
background-color: #54B81A;
color: #FFFFFF;
cursor: pointer;
font-weight: bold;
padding: 0 3px 2px 3px;
float: right
}
.formbutton, .greenbutton {
background: url(imgs/btnbk.gif) repeat-x;
background-color: #54B81A;
color: #FFFFFF;
cursor: pointer;
font-weight: bold;
padding: 0 3px 2px 3px;
}


.searchbutton {
background-color: black;
color: lightblue;
cursor: pointer;
font-weight: bold;
border:1px solid #7F9DB9;
font-family:verdana,arial;
font-size: 11px;
height: 20px;

}

.searchterms {
	border:1px solid #7F9DB9;
	width:170px; height: 20px; background:#000000; color: #ffffff; font-family:verdana,arial; font-size:12px;
}

.b_butn {
/*background: url(imgs/hgrad.gif) repeat-y;*/
background-color: blue;
color: #FFFFFF;
cursor: pointer;
font-weight: bold;
padding: 1px 2px 1px 2px;
}

.blueback {
background: url(imgs/hgrad.gif) repeat-y;
}
	
/* USED FOR ALL ERROR MESSAGES */
.alert {color: #FFFFFF; background-color:#BD072F; font-family: verdana,arial;}
.note {color: #FFFFFF; background-color:#adadad; font-family: verdana,arial;}

/* New CSS2 styles*/
body {
font-family:verdana; color:#000000; padding:0; margin:0;
background-color: #b6c7e5;
background: url(imgs/bg.gif);
background-attachment: fixed;
background-repeat: repeat;
}
img {border:0;}
a {color:#000000;}
a:hover {color:#CC0000;}

.sectionheader {
color: #0000CC;
font-weight: bold;
font-size: 16;
}

#POIContainer, #POIContainerLrg {width:160px; margin:0 0 0 15px;}
#POIContainer img, #POIContainerLrg img {border:0; margin:0; padding:0;}
#POISelect, #POISelectLrg {width:160px; padding:1px; border:1px solid #7F9DB9; height:16px; background-color:#000;color:red;}
#POIDisplay {float:left;}
#POIDisplay, .POI {color:#FF0000; font-family:verdana,arial; font-size:10px;}
#POIDisplay img {margin-bottom:-2px;}
#POIClearBtn {text-align:right; float:right;}
#POIList, #POIListLrg {width:160px; position:absolute; background-color:#000;}
.POI {
    border-left:1px solid #7F9DB9;
    border-right:1px solid #7F9DB9;
    border-bottom:1px solid #7F9DB9;
    padding:1px;
	height:16px;
	line-height:0;
}
.POI a, #POIDisplay a {text-decoration:none;color:white;}
.POI a {display:block; width:157px;}
.POI a:hover {background-color:blue;}
.POIText {position:relative; top:-2px;}
.selectText {position:relative; top:2px; left:3px;}

/* find the nearest POI styles 
#POIContainer, #POIContainerLrg {width:200px; margin:0 0 0 15px;}
#POIContainer img, #POIContainerLrg img {border:0; margin:0; padding:0;}
#POISelect, #POISelectLrg {width:180px; padding:1px; border:1px solid #7F9DB9; height:16px; background-color:#FFF;}
#POIDisplay {float:left;}
#POIDisplay, .POI {color:#2B3E4D; font-family:verdana,arial; font-size:10px;}
#POIDisplay img {margin-bottom:-2px;}
#POIClearBtn {text-align:right; float:right;}
#POIList, #POIListLrg {width:180px; position:absolute; background-color:#FFF;}
.POI {
    border-left:1px solid #7F9DB9;
    border-right:1px solid #7F9DB9;
    border-bottom:1px solid #7F9DB9;
    padding:1px;
	height:16px;
	line-height:0;
}
.POI a, #POIDisplay a {text-decoration:none;color:#2B3E4D;}
.POI a {display:block; width:176px;}
.POI a:hover {background-color:#CCC;}
.POIText {position:relative; top:-2px;}
.selectText {position:relative; top:2px; left:3px;}*/