/********* General CSS ***********/
.Default {
	font-family	: Arial, Verdana, Helvetica, sans-serif; 
	font-size	: 11px; 
	color		: #000000; 
	height		: 100%;
	}
body {
	font-size	: 11px;
	font-family	: Verdana, Arial, Helvetica, sans-serif; 
	color		: #666666;
	}
body {
	background-color	: #EEEEEE;
	}
a:link, a:visited, a:visited  {
	color			: #292929; 
	text-decoration	: underline;
	}
a:hover {
	color			: #333333; 
	text-decoration	: underline;
	}
h1 {
	font-size		: 14px; 
	font-weight		: bold; 
	color			: #333333; 
	text-decoration	: none; 
	vertical-align	: text-top; 
	margin-bottom	: -1px;
	}
h2 {
	font-weight		: bold; 
	font-size		: 10px; 
	text-decoration	: underline; 
	color			: #666666; 
	margin-bottom	: -2px; 
	margin-top		: -2px;
	}
h3 {
	font-size	: 10px; 
	color		: #427CBD;
	}
h4, h4 a:link, h4 a:visited  {
	font-size		: 10px; 
	color			: #666666; 
	text-decoration	: underline; 
	font-weight		: bold;
	}
h5 {
	font-size		: 10px; 
	font-weight		: bold; 
	color			: #333333; 
	text-decoration	: underline;
	}
h6 {
	font-weight		: bold; 
	font-size		: 10px; 
	text-decoration	: none; 
	color			: #666666; 
	margin-top		: -1px;
	}
.underline {
	border-top	: 1px solid #666666;
	}
/********* Tables ***********/
.SizeTableNoBorders {
	table-layout:auto;
	width:93%;
	border-collapse:separate;
	border-spacing:0px;
	border-top:0px solid #666666;
	border-right:0px solid #666666;
	border-bottom:0px solid #666666;
	border-left:0px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height:1.5;
	text-align:left;
}
.SizeTableNoBorders td {	
	border-left:0px solid #666666;
	border-bottom:0px solid #666666;	
	border-right:0px solid #666666;
	border-top:0px solid #666666;	
}
.SizeTable {
	table-layout:auto;
	width:90%;
	border-collapse:separate;
	border-spacing:1px;
	border-top:0px solid #666666;
	border-right:0px solid #666666;
	border-bottom:0px solid #666666;
	border-left:0px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height:1.5;
	text-align:left;
}
.SizeTable tr.lightgrey {	
	border-left:0px solid #666666;
	border-bottom:0px solid #666666;	
	border-right:0px solid #666666;
	border-top:0px solid #666666;	
	background:#E8E8E8;
}
.SizeTable tr.lightergrey {	
	border-left:0px solid #666666;
	border-bottom:0px solid #666666;	
	border-right:0px solid #666666;
	border-top:0px solid #666666;	
	background:#F8F8F8;
}
.maintable {
	border				: 1px solid #666666; 
	padding				: 0px; 
	background-color	: #FFFFFF;
	}
.searchtable {
	border-bottom		: 1px solid #666666; 
	background-color	: #eeeeee; 
	padding-left		: 10px; 
	text-align			: left; 
	margin				: 0px;
	}
.bodytable {
	padding		: 20px 0 0 0;
	}
#insidebodytable {
	padding			: 0px; 
	text-transform	: none; 
	text-align		: justify; 
	margin			: 0 20px 0px 15px; 
	width			: 90%; 
	line-height		: 18px;
	}
