/*start - structure of page*/
body { 
	height: 100%;
	FONT-FAMILY: Helvetica, sans-serif, Tahoma;
	BACKGROUND-COLOR: #FFFFFF;
	background-repeat : repeat-x;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table td{ border-collapse: collapse; }
div { line-height : 1.2; }/* Fixes most of the peek-a-boo bugs */
.padingTop4 { PADDING-TOP: 4px; }
.marginLR10{ /*spacing between links on lk2ndnavtxt nav bar*/
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
}
.divider1 {
	CLEAR: both;
	OVERFLOW: hidden;
	WIDTH: 85%;
	HEIGHT: 1px;
	BACKGROUND-COLOR: #CC3300;
	padding: 0px;
	margin:5px 0px 5px 0px;
}
.divider2 {
	CLEAR: both;
	OVERFLOW: hidden;
	WIDTH: 100%;
	HEIGHT: 1px;
	BACKGROUND-COLOR: #CC3300;
	padding: 0px;
	margin:5px 0px 5px 0px;
}
.divider3 {
	CLEAR: both;
	OVERFLOW: hidden;
	WIDTH: 100%;
	HEIGHT: 1px;
	BACKGROUND-COLOR: #999999;
	padding: 0px;
	margin:3px 0px 3px 0px;
}
.imgfix {
	margin:10px 0px 10px 0px;
	width: 150px;
	height: 100px;
}
.imgstretch {
	margin:10px 0px 10px 0px;
	width: 100%;
}
/*end - structure of page*/
/*start - Main navigation styling*/
.lk2ndnavtxt {
	font-size: 95%;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
/*end - Main navigation styling*/

/*start hyperlink styling */
a:visited {	text-decoration: none; }
a:link { text-decoration: none; }
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/*no underlining image*/
a.img hover { text-decoration:none; } 

/*light blue*/
.fontSmLink {
	color: #003399;
	font-size: 11px;
}
.fontBigLink {
color: #003399;
font-size: 14px;
}
/*** start - Sidebar menu ***/
.navside {
	border:1px solid #b0b0b0;
	color:#666666;
	display:block;
	text-transform:uppercase;
	/*letter-spacing:0.5px;*/
	width:105px;
	background-color: #F5F5F5;
	margin:4px 3px 1px 10px;
	padding: 5px 0px 4px 8px;
	font-size: 12px;
	font-weight: bold;
}
.navside:hover,.active {
	border:1px solid #909090;
	color:#FFFF99;
	text-decoration:none;
	background-color: #FF9900;
	font-weight: bold;
}
.sub {
	font-size:12px;
	font-weight: bold;
	letter-spacing:1px;
	margin:3px 0px 2px 15px;
	padding:4px 0px 2px 0px;
	width:95px;
	text-align: center;
}
/*** end - Sidebar menu ***/
.filterBox {
	FONT-WEIGHT: bold;
	COLOR: #333333;
	font-size: 14px;
	background-color: #CCCCFF;
	width: 100%;
	padding: 4px;
	border-width:1px;
	border-style: none;
}
.sort {
	border:1px solid #b0b0b0;
	color:#666666;
	display:inline;
	position:relative;
	text-transform:uppercase;
	background-color: #F5F5F5;
	font-size:0.8em;
	margin:3px 0px 2px 5px;
	padding:2px 3px 2px 3px;
	width:100px;
	text-align: center;
}
.sort:hover,.active {
	border:1px solid #909090;
	color:#FFFF99;
	text-decoration:none;
	background-color: #FF9900;
}
.pageControl{
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}
.pageNoLink { color: #999999; }
a.page:visited { color: #003366; }
a.page:hover {
	color: #FFFF99;
	text-decoration: none;
	}
a.page:link {
	color: #003366;
	text-decoration: none;
}	
.pageBoxCurent{
	background-color: #FFFF99;
	margin: 0px;
	height: 16px;
	width: 18px;
	color: #990000;
	padding:0px 4px 0px 4px;
}	
.pageBox{
	background-color: #999999;
	height: 16px;
	width: 18px;
	padding:0px 4px 0px 4px;
	margin: 0px;
	color: #FFFFFF;
}
a.pageBox:visited {	color: #FFFFFF; }
a.pageBox:hover {
	color: #990000;
	text-decoration: none;
	background-color: #FFFF99;
	height: 16px;
	width: 18px;
	padding:0px 4px 0px 4px;
}
a.nextp{
	background-image: url(../vault/image/button/btnUp_next.gif);
	height: 20px;
	width: 59px;
	float: right;
}
a.nextp:visited{
	background-image: url(../vault/image/button/btnUp_next.gif);
	height: 20px;
	width: 59px;
}
a.nextp:hover{
	background-image: url(../vault/image/button/btnDown_next.gif);
	height: 20px;
	width: 59px;
}
a.backp{
	background-image: url(../vault/image/button/btnUp_back.gif);
	height: 20px;
	width: 59px;
	float: left;
}
a.backp:visited{
	background-image: url(../vault/image/button/btnUp_back.gif);
	height: 20px;
	width: 59px;
}
a.backp:hover{
	background-image: url(../vault/image/button/btnDown_back.gif);
	height: 20px;
	width: 59px;
}
a.upgradebtn{
	background-image: url(../vault/image/button/btn_upgrade.gif);
	height: 20px;
	width: 60px;
}
/*end hyperlink styling */

/*start - text styling*/
.bold { font-weight: bold; }
#catNav { text-align:center; }
#catNav li { 
	list-style:none; 
	font-size: 16px;
	font-weight: bold;
	margin:0px 0px 0px -10px;
	padding: 8px 0px 0px 0px; 
}
#catNav a:link {color: #666666;}
#catNav a:visited {color: #666666;}
#catNav a:hover {color: #FF6600;}
#catNav h1 {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
	margin:0px;
	padding: 8px 0px 0px 0px; 
}

#barNav { 
	text-align:left; 
	display:inline;}
#barNav li { 
	display:inline;
	list-style:none; 
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
#barNav a:link {color: #666666;}
#barNav a:visited {color: #666666;}
#barNav a:hover {color: #FF6600;}
#barNav h2 {
	display:inline;
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* Set generic font size, padding and margin for most elements */
h1, h2, h3, h4, h5, h6, li, label, p, th {
	margin : 0px;
	padding : 0px;
	font-size : 75%; /* All font sizes shall be based on this so be wary of changing this */
	font-weight: normal;
}
li ul,li p, ol li { font-size : 12px; }
ul li, ul li ul { font-size : 12px; }
/* Primary Font Styles For Page / Section Headings and Generic Font Styles */
.fontMainHead{
font-size : 125%;
font-weight: bold;
}
.fontSecHead{
 font-size : 105%;
 font-weight: bold;
}
.fontTertHead{
 font-size : 90%;
 font-weight: bold;
}
.fontQuartHead{
 font-size : 75%;
 font-weight: bold;
}
.fontNorm{ font-weight : normal;}
.fontBold{ font-weight : bold;}
.font70pc{ font-size : 70%;}
.font75pc{ font-size : 75%;}
.font85pc{ font-size : 85%;}
.font100pc{ font-size : 100%;}
/*brown*/
.fontTitleCol{ color : #CC3300;}
.fontBrown { color: #CC3300;}
.fontWhite{ color : #FFFFFF;}
.fontRed{ color : #DF0C00;}
.fontBlue{ color : #000066;}
.fontBlueDrk { color: #000099;}
.fontBlueLgt{ color : #0066CC;}
.fontBlack{ color : #000000;}
.fontGreen{ color : #009900;}
.fontSilver{ color: #EEEEEE;}
.fontGryLgt{ color : #666666;}
.fontGryDrk{ color : #333333;}
.fontYellow { color: #FFFF00;}
.footer {
	font-size: 9px;
	text-align: center;
	width: 100%;
	border-width: 1px 0px 1px 0px;
	border-style: solid none solid none;
	border-color: #666666;
	background-image: url(../vault/image/struct/bkghorzrstipe.gif);
	display: block;
	height: 20px;
	position: relative;
	padding-top: 4px;
}
.countBox{
	background-color: #FFFF99;
	height: 1.15em;
	width: 2.5em;
	padding:0px 2px 0px 2px;
	margin: 0px;
	color: #CC3300;
	border: 1px solid #0000FF;
	font-weight: bold;
	font-size: .8em;
}
/*end - text styling*/

/*start - positioning of an element in menus or forms*/
.floatLeft0 {
	float: left;
	display: inline;
	margin-left: 0px;
}
.floatLeft10 {
	float: left;
	margin-left: 10px;
}
.floatLeft1 {
	float: left;
	margin-left: 1px;
	margin-top: 10px;
}
.floatLeft28 {
	float: left;
	margin-left: 28px;
}
.floatRight14 {
	float: right;
	margin-right: 14px;
}
.floatRight0 {
	margin-right: 0px;
	display: inline;
	float: right;
}
/*end - positioning of an element in menus or forms*/

/*start - forms styling*/
form{ display: inline;}
.addBg { /*Used in newad to colour brdr of input box for mileage entry*/
	font-size: 85%;
	width: 20px;
	height: 19px;
	border-width: 2px;
	border-color: #0000FF;
	margin-bottom: 2px;
}
/*start - error message styling used by checkform() in formval.js*/
#errorBox { /*red box, biege bg - for error message used only by checkform()*/
	WIDTH: 30em;
	font-size: 105%;
	color: #FF0000;
	background-color: #FFFFBF;
	padding: 5px;
	border: 1px solid #CC0000;
}
.errorBg { /*red background of form field element, ie. select box*/
	font-size: 70%;
	background-color: #FFCCCC;
}
/*end - error message styling used by checkform in formval.js*/
.errorBox { /*red box, biege bg - for error message - general use*/
	FONT-WEIGHT: bold;
	COLOR: #FF0000;
	font-size: 105%;
	background-color: #FFFFCC;
	width: 95%;
	border: 1px solid #FF0000;
	padding: 4px;
}
.errorTxt { /*for txt styling only*/
	FONT-WEIGHT: bold;
	COLOR: #FF0000;
	font-size: 12px;
}
.infoBox { /*grey box, lite green bg - for info message - general use*/
	COLOR: #000000;
	font-size: 14px;
	background-color: #fffded;
	width: 95%;
	padding: 4px;
	border: 2px solid;
	border-color: #cccccc #666666 #666666 #cccccc;
}
.infoTxt{
	COLOR: #000000;
	font-size: 14px;
}
.warnTxt {
	FONT-WEIGHT: bold;
	COLOR: #FF6600;
	font-size: 12px;
}
.newsBox { /*Solid blue box - for news and offers - general use*/
	COLOR: #F5F5F5;
	font-size: 14px;
	background-color: #000066;
	width: 100%;
	border: 1px solid #666666;
	padding: 4px;
}
.srchSmallSelect {
	FONT-SIZE: 70%; WIDTH: 74px;
}
.formVShortSelect {
	FONT-SIZE: 75%;
	WIDTH: 40px;
	margin-bottom: 3px;
}
.formShortSelect {
	FONT-SIZE: 75%;
	WIDTH: 60px;
	margin-bottom: 3px;
}
.formStandardSelect {
	FONT-SIZE: 75%;
	WIDTH: 80px;
	margin-bottom: 3px;
}
.formMedSelect {
	FONT-SIZE: 75%;
	WIDTH: 140px;
	margin-bottom: 3px;
}
.formVVShortInput {
	FONT-SIZE: 85%;
	WIDTH: 20px;
	margin-bottom: 3px;
}
.formVShortInput {
	FONT-SIZE: 75%;
	WIDTH: 35px;
	margin-bottom: 3px;
}
.formShortInput {
	FONT-SIZE: 75%;
	WIDTH: 80px;
	margin-bottom: 3px;
}
.formStandardInput {
	FONT-SIZE: 75%;
	WIDTH: 110px;
	margin-bottom: 3px;
}
.formMedInput {
	FONT-SIZE: 75%;
	WIDTH: 140px;
	margin-bottom: 3px;
}
label {	white-space: nowrap}
fieldset {
 border : none;
 padding : 0px;
 margin : 0px; 
}
legend { display : none;}
/*end - forms styling*/

/*start - graphic styling*/
img {
	BORDER-STYLE: none;
	margin: 0px;
	padding: 0px;
}
img.ValignMid {	vertical-align: middle;}
img.ValignTop {	vertical-align: top;}
/*end - graphic styling*/

/*start - background colour*/
.bgColWhite{ background-color:#FFFFFF}
.bgColLgtGrey{ background-color:#F5F5F5}
.bgColEbony{ background-color:#000000}
.bgColDrkGrey{ background-color:#999999}
.bgColLgtBlue{ background-color:#E6E4FA}
.bgColDrkBlue{ background-color:#8577FF}
.bgColLgtCream{ background-color:#FFFFCC}
.bgColYellow{ background-color:#FFFF66}
.bgColSand{ background-color:#F1E185}
.bgColLgtBrown{ background-color:#FCDCB1}
.bgColChocolate{ background-color:#CC6600}
.bgColLgtGreen{ background-color:#E9FFE6}
.bgColDrkGreen{ background-color:#00CC00}
.bgColGreen{ background-color:#B1F7AE}
.bgColBurgundy{ background-color:#F40D00}
/*end - background colour*/
