/* TM Core */

#paddingContainer {
	width:770px;
	margin-left: auto;
	margin-right: auto;
	padding:15px;
	position: static;
	
	/* brandable properties */
	background-color:#FFFFFF;
	border-top:;
	border-bottom:;
	border-left:;
	border-right:;
	background-image: url();
	background-attachment: ;
	background-repeat: ;
	background-position: ;
	/* brandable properties */
}


/* ////////////////////////////// [ Generic HTML definitions ] ////////////////////////////// */
body {
	margin:0px;
	/* brandable properties */
	background-color: #FFFFFF;
	background-image: url();
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left bottom;
	/* brandable properties */
}

html, body, table, td, th, p {
	/* brandable properties */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	/* brandable properties */
	
	font-size: 11px;
}

a {
	font-size: 11px;
	/* brandable properties */
	color: #0C4976;
	/* brandable properties */
}

a:hover {
	/* brandable properties */
	color: #98B1C4;
	/* brandable properties */
}

form {
	margin: 0px;
	padding: 0px;
}

input, select, checkbox, radio, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ol {
	margin:0px 0px 0px 22px;
	padding:0px;
	list-style: decimal outside;
}

ol li {
	padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	padding:0em;
	margin:0em;
}

h1 {
	font-size: 250%;
	text-transform:capitalize;
}

h2 {
	font-size: 200%;
	text-transform:capitalize;
}

h3 {
	font-size: 16px;
	
}

h4 {
	font-size: 100%;
	
}


/* ////////////////////////////// [ Generic Styles ] ////////////////////////////// */

.paddingLeftRight10px {
	padding-right: 10px;
	padding-left: 10px;	
}

.paddingBottom10px {
	padding-bottom: 10px;
}

.marginBottom15px {
	margin-bottom: 15px;
}

.spacer15px {
	height:15px;
	width:15px;
}

.divSpacer {
	clear:both;
}


.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.genericContainer {
	width: 770px;
	margin: auto;
	clear: both;
	display: block;
}


/* ////////////////////////////// [ Text Styles ] ////////////////////////////// */


.attentionText {
	font-weight:bold;
}

.errorMessage {
	/* brandable properties */
	color: #CD0000;
	/* brandable properties */
	
	font-weight:bold;
	font-size:110%;
}

.requiredText {
	/* brandable properties */
	color: #D36204;
	/* brandable properties */
}

.allCaps {
	text-transform: uppercase;	
}

th {
/* this is a generic style used to over ride the standard style for table headers */
	font-weight:normal;
	line-height:normal;
}

.smallText {
	font-size:9px;
}

.messageText {
	color: #D66006;
	font-weight: bold;
}

/* ////////////////////////////// [ Link Styles ] ////////////////////////////// */
.navButton {
	font-size: 10px;
	text-transform: capitalize;
	color: #ffffff;
	background-color: #024474;
	background-image: url();
	background-attachment: ;
	background-position: ;
	background-repeat: ;
	border-top: 2px solid #417DA8;
	border-right: 2px solid #012A48;
	border-bottom: 2px solid #012A48;
	border-left: 2px solid #417DA8;
	font-weight: bold;
	padding: 1px 3px;
	text-decoration: none;
}

.navButton:hover {
	border-top: 2px solid #012A48;
	border-right: 2px solid #417DA8;
	border-bottom: 2px solid #417DA8;
	border-left: 2px solid #012A48;
}


/* ////////////////////////////// [ Form Styles ] ////////////////////////////// */
input.searchBox, select.searchBox {
	font-size: 9px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right: 7px;
	padding-left: 4px;
	vertical-align: baseline;
}

input.searchBox:hover, input.searchBox:focus {
	border:2px solid #98B1C4;
}

input.browseBox, select.browseBox {
	font-size: 9px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 4px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

/*//////////////////////// [ Logo and Location Styles ] //////////////////////////*/
.logoLocation-container {
	width: 770px;
	margin: 0px auto 20px auto;
}

.locationText {
	font-size: 12px;
	color: #999;
	font-weight:bold;
}

.locationText a {
	font-size: 11px;
	color: #999;
	padding-left:8px;
	padding-right:8px;
	font-weight:normal;
}

.locationText a:hover {
	color: #083D65;
}

/* /////////////////////////// [ Top Navigtion Styles ] ///////////////////////////// */
.topNav {
	display: block;
}

.topNav-searchBar {
	background-image: url(../img/sys/common_new/TM_nav_bg.jpg);
	background-repeat: repeat-x;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	display:;
}

.topNav-searchBarLeft {
	background-image: url(../img/sys/common_new/TM_nav_leftbg.jpg);
	background-repeat: repeat-x;
}

.topNav-searchBarTile {
	background-image: url(../img/sys/common_new/TM_nav_bg.jpg);
	background-repeat: repeat-x;
}

.topNav-signInBar {
	/* brandable properties */
	background-color: #083D65;
	border-top: solid 1px #FFFFFF;
	color: #9DA9B2;
	display:;
	/* brandable properties */
	
	padding-top:3px;
	padding-bottom:3px;
	/* padding added for ie5 */
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
	
}

.topNav-signInBar span.altTextColor {
	/* brandable properties */
	color:#FFFFFF;
	/* brandable properties */
}

.topNav-signInBar a.passive {
	/* brandable properties */
	color: #9DA9B2;
	/* brandable properties */
	padding-left:7px;
	padding-right:7px;
}

.topNav-signInBar a.passive:hover {
	/* brandable properties */
	color: #FFFFFF;
	/* brandable properties */
}

.topNav-signInBar a.active {
	/* brandable properties */
	color: #FFFFFF;
	/* brandable properties */
	padding-right:7px;
}

.topNav-signInBar a.active:hover {
	/* brandable properties */
	color: #9DA9B2;
	/* brandable properties */
}

.topNav-spacer {
	/* brandable properties */
	background-color: #6C92AD;
	/* brandable properties */
}

/* top nav containers */

#logoLocation {
	/* brandable properties */
	display:;
	/* brandable properties */
}

