@charset "utf-8";
/* CSS Document */

/* Colors
 * TBC Incentives Red: #C00000;
 * Grey: #555555;
**/

/* Force space above buttons at certain resolutions */
@media (max-width: 992px) {
  #abtnnext img { /* for submit2.asp */
    margin-top: 20px;
  }
  
  #abtnhome img { /* for submitDone.asp */
    margin-top: 20px;
  }
}



body {
	background-color: #FFF;
}

/* Brand standard font needed
@font-face {
    font-family: 'helvetica_bqregular';
    src: url('/ToyotaCompliance/themes/default/fonts/helveticabq-roman-webfont.eot');
    src: url('/ToyotaCompliance/themes/default/fonts/helveticabq-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('/ToyotaCompliance/themes/default/fonts/helveticabq-roman-webfont.woff') format('woff'),
         url('/ToyotaCompliance/themes/default/fonts/helveticabq-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*

/* Main body tags */
.wrap {
	background-color: #FFF;
	width: 1000px !important;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	overflow: hidden;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
}

.wrapWider {
	background-color: #FFF;
	width: 1025px !important;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	overflow: hidden;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
}

.header {
	background-color: #C00000;
	width: 100%;
/*	height: 120px;	*/
	float: left;
	border-bottom: 2px solid #C00000;
/*	box-shadow: 15px 15px 10px -6px #333, -15px 15px 10px -6px #333;	*/
}

.headerNoBoot {
	background-color: #FFF;
	width: 100%;
	height: 80px;	
	float: left;
	border-bottom: 2px solid #C00000;
/*	box-shadow: 15px 15px 10px -6px #333, -15px 15px 10px -6px #333;	*/
}

.headLogin {
	background-color: #FFF;
	width: 900px;
	height: 120px;
	float: left;
	border-bottom: 2px solid #000;
	box-shadow: 15px 15px 10px -6px #333, -15px 15px 10px -6px #333;
}

.content {
	background-color: #FFF;
	width: 1000px;
	min-height: 500px;
	float: left;
/*	font-family: Verdana, Arial, Tahoma;	*/
	font-size: 12px;
	font-weight: 100;
	color: #000;
	text-align: left;
	padding: 0px 20px 20px 0px;
	margin-top: 20px;
	clear: both;
/*	overflow: auto; */
}

.contentWider {
	background-color: #FFF;
	width: 1026px;
	min-height: 500px;
	float: left;
/*	font-family: Verdana, Arial, Tahoma;	
	font-size: 12px;
	font-weight: 100;*/
	color: #000;
	text-align: left;
	padding: 0px 20px 20px 0px;
	margin-top: 20px;
	clear: both;
/*	overflow: auto; */
}

.widerContent { 
	background-color: #FFF;
	width: 1025px;
	float: left;
	height: auto;
	padding: 15px;
}


.headings {
	background-color: #C00000;	
	color: #FFF;
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding: 3px 10px 2px 10px ;
	vertical-align: middle;
/*	font-weight: bold;	*/
}

.headings2 {
	background-color: #C00000;	
	color: #000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding: 2px 5px;
	vertical-align: middle;
/*	font-weight: bold;	*/
}

.headings3 {
	background-color: #C00000;	
	color: #FFF;
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding: 2px 5px;
	vertical-align: middle;
/*	font-weight: bold;	*/
}

h5 {
	color: #C00000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.leftContent { 
	background-color: #FFF;
	width: 45%;
	float: left;
	height: auto;
	padding-left: 10px;
	margin-top: 23px;
}

.rightContent {
	background-color: #FFF;
	width: 45%;
	height: auto; 
	color: #000;
	float: right;
	padding: 0px 30px 10px 5px;
	margin-top: 23px;
}

.bottomContent { 
	background-color: #FFF;
	width: 975px;
	float: left;
	height: auto;
	padding: 15px;
	margin-top: 23px;
/*	text-indent: 15px;	*/
}

footer {
  clear: both;
}

.footer {
	background-color: #C00000;
	width: 1000px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-top: solid 2px #C00000;
	text-align: left;
	color: #000;
	font-size: 12px;
	font-weight: 100;
	font-family: Verdana, Arial, Tahoma;
	clear: both;
}

/* End main body tags */


/* Navigation bar tags */

.menuBar {
	background-color: #C00000;
	width: 775px;
	height: 18px;
	float: left;
}

