
/* BODY STYLES */

body {
	font-family: Tahoma,Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #3B3B3B;
	background: url('../../images/bkgrd.png') repeat-x;
	background-color: #F2F2F2;
}
body a {
	color: #1A74B0;
	text-decoration:none;
}
body a:visited {
	color: #1A74B0;
	text-decoration:none;
}
body a:hover {
	color: #333333;
	text-decoration: none;
}



/* FORM STYLES */

.button {

}
.inputbox {
	font-size: 11px;
	color: #000000;
	border: 1px solid #cccccc;
	padding: 2px;
}
.inputboxborderless {
	font-size: 11px;
	border: 0px;
	padding: 2px;
}
.inputboxna {
	font-size: 11px;
	color: #CE2811;
	border: 1px solid #cccccc;
	padding: 2px;
}
.inputboxgrey {
	font-size: 11px;
	color: #999999;
	border: 1px solid #cccccc;
	padding: 2px;
}
.inputna {
	background-color: #DBADBC !important;
}
.inputtextsearch {
	font-family: Tahoma,Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	margin: 0px;
	border: 0px;
	position: relative;
	display: inline-block;
	top:-3px;
	height:14px;
}
.inputtext {
	font-family: Tahoma,Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	margin: 2px;
	border: solid #999999 1px;
}
.inputtext:focus, .inputtextbkgd {
	background-color: #F5F5E7;
}
.inputselect {
	font-family: Tahoma,Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	margin: 2px;
	border: solid #999999 1px;
}
.inputselect:focus, .inputselectbkgd {
	background-color: #F5F5E7;
}
label.overlay {
	font-size: 11px;
	color: #999999 !important;
	position: absolute;
	z-index: 1;
	padding-top: 1px;
	padding-left: 5px;
}




/* TEXT STYLES */

.smalllightgrey {
	font-size: 11px;
	color: #999999;
}
.pageHeading, .pageHeading a, .pageHeading a:visited {
	font-size: 18px;
	color: #515455;
	font-weight: bold;
	padding-top:12px;
	padding-left:6px;
	margin-bottom:10px;
}
.pageHeading a:hover {
	color: #000000;
}
.pageHeadingProduct {
	font-weight: normal;
}

.blueheading, .blueheading a, .blueheading a:visited {
	color: #41819F;
	font-size: 16px;
	line-height: 15px;
	text-decoration:none;
	padding-bottom: 5px;
}
.blueheading a:hover {
	color: #41819F;
	text-decoration: underline;
}
.blackheading, .blackheading a, .blackheading a:visited {
	color: #333333;
	font-size: 20px;
	text-decoration:none;
	padding-bottom: 5px;
}
.blackheading a:hover {
	color: #333333;
	text-decoration: underline;
}

.dottedlineHoz {
	border-top: dotted #C6C6C6 1px;
	background-image: none;
}
.dottedlineVertL {
	border-left: dotted #C6C6C6 1px;
	background-color: #FFFFFF;
	background-image: none;
}
.dottedlineVertR {
	border-right: dotted #C6C6C6 1px;
	background-color: #FFFFFF;
	background-image: none;
}
.errortext {
	color: #BF4649;
}
.bluetext {
	color: #41819F;
}
.bluetext a {
	color: #41819F;
	text-decoration:none;
}
.bluetext a:visited {
	color: #41819F;
	text-decoration:none;
}
.lightgreytext {
	color: #C3C3C3;
}
.smalltext {
	font-size: 11px;
}



/* TABLE STYLES */

table td {
	vertical-align: middle;
	text-align: left;
	height: 26px;
}
.tr-blue {
	text-decoration: none;
	border-top: dotted #C6C6C6 1px;
}
.tr-blue td {
	border-top: dotted #C6C6C6 1px;
	vertical-align:middle;
	color: #595959;
}
.tr-bluealt {
	text-decoration: none;
	border-top: dotted #C6C6C6 1px;
	background-color: #F5F6F7;
}
.tr-bluealt td {
	border-top: dotted #C6C6C6 1px;
	vertical-align:middle;
	color: #595959;
}



