/* Master link colors */
a:link, a:visited {
	color: #283EAB;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #666666;
}


/* Site Headers */

h1, .lrgHdr{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #172165;
}
h2, .medHdr {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #172166;
}
h3, .smHdr {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 3px;
	color: #172166;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #192367;
	margin: 0px;
}
h5 {
	font-size: 10px;
	font-weight: bold;
	color: #192367;
}

/* Content text */

.lrgText {
	font-size: 20px;
	line-height: 26px;
}
.medText {
	font-size: 11px;
}
.smText {
	font-size: 10px;
}

/* Content Stuff */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	/* background color is set on the template page */
}
form {
	margin: 0px;
	padding: 0px;
}
.addressPadding {
	padding-bottom: 20px;
}
#bannerpadding {
	padding-bottom: 15px;
	text-align: center;
}
.bodyBg {
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#boldtext {
	line-height: 14px;
	font-weight: bold;
}
.bottomNav {
	padding: 10px 0px 15px;
	color: #FFFFFF;
	font-size: 10px;
}
.bottomNav a:link, .bottomNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
.bottomNav a:hover, .bottomNav a:active {
	color: #FFFF50;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


/*  --- Note: Gold Buttons are Blue ---   */
.bttnGold {
	width: 120px;
	float: right;
	margin-left: 10px;
}

.bttnGold a {
	border-top: 4px solid #3A4EA5;
	border-right: 4px solid #0E1D5B;
	border-bottom: 4px solid #0E1D5B;
	border-left: 4px solid #3A4EA5;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #283EAB;
}
.bttnGold a:link, .bttnGold a:visited {
	color: #FFFFFF;
}
.bttnGold a:hover, .bttnGold a:active {
	color: #000000;
}
.bttnGold2 {
	float: none;
	margin-left: 0px;
	margin-bottom: 10px;
}
.bttnGold2 a {
	border-top: 4px solid #3A4EA5;
	border-right: 4px solid #0E1D5B;
	border-bottom: 4px solid #0E1D5B;
	border-left: 4px solid #3A4EA5;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #283EAB;
}
.bttnGold2 a:link, .bttnGold2 a:visited {
	color: #FFFFFF;
}
.bttnGold2 a:hover, .bttnGold2 a:active {
	color: #000000;
}
.bttnGold2Sm {
	float: none;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 10px;
}
.bttnGold2Sm a {
	border-top: 4px solid #3A4EA5;
	border-right: 4px solid #0E1D5B;
	border-bottom: 4px solid #0E1D5B;
	border-left: 4px solid #3A4EA5;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #283EAB;
}
.bttnGold2Sm a:link, .bttnGold2Sm a:visited {
	color: #FFFFFF;
}
.bttnGold2Sm a:hover, .bttnGold2Sm a:active {
	color: #000000;
}
.bttnGoldNoLink {
	width: 120px;
	float: right;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #F1DDC3;
	color: #FFFFFF;
}

/*  --- Note: Red Buttons are Gray ---  */
.bttnRed {
	width: 120px;
	float: right;
	margin-left: 10px;
}
.bttnRed a {
	border-top: 4px solid #999999;
	border-right: 4px solid #333333;
	border-bottom: 4px solid #333333;
	border-left: 4px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #696969;
}
.bttnRed a:link, .bttnRed a:visited {
	color: #FFFFFF;
}
.bttnRed a:hover, .bttnRed a:active {
	color: #000000;
}
.bttnRed2 {
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bttnRed2 a {
	border-top: 4px solid #999999;
	border-right: 4px solid #333333;
	border-bottom: 4px solid #333333;
	border-left: 4px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #696969;
}
.bttnRed2 a:link, .bttnRed2 a:visited {
	color: #FFFFFF;
}
.bttnRed2 a:hover, .bttnRed2 a:active {
	color: #000000;
}
.bttnRed2Sm {
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 10px;
}
.bttnRed2Sm a {
	border-top: 4px solid #999999;
	border-right: 4px solid #333333;
	border-bottom: 4px solid #333333;
	border-left: 4px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #696969;
}
.bttnRed2Sm a:link, .bttnRed2Sm a:visited {
	color: #FFFFFF;
}
.bttnRed2Sm a:hover, .bttnRed2Sm a:active {
	color: #000000;
}
.cartBar {
	background-color: #E1111A;
	height: 27px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../mainimages/redfadeBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #E1111A;
	border-bottom-color: #A40D14;
	margin: 0px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-style: solid;
}
.cartBar  #header {
	float: left;
	padding-top: 7px;
	padding-left: 35px;
	color: #FDFF5D;
	font-size: 14px;
}
.cartBar #carticonbttn {
	background-image: url(/mainimages/cartIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
}
.cartBar a {
	padding: 7px 10px 4px 11px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9AAAD;
}
.cartBar a:hover, .cartBar a:active {
	color: #FFFF50;
}
.cartBar a:link, .cartBar a:visited {
	color: #FFFFFF;
}
.contentArea {
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(/images/dealergalaxy/images/side_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.contentArea #button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #696969;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 6px;
	margin: 0px 0px 10px;
	border-top: 4px solid #999999;
	border-right: 4px solid #333333;
	border-bottom: 4px solid #333333;
	border-left: 4px solid #999999;
	font-size: 13px;
	text-transform: uppercase;
}
.contentArea #button2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #283EAB;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 6px;
	margin: 0px 0px 10px;
	border-top: 4px solid #3A4EA5;
	border-right: 4px solid #0E1D5B;
	border-bottom: 4px solid #0E1D5B;
	border-left: 4px solid #3A4EA5;
}
.contentArea #buttonSm {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #696969;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	border: 1px solid #FFFFFF;
	margin: 0px 0px 10px;
	border-top: 4px solid #999999;
	border-right: 4px solid #333333;
	border-bottom: 4px solid #333333;
	border-left: 4px solid #999999;
}
.contentArea #button2Sm {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #283EAB;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	border: 1px solid #FFFFFF;
	margin: 0px 0px 10px;
	border-top: 4px solid #3A4EA5;
	border-right: 4px solid #0E1D5B;
	border-bottom: 4px solid #0E1D5B;
	border-left: 4px solid #3A4EA5;
}
.contentArea #buttonArrow {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #696969;
	padding-right: 25px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 6px;
	border: 1px solid #FFFFFF;
	background-image: url(/mainimages/arrow_whiteRight.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px 0px 10px;
	border-top: 4px solid #999999;
	border-right: 4px solid #333333;
	border-bottom: 4px solid #333333;
	border-left: 4px solid #999999;
}
.contentArea #leftCol {
	vertical-align: top;
	line-height: 16px;
	background-color: #CACACA;
	padding: 0px;
	border: 3px solid #6F6F6F;
	margin: 0px;
}
.contentArea #redbarBig {
	background-color: #E1111A;
	background-image: url(/mainimages/redbarBg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 168px;
	margin-bottom: 28px;
}
.contentArea #redbarBig h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 18px;
	padding-left: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	display: block;
}
.contentArea #redbarBig a {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}
.contentArea #redbarBig a:link, .contentArea #redbarBig a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.contentArea #redbarBig a:hover, .contentArea #redbarBig a:active {
	color: #FF9A0E;
	text-decoration: none;
}
.contentArea #redbarBig table {
	margin-left: 20px;
}
.contentArea #redbarBig td {
	padding-right: 50px;
	vertical-align: top;
}
.contentArea #redbarSm {
	background-color: #E1111A;
	background-image: url(/mainimages/redbarBg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	margin-bottom: 28px;
}
.contentArea #redbarSm h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	float: left;
}
.contentArea   #rightCol {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 280px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.contentArea #rightCol h3 {
	margin: 0px;
}
.contentArea  #rightColBig {
	width: 28px;
	border-top-width: 168px;
	border-top-style: solid;
	border-top-color: #E1111A;
	vertical-align: top;
}
.contentArea  #rightColSm {
	width: 28px;
	border-top-width: 36px;
	border-top-style: solid;
	border-top-color: #E1111A;
	vertical-align: top;
}
.contentPadding {
}
.contentPadding p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contentPadding ul {
	margin: 0px;
	padding: 0px 0px 10px 15px;
}
.contentPadding ol {
	margin: 3px 0px 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.copyright {
	font-size: 9px;
	color: #FFFFFF;
}
.dropdownNav {
	float: right;
	margin-top: 7px;
	margin-right: 8px;
}
.dropdownNav #jumpMenu {
	font-size: 11px;
}
.errorsBox {
	font-size: 13px;
	color: #BB0000;
	border: 2px solid #FF0000;
	padding: 8px;
	background-color: #FFFFFF;
	text-align: center;
}
.errors {
	color: #BB0000;
}
.galleryBttnBox {
	float: right;
	margin-right: 10px;
}
.galleryImage {
	margin-top: 8px;
}
.grayBoxPadding {
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	background-color: #E8E8E8;
}
.grayBoxPadding h3 {
	font-size: 12px;
}
.grayBoxPadding i {
	padding-top: 10px;
	display: block;
}
.grayBoxPadding p {
	margin: 0px;
}
.homeContent {
	background-image: url(/mainimages/home_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #A30D14;
	height: 414px;
}
.homeContent a:link, .homeContent a:visited {
	color: #FFFF50;
}
.homeContent #homePadding {
	color: #FFFFFF;
	padding-right: 220px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.homeCorpBox {
	width: 219px;
	background-image: url(/mainimages/homeCrorpBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.homeCorpBoxPad {
	padding-top: 14px;
	padding-right: 13px;
	padding-left: 26px;
	padding-bottom: 13px;
}
.homeCustomBox {
	width: 219px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	height: 82px;
	background-image: url(/mainimages/homeCreateBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-color: #FFFFFF;
}
.homeImageBar {
}
.homeNewsBox {
	width: 219px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height: 16px;
	height: 172px;
}
.homeNewsBoxPad {
	padding-top: 26px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.homeNewsBox h4 {
	margin: 0px;
}
.homeNewsBox li {
	margin-bottom: 1px;
}
.homeNewsBox p {
	margin: 0px;
}
.homeNewsBox ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-image: url(/mainimages/homeBullet.gif);
}
.homeNewsletterBox {
	width: 219px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.homeNewsletterBox #textfield {
	width: 110px;
	font-size: 10px;
}
.homeNewsletterBox #button {
	color: #FFFFFF;
	background-color: #E1111A;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
	font-size: 11px;
}
.homePhoneBox {
	text-align: center;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
.homeProductBox {
	width: 219px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.homeProductBoxPad {
	padding: 13px 13px 13px 20px;
}
.logoSpacing {
}
.logoBar {
	background-color: #FFFFFF;
	height: 77px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #E1111A;
}
.midContentPadding {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.midContentPadding .tableStyleSm {
	background-color: #FFFFFF;
}
#contentborder {
	background-color: #FFFFFF;
	border: 6px solid #CACACA;
}
#contentborder2 {
	background-color: #FFFFFF;
	padding: 15px;
	border: 6px solid #CACACA;
}
#contentborder3 {
	background-color: #FFFFFF;
	padding: 0px;
	border: 6px solid #CACACA;
}
#minheight {
	width: 1px;
	padding-bottom: 295px;
}
.navBar {
	font-size: 12px;
	background-color: #000000;
	height: 35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-left: 8px;
	font-weight: bold;
}
.navBar #noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.partnerTab {
	text-align: right;
}
.photoLeft {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}
.photoRight {
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
.popupBox {
	border: 2px solid #000000;
}
#popupCloseBar {
	font-size: 11px;
	text-align: right;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #283EAB;
}
#popupCloseBar a {
	background-image: url(/mainimages/closebox.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right: 26px;
}
#popupCloseBar a:link, .popupCloseBar a:visited {
	color: #FFFFFF;
}
#popupContent {
	padding: 10px;
	height: 200px;
	overflow: auto;
	clip: rect(auto,auto,180px,auto);
}
.pricecalc #button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A8171D;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #FFFFFF;
}
.redfadeBttn {
	background-image: url(/mainimages/redfadeBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 29px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	clear: both;
}
.redfadeBttn a {
	background-image: url(/mainimages/arrow_redfade.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 9px 8px 5px 10px;
	font-size: 12px;
	font-weight: bold;
}
.redfadeBttn a:link, .redfadeBttn a:visited {
	color: #FFFF50;
}
.redfadeBttn a:hover, .redfadeBttn a:active {
	color: #FFFFFF;
}
.sidebarCol {
	width: 184px;
	/* background-image: url(/mainimages/sidebarBgDots.gif); */
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
	font-size: 11px;
}
.sidebarPadding {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 18px;
	line-height: 16px;
}
.sidebarPadding #linkblock a {
	display: block;
	padding-bottom: 5px;
	line-height: normal;
}
.sidebarPadding #linkblock ul {
	margin: 0px 0px 0px 12px;
	padding: 0px;
	line-height: normal;
}
.sidebarPadding hr {
	background-color: #C6C6C6;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-bottom: 10px;
}
.tableBorderCart {
	font-size: 12px;
	padding: 5px;
}
.tableBorder {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #000000;
}
.tableCell1 {
	padding: 5px;
	background-color: #FFFFFF;
}
.tableCell1Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableCell2 {
	padding: 8px;
}
.tableCell2Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableFooter {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0063A0;
}
.tableFooter2 {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0063A0;
	background-color: #EEEEEE;
}
.tableHeader {
	background-color: #EDEDED;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A1;
}
.tableHeaderCol {
	background-color: #EDEDED;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
}
.tableHeader2 {
	background-color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	color: #000000;
}
.tableHeader2Col {
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CACACA;
}
.tableHeader3 {
	background-color: #A1A1A1;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none
}
.tableHeader3Col {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B1B1B1;
	background-color: #A1A1A1;
}
.tableRowAttention a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttention a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttention a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tableRowAttention a:active {
	color: #EEEEEE;
	text-decoration: none;
}
.tableRowAttention {
	background-color: #CC3333;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableRowAttentionCol {
	background-color: #CC3333;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableRow1 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	background-color: #FFFFFF;
}
.tableRow1Col {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableRow2 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	background-color: #EEEEEE;
}
.tableRow2Col {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
}
.tableStyle {
	font-size: 11px;
	margin-bottom: 15px;
	background-color: #EDEDED;
}
.tableStyle td {
	padding: 4px 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
}
.tableStyle th {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: left;
	padding: 8px 8px 3px;
}
.tableStyle th a {
	font-size: 11px;
	font-weight: normal;
	float: right;
	display: block;
	padding: 2px 5px;
	clear: left;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
}
.tableStyle th a:active {
	color: #FFFFFF;
	background-color: #CC6600;
}
.tableStyle th a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
.tableStyle th a:link, #tableStyle th a:visited {
	color: #FFFFFF;
	background-color: #333333;
}

