*{
	font-size:11px;
	font-family:verdana, sans-serif;
}

body{
	margin:0;
	padding:0;
	background:#fff;
	color:#333
}

p, address{
	margin:0 0 16px
}

q{
	display:block;
	margin:6px 0
}

cite{
	display:block;
	margin:6px 0
}

div:after{/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

img{
	border:0
}

a{
	color:#00a
}

a:hover{
	color:#00d
}

.clear{
	clear:both;
}

/* BEGIN: Headings ================== */
h1{
	font:normal 19px "trebuchet ms";
	color:#694800
}

h2{
	font:bold 15px Verdana, Arial, Helvetica, sans-serif;
	color:#aa1f23;
	padding:0 0 4px;
	border-bottom:1px solid #CCC;
	margin:0 0 16px;
}

h2.noBorder{
	border-bottom:none;
	margin-bottom:10px;
}

h3, h3 span{
	font:bold 14px arial;
	margin:0 0 8px;
}

h4{
	font:bold 12px arial;
	margin:0 0 8px;
}

h5{
	font-size:12px
}

h6{
	font-size:11px
}
/* END: Headings ================== */


/* BEGIN: Forms ================== */
fieldset{
	padding:10px;
	margin:20px 0
}

legend{
	padding:0 10px;
	font-weight:bold
}
option{
	padding:0 3px
}

input, textarea{
	padding:1px 2px
}
/* END: Forms ================== */


/* BEGIN: Tables ================== */
table{
	margin:0 0 16px
}
/* #END: Tables ================== */


#main{
	width:800px; 
	margin:auto; 
	border:1px solid #ccc
}
#header{
	width:800px;
	margin:auto
}
#wrapper{
	width:800px;
	margin:auto
}
.header-verndale { 
	color: #006600; 
	font-size: 11px; 
	line-height: 16px; 
	background: #990000 url(/Images/CommonImages/header_bg.png) center top repeat-x;
 }
.header_padding-verndale { 
	padding: 0 20px;
	background:url(/Images/CommonImages/header_nav_bg.png) right bottom no-repeat;
}


#navBar{
	padding:5px 0 6px;
	background:url(/images/bgFooter.jpg) repeat-x top;
	text-align:center;
}
#navBar.endpointpage{
	padding-left:20px; 
	text-align:left;
}
#navBar a{
	font:normal 11px arial;
	color:#333;
}
#navBar a:hover{
	text-decoration:none;
}
#content{
	width:760px;
	margin:0 0 0 20px;
	padding:0 0 45px;
}
#topCopy p{
	float:left;
	width:475px;
	margin-right:50px;
}
#callout{
	float:left;
	background:#eaeceb;
	padding:10px;
}
#callout dl, dt, dd{
	margin:0;
	padding:0;
}
#callout dt{
	color:#aa1f23;
	font-weight:bold;
}
#callout dd{
	padding:0 0 0 14px;
	margin-top:5px;
	background:url(/images/bulletArrowGray.gif) left no-repeat;
}	
#callout dd a{
	color:#aa1f23;
}
#callout dd a:hover{
	color:#aa1f23;
	text-decoration:none;
}
#footer{
	float:left;
	width:800px;
	background:url(/images/bgFooter.jpg) repeat-x top;
	padding:6px 0 0; 
	height:19px;
	margin:0
}
#footer p{
	text-align:center;
	color:#666;
	margin:0
}

/* Form styles */
.fieldset{
	margin:0 0 20px
}
.fieldset input, .fieldset label{
	vertical-align:middle
}
.fieldset .imgbutton{
	margin-top:4px;
	ver
}
.label{
	display:block;
	clear:left;
	float:left;
	width:90px;
	margin:1px 3px 7px 0;
	text-align:right;
}
.textbox, .selectsmall{
	border:1px solid #666
}
select.textbox{
	width:138px
}
.large{
	width:250px !important
}
/* End Point Page Styles */
.selections{
	float:right;
	width:250px;
}
.plaintable h4{
	background:url(/images/bgPlaintableHdr.jpg) repeat-x;
	height:18px;
	padding:7px 0 5px 10px;
	margin:0;
}
.plaintable{
	width:100%;
	border-collapse:collapse;
	border:1px solid #999;
	background:#FAFAFA;	
}
.plaintable td{
	padding:10px;
	color:#333;
	vertical-align:top;
}
.plaintable td.header{
	padding:0;
}
.plaintable td.boldtext{
	width:50px;
	font-weight:bold;
}

/* Miscellaneous Global Styles */
ul.bulleted{
	margin:0 0 16px 20px;
	padding:0;
}
ul.bulleted li{
	padding:0 0 0 14px;
	line-height:24px;
	list-style:none;
	background:url(/images/bulletArrow.gif) no-repeat 0 8px
}
.chklist label{
	margin:0 0 0 4px;
	line-height:18px;
}
.errortext{
	display:block;
	margin:0 0 12px;
	padding:15px;
	border:1px solid #FF0000 !important;
	background-color:#FFF0F0;
	color:#FF0000;
	font-weight:bold
}
.errortext li{
	list-style:none;
}	
.successmsg{
	display:block;
	margin:0 0 15px;
	padding:15px;
	border:1px solid #6DBF2F;
	background-color:#E4FFCF;
	font-weight:bold;
	color:#6DBF2F
}


.valignmiddle{
	vertical-align:middle
}

.clear{
	clear:both
}


/* Tree View Node */

.unfinished, 
.normalnode, 
.normalnodeover, 
.normalnodeselected { 
	padding:0 4px 4px 0;
}
.unfinished *, 
.normalnode *, 
.normalnodeover *, 
.normalnodeselected *{ 
	vertical-align:middle;
}
.unfinished{
	/* background-color:#FFF0F0; */
	background-color:#FFCFCF;
}
.normalnode{
}
.normalnodeover{
	background-color:#f0f0f0
}
.normalnodeselected{
	background-color:#cecece;
	/*background-color:White;*/
	/*background-color:Transparent;*/
}

/* Grid Override Styles */
.gridConfig .GridRow_Default td{
	border:0 !important;
}
.gridaltrow{
	background:#f0f0f7 !important
}
.gridaltrow td{
	border-right:0 !important;
	border-left:0 !important;
	border-bottom-color:#e0e0e0 !important;
	border-bottom-width:1px !important;
	border-bottom-style:solid !important;
	height:22px
}
.GridAltRow_Default td{
	border-bottom-width:0 !important
}
.GridAltRow_Default td
{
	border-top: solid 1px #e0e0e0 !important;
}


.marketTitle
{
	font:bold 14px arial;
	margin:0 0 8px;
}

ul.configurator{
	margin:0 0 16px 25px;
	padding:0;
}
ul.configurator li{
	padding:0 0 0 14px;
	line-height:24px;
	list-style:none;
	background:url(/images/bulletArrow.gif) no-repeat 0 8px
}
ul.configurator li a{
	color:#333;
}
ul.configurator li a:hover{
	text-decoration:none;
}