.menuBarShort {
	background-color: #C00000;
	width: 225px;
	height: 18px;
	float: right;
}

.navBtn {
	width: 150px;
	height: 30px;
	float: left;
/*	box-shadow: 0px 0px 10px 2px #000 inset ;
		-moz-box-shadow: 0px 0px 10px 2px #409bdf inset ;
		-webkit-box-shadow: 0px 0px 10px 0px #409bdf inset ; */
	background-color: #000;
	color: #409bdf;
	font-family: Verdana, Arial, Tahoma;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

.navQuick {
	width: 300px;
	height: 30px;
	float: left;
/*	box-shadow: 0px 0px 10px 2px #000 inset ;
		-moz-box-shadow: 0px 0px 10px 2px #000 inset ;
		-webkit-box-shadow: 0px 0px 10px 0px #000 inset ; */
	background-color: #409bdf;
	color: #000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

#titleNav {
	width: 200px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: table-cell;    
	-moz-user-select:none;
	vertical-align: middle;
/*	box-shadow: 0px 0px 10px 2px #d71920 inset ;
		-moz-box-shadow: 0px 0px 10px 2px #d71920 inset ;
		-webkit-box-shadow: 0px 0px 10px 0px #d71920 inset ; */
	background-color: #FFF;
	color: #d71920;
/*	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	border-bottom: solid 2px #000; */
}

/* End navigation bar tags */


/* Special header tags */

.progressBtn {
	width: 100px;
	float: right;
	margin-right: 10%;
}

.headRight {
	width: 550px;
	height: 70px;
	background-color: #C00000;
	float: right;
	text-align: right;
/*	border-right: 2px solid #d71920;	*/
	padding-right: 5px;  
}

.headText {
	width: auto;
	float: left;
	margin: 10px 0 0 10px;
	text-align: left;
	font-size: 12px;
	color: #d71920;
	background-color: #FFF;
}

.headLeft {
	background-color: #C00000;
	width: 200px;
	height: 60px;
	float: left;
	position: relative;
	padding-left: 10px;
}

.headBottom {
	background-color: #FFF;
	width: 1000px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: 100;
	font-size: 11px;
}

.headTop {
	background-color: #FFF;
	width: 980px;
	float: left;
	padding: 10px;
}

.barcode {
	width: auto;
	float: right;
	padding-right: 10px;
	text-align: right;
}

.dealerRole {
	background-color: #DDD;
	width: 100%;
	float: right;
	padding: 3px 0px 2px 0px;
}

/* End special header tags */

/* Line spacer tags */

.verticalSpacer {
	width: 2px;
	height: 350px;
	background-color: #d71920;
	float: left;
	margin: 9px;
	margin-top: 20px;
}

.horizontalSpacer {
	width: 860px;
	height: 2px;
	background-color: #d71920;
	float: left;
}

.titleSolid {
	width: 850px;
	float: left;
	background-color: #d71920; 
	background-image: url(images/bkgd.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	padding-left: 5px;
	border: solid 1px #000;
}


/* End line spacer tags */


/* Link tags */

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #C00000;
	text-decoration: none;
}

/* End link tags */


/* Drop Down Menu tags */
#nav{
	list-style:none;
/*	font-weight:bold;	*/
	margin-bottom:10px;
	/* Clear floats */
	width:100%;
	position: relative;
	left: -40px;
	top: -14px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: 100;	
	/* Bring the nav above everything else--uncomment if needed. */
	position:relative;
	z-index:5;
	
}
#nav li{
	float:left;
/*	margin-right:10px; */
	position:relative;
}

#nav a{
	display:block;
	padding: 2px 7px 2px 7px;
	color:#000;
	background: #C00000;
	text-decoration:none;
}

#nav a:hover{
	color:#000;
	background:#C00000;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	/* background:#f00; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top: 0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	border: solid 2px #000;
	border-left: solid 2px #d71920;
	position: relative;
	left: -42px;
}
#rNav ul li{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	border: solid 2px #000;
	border-right: solid 2px #d71920;
	position: relative;
	left: -168px;
	text-align: right;
}

#crNav ul li{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	border: solid 2px #000;
	border-right: solid 2px #d71920;
	position: relative;
	left: -64px;
	text-align: right;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	top: 21px;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#C00000;
	color: #C00000;
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
	color: #FFF;
}
/* End drop down menu tags */