.tableStyleBoxes {
	font-size: 11px;
	border-top: none;
	border-left: none;
	margin-bottom: 15px;
	background-color: #EDEDED;
	border-right-style: none;
	border-bottom-style: none;
	line-height: normal;
}
.tableStyleBoxes td {
	padding: 8px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CACACA;
	border-bottom-color: #CACACA;
}
.tableStyleBoxes th {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: left;
	padding: 7px 5px 3px;
}
.tableStyleBoxes th a {
	font-size: 11px;
	font-weight: normal;
	float: right;
	display: block;
	padding: 2px 5px;
	clear: left;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
}
.tableStyleBoxes th a:active {
	color: #FFFFFF;
	background-color: #CC6600;
}
.tableStyleBoxes th a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
.tableStyleBoxes th a:link, #tableStyleBoxes th a:visited {
	color: #FFFFFF;
	background-color: #333333;
}



.tableStyleNone {
	border-top: none;
	border-left: none;
	border-right-style: none;
	border-bottom-style: none;
}
.tableStyleNone #thumbbox {
	height: 100px;
}
.tableStyleNone td {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.tableStyleSm {
	font-size: 11px;
	border-top: none;
	border-left: none;
	margin-bottom: 15px;
	background-color: #EDEDED;
	border-right-style: none;
	border-bottom-style: none;
	line-height: normal;
}
.tableStyleSm td {
	padding: 2px 4px;
}
.tableStyleSm th {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: left;
	padding: 7px 5px 3px;
}
.tableStyleSm th a {
	font-size: 11px;
	font-weight: normal;
	float: right;
	display: block;
	padding: 2px 5px;
	clear: left;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
}
.tableStyleSm th a:active {
	color: #FFFFFF;
	background-color: #CC6600;
}
.tableStyleSm th a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
.tableStyleSm th a:link, #tableStyleSm th a:visited {
	color: #FFFFFF;
	background-color: #333333;
}
.topbarBg {
	background-image: url(/mainimages/topBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 29px;
	background-color: #494849;
	font-size: 10px;
	color: #FFFFFF;
}
.topbarBreadCrumb {
	padding-left: 20px;
}
.topLinks {
	text-align: right;
}
.topLinks a {
	padding: 9px 20px;
	display: block;
	float: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1A1A1A;
	border-left-color: #939393;
}
.topLinks #firstlinks {
	border-left-style: none;
}
.topLinks #lastlinks {
	border-right-style: none;
}
.topLinks a:link, .topLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topLinks a:hover, .topLinks a:active {
	color: #EE8B1B;
	text-decoration: none;
}



 /* Management Menu */
 /*/ To edit the manage menu text colors edit
*  #p7PMnav a {} //font color for menu
*  #p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {} //font hover,ect
*  #p7PMnav .p7PMmark {} // current page marker
/*/

 .manageMainMenuBorder {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color:#FFFFFF
     padding: 0px;
     border: 1px solid #000000;
 }

 .manageMainMenu{
     background-color: #EEEEEE;
     color:#FFFFFF;
     padding: 3px;
 }

 .manageMainMenu a:hover{
     background-color: #FFFFFF;
     color:#FFFFFF;
     letter-spacing: 0.01px;
 }

 .manageSubMenu{
     background-color: #EEEEEE;
     padding: 3px;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #BBBBBB;
 }
.manageBox {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #222222;
	min-width: 700px;
}

