﻿body {
	font-family:  "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#000 url(../images/body-bg.jpg) fixed repeat-x 0 0;
	margin: 0px;
	padding: 0px;
}
div
{
    margin:0 0 0 0;
    padding:0 0 0 0;
}
div.clear
{
    clear:both;
    margin: 0 0 2px 0;
}
div.fullPage, div.error, h1.pageTitle, h1.total
{
    margin-left:1%;
    margin-right:1%;  
    clear:both;
}
div.fullPage
{
    margin-bottom:2px;
}
div.halfPageLeft
{
    padding: 5px 0 5px  0;
    width:49%;
    text-align:left;
    float:left;
}
div.halfPageRight
{
    padding: 5px 0 5px  0;
    width:49%;
    text-align:left;
    float:right;
}
div.oneThirdPageLeft
{
    padding: 5px 0 5px  0;
    width:32%;
    text-align:left;
    float:left;
}
div.twoThirdPageRight
{
    padding: 5px 0 5px  0;
    width:64%;
    text-align:right;
    float:right;
}
div.oneQuarterPageLeft
{
    width:24%;
    float:left;
    text-align:right;
    padding: 5px 0 0 0 ;
}
div.threeQuarterPageLeft
{
    width:65%;
    float:left;
    text-align:right;
    padding: 5px 0 0 0 ;
    margin: 0 0 0 0;
}
div.oneQuarterPageRight
{
    width:24%;
    float:left;
    text-align:left;
    padding: 5px 0 0 0 ;
}
div.threeQuarterPageRight
{
    width:65%;
    float:right;
    text-align:left;
    padding: 5px 0 0 0 ;
    margin: 0 10% 0 0;
}
div.quarterColumnOne
{
    margin:0 0 2px 4%;
    width: 20%;
    padding: 0 0 0 0;
    float:left;
    text-align:right;
}
div.quarterColumnTwo
{
    margin:0 1% 2px 0;
    width: 23%;
    padding: 0 0 0 0;
    float:left;
    text-align:left;
}
div.quarterColumnThree
{
    margin:0 0 2px 1%;
    width: 14%;
    padding: 0 0 0 0;
    float:left;
    text-align:right;
}
div.quarterColumnFour
{
    margin:0 1% 2px 0;
    width: 23%;
    padding: 0 0 0 0;
    float:left;
    text-align:left;
}
div.styleGuideReportColumnOne
{
    padding: 0 0 0 0;
    width:30%;
    text-align:left;
    float:left;
    border-bottom: solid 1px black;
}
div.styleGuideReportColumnTwo, div.styleGuideReportColumnFour
{
    padding: 0 0 0 0;
    width:5%;
    text-align:center;
    float:left;
}
div.styleGuideReportColumnThree
{
    padding: 0 0 0 0;
    width:50%;
    text-align:left;
    float:left;
    border-bottom: solid 1px black;
}
div.styleGuideReportColumnFive
{
    padding: 0 0 0 0;
    text-align:left;
    float:left;
}
div.error
{
    margin-top:25px;
    padding:25px 0 25px 0;
    color:White;
    font-size:large;
    font-weight:bold;
    text-align:center;
    background-color:Red;
}
div.noData
{
    height:150px;
    background-color:Maroon;
    color:White; font-weight:bold;
    font-size:large;
    vertical-align:middle;
    line-height:150px;
    text-align:center;
}
div.trackingReportClient, div.trackingReportAds, div.trackingReportNav
{
    float:left;
    margin: 5px 0 0 0;
    padding: 10px 0 10px 0;   
    text-align:center;
    height: 35px;
    font-weight: bold;
    color: White;
}
div.trackingReportClient
{
    width: 40%;
    line-height:30px;
    background-color: Black;
}
div.trackingReportAds, div.trackingReportNav
{
    width:30%;
    line-height:15px;
    background-color: Maroon;
}
div.directoryInfo
{
    background-color:Black;
    color:White;
    text-align:center;
    clear:both;
    width:100%;
}

.modalPopup
{
    width:900px;
    text-align:center;
    background-color:Maroon;
    color:Black;
    max-height:600px;
    overflow:auto;
    padding: 10px 0 10px 0;
}
.modalPopupBlack
{
    width:900px;
    text-align:center;
    background-color:Black;
    color:Black;
    max-height:600px;
    overflow:auto;
    padding: 10px 0 10px 0;
}
hr
{
    margin-left:1%;
    margin-right:1%;
    clear:both;
}

h1, h2, h3, h4
{
    margin: 0 0 0 0;
}

h1
{
	font-family: Calibri, "Lucida Sans Grande", sans-serif;
	font-size: 22px;
	color: Maroon;
	font-weight: bold;
	padding-top: 10px;
}

