@charset "UTF-8";
/* CSS Document */

p {
	/*
	margin: 8px;
	*/
}

img {
	border:0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*Remove the next line to make background white. CRS - 1/31/2011*/
	/*background:url(/img/common/masterBG.jpg) repeat-x #493c36;*/
}

form{
	margin:0px;
	padding:0px;
}

h1 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	color: #ffffff;
	line-height: 27px;
	font-weight: normal;
/* CHANGED FONT TO TAHOMA CRS 2/23/2011 */
font-family:Tahoma;
color: #252C26;
}

h2 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #ffffff;
	line-height: 23px;
	font-weight: bold;
/* CHANGED FONT TO TAHOMA CRS 2/23/2011 */
font-family:Tahoma;
color: #252C26;
}

a:link.footerLink {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	/*color: #8e8e8e;*/
color:#000000;
	text-decoration: none;
/* CHANGED FONT TO TAHOMA CRS 2/23/2011 */
font-family:Tahoma;
}
	
a:visited.footerLink {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	/*color: #8e8e8e;*/
color:#000000;
	text-decoration: none;
/* CHANGED FONT TO TAHOMA CRS 2/23/2011 */
font-family:Tahoma;
}
	
a:hover.footerLink {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	/*color: #f19a26;*/
color:#000000;
	text-decoration: none;
/* CHANGED FONT TO TAHOMA CRS 2/23/2011 */
font-family:Tahoma;
}
	
a:active.footerLink {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	/*color: #ffffff;*/
color:#000000;
	text-decoration: none;
/* CHANGED FONT TO TAHOMA CRS 2/23/2011 */
font-family:Tahoma;
}

/* -------- LINK FORMATTING -------- */
a {
	color: #8e8e8e;
	text-decoration:  underline;
color: #464646;
}


a:hover {
	color: #f19a26;
	text-decoration: underline;
color: #D2232A;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
color: #464646;
}

p {
	/*
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 0px;
	*/
}

fieldset {
	margin-bottom:10px;
}
legend {
	font-weight:bold;
}





/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  font-size:10px;
  font-family: Tahoma;
z-index:1000;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
  background-color: #FCD900;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
  background-color: #FCD900;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

/* Look and feel of select box */
.selectbox 
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family: Tahoma;
  font-size:10px;/* Resize Font*/
  width : 195px; /* Resize Width */
  display : block;
  text-align:left; 
  background: url('bg_select.png') right;
  background: url('http://www.wowway.com/img/common/navigation/navigation_highlightdownarrow.gif') right no-repeat;
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
z-index: 1000;
}

