/* HTML element selectors */



h1 {
	font-size: 16px;
	color: #444;
	font-weight: bold;	
}

h2 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #4B3C30;
	font-size: 12px;
	font-weight: bold;	
}

h3 {
	margin: 0px;
	padding: 0px;
	color: #444;
	font-size: 12px;
	font-weight: bold;		
}

a {
	color: #4B3C30;
	text-decoration: underline;
}

a:visited {
	color: #957860;
	text-decoration: underline;		
}

a:hover {
	color: #000;
	text-decoration: underline;		
}

form input, form select, form textarea  {
	font-size: 11px;
    border: 1px solid #444;
	background-color: #F5F5F5;
	color: #000;
	width: auto;      
	margin: 0px 20px 10px 0px;    
	text-align: left;                   
}

input[type=checkbox] {
	border-width: 0;
	margin: 0;
	background-color: transparent;
}

form textarea  {
	height: 180px;
	*height: 187px;            
}

form fieldset {
	border: none;
	float: left;	
}

/* General Styles */

img {
	border: none;
}

label {
	display: block;
	font-weight: bold;
	color: #000;	
}

label.Checkbox {
	display: inline;
	vertical-align: top;
}

.Text15 {
	width: 15px !important;		                          
}

.Text25 {
	width: 25px !important;		                          
}

.Text35 {
	width: 35px !important;		                          
}

.Text45 {
	width: 45px !important;		                          
}

.Text50 {
	width: 50px !important;	                          
}

.Text75 {
	width: 75px !important;	                          
}

.Text100 {
	width: 100px !important;	                          
}

.Text115 {
	width: 115px !important;	                          
}

.Text125 {
	width: 125px !important;	                          
}

.Text150 {
	width: 150px !important;	                          
}

.Text200 {
	width: 200px !important;	                          
}

.Text250 {
	width: 250px !important;	                          
}

.Text260 {
	width: 260px !important;	                          
}

.Text300 {
	width: 300px !important;	                          
}

.Center {
	text-align: center !important;
}

.Left {
	text-align: left !important;
}

.Right {
	text-align: right !important;
}

.PhotoRight {
	padding-left: 10px;	
}

.PhotoLeft {
	padding-right: 20px;	
}

.Exception {
	color: #F31F09 !important;
}

.Warning {
	color: #996600;
}

.Red {
	color: #F00;
}

.Indent {
	padding-left: 10px;
}

.SmallText {
	font-size: 9px;
}

.ReadOnly {
	border: 0;
	background-color: transparent;
	font-weight: bold;
}

table.Styled {
	border-collapse: collapse;
	border: 1px solid #000;
	
	text-align: center;
	
}

#ContactHelp {
	margin-top: -25px;
	margin-left: 90px;
	font-size: 18px;
}

#ContactContainer table.Styled  {
	border: none;
	width: 450px;
	text-align: left;
	margin: 0px;
}

#ContactContainer table.Styled label {
	color: #000;
	
}

#ContactContainer table.Styled fieldset  {
	display: none;
	
}

#ContactForm label {
	text-align: left !important;
}

table.Styled th {
	background-color: #252F38;
	color: #FFF;
	font-weight: bold;
	padding: 5px 4px;
	text-align: left;
}

table.Styled tr.Alt {
	background-color: #EDEEEE;
}

table.Styled td {
	padding: 2px 4px;
	text-align: left;
}

 .Button { 
	 border: 0px; 
	 background: url('/img/button.gif'); 
	 background-repeat: no-repeat;
	 text-align: center; 
	 cursor: pointer;
	 width: 85px;
	 height: 25px; 
	 color: #FFF;
	 font-weight: bold;
	 font-size: 13px;
	 	  
 }
 

/* cake form/error message classes */

.form-error {
	background-color: #FFFFD7;
}
.error-message {
	color: #F31F09;
	font-weight: bold;
}

form div.error input {
	float: left;
}

form div.input {
	clear: left;
	margin-bottom: 10px;
}

/* Scriptaculous ajax autocompleter styles */

div.auto_complete {
	position: absolute;
	width: 250px;
	/*height: 400px;*/
	/*overflow: auto;*/
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px; 
} 

div.auto_complete ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

div.auto_complete li {
	cursor: pointer;
}

div.auto_complete li.selected { 
	background-color: #FFB; 
} 