h1.pageTitle
{
    margin-top:0px;
    margin-bottom:0px;
    padding-top:10px;
    padding-bottom:20px;
    text-align:left;
}

h1.total
{
    text-align:right;
    margin-bottom:0px; 
    margin-top:0px; 
    padding-bottom:5px;
}
div.modalTitle
{
    color:White;
}
#container {
	width:900px;
	margin:0 auto
}
#container2 {
    background:#fff;
	float:left;
	width:900px;
	padding:0;
	margin:0;
	border:solid #BC1313;
	border-width:0 3px 0 3px;
	color: #2E2E2E;
	font-size:12px;
	line-height:16px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/*----------------------------------*/

a {
  color:#990000;
}
a:hover {
	/*color: #354B5C;*/
	color: #660000;
}  

a img {
  border-width:0;
}

a.noline 
{
	text-decoration: none;
}
a.noline:hover 
{
	text-decoration: underline;
}

p {
	padding: 0px 5px 0px 2px;
	margin: 3px 0px 15px 0px;
}

.center {
	text-align:center;
}
.left {
	text-align:left;
}

.seoLink {
	text-decoration: none;
	color: #333;
}

.maroonButton 
{
    display: inline-block;
    font-weight:bold;
    width: 24px;
	height: 24px;
	background-color: Maroon;
	border: 1px red solid;
	color: White;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.redButton 
{
    display: inline-block;
	background-color: Maroon;
	height: 24px;
	border: 1px white solid;	
	color: White;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.greenButton 
{
    display: inline-block;
	background-color: green;
	height: 24px;
	border: 0px green solid;
	color: White;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.greyButton 
{
    display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #888;
	border: 1px #ccc solid;
	color: White;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
}

.navButton
{
    width: 220px;   
    height: 100px;
    margin: 20px;
    background-color: #888;
    color: White;
    font-size: 14px;
    line-height: 100px;
    text-decoration: none;
    font-weight: bold;
}

/* MAKE FORMS INPUTS LINE UP */
.lineUp label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
}

div.lineUp {
    margin: 5px 0;
}

label 
{
	text-transform: uppercase; 
	font-size: 10px;
	font-weight: bold;
	margin-right: 5px;
}

.lineUp input 
{
	width: 200px;
}
.lineUp input:radio
{
	width:25px;
}

.MaskedEditFocus
{
	background: #333;
	color: #FFF;
}
.MaskedEditError
{
	background: #FDD;
}
input, .textbox, textarea
{
	font-family: Segoe UI, Lucida Sans Grande, Helvetica, Sans-Serif;
	background-color: #333;
	color: #FFF;
	border: 1px solid #900;
	font-size: 11px;
}

.file input
{
    background-color:#333;
}

.checkBox input
{
	border: 1px solid #900;
}

input[type="radio"]
{
    border-color:red;
    background-color:Transparent;
    padding:5px;
    margin: 5px;
    text-align:center;
}

select
{
	font-family: Segoe UI, Lucida Sans Grande, Helvetica, Sans-Serif;
	background-color: #333;
	color: #FFF;
	border: 1px solid #900;
}

.cjmenu
{
	float: right;
	text-align: right;
	font-size: 13px;
	line-height: 55px;
	width: *;
}

.cjmenu img
{
    padding: 10px;
    width: 32px;
    height: 32px;
}

.cjmenu a, .cjmenu a:visited
{
    font-weight: 600;
    color: #000;
    text-decoration: none;
    
}

.greeting
{
	font-size: 13px;
	line-height: 55px;
	float: left;
	text-align: left;
	/*width: 350px;*/
    font-weight: 600;
    color: Maroon;	
}

.tanback 
{
    background-color: #EED8AE; /*wheat2*/
}

.collapseheader
{
	width: 25%;
	background-color: #BC1313;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	font-style: italic;
	border-bottom: solid 1px #000000;
	color: #FFF;
	padding: 2px;
}

/*----------------------------------*/
/*       GLOBAL POSITIONING         */
/*----------------------------------*/

#top {
	float:left;
	width:400px;
	height:105px;
	padding:0;
	margin:0;
}
#logo {
	float:left;
	width:400px;
	height:98px;
	padding:0;
	margin:0;
}
#icons {
	float:right;
	width:500px;
	height:37px;
	padding:0;
	margin:0;
	text-align:right;
}

.home #topNumber {
	display:none;
}
#topNumber {
	float:right;
	width:352px;
	height:37px;
	padding:6px 10px 3px;
	margin:0;
	margin-top: 7px;
	text-align:right;
	font-weight: bold;
	font-family:Calibri, "Lucida Sans Grande", sans-serif;
	font-size: 30px;
}

