body, p, td, th {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #797979;
}

th {
	font-weight: bold;
	font-size: 12px;
}

h1 {
color: #797979;
font-weight: normal;
margin-top: 0px;
padding-top: 0px;
}

h2 {
color: #797979;
font-weight: normal;
}

h3 {
color: #797979;
font-weight: normal;
}



a {
	position: relative;
	font-weight: bold;
}

a span {display: none;}

a:link {
	color: #797979; 
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #797979; 
}
a:hover {
	text-decoration: underline;	
	color: #787cd5;
}

a:hover span {
  position: absolute;
  font: 10px  Arial, Helvetica, sans-serif normal;
  text-align: center;
  top: 15px;
  left: 20px;
  width: 90px;
  display: block;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 2px; 
  color: #797979; 
  z-index: 10;
  }


a:active {
	text-decoration: none;
	color: #797979;
}

.license a {
color: #787cd5; 
text-decoration: none;
}

.license a:link {
	color: #787cd5; 
	text-decoration: none;
}
.license a:visited {
	text-decoration: none;
	color: #787cd5; 
}
.license a:hover {
	text-decoration: underline;	
	color: #797979; 
}


hr {

 height: 1px;
 border: 0;
 background: #c0cae7;
 margin-top: 5px;
  margin-bottom: 5px;
  width: 90%;
}

.criteria {
	color: #787cd5;
	font-weight: bold;
}

.bluetext {
	color: #787cd5;
}

.message {
	color: #CC0000;
}

.hilite {
	color: #787cd5;
	font-weight: bold;
}

.hilitered {
	color: #CC0000;
	font-weight: bold;
}

.pagetable {
	width: 700px;
}

.currentpage {
	color: #ff3333;
/*	color: #787cd5; */
	font-weight: bold;
}

.boldtext {
	font-weight: bold;
}

.desctext {
color: #797979;
font-weight: normal;
font-size: 8pt;
}

.smalltext {
color: #797979;
font-weight: normal;
font-size: 9px;
}

.versiontext {
/*	font-style: italic; */
	padding-top: 6px;
}

.bg1 {
	background: #f0f0f0;
}

.bg2 {
	background: #ffffff;
}

.bg3 {
	background: #e3e7f4;
}


.formheading {
color: #797979;
font-weight: bold;
font-size: 14px;
padding-bottom: 6px;

}

.formtable {
 margin-top: 5px;
 margin-bottom: 5px;
 border: 0px;
 background-color: #f0f0f0;
 
}

.searchbutton {
font-size: 12px;
font-weight: bold;
background-color: #787cd5;
color: #ffffff;
padding: 1px 4px 1px 4px;
border: 1px solid #8a97d3;
cursor: pointer;
} 

.searchbuttonhov {
font-size: 12px;
font-weight: bold;
background-color: #797979;
color: #ffffff;
padding: 1px 4px 1px 4px;
border: 1px solid #8a97d3;
cursor: pointer;
} 

.searchbutton a:link {
	color: #ffffff;
	text-decoration: none;
}

.searchbutton a:hover {
	color: #000000;
	text-decoration: none;

}

.searchbuttonlarge {
font-size: 16px;
font-weight: bold;
background-color: #787cd5;
color: #ffffff;
padding: 4px 6px 4px 6px;
border: 1px solid #8a97d3;
cursor: pointer;
} 

.searchbuttonlargehov {
font-size: 16px;
font-weight: bold;
background-color: #797979;
color: #ffffff;
padding: 4px 6px 4px 6px;
border: 1px solid #8a97d3;
cursor: pointer;
} 

.searchbuttonlarge a:link {
	color: #ffffff;
	text-decoration: none;
}

.searchbuttonlarge a:hover {
	color: #000000;
	text-decoration: none;

}

.formbutton {

 font-size: 12px;
font-weight: bold;
background-color: #797979;
color: #ffffff;
padding: 1px 4px 1px 4px;
cursor: pointer;

} 

.formbuttonhov {


font-size: 12px;
font-weight: bold;
background-color: #787cd5;
color: #000000;
padding: 1px 4px 1px 4px;
cursor: pointer;

} 

.formbutton a:link {
	color: #ffffff;
	text-decoration: none;
}

.formbutton a:hover {
	color: #000000;
	text-decoration: none;

}