.evaluationchart {
	padding			: 0px; 
	text-transform	: none; 
	text-align		: justify; 
	margin			: 0px 0px 0px 10px;
	/*margin		: 'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
	width			: 98%; 
	line-height		: 18px;
	font-size		: 9px;
	}	
#nationbodytable {
	padding-left	: 20px; 
	text-transform	: none; 
	text-align		: left; 
	width			: 90%;
	}
.leftnav{
	text-align		: center; 
	vertical-align	: top;
	}
.nationselect {
	padding-left	: 5px;
	}
.nationtables {
	border		: 1px solid #666666; 
	width		: 90%; 
	text-align	: center;
	}
.nationtables th {
	font-weight		: bold; 
	font-size		: 10px; 
	text-decoration	: underline; 
	color			: #666666;
	}
.biotable {
	width		: 400px; 
	text-align	: justify; 
	line-height	: 18px;
	}
.statstable {
	border		: 1px solid #666666; 
	width		: 95%; 
	text-align	: left;
	}
.statstable th {
	background-color	: #F9F9F9; 
	border-bottom		: 1px solid #666666; 
	text-align			: left;
	}	
/********* Navigation ***********/
.topNav {
	font-size	: 16px;
	color		: #f8f8f8;
	padding		: 4px 0px 5px 7px;
	/*padding	: 'padding-top' 'padding-right' 'padding-bottom' 'padding-left' */
	line-height	: 20px;
	text-transform: lowercase;
	}
.topNav a {
	font-size		: 12px;
	color			: #f8f8f8;
	letter-spacing	: 1px;
	text-decoration	: none;
	text-transform: lowercase;
	}
.sideNav {
	font-size	: 10px;
	color		: #427CBC;
	text-transform: lowercase;
	}
.sideNav a {
	font-size		: 10px;
	color			: #427CBC;
	letter-spacing	: 1px;
	text-decoration	: none;
	text-transform: lowercase;
	}	
.footerSpan {
	white-space: nowrap;
	text-transform: lowercase;
	}
/****** web links ******/
.weblinks div{
	margin		: 0px 0px 0px 5px;
	/*margin	: 'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
	}
.weblinks a {
	font-size		: 12px;
	color			: #427CBC;
	text-decoration	: none;
	}				
/****** web links ******/
.testimonials div{
	text-align	: right;
	margin		: 5px 5px 0px 0px;
	/*margin	: 'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
	}
.testimonials span{
	font-weight	: bold;
	}		
/********* Tables ***********/
.maintable {
	border				: 1px solid #666666; 
	padding				: 0px; 
	background-color	: #FFFFFF;
	}
.searchtable {
	border-bottom		: 1px solid #666666; 
	background-color	: #eeeeee; 
	padding-left		: 10px; 
	text-align			: left; 
	margin				: 0px;
	}
.bodytable {
	padding		: 20px 0 0 0;
	}
#insidebodytable {
	padding			: 0px; 
	text-transform	: none; 
	text-align		: justify; 
	margin			: 0 20px 0px 15px; 
	width			: 90%; 
	line-height		: 18px;
	}
.evaluationchart {
	padding			: 0px; 
	text-transform	: none; 
	text-align		: justify; 
	margin			: 0px 0px 0px 10px;
	/*margin		: 'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
	width			: 98%; 
	line-height		: 18px;
	font-size		: 9px;
	}	
#nationbodytable {
	padding-left	: 20px; 
	text-transform	: none; 
	text-align		: left; 
	width			: 90%;
	}
.leftnav{
	text-align		: center; 
	vertical-align	: top;
	}
.nationselect {
	padding-left	: 5px;
	}
.nationtables {
	border		: 1px solid #666666; 
	width		: 90%; 
	text-align	: center;
	}
.nationtables th {
	font-weight		: bold; 
	font-size		: 10px; 
	text-decoration	: underline; 
	color			: #666666;
	}
.biotable {
	width		: 400px; 
	text-align	: justify; 
	line-height	: 18px;
	}
.statstable {
	border		: 1px solid #666666; 
	width		: 95%; 
	text-align	: left;
	}
.statstable th {
	background-color	: #F9F9F9; 
	border-bottom		: 1px solid #666666; 
	text-align			: left;
	}
/******** Footer *********/
.footer {
	text-align	: center;
	}
/********* Forms *********/
input {	
	font-size			: 10px;	
	color				: #666666;	
	border				: 1px solid #C1C1C1; 
	background-color	: #Ffffff;
	}
select {
	font-size			: 10px;	
	color				: #666666;	
	border				: 1px solid #C1C1C1; 
	background-color	: #Ffffff;
	}
/****** Online Store Navigation *******/
ul#nav {
	font-size		: 11px;
	font-weight		: bold;
	text-transform	: lowercase;
	list-style		: none;
	padding			: 0;
	margin			: 0 0 0 15px;
	}
#nav a:link, #nav a:visited {
	color			: #666666;
	display			: block;
	width			: 100px;
	padding			: 10px 0 10px 22px;
	background		: url(http://www.cashforcoats.com/images/nav.gif) left no-repeat;
	text-decoration	: none;
	}
#nav a:hover {
	background-position	: 0 -69px;
	color				: #427CBD;
	}
#nav a:active {
background-position: 0 -138px;
color:#666666;
}
.navtable {
	border-right	: 1px dashed #666666;
	font-size		: 10px;
	color			: #000000;
	}