/* Javascript header animation */

.rightAnimation {
	width: 300px;
	float:right;
	text-align: right;
	padding-right: 10px;
	margin: 5px 20px 0 10px;
}

.firstImg {
	width: 400px;
	float: left;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

.secondImg {
	width: 278px;
	float: left;
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
		z-index: 10;
}

.thirdImg {
	width: 278px;
	float: left;
	display: none;
	position: absolute;
	left: 135px;
	top: 10px;
		z-index: 10;
}

/* End javascript header animation */

/* Special table tags */

/* Depricated from TDMC 
table, td, th {
	border-collapse: collapse;
	border: solid 1px #000;	
	padding: 2px;
}

table {
	font-family: 'helvetica_bqregular';
	font-size: 12px;
	font-weight: 100;
	color: #000;
	background-color: #DDD;
	border: solid 1px #000;
}

th {
	background-color: #d71920; 
	background-image: url(images/bkgd.png);
	background-repeat: repeat-x;
	color: #FFF;
	padding-left: 5px;
	font-family: 'helvetica_bqregular';
	font-size: 12px;
	font-weight: 100;
	text-align: left;
}

.thLine {
	background-color: #FFF;
	color: #000;
	padding-left: 5px;
	font-family: 'helvetica_bqregular';
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	border: solid 1px #000;	
}

.thLine td {
	border: solid 1px #000;	
}

tr:hover {
	background-color: #d78e90;
}

td { 
	border: solid 2px #000; 
}

.tableStyle, tableStyle td, tableStyle th {
	border-collapse: collapse;
	border: solid 1px #000;	
	padding: 5px;
}

.tableStyle {
	width: 100%;
	font-family: 'helvetica_bqregular';
	font-size: 12px;
	font-weight: 100;
	color: #000;
	background-color: #DDD;
}

.tableStyle th {
	background-color: #d71920; 
	background-image: url(images/bkgd.png);
	background-repeat: repeat-x;
	color: #FFF;
	padding-left: 5px;
	font-family: 'helvetica_bqregular';
	font-size: 12px;
	font-weight: 100;
	text-align: left;
}

.tableStyle tr:hover {
	background-color: #d78e90;
}

.tableStyle td { 
	
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	padding: 5px;
}

.dgheader3 td {
	border-collapse: collapse;
	font-family: 'helvetica_bqregular';
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	background-color: #d78e90;
	color:#FFF;
	padding: 2px 2px 2px 2px;
	border: solid 2px #000;	
}

.dgheader2 td, td .dgheader2 td {
	border-collapse: collapse;
	font-family: 'helvetica_bqregular';
	font-size: 10px;
	font-weight: bold;
	background-color: #FFF2F2;
	color:#000;
	padding: 2px 2px 2px 2px;
	border-bottom: 2px solid #000;
	border-top: solid 2px #FFF2F2;
	border-left: solid 2px #FFF2F2;
	border-right: solid 2px #FFF2F2;
}

.dgitem2 td {
	border-collapse: collapse;
	font-family: 'helvetica_bqregular';
	background-color:  #FFF2F2;
	color:#000;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	border: solid 2px #000;	
}

.dgitem td {
	border-collapse: collapse;
	font-family: 'helvetica_bqregular';
	background-color:  #FFF2F2;
	color:#000;
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	border: solid 2px #FFF2F2;
}
End Deprication */

table {
	background-color: #FFF;
	width: 99%;
	border-collapse: collapse;
	padding: 2px 5px 2px 5px;
}

th {
	background-color: #C00000;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

#thRight {
	background-color: #CC0033;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

#tdRight {
	word-wrap:break-word; 
	padding-right: 5px;
	text-align: right;
}

table td {
	word-wrap:break-word; 
	padding-left: 5px;
	text-align: left;
}

/* End special table tags */

/* Basic table overrides */

.removeTableStyle table, td, th {
	border-collapse: collapse;
	border: none;	
	padding: 2px;
}

.removeTableStyle table {
	width: 100%;
	font-family: Verdana, Arial, Tahoma;
	font-size: 13px;
	font-weight: 100;
	color: #000;
	background-color: #DDD;
}

.removeTableStyle th {
	background-color: #d71920; 
	background-image: url(images/bkgd.png);
	background-repeat: repeat-x;
	color: #FFF;
	padding-left: 5px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: 100;
	text-align: left;
}

.removeTableStyle tr:hover {
	background-color: #DDD;
}

.removeTableStyle td {
	background-color: #DDD;
	border: none;
}

/* End basic table overrides */

/* Special button tags */

.btnRight {
	float: right;
	padding: 5px;
}

/* End special button tags */

/* Textbox and form tags */

form {
/*	font-weight: bold;	*/
}

input[type="text"] {
    border: 1px solid #064AA2;	
}

input[type="password"] {
    border: 1px solid #064AA2;	
}

textarea {
    border: 1px solid #064AA2;
}

select {
	border: 1px solid #064AA2;
}

/* End textbox and form tags */

/* Boxes with folded edge tags */

.boxes {
	width: 260px;
	height: 200px;
	float: left;
	margin: 0 10px 0 10px;
	box-shadow: 15px 15px 10px -6px #333;
}

.boxes500 {
	width: 500px;
	float: left;
	margin: 0 10px 0 10px;
	box-shadow: 15px 15px 10px -6px #333;
}

.loginBoxes {
	width: 375px;
	height: auto;
	float: left;
	margin: 0 20px 0 20px;
	box-shadow: 15px 15px 10px -6px #333;
}

.widerBoxes {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 10px 0 -5px;
	box-shadow: 15px 15px 10px -6px #333;
}

.boxHeading {
	background-color: #C00000; 
	background-image: url(images/bkgd.png);
	background-repeat: repeat-x;	
	height: 10px;
	color: #FFF;
/*	font-family: Verdana, Arial, Tahoma;	*/
	font-weight: bold;
	font-size: 12px;
	font-weight: 100;
	padding: 2px 0 10px 20px;
}

.boxInside {
	height: 100%;
	background-color: #DDD;
	color: #000;
	font-size: 12px;
/*	font-family: Verdana, Arial, Tahoma;	*/
	font-weight: 100;
	padding: 5px;
	border: 2px solid #999;
}

.triangle {
	width: 0px;
	height: 0px;
	border-bottom: 22px solid #C00000;
	border-left: 15px solid #FFF;
	float: left;
}

.spaceBox {
	height: 675px;
}

/* End boxes with folded edge tags */

/* Special tags */

.hilite {
	background-color: #d78e90;
	padding: 2px;
}

.btn {
	background-image: url(images/bkgd.png);
	width: auto;
	height: 25px;
	margin: 5px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: 100;
	font-size: 12px;
	color: #FFF;
	border: solid 2px #d71920;
}

#xmlFAQ {
	width: 100%;
	height: 100%;
	margin: 20px;
	background-color: #30C;
	font-family: Verdana, Arial, Tahoma;
	font-weight: 100;
	font-size: 12px;
	color: #FFF;
}

