/* Default CSS Stylesheet for a new Web Application project */

body{
	FONT-FAMILY: Tahoma, Tahoma, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	color:#444444}


td{   
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;}
	

/*this style is for all input boxes */
.input{
	border: #096f94 1px solid;
	FONT-FAMILY: Tahoma, Tahoma, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: #444444;}
	
.bold {
	font-family:Tahoma, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;}
	

h1{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	margin-top:0px;
	color:#098A3A;
	text-indent:15px;}

h2{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #096f94;	}

h3{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#098A3A;
	margin-bottom:2px;}
	
/*this style is for all buttons */
.button
{
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:#ffffff;
	background-color:#1c9f5e;
    font-weight:bold;
	border:1px solid thin #087d43
}

/*this style is for all paging buttons */
.pagebutton
{
    BACKGROUND-COLOR:5792b9;
	padding:2px;
	border: 1px solid #ffffff;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    color:#ffffff;
    
}

/*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:#ffffff;
	font-weight:bold;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
       
}

/*this style is CalendarStyle */
.s_CalendarStyle
{
	FONT-FAMILY: Tahoma, 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
{   
	background-color:#cbf2db;   
}

.GridAltItem
{
  background-color:#cbf2db; 
  cursor:default; 
}

/* these styles are for the CMS Admin Menu */



.GridItem{
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background-color:#c8e2f3; 
	}

.GridHeader
{
  background-color:#5792b9; 
  cursor:default; 
  font-weight:bold;
  text-align:left;
  font-size:14px;
  color:#FFFFFF;
}

.GridFooter
{
  background-color:#99f3c7; 
  cursor:default; 
  font-weight:bold;
}


.clicker
{
  background-color:#999999; 
  cursor:default; 
  font-weight:bold;
  color:#FFFFFF;
}


.GroupHeader {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #098A3A;}

.TopGroup
{
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  background-color:#CBF4FA; 
  border:solid 2px #ffffff;
  color:#FFFFFF;
  cursor:default; 
  font-weight:bold;
  text-align:center;
}


.MenuGroup
{
   font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  background-color:#CBF4FA; 
  border:solid 2px #ffffff; 
  cursor:default;
  text-align:center; 
}

.TopMenuItem
{
  background-color:#CBF4FA; 
  color:#ffffff; 
  font-family:Tahoma, Verdana, Helvetica, sans-serif; 
  font-size:11px; 
  font-weight:bold;
  border:solid 2px #ffffff; 
  cursor:default;
  text-align:center; 
}

.TopMenuItemHover 
{
  background-color:#35a660; 
  color:#ffffff; 
  font-family:Tahoma, Verdana, Helvetica, sans-serif; 
  font-size:11px; 
  font-weight:bold;
  border:solid 2px #ffffff; 
  cursor:default; 
  text-align:center;
}

.MenuItem
{
  font-family:Tahoma, Verdana, Helvetica, sans-serif; 
  font-size:11px; 
  font-weight:bold;
  cursor:default; 
    text-align:center; 
}

.MenuItemHover 
{
  background-color:#35a660; 
  color:#ffffff;
  font-family:Tahoma, Verdana, Helvetica, sans-serif; 
  font-size:11px; 
  font-weight:bold;
  cursor:hand;
    text-align:center; 
  
}

.MenuBreak
{

 background-color:#ffffff; 
  width:100%;
  height:1px;
}

.AdminSubMenu{
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	font-weight:bold;}

A:link	{	
	text-decoration:	underline;
	color:	#444444;}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#444444;}	
		
A:active	{	
	text-decoration:	underline;
	color:	#444444;}	
		
A:hover	{	
	text-decoration:	none;
	color:	#444444;}
	
	
.Welcome{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:bold;
	color:#096f94;}

