/* Default CSS Stylesheet for a new Web Application project */

a:link {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;			
	text-decoration:underline;}
	
a:hover {
	font-weight: normal;	
	text-decoration:none;
	color: #575757;}
	
a:visited {
	font-weight: normal;	
	color: #575757;}

BODY
{
	margin-top:0px;
	margin-left:0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 0px;
	background-color:#E3EFFB;
   
}

.searchBox  {
	background-color:#C6AF29;
	}

td{   
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;}

.dotted_line {
	border-bottom:dotted #94A7AD 1px;}


/*this style is for all input boxes */
.input{
	border: #b8ac31 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: #9A8E29;}
	
/*this style is for document heading on websitehomepage */
.docHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #842D05;}
	
/*this style is for event heading on websitehomepage */
.eventHeader
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #842D05;
}
/*this style is for Website main heading */
.WebHeading1
{
    
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    font-weight:bold;
    color:Black;
}

/*this style is for Website side menu heading */
.WebHeading2
{
    BACKGROUND-COLOR:#8bb0fb;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    font-weight:bold;
    color:Black;
}

/*this style is for all buttons */
.button
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:#7D7422;
    font-weight:bold;
}

/*this style is for all paging buttons */
.pagebutton
{
    BACKGROUND-COLOR:#ffffff;
    border:NONE,0px,white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    color:Black;
    
}

/*this style is for dates having an event on the calendar */
.EventDates
{
    BACKGROUND-COLOR:AliceBlue;
    border-color:Navy;
    border-style:solid;
    border-width:1px;
    color:black;
    
}

/* this is the style for the hide and show link */
.HideShowlink
{
	cursor:hand;
	color:Maroon;
	font-weight:900;
       
}

/*this style is CalendarStyle */
.s_CalendarStyle
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9px;
	background-color:#FFFFFF;
}

/*this style is TodayDayStyle */
.s_TodayDayStyle
{
	color:White;
    background-color:#999999;
}

/*this style is DayStyle */
.s_DayStyle
{
    background-color:#FFFFFF;
}

/*this style is NextPrevStyle */
.s_NextPrevStyle
{
  color:white;
   background-color: #FFFFFF;
   FONT-SIZE: 8pt;
   font-weight:bold;
     
}

/*this style is DayHeaderStyle */
.s_DayHeaderStyle
{
   color:#333333;
   FONT-SIZE: 8pt;
   font-weight:bold;
   height: 8pt;
}
	
/*this style is SelectedDayStyle */
.s_SelectedDayStyle
{
   color:white;
   background-color: #333399;
  }
  
  /*this style is TitleStyle */
.s_TitleStyle
{
   color:white;
   background-color: #B34000;
   FONT-SIZE: 8pt;
   font-weight:bold;
   height: 12pt;
}	
		
/*this style is OtherMonthDayStyle */
.s_OtherMonthDayStyle
{   color:#999999;  
}	
				

/*this style is for Datagrid IN general */
.GridGeneral
{   border: #0099cc 1px solid;   
}


/*this style is for Datagrid Header */
.GridHeader
{  BACKGROUND-COLOR:#8bb0fb;
	text-align:center;
    FONT-FAMILY: Tahoma,Verdana;
    FONT-SIZE: 10px;
    color:White;
    font-weight:bold;
}

/*this style is for Datagrid Footer */
.GridFooter
{
    BACKGROUND-COLOR:White;
    
    color:#000066;
}

/*this style is for Datagrid Alternate Items */
.GridAltItem
{
    BACKGROUND-COLOR:#D9E7EB;
    FONT-FAMILY: Tahoma,Verdana;
    FONT-SIZE: 10px;
    color:#333333;
}

/*this style is for Datagrid  Items */
.GridItem
{  FONT-FAMILY: Tahoma,Verdana;
    FONT-SIZE: 10px;
    color:#333333;
}


/*this style is for CMS heading one */
.tblAdminheading1
{
    
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 16px;
    font-weight:bold;
    color:Black;
}

/*this style is for CMS heading two */
.tblAdminheading2
{
    BACKGROUND-COLOR:#e8eefa;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    font-weight:bold;
    color:Black;
}

.tblAdminheading3
{
    BACKGROUND-COLOR:#e8eefa;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    font-weight:bold;
    color:Black;
}

/* these styles are for the CMS Admin Menu */

.TopGroup
{
  background-color:#DBD7D0; 
  border:solid 1px gray; 
  cursor:default; 
  font-weight:bold;
}

.OFOtableHeader
{
  background-color:#C0D7F1; 
  cursor:default; 
  font-weight:bold;
}

.OFOtableHeader2
{
  background-color:#999999; 
  cursor:default; 
  font-weight:bold;
}

.OFOtableHeaderAlt
{
  background-color:#F4F9FD; 
  cursor:default; 
  font-weight:bold;
}

.OFOgroupAlt1
{
  background-color:#D1E1F5; 
  border:solid 1px #D1E1F5;
  cursor:default; 
  font-weight:bold;
}

.OFOgroupAlt2
{
  background-color:#E8F0FA; 
  border:solid 1px #E8F0FA;
  cursor:default; 
  font-weight:bold;
}

.GroupHeader {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bdae18;}

.MenuGroup
{
  background-color:#F9F8F7;
  border:solid 1px #7E7E81; 
  cursor:default; 
}

.TopMenuItem
{
  background-color:#DBD7D0; 
  color:black; 
  font-family:Tahoma,Verdana; 
  font-size:12px; 
  font-weight:bold;
  border:solid 1px #DBD7D0; 
  cursor:default; 
}

.TopMenuItemHover 
{
  background-color:#C2C5C8; 
  color:black; 
  font-family:Tahoma,Verdana; 
  font-size:12px; 
  font-weight:bold;
  border:solid 1px #A6A8B2; 
  cursor:default; 
}

.MenuItem
{
  font-family:Tahoma,Verdana; 
  font-size:9px; 
  font-weight:bold;
  cursor:default; 
}

.MenuItemHover 
{
  background-color:#C2C5C8; 
  font-family:Tahoma,Verdana; 
  font-size:9px; 
  font-weight:bold;
  cursor:hand; 
}

.MenuBreak
{

 background-color:#DBD7D0; 
  width:100%;
  height:1px;
}