.messages {
	width: 95%;
	margin: 10px 20px 10px 20px;
	padding: 10px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #d71920;
	text-align: left;
	background-color: #DDD;
}

a img {
	outline : none;
}

img {
	border : 0;
}

.adBtn {
	margin-left: 5px;
	float: left;
	vertical-align: text-bottom;
}

.cancelBtn {
	background: #d71920;
	color: white;
}

.BUTTONAPPRDENYLINKBUTTON {
	font-family: Verdana, Arial, Tahoma;
	width:25;
	text-align:center;
	border-style:solid;
	border-width:2;
	border-color: #c00 #c00;
	background-color:white;
	color:red;
	text-decoration:none;
}

/* Slideshow classes */

#slideshow {
	height:400px; 
	width:284px; 
	float:left;
	padding-left: 75px;
}

#slides {
	height:387px; 
	position:relative;
}

.slide {
	height:387px; 
	width:284px; 
	overflow:hidden; 
	position:absolute; 
	background:#000; 
	color:#fff;
}

#slides-controls {
	width:284px; 
	background-color:#fff; 
	height:20px; 
	margin-left:auto; 
	margin-right:auto; 
	padding:5px;
}

#slides-controls a {
	margin:5px; 
	width:8px; 
	height:8px; 
	border-radius:4px;
		 -moz-border-radius:4px;
		 -webkit-border-radius:4px;
		 -o-border-radius:4px;
	background:#F60;
	border:1px solid #fff; 
	text-indent:-9000px; 
	display:block; 
	overflow:hidden; 
	float:left;
}

