BODY, TR,TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #404040;
}

.redLink{ color: #a13b4e; }
.redLink:hover{ color: #a13b4e; }
/*.color: #a13b4e; */


.vacRegConfigText
 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #404040;
}

.linkblack
{
	text-decoration: none;
	color: Black;
	font-weight: normal;
}
.linkblack:Hover
{
	text-decoration: underline;
	color: Black;
	font-weight: normal;
}

.HiddenColumn{display:none;} 

A {
	text-decoration: none;
	color: #0066cc;
	font-weight : bold;
}

A:Hover {
	text-decoration: underline;
	color: #ff9933;
	font-weight : bold;
}

A.button {
	text-decoration: none;
	color: #000066;
	font-weight : bold;
}

A.button:Hover {
	text-decoration: underline;
	color: #cc99ff;
	font-weight : bold;
}
.border{
	border : 1px solid #D3D3D3;
}
A.navText{
	color : #888888;
	font-size : 8pt;
	font-family : Arial;
	font-weight: normal;
}
A.navText:Hover{
	color : #ff9933;
	font-size : 8pt;
	font-family : Arial;
	font-weight: normal;
}


A.menu {
	text-decoration: none;
	color: #888888;
	font-size : 9pt;
	font-weight: none;
}

A.menu:Hover {
	text-decoration: none;
	color: #cc99ff;
	font-size : 9pt;
	font-weight: none;
}

.label{
	color : Black;
	font-size : 8pt;
	font-weight : bold;
}
.labelnobold{
	color : Black;
	font-size : 8pt;
	font-weight : normal;
}
.field{
	border : 1px solid #d3d3d3;
	font-family : arial;
	font-size : 8pt;
	font-weight : bold;
	color : Black;
}
.chartA { 
	background-color: EEEEEE; 
	color: 000000; 
	font-family: Arial,Helvetica,sans serif; 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: normal; 
}
.chartB { 
	background-color: DDDDDD; 
	color: 000000; 
	font-family: Arial,Helvetica,sans serif; 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: normal; 
}
.charttitle { 
	background-color: #4169E1; 
	color: #dee6fe; 
	font-family: Arial,Helvetica,sans serif; 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: bold; 
}
.loginLabel
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #888888;
}
.sectionText
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight: bold;
	color : black;
}
.featuredText
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight: bold;
	color : white;
	
}

/* Hose Configurator */
#hcWrap
{
	padding-left:30px;
}
#tblHC tr
{
	height:28px;
}
#tblHC span
{
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-right:5px;
	width:85px;
	text-align:right;
}
#hcBtns td
{
	padding-right:10px;
}
.err
{
	color:Red;
	font-size:9pt;
	font-weight:bold;
}
.err ul
{
	line-height:10px;
}
/*Modal Popup*/
.modalBackground {
  background-color:Gray;
  filter:alpha(opacity=70);
  opacity:0.7;
  }
  
  #wizardLink{
	/*display:block;
	position:absolute;
	/*left:15px;
	top:2px;
	padding:6px 6px 6px 20px;
	background: url(../images/wand.png) no-repeat left center;
	color:#fff;*/
}

#filterLink{
	display:block;
	position:absolute;
	left:135px;
	top:0;
	padding:6px 6px 6px 20px;
	background: url(../images/filter.png) no-repeat left center;
	color:#fff;
	border:4px solid #3378CA;
	border-bottom:0;
	z-index:1000000000;
}

#filterLink.focused{
	border:4px solid #3378CA;
	background-color: #fff;
	border-bottom:0;
	color:#3378CA;
	border-color: #152E68;
}

#filterBox{
	display: none;
	position:absolute;
	top:36px;
	left:135px;
	border:4px solid #152E68;
	padding:15px;
	background:#fff;
	z-index:100000000;
}

#filterBox select{
	padding:5px;
	margin:5px 0;
}

#filterBox b{
	display:block;
	position:relative;
	padding:0;
	margin:0;
}

#filterBox input, select{
/*
	
display:block;
position:relative;
*/
	padding:0;
	margin: 0 0;
	
}

#filterBox b{
	display:block;
	margin:15px 0 0 0;
	font-weight:bold;
}

.close{
	display:block;
	position: absolute;
	right:-15px;
	top:-15px;
	background:url(../images/closebox.png) no-repeat 0 0;
	width:30px;
	height:30px;
	overflow:hidden;
	text-indent:999em;
	line-height:999em;
}

.close:hover, .close:focus{
	background:url(../images/closebox.png) no-repeat 0 0;
}

.GridView tr.pagination:hover, .GridView tr.pagination tr:hover{
	background-color:transparent;
	cursor:default;
}

.tools{
	display:block;
	position: relative;
	right:0;
	float:right;
	width:100%;
	padding:0;
	margin:-40px 0 0 0;
	height:40px;
	z-index:1000000000;
}

#header .tools{
	position:absolute;
	top:0;
	margin:0;
	text-align:right;
	height:auto;
	padding-right:15px;
}

#header .tools a{
	padding:4px 6px;
}