#topText {
	float:right;
	width:352px;
	height:33px;
	padding:25px 10px 10px;
	margin:0;
	text-align:right;
	font-weight: bold;
	font-family:Calibri, "Lucida Sans Grande", sans-serif;
	font-size: 14px;

}

/*------------ header positioning -------------*/

.home #header {
	float:left;
	width:418px;
	height:200px;
	padding:2px 5px 0 5px;
	margin:0;
	background: url(../images/header-bg.jpg) repeat-x left top;
	line-height:13px;
	font-size:11px;
}

#header {
	clear: both;
	width:890px;
	padding:5px;
	margin:0;
	background: url(../images/header-bg.jpg) repeat-x left top;
	border-bottom: 1px solid #BC1313;
	border-top: 1px solid #BC1313;
}
#header-top {
	width:750px;
	
}
#c1 {
	float:left;
	width: 48%;
	height:100%;
	padding:0 8px;
	margin:0;
	border-bottom: 1px solid #BC1313;
}

#c1 ul
{
    float: left;
    width: 360px;
    margin: 0;
    padding: 4px 4px 10px 4px;
    list-style:none;
    list-style-image:url(../Images/ulArrow.png);
}
 
#c1 li
{
    float: left;
    width: 170px;
    margin: 0 0 0 10px;
    padding: 0;
} 

#ci img 
{
    width: 250px;
    height: 150px;
}

#c2 {
	float:left;
	width: 48%;
	height:100%;
	padding: 0 8px;
	margin: 0;
}

#c2 p {
	font-weight:bold;
	font-size:14px;
	padding: 8px 15px;
}

#c3 
{
	width: 48%;
	float: right;
	height: 100%;
	border-left: 1px solid #BC1313;
	padding: 0 8px;
	margin: 0px;
	font-size: 10px
}

#cd p {
	margin: 1px 0;
	padding: 0;
}
/*------------ container to make the left side of the header fit -----------*/

#home-left {
	float:left;
	width:428px;
	height:10px;
	padding:0;
	margin:0;
}

/*----------- flash area settings ----------------*/

.home #flash {
	float:right;
	width:372px;
	height:259px;
	padding:0;
	margin:0;
}

#flash {
	float:right;
	width:255px;
	height:202px;
	padding:0;
	margin:0;
}

/*----------------------------------*/
/*          NAV POSITIONING         */
/*----------------------------------*/

.home #nav {
	float:left;
	width:428px;
	height:56px;
	padding:0;
	margin:0;
	list-style:none;
}
.home #nav ol {
	padding:30px 0 0 0px;
	margin:0;
}

#nav {
	float:left;
	width:428px;
	height:37px;
	padding:0;
	margin:0;
	list-style:none;
} 
#nav ol {
	padding:10px 0 0 0px;
	margin:0;
}

/*-------------- nav style --------------*/


#nav li 
{
  background:none;
  display:inline;
  padding:0;
  font-weight: bold;
  font-family:Calibri, "Lucida Sans Grande", sans-serif;
  font-size: 16px;
}
#nav li a {
  float:left;
  width:auto;
  padding:6px 10px 3px;
  margin:0;
  color:#4D4D4D;
  /*text-transform:uppercase;*/
  text-decoration:none;
}
#nav li a:hover {
  color:#BC1313;
  border-bottom: 1px solid #BC1313;
}
#nav #currentpage a {
	color:#fff;
	background: url("../images/nav-bg-over.jpg") repeat-x 0 0;
}

/*----------------------------------*/
/*    CENTER GLOBAL POSITIONING     */
/*----------------------------------*/
#content {
	float:left;
	width:900px;
	padding:0;
	margin:0;
	background: #FFF repeat-y 0 0;
}
#content-main {
	float:left;
	width:560px;
	padding:10px 5px 0 5px;
	margin:0;
}

#content-main-left {
	float:left;
	width:280px;
	padding:0;
	margin:0;
}
#content-main-right {
	float:left;
	width:270px;
	padding:0;
	margin:0 0 0 10px;
}

#guarantee {
	float:left;
	width:258px;
	padding:10px;
	margin:15px 0 15px 0;
	background:#FFFBE9;
	border:1px solid #d5d5d5;
}
#additional-information {
	float:left;
	width:548px;
	height:192px;
	padding:5px;
	margin:10px 0 0 0;
	background: url("../images/additional-information-bg.jpg") repeat-x 0 0;
	font-size:11px;
}

#content-right {
	float:left;
	width:214px;
	padding:5px 8px 0 8px;
	margin:0;
}

#footer {
	float:left;
	width:880px;
	height:22px;
	padding:10px 10px 0 10px;
	margin:0;
	background: url(../images/footer-bg.jpg) repeat-x left top;
	color:#2E2E2E;
	border-bottom:2px solid #BC1313;
}