.formbuttonsmall {
font-size: 11px;
font-weight: bold;
background-color: #797979;
color: #ffffff;
padding: 0px 2px 0px 2px;
border: 1px solid #8a97d3;
cursor: pointer;
} 

.formbuttonsmallhov {
font-size: 11px;
font-weight: bold;
background-color: #787cd5;
color: #000000;
padding: 0px 2px 0px 2px;
border: 1px solid #8a97d3;
cursor: pointer;
} 

.formbuttonsmall a:link {
	color: #ffffff;
	text-decoration: none;
}

.formbuttonsmall a:hover {
	color: #000000;
	text-decoration: none;

}


.formbuttonadd {
font-size: 11px;
font-weight: bold;
background-color:#CCCCCC;
color: #cc0000;
padding: 0px 2px 0px 2px;
border: 1px solid #8a97d3;
cursor: pointer;
} 

.formbuttonadd a:link {
	color: #cc0000;
	text-decoration: none;
}

.formbuttonadd a:hover {
	color: #000000;
	text-decoration: none;

}


.formbuttonSide {
font-size: 12px;
font-weight: bold;
background: url(../_images/button_glass_150.jpg) no-repeat;
width: 150px;
height: 29px;
line-height: 20px; 
padding: 4px 0 15px 0;
margin: 0;
border: none;
color: #ffffff;
text-align: center;
cursor: pointer;
} 

.formbuttonSideHov {
font-size: 12px;
font-weight: bold;
background: url(../_images/button_glass_150.jpg) no-repeat;
width: 150px;
height: 29px;
line-height: 20px; 
padding: 4px 0 15px 0;
margin: 0;
border: none;
color: #000000;
text-align: center;
cursor: pointer;
} 

.formbuttonSide a:link {
	color: #ffffff;
	text-decoration: none;
}

.formbuttonSide a:hover {
	color: #000000;
	text-decoration: none;

}

.formbuttonSideGrey {
font-size: 12px;
font-weight: bold;
background: url(../_images/button_glass_150_grey.jpg) no-repeat;
width: 150px;
height: 29px;
line-height: 20px; 
padding: 4px 0 15px 0;
margin: 0;
border: none;
color: #ffffff;
text-align: center;
cursor: pointer;
} 

.formbuttonSideGreyHov {
font-size: 12px;
font-weight: bold;
background: url(../_images/button_glass_150_grey.jpg) no-repeat;
width: 150px;
height: 29px;
line-height: 20px; 
padding: 4px 0 15px 0;
margin: 0;
border: none;
color: #000000;
text-align: center;
cursor: pointer;
} 

.formbuttonSideGrey a:link {
	color: #ffffff;
	text-decoration: none;
}

.formbuttonSideGrey a:hover {
	color: #000000;
	text-decoration: none;

}


.formfieldlabel {
	font-weight: bold;
}

.forminput {
 border: 1px solid  #cccccc;
 padding: 2px;
font: 11px  Arial, Helvetica, sans-serif;
}

.forminputmsg {
 border: 1px solid #ffffff;
 padding: 2px;
font: 14px  Arial, Helvetica, sans-serif;
color: #CC0000;
width: 500px;
}

.selinput {
 border: 1px solid  #cccccc;
 padding: 2px;
font: 11px  Arial, Helvetica, sans-serif;
	 width: 180px;
}

.sideselinput {
 border: 1px solid  #cccccc;
 padding: 2px;
font: 11px  Arial, Helvetica, sans-serif;
	 width: 130px;
}

input {
  border: 1px solid  #cccccc;
 padding: 2px;
font: 11px  Arial, Helvetica, sans-serif;
}

textarea {
 border: 1px solid  #cccccc;
 padding: 2px;
font: 11px  Arial, Helvetica, sans-serif;

}

.multiinput {
 	border: 1px solid  #e3e7f4;
 	padding: 2px;
	font: 11px  Arial, Helvetica, sans-serif;
	width: 200px;
}

.linkbutton {
font-size: 11px;
font-weight: bold;
width: 130px;
background-color: #797979;
color: #ffffff;
padding: 3px;
border: 1px solid #8a97d3;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
cursor: pointer;
} 

.linkbutton a {	
	color: #ffffff;
	text-decoration: none;
}

.linkbutton a:link, .linkbutton a:visited {
		color: #ffffff;
		text-decoration: none;
}

.linkbutton a:hover {	
	color: #8a97d3;
	text-decoration: none;

}