#tabs {
	/* brandable properties */
	display:;
	/* brandable properties */
}

#searchBar {
	/* brandable properties */
	display:;
	/* brandable properties */
}

#signInBar {
	/* brandable properties */
	dispaly:;
	/* brandable properties */
}

#signInBar-text {
	/* brandable properties */
	/* values: hidden || visible */
	visibility: visible;
	/* brandable properties */
}

#clientHeader {
	/* brandable properties */
	display:none;
	height:80px;
	width:770px;
	background-color: ;
	color: #FFFFFF;
	border-bottom: ;
	
	border-top:;
	border-left:;
	border-right:;
	background-image: url();
	background-attachment: fixed;
	background-position: left top  ;
	background-repeat: no-repeat  ;
	/* brandable properties */
}

#affiliateHeader {
		/* brandable properties */
	display:none;
	height:80px;
	width:770px;
	background-color: ;
	color: #FFFFFF;
	border-bottom: ;
	
	border-top:;
	border-left:;
	border-right:;
	background-image: url();
	background-attachment: ;
	background-position:   ;
	background-repeat:   ;
	/* brandable properties */
}

/* //////////////////////////////////// [ Footer Styles ] ///////////////////////////////////// */

.footerContainer {
	border-top: solid 1px #dfdfdf;
	width: 770px;
	height:auto;
	margin: 50px auto 10px auto;
	font-size: 10px;
	color: #999;
}

.footerContainer a {
	color: #999;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.footerContainer a:hover {
	color: #0C4976;
	text-decoration: underline;
}

.footerSections {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #FFFFFF;
	/* brandable properties */
	display:;
	/* brandable properties */
}

.footerSections a {
	text-decoration: underline;
	padding-left: 8px;
	padding-right: 8px;
}

.footerSubSections {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f4f4f4;
	border-bottom: solid 1px #FFFFFF;
	/* brandable properties */
	display:;
	/* brandable properties */
}

.footerSubSections a {
	padding-left: 10px;
	padding-right: 10px;
}

.footerTOU {
	color:#5E5E5E;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #dfdfdf;
	padding-top: 10px;
	font-size: 10px;
	/* brandable properties */
	display:;
	/* brandable properties */
}

.footerTOU a {
	color: #0C4976;
	text-decoration: underline;
}

.footerTOU a:hover {
	color: #3D77A1;
}

.footerCopyRight {
	padding-top:10px;
	padding-bottom:20px;
	font-weight:bold;
	font-size: 10px;
	/* brandable properties */
	display:;
	/* brandable properties */
}

.footerPartnerSites {
	padding-bottom: 15px;
	font-size: 10px;
	/* brandable properties */
	display:;
	/* brandable properties */
}

.footerPartnerSites a {
	padding-left:2px;
	padding-right:2px;
}

#footerBizRate {
	display: ;
}


#canadaFooter {
	display:;
}


/*/////////////// [Client Footer Styles] ///////////////////*/
/*[Used for HTML Client Footer]*/
.clientFooterContainer {
	font-size: 10px;
	
	/* brandable properties */
	color: #CF302F;
	display:;
	
	height:;
	width:;
	background-color: ;
	color:;
	border-bottom: ;
	
	border-top:;
	border-left:;
	border-right:;
	background-image: url();
	background-attachment: ;
	background-position:   ;
	background-repeat:   ;
	/* brandable properties */
}

.clientFooterContainer td {
	font-size: 10px;
	
	/* brandable properties */
	color: #999999;
	display:;
	/* brandable properties */
}

.clientFooterContainer a {
	/* brandable properties */
	color: #999999;
	text-decoration: ;
	/* brandable properties */
	font-size:10px;
	font-weight: bold;
}

.clientFooterContainer a:hover {
	/* brandable properties */
	color: #666666;
	text-decoration: ;
	/* brandable properties */
}


.clientFooterDividerLine {
	/* brandable properties */
	border-top: 1px solid #999999;
	/* brandable properties */
	margin:5px 0px 5px 0px; 
}

/*[Used for Client Image Map Footer]*/
#clientFooter {
/* brandable properties */
	display:none;
	height:80px;
	width:770px;
	background-color: ;
	color: #FFFFFF;
	border-bottom: ;
	
	border-top:;
	border-left:;
	border-right:;
	background-image: url();
	background-attachment: ;
	background-position:   ;
	background-repeat:   ;
/* brandable properties */
}
