/*
 Last updated on March 18th, 2006 at 11:58 PM.

 Below are all of the StyleSheet codes that are used on BuffaloBarFly.  
*/

body, td, th {
  font-family: verdana;
  font-size: 12px;
  color: #000000;
}

h3 {
	margin: 0px;
}

/* Same as above, but this handles all the links.  By defauly
   we have the links not underlined, bold, and 1 ptsize smaller than all else */
body a, td a, th a {
  font-size: 12px; 	   
}

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

.Font_16px {
  font-size: 16px;
}

.Menu_Top { 
  font-size: 20px;
  color: #c7c4f9;
}

.Btn_Template { 
  font-weight: bold;
  font-size: 14;
}

.Adv_Bar_Sub_Title {
  font-weight: bold;
  color: #FFFFFF;
  background: #000000; 
}

.Adv_Bar_Body {
  background: #FFFFFF; 
}


.Search_Box {
  background: #FFFFFF;
  border: 2px solid #000000; 
}

.Border_Black {
  border: 1px solid #000000;
}

.Calendar_Title { 
  background: #140a75; 
  color: #FFFFFF;
}

.Calendar_TR { 
  background: #abbef4;
}

.Calendar_TD {
  background: #FFFFFF;
}

.Warning {
  color: #FF0000;
}

.TD_Padding {
  padding-left: 4px;
  padding-right: 4px;
}

.divider {
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #999;
}

.tab {
	margin-left: 10px;
}