/* DIV STYLES */

.clearfix {
	clear: both;
}

.divStatusBar {
	display: inline-block;
	height: 15px;
	width: 100px;
	border: solid 1px #666666;
}
.divStatusBarProgress {
	height: 15px;
	background-color: #00CC00;
}

#divPageContainer {
	top: 30px;
	width: 963px;
	margin: auto auto;
	position: relative;
	padding: 0px;
	text-align: left;
	margin-bottom: 80px;
}
#divHeaderLogo {
	float: left;
	padding-left: 10px;
	padding-bottom: 12px;
}
.divSearchBox {
	border: solid #999999 1px;
	display: inline-block;
	height: 22px;
	padding: 0px;
}
#divTabMenu {
	margin-top:10px;
	float: right;
}
#divTabMenu ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
}
#divTabMenu li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#divTabMenu a {
	position: relative;
	font-size: 13px;
	color: #5E6364;
	display: block;
	float: left;
	height: 28px;
	line-height: 26px;
	text-align: center;
	margin: 0 1px 0 10px;
	cursor: pointer;
}
#divTabMenu span {
	display: block;
    height: 100%;
    margin-left: 4px;
    padding: 0 11px 0 8px;
	text-align: center;
}
#divTabMenu a:hover, #divTabMenu .selecteditem {
    background: url("../../images/tab-elements.png") no-repeat scroll 0 0 transparent;
    text-decoration: none;
    color: #FFFFFF;
}
#divTabMenu a:hover span, #divTabMenu .selecteditem span {
    background: url("../../images/tab-elements.png") no-repeat scroll 100% -40px transparent;
    text-decoration: none;
}
#divPageContentsHeader {
	position: relative;
	display: block;
}
#divPageContentsTop, .divPageContentsTop {
	clear: both;
	position: relative;
}
#divPageContents, .divPageContents {
	position: relative;
	display: block;
	clear: both;
	background-image: none;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border: solid #999999 1px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
}
#divPageContentsBottom, .divPageContentsBottom {
	display: block;
	min-height: 180px;
	clear: both;
	background-image: none;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border: solid #999999 1px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	z-index: 2;
}
#divPageFooter {
	display: block;
	left: 0px;
	color: #999999;
	text-align: right;
	font-size: 11px;
	padding-top: 7px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	border-top: dotted #999999 1px;
	border-bottom: dotted #999999 1px;
	z-index: 2;
}
#divColumnLeft {
	float: left;
	width: 280px;
	line-height: 18px;
	min-height: 160px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index: 3;
}
#divColumnMiddle {
	float: left;
	width: 310px;
	line-height: 18px;
	min-height: 160px;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 10px;
	z-index: 3;
}
#divColumnRight {
	float: right;
	width: 280px;
	line-height: 18px;
	min-height: 160px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	z-index: 3;
}
#divLocationBar {
	position: relative;
	left: 0px;
	top: 0px;
	margin-top:15px;
}
#divLocationBarLeft {
	position: relative;
	font-size: 11px;
	left: 0px;
	top: -1px;
	float: left;
	height: 26px;
	width: 80px;
	color: #FFFFFF;
	padding-left: 18px;
	padding-top: 5px;
	background-image:url(../../images/locationbarleft.png);
	background-repeat:no-repeat;
	text-align: left;
}
#divLocationBarRight {
	position: relative;
	right: 0px;
	float:right;
	height: 26px;
	width: 7px;
	background-image:url(../../images/locationbarright.png);
	background-repeat:no-repeat;
}
#divDottedSeperator, .divDottedSeperator {
	position: relative;
	display: inline-block;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1F7BC0;
	border-top: dotted #999999 1px;
}
#divSolidSeperator, .divSolidSeperator {
	position: relative;
	display: inline-block;
	left: 0px;
	font-size: 10px;
	color: #1F7BC0;
	border-top: solid #C6C6C6 1px;
}