#slides-controls a:hover {
	background:#F30
}

#slides-controls a.highlight {
	background:#fff; 
	border:1px solid #F30;
}

.surveyLeft {
	width: auto;
	float: left;
	margin: 15px;
}

.surveyRight {
	width: auto;
	float:left;
	margin: 15px;
}

.tvleft {
	width: 700px;
	float: left;
	padding: 15px;
}

.submitRight {
	width: auto;
	float: left;
	padding: 275px 10px 10px 10px;
}

/* .formtable {
	width: 700px;
	background-color: FF0;
}  */


#serialLookupContainer
{
    width:300px;
    margin:70px auto; 
    font-size:12px;
}
#statusMsg{color:#ff0000;}


#lookupContainer{width:100%; position:relative; clear:both;font-size:12px; }
#lookupContent{background-color:#fff; width:1000px; margin:0 auto;  padding:12px; text-align:left; position:relative;}
#lookupTop{font-family:Verdana, Arial, Helvetica, sans-serif; margin:20px 0 10px 0;}
#lookupTop h1{font-size:1.5em; clear:both; margin-top:100px;}
#lookupTop h2{font-size:1em;}
#lookupResults{font-family:Verdana, Arial, Helvetica, sans-serif; margin:50px 0 150px 0;}


#lookupResults a{color:#ff0000; font-weight:bold;}
#lookupResults a:link{color:#ff0000; font-weight:bold;}
#lookupResults a:visited{color:#ff0000; font-weight:bold;}
#lookupResults a:hover{color:#ff0000; font-weight:bold;}
#lookupResults a:active{color:#ff0000; font-weight:bold;}

#lookupResults table{font-size:12px; color:#940000; width:950px;}
#lookupResults table th{padding:5px; border-bottom:1px solid #ccc;}
#lookupResults table td{padding:5px; border-bottom:1px solid #ccc;}

#lookupResults table tr:hover td{background-color:#e9e9e9;}

.desc {background-color:#ccc; font-weight:bold;}
#claimDetails {margin:0 25px 50px 25px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#claimDetails table {width:900px; margin:0 0 50px 0; font-size:12px; }
#claimDetails table td {border-bottom:1px solid #ccc; padding:5px; text-align:left; text-transform:uppercase;}
#claimDetails table tr:hover td{background-color:#e9e9e9;}
.tdSpacer{border:none; width:50px;}
.tdSpacer:hover{background-color:#fff;}
.retailerInfo {width:500px; position:relative; line-height:2.5em;}
#successMsg{font-size:16px; color:#ff0000; font-weight:bold; margin-top:20px;}

#addRetContainer{top:150px; left:100px; position:absolute;}
#addRet 
{
    height:225px;
    width:350px;
    padding:10px 0 0 0;
    border:1px solid #ccc; 
    background-color:#e9e9e9; 
    font-size:10px;
    text-align:center;    
}

#txtRetailerSel {font-size:10px; max-width:300px;}

.updateMsg {color:#000; font-weight:bold;}
.updateMsg b {color:#ff0000;}

a.info span { 
	display: none; 
}

a.info:hover { 
	position: relative; 
}

a.info:hover span { 
	display: block; 
	position: absolute;
		left: 10px; 
		bottom: 2px;
	border: 1px solid #C00000; 
	background-color: #FFF; 
	color: #000;
	padding: 5px;
}

body#submit a#nav-submit, body#home a#nav-home, body#contact a#nav-contact, body#login a#nav-login, body#terms a#nav-terms, body#status a#nav-status, body#forms a#nav-forms, body#partial a#nav-partial {
	
	background-color: #DDD;
	
}


.navbar-inverse {
/*  background-color: #C00000;	*/
  background: url(images/nav.png);
  border-color: #FFF;
}
@media (max-width: 1199px) {
	.navbar-inverse {
		font-size: 12px !important;
	}	
	.nav > li > a {
		position: relative;
		display: block;
		padding: 10px 10px;
	}
}
.navbar-inverse .navbar-brand {
  color: #000;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #000;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #000;
  background: url(images/navHover.png)
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #000;
  background-color: #080808;
}
@media (max-width: 992px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #000;
}

.featurette-divider {
    margin: 20px 0px;
    border-color: #C00000;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background-color: #777;
}