.storeheader {
	font-size		: 12px;
	font-weight		: bold;
	color			: #333333;
	text-decoration	: underline;
	}
.itemheader {
	font-size		: 10px;
	font-weight		: bold;
	color			: #427CBD;
	text-decoration	: none;
	}
#store {
	padding			: 2px 2px 2px 2px; 
	text-transform	: lowercase;
	text-align		: left;
	margin			: 0 10px 0px 15px;
	}
#store td {
	width			: 33%;
	vertical-align	: top;
	}
/****** newsletter ******/
.newsletter {
	margin	: 15px 15px 15px 15px;
	padding	: 15px 15px 15px 15px;
	}

.pic_head_divider { 
		font-family			:Verdana, Arial, Helvetica, sans-serif;  
		font-size			:10px;
		font-weight			:bold;
		text-transform		: uppercase;
		color				: #ffffff;
		background-color	: #386AA0;
		padding				: 4px;
		border-left			: 1px solid #A2BFDF;
		}
	
/****** events calendar ******/
.events table {
	/*border: solid #000000 0px; */
	}
/* the month and year header */
.events caption {
	font-size	: 14pt;
	}
/* top row cells which hold day names */
.events th {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: 100;
	color				: #FFFFFF;
	background-color	: #427CBC;
	/*background-image	: url(images/bkg_blue.png); */
	}
/* day cells */
.events td {
	height			: 75px;
	width			: 75px;
	text-align		: left;
	vertical-align	: top;
	}
.dayNo {
	text-align			: right;
	background-color	: #E8EEF7;
	color				: #333333;
	font-size			: 10px;
	font-weight			: 100;
	}
.eName {
	font-size	: 16px;
	font-weight : bold;
	color		: #427CBC;
	}	
.eDate {
	font-size	: 12px;
	font-weight : 100;
	}
.eTime {
	font-size	: 12px;
	font-weight : 100;
	}
.eLocation {
	font-size	: 12px;
	font-weight : 100;
	}
eDetails {
	margin	: -5px; 
	padding	: 5px;
	font-size	: 12px;
	}			
/* day cells with events */
.events td.event {
	color				: #427CBC;
	font-size			: 9px;
	font-weight			: 100;
	}			
/* popup CSS */
.tipFrameBox {
	font		: 10px/12px Arial,Helvetica,sans-serif;  
	padding		: 0px;
	position	: absolute;
	z-index		: 100;
	visibility	: hidden; 
	color		: #000000; 
	top			: 0px;
	left		: 0px;
	border		: 1px solid #427CBC; 
	width		: 300px;
	}
.tipFrame {
	display	: block
	}
.tipFrame * {
  display		: block;
  height		: 1px;
  overflow		: hidden;
  font-size		: .01em;
  background	: #E8EEF7;
  }
.tipFrame1{
  margin-left	: 3px;
  margin-right	: 3px;
  padding-left	: 1px;
  padding-right	: 1px;
  border-left	: 1px solid #E8EEF7;
  border-right	: 1px solid #E8EEF7;
  background	: #E8EEF7;
  }
.tipFrame2{
  margin-left	: 1px;
  margin-right	: 1px;
  padding-right	: 1px;
  padding-left	: 1px;
  border-left	: 1px solid #E8EEF7;
  border-right	: 1px solid #E8EEF7;
  background	: #E8EEF7;
  }
.tipFrame3{
  margin-left	: 1px;
  margin-right	: 1px;
  border-left	: 1px solid #E8EEF7;
  border-right	: 1px solid #E8EEF7;
  }
.tipFrame4{
  border-left	: 1px solid #E8EEF7;
  border-right	: 1px solid #E8EEF7;
  }
.tipFrame5 {
  border-left	: 1px solid #E8EEF7;
  border-right	: 1px solid #E8EEF7;
  }
.tipFramefg{
  background	: #E8EEF7;
  padding		: 5px 5px 5px 5px;
  text-align	: left;
  }
/* --- FORM STYLES --- */
.phpForms_pgtitle {
    font-family : Arial;
    font-size   : 16px;
    color       : #999999;
    font-weight : bold;
	}
.phpForms_btn {
    border-top-width    : 1px;
    border-left-width   : 1px;
    border-bottom-width : 1px;
    border-right-width  : 1px;
    border-top-color    : #e4e4e4;
    border-left-color   : #e4e4e4;
    border-right-color  : #c1c1c1;
    border-bottom-color : #c1c1c1;
    font                : Verdana, Arial, Helvetica, sans-serif;
    color               : #000000;
	}	