/*
color of blue links #004488    new: #007EAF
color of font #333333          new: #606060 // doesn't work, washes out with the other colors. kept it to original
color of green #007EAF         new: #007EAF (darker blue)

*/

body{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	min-width: 900px;
	background-color: #f1f1f1;
}

#body{
	width: 1000px;
	margin: 0px auto;
	background-color: white;
	}

a, a:link, a:visited{
	color: #007EAF;
	text-decoration: none;
	font-weight: bold;
	}

a:hover{
	text-decoration: underline;
	}

body,input,textarea,select{
	font-family: tahoma;
	color: #333333;
	}

select,label{
	cursor: pointer;
	}

fieldset{
	border: none;
	}

.showdiv{
	cursor: pointer;
	}

.error{
	color: red;
	}

table{
	font-size: 1em;
	}

a.button, a.button:link, a.button:visited, a.button:hover, .button, input[type=button], input[type=submit]{
	color: white;
	}

.button, a.button, a.button:link, a.button:visited, input[type=submit], input[type=button]{
	-webkit-appearance: none;
	display: inline-block;
	background: #41B0D9;
	padding: 5px 20px 7px 20px;
	border: none;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	}

a.button:hover, input[type=submit]:hover, input[type=button]:hover{
	background: #007EAF;
	text-decoration: none;
	}

.collapseInDesktop{
	height: 0px;
	}

/* Standard Headers ********************************************/
h1{
	display: none;
	margin: -20px -20px 0px -20px;
	padding: 10px 0px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #007EAF;
	border-bottom: 2px solid #007EAF;
	}


h2{}

h3{
	font-size: 1.4em;
	}

/* Main Header ***********************************************************************************/
header{	
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	/*text-indent: 20px;*/
	/*overflow: hidden;*/
	color: #007EAF;
	font-size: 0px;
	font-weight: bold;
	border-bottom: 2px solid #007EAF;
	height: 40px;
}

header img{
	margin: -5px 15px 0px 15px;
	width: 40px;
	vertical-align: middle;
	}

.menuButton{
	display: none;
	}


/* Content ***************************************************************************************/
#content{
	min-height: 800px;
	margin: 20px;
	}

/* Footer ****************************************************************************************/
footer{
	clear: both;
	border-top: 2px solid #007EAF;
	border-bottom: 2px solid #007EAF;
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
	letter-spacing: 5px;
	color: #007EAF;
}	


/* Main Site & Program Navigation **************************************************************************/
.main{}

.main ul{
	list-style: none;
	margin: 0px;
	padding: 6px 0px 6px 0px;
	border-bottom: 2px solid #007EAF;
	}

.main ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
	}

.main ul li a{
	color: #333333;
	padding: 6px 12px;
	font-weight: normal;
	}

.main ul li a:hover, .main ul li.selected a{
	background: #eeeeee;
	text-decoration: none;
	color: #007EAF;
	}

.fiftyColumn{
	width: 50%;
	margin-top: 40px;
	float: left;
	}
	
.fiftyColumnContent{
	width: 95%;
	margin: auto;
	margin-bottom: 60px;
	}
	


/* Generic Table Styling *************************************************************************/
.tableRow:hover{
	background-color: #eee;
	}


/* User Management *******************************************************************************/
.umName{
	width: 50%;
	}

.umHMActive, .umCounties{
	width: 15%;
	text-align: center;
	}

.umLastVisit{
	width: 20%;
	text-align: right;
	}


/* Wishlist **************************************************************************************/
.addCatDes{
	width: 40%;
	}

.wlUserHeading{
	font-size: 1.3em;
	padding: 5px 12px;
	border-bottom: 2px solid orange;
	margin: 0px 0px 20px 0px;
	}

.wlUserHeading:hover{
	background: #eeeeee;
	cursor: pointer;
	}

.wlUserList{
	display: none;
	margin: 0px 0px 20px 20px;
	}

.wlPrint{
	display: inline-block;
	float: right;
	padding: 5px 20px;
	cursor: pointer;
	}

.wlPrint:hover{
	background: #eeeeee;
	color: #007EAF;
	}


/* Contact Page **********************************************************************************/
.contactInput{
	width: 400px;
	}

.contactTextarea{
	height: 250px;
	}

/* Target Scorer *********************************************************************************/
.groupButton{
	width: 150px;
	}

/* HailMaster ************************************************************************************/
#map_canvas_uw{
	border: 1px solid gray;
	height: 500px;
	width: 100%;
	margin: 20px 0px 0px 0px;
	}
	
#map_canvas{
	float: left;
	border: 1px solid gray;
	height: 500px;
	width: 640px;
	margin: 20px 0px 0px 0px;
	}

#mapFilter{
	float: left;
	width: 200px;
	height: 500px;
	margin: 20px -1px 0px 0px;
	overflow: scroll;
	border: 1px solid gray;
	}

#mapFilter ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#mapFilter ul li{
	margin: 0px;
	padding: 0px;
	}

#mapFilter ul li a{
	display: block;
	color: #333333;
	padding: 4px 8px;
	font-weight: normal;
	}

#mapFilter ul li a:hover, #mapFilter ul li.selected a{
	background: #eeeeee;
	text-decoration: none;
	color: #007EAF;
	}

.hmCountyColumn{
	float: left;
	width: 20%;
	}

/* Survail ***************************************************************************************/
.shPSTableDiv{
	float: left;
	width: 30%;
	margin-left: 2%;
	}

.sh70Table{
	float: left;
	width: 68%;
	}

.twentyContainer{
	width: 350px;
	}

.shSHSelect{
	width: 4%;
	text-align: center;
	}