.title, .info, .tableChart, .button, .small_button, .optionsTable, .formTable, .text, .dropDown, .message, .phoneSelect {
  font-family : Tahoma;
}

.text {
	font-size: 11px;
}

.textbold {
	font-weight: bold;
}

.title  {
  font-size: 10pt;
  font-weight: bold;
  color: #015351;
  text-decoration: none;
}
.title:hover {
  color: #00AA00;
  text-decoration: none;
}
.titleCell {
  width: 36px;
  text-align: center;
}

.info {
  padding: 6px;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-color: #015351;
  background-color: #EAF7EC;
}

.button, .small_button {
  background-color: #015351;
  color: #FFFFFF;    
  width: 80px;
}

.small_button {
  font-size: 9px;
  text-transform: capitalize;  
  height: 18px;
}

.tableChart {
  font-size: 10px;
  background-color: #015351;
  width: 700px;
}

.tableChart_header {  
  font-weight: bold;
  background-color: #D2ECD5;
  height: 18px;    
  text-align: center;  
}

tr.tableChart_row {    
  background-color: #FFFFFF;
  height: 18px;    
  text-align: center;
  padding-left: 5px;
}

tr.tableChart_row:hover {  
  background-color: #F0F9F1;  
}

.tableChart_spacer {
  background-color: #FFFFFF;
  height: 2px;
}

.tableChart_altcell {
 background-color: #F0F9F1;
}

.tableChart_title {
 color: #FFFFFF;
 height: 18px;
}

.action_icon {
  cursor: pointer;
}

.optionsTable {
  font-size: 10px;
  font-weight: bold;
}

.smallInput, .smallSelect, .optionsSelect, .formTable {
  font-size: 10px;
}

.phoneSelect {
	font-size: 9px;	
}

.smallSelect {
  width: 60px;
}

.smallInput{
  width: 105px;
}

.formFields {
  font-size: 11px;
  background-color: #EDF8EE;      
}

.formLeft {
  background-color: #D2ECD5;    
  background-color: #EDF8EE;      
  background-color: #D2ECD5;    
  font-weight: bold;  
}

.formRight {
  background-color: #EDF8EE;      
  background-color: #D2ECD5;    
}

.formTable {
  background-color: #015351;
}

.formTitle {
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
}

.formRequiredLabel {
  color: #FFFFFF;
}

.spacer {
  height: 10px;
}

.dropDown {
	font-size: 11px;
	width: 150px;
}

.message {
 font-size: 12px;
 color: #015351;
 
}

