/* Default CSS Stylesheet for a new Web Application project */
BODY {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F2D8;
}

td 
{
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.bgcolor1 
{
	BACKGROUND-COLOR: #CE5828;
}
.bgcolor2 {
	BACKGROUND-COLOR: #6F96A7;
}
.bgcolor3 {
	BACKGROUND-COLOR: #E2D69C;
}

.footer 
{
	FONT-SIZE: 8pt;
	color:#ffffff;
	text-decoration: none;
}

.footer:A 
{
	FONT-SIZE: 8pt;
	color:#ffffff;
	text-decoration: none;
}

.footer:hover
{
	FONT-SIZE: 8pt;
	color:#ffffff;
	text-decoration: underline;
}

.footer:Visited 
{
	FONT-SIZE: 8pt;
	color:#ffffff;
	
}

.headerbox 
{
	border-bottom: solid 1 #ffffff;
	border-left: solid 1 #ffffff
}

.headerbox_bottom 
{
	border-left: solid 1 #ffffff
}

.menubtn 
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
		
}

.menubtn:A 
{
	FONT-SIZE: 12px;
	color:#ffffff;
	text-decoration: none;
}

.menubtn:hover
{
	FONT-SIZE: 12px;
	text-decoration: underline;
}

.menubtn:Visited 
{
	FONT-SIZE: 12px;
	color:#ffffff;
	
}

.smallesttext 
{
	font-size: 10px;	
}

.smalltext
{
	font-size: 11px;	
}

.smallTitle
{
	font-size: 11px;
	font-weight: bold;
}


.CalendarEventDate
{
	font-size:10px;
	color: #333333;
}

.OrangeLink 
{
	font-size: 10px;
	font-weight: bold;
	color: #E04D19;
	text-decoration: none;		
}

.OrangeLink:A 
{
	FONT-SIZE: 10px;
	color:#E04D19;
	text-decoration: none;
}

.OrangeLink:hover
{
	FONT-SIZE: 10px;
	color:#E04D19;
	text-decoration: underline;
}

.OrangeLink:Visited 
{
	FONT-SIZE: 10px;
	color:#E04D19;
	
}

.BigOrangeLink 
{
	font-size: 12px;
	font-weight: bold;
	color: #E04D19;
	text-decoration: underline;		
}

.BigOrangeLink:A 
{
	FONT-SIZE: 12px;
	color:#E04D19;
	text-decoration: underline;
}

.BigOrangeLink:hover
{
	FONT-SIZE: 12px;
	color:#E04D19;
	text-decoration: underline;
}

.BigOrangeLink:Visited 
{
	FONT-SIZE: 12px;
	color:#E04D19;
	text-decoration: underline;
	
}
.button
{
    BORDER-RIGHT: #141e29 1px solid;
    BORDER-TOP: #eee 1px solid; 
    BORDER-BOTTOM: #141e29 1px solid;
    BORDER-LEFT: #eee 1px solid;
    FONT-SIZE: 12px;
    font-weight:bold;
    CURSOR: hand;
    FONT-FAMILY: geneva,verdana,arial,helvetica,sans-serif;
    TEXT-ALIGN: center
}

.ItemForm
{
    border: solid 1 black;
    COLOR: black;
    BACKGROUND-COLOR: #ffffff;
  
}

.photoborder 
{
	border: solid 1px black;
}

.bbSection
{
 background-color: #CE5828;
 color: #ffffff;
 font-weight: bold;
 font-size: 12px;
 height: 30;
 text-align: center;
 vertical-align: sub;
}

.bbTitle
{
 background-color: #E2D69C;
 color: #000000;
 font-weight: bold;
 font-size: 12px;
 height: 22;
 text-align: center;
 vertical-align: sub;
}

.bbBody 
{
	background-color: #EFEBC6;
	color:Black;
	font-size: 11px;
	height: 50px;
	
}

.bbFooter
{
 background-color: #CE5828;
 color: #ffffff;
 font-weight: bold;
 font-size: 12px;
 height: 25;
 text-align: center;
 vertical-align: sub;
}

.bbButton
{
	background-color:#E04D19;
	width:100px;
	border-width: 1;
	font-size: 11px;
	font-weight:bold;
	color: White;
	
}

.padcell10 
{
	padding-left: 15px;
}