/*----------------------------------*/
/*         CENTER SETTINGS          */
/*----------------------------------*/

#content-main {
	border:0px solid #000;
	font-size:11px;
}
.larger {
	font-size:12px;
}
.description {
	/*background:#fff url("../images/tv-bg-fade.jpg") no-repeat 50% 0;*/
	padding:12px 10px 0 10px;
	text-align:center;
}
#content-main h1 {
	padding: 0 0 3px 0;
	margin: 0px;
	font-size: 18px;
	color: #990000;
	font-weight:normal;
	text-align:left;
}
#content-main h1 a {
	color: #990000;
	text-decoration: none;
}
#content-main h1 a:hover {
	color: #660000;
	text-decoration: none;
}

#content-main h2 {
	padding:15px 0 0 0;
	margin: 0px;
	font-size: 12px;
	color: #990000;
	font-weight:bold;
	text-align:left;
}
#content-main h2 a {
	color: #990000;
	text-decoration: none;
}
#content-main h2 a:hover {
	color: #660000;
	text-decoration: none;
}

#content-main h3 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #990000;
	font-weight:normal;
	text-align:center;
}

#content-main h3 a {
	color: #990000;
	text-decoration: none;
}
#content-main h3 a:hover {
	color: #660000;
	text-decoration: none;
}

#content-main h4 {
	padding:3px 0 0 3px;
	margin: 0px;
	font-size: 12px;
	font-weight:normal;
	text-align:left;
}

#content-main strong {
	font-weight:bold;
	color:#666;
	font-size:12px;
}


#content-main ul {
	padding:0 0 3px 8px;
	margin:0;
	list-style:none;
}

.space {
	height:25px;
}

#what-you-get {
	float:left;
	width:274px;
	padding:0;
	margin:0;
	border-right:1px solid #959595;
}
#additional-options {
	float:left;
	width:269px;
	padding:0 0 0 4px;
	margin:0;
}

/*----------------------------------*/
/*         RIGHT SETTINGS           */
/*----------------------------------*/

#content-right ul {
  padding:4px 0 0 0;
  margin:0px;
  list-style: none;
  line-height: 16px;
}
#content-right ol {
  padding:0px 0 0 0;
  margin:0px;
  list-style: none;
  line-height: 14px;
}

/*---------- main category links ------------*/

#content-right ul li {
  background:none;
  width:179px;
  padding:0;
  font-weight:bold;
}
#content-right ul li a {
  background:url("../images/bullet-dark.jpg") no-repeat 8px 50%;
  display:block;
  width:190px;
  padding:3px 0px 3px 22px;
  border-bottom:1px solid #DEDEDE;
  text-decoration:none;
  color:#737373;
}
#content-right ul li a:hover {
  background:#EFEFEF url("../images/bullet-dark.jpg") no-repeat 8px 50%;
  color: #660000;
}

/*---------- indented links ---------*/

#content-right ol li {
  background:none;
  width:179px;
  padding:0;
  font-weight:normal;
}
#content-right ol li a {
  background:url("../images/bullet-light.jpg") no-repeat 20px 50%;
  display:block;
  width:178px;
  padding:3px 0px 3px 34px;
  border-bottom:1px solid #DEDEDE;
  text-decoration:none;
  color:#737373;
}
#content-right ol li a:hover {
  background:#EFEFEF url("../images/bullet-light.jpg") no-repeat 20px 50%;
  color: #660000;
}

/*----------------------------------*/

#content-right #currentpage a {
  background:url("../images/arrow-on.jpg") no-repeat 5px 50%;
  color: #660000;
}

/*----------------------------------*/

#searchArea {
	float:left;
	width:214px;
	padding:20px 0 50px 0;
	margin:0;
}

#rightNumber {
	float:left;
	width:214px;
	padding:25px 0 50px 0;
	margin:0;
	text-align:center;
}

/*----------------------------------*/
/*        FOOTER SETTINGS           */
/*----------------------------------*/

#footer a {
	color:#2E2E2E;
	text-decoration:none;
}

#footer a:hover {
	color:#660000;
	text-decoration:none;
}

.bigForm {
	padding: 0 0 0 20px;
	}

.bigForm .formInput, .bigForm select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: 1px solid #999999;
	text-align: left;
	width: 400px;
	}
	
.bigForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: 1px solid #999999;
	text-align: left;
	width: 400px;
	height: 100px;
	}
	
#divLeft {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	text-align: left;
	}

#divRight {
   display: block;
   width: 50%;
   height: 100%;
   float: right;
   text-align: left;
   }
   
.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-left.gif")%>);}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-right.gif")%>);}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

/*ASP.NET Web Control Skin Definitions  */
.gridView
{
    width:100%;
}