/* Primary Colors As of: 09/04/08
	Dark Brown: #302318			Active Red:	#600			Blue: #0A3956			Gray:		#666
	Tan:		#B8B2A2			Bright Red:	#912210			Light Blue:	#095F94		White:		#FFF
*/

/* to be used for all pages headers */
#gMdsContent h1, #gMdsContent .hook #helpmechoose #title, #gMdsContent .hook #futureVehicleLanding #title, #gMdsContent h1 span, div#errorMessage h2, div#searched_for h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 10px 0;
	text-align:left;
	cursor:pointer;
}

/* text on all black CTAs, modify depending on your need */
#cta {
	border:none;
	width:90px;
	height:30px;
	/*margin:0 auto;*/
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	display:block;
	background:url(../../assets/en/images/global/cta_90x30.png) top left no-repeat;
	padding:10px 0 0 0;
	text-align:center;
    font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    line-height:30px;
}

.Explorer6 #cta {
	background:url(../../assets/en/images/global/cta_90x30.gif) top left no-repeat;
}

/* text for all subHeaders */
#subHeader {
	color:#302318;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
}

/* pagination styles */
/* regular & visited link */
div#pagination a:link, div#pagination a:visited {
	color:#666;
	font-weight:bold;
	font-size:12px;
}
/* rollOver & active state */
div#pagination a:hover, div#pagination a:active {
	color:#912210;
	text-decoration:none;
}

div#pagination a.selected {
	color:#660000;
	text-decoration:underline;
}
/* tabs, they have a width of 236px and a height of 52px, padding and height have been accomodated to ensure a proper alignment */
#generalRulesForTabs {
	float:left;
	margin:0 10px 0 0;
	height:35px;
	padding:17px 0 0 0;
	width:236px;
	cursor:pointer;
	color:#B8B2A2;
	text-transform:uppercase;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

/* when tab not active */
#generalRulesForTabs .classWhenTabNotSelected {
	background-image:url(../../assets/en/images/global/tab_off.jpg);
	color:#B8B2A2;
}

/* when tab is active */
#generalRulesForTabs .classWhenTabIsSelected {
	background-image:url(../../assets/en/images/global/tab_on.jpg);
	color:#600!important;
}

/* rules for all text inputs */
#generictextinput{
  width:100px;
  height:19px;
  border:none;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  background:#fff url(../../assets/en/images/global/bg_inputs.jpg) top left repeat-x;
  color:#666;
}

