/* =================FONT STYLING==================*/
/* -----------------standard font styling----------------*/
.Background{
  background: WhiteSmoke; /*the background is white*/
  color: #000000; /*the font is black*/
  font-family: Arial, Helvetica, sans-serif; /*font*/
  font-size: small; /*font size - relative and scalable to allow people to increase or decrease font size*/
  margin: 0px; /*margin on page*/
  padding: 0px; /*padding on page*/
}

/* ==================LINK STYLING==================*/
/* --------------standard link styling----------------*/
a { 
   color: #4A4B84; /*all links are CFHC purple*/
   text-decoration: underline; /*links are underlined*/
}
a:hover { 
   text-decoration: none;
   font-weight: normal; /*when the mouse is over the link, the underlining goes away*/
}



/* ==================HEADER STYLING==================*/
/* --------------standard header styling----------------*/
h1, h2, h3, h4 { 
   color: #4A4B84; /*headers are CFHC purple*/
   font-family: "Times New Roman", Times, serif; /*headers have a different font that regular text*/ 
}
h1 { 
   font-size: 200%;
	width: 749px;
}
h2 { 
   border-bottom: 3px #4A4B84 solid; /*not underline - just a line*/
   font-size: 150%; 
}
h3 { 
   border-bottom: 1px #4A4B84 solid; /*not underline - just a line*/
   font-size: 125%; 
}
h3 a { 
   text-decoration: none; /*when this header is a link, there is no underlining; it looks weird combined with the border-bottom */
}
h4 { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 100%; 
   font-weight: bold; 
   margin-bottom: -15px; 
}




/* ==================GRID VIEW STYLING====================*/
/* -------------------------------------------------------*/
.Gridview
{
  background: #FFFFFF ; /*the background is white*/
  color: #000000; /*the font is black*/
  font-family: Arial, Helvetica, sans-serif; /*font*/
  font-size: small; /*font size - relative and scalable to allow people to increase or decrease font size*/
  margin: 3px; /*margin */
  padding: 3px; /*padding */
}

.GridviewHeader /*matches h4*/
{
   color: #4A4B84; /*headers are CFHC purple*/
   font-family: Arial, Helvetica, sans-serif; 
   font-size:80%; 
   font-weight: bold; 
}

.GridviewAlternatingRow /*choose one*/
{
   background: #F3F4F5; /*background is light purple*/  
}

.GridviewBorderWidth /*choose one*/
{
   border: #4A4B84 solid 1px; /*for a CFHC purple border all around*/
   border: #F3F4F5 solid 1px; /*for a light purple border all around*/
   border: #E8E7EF solid 1px; /*for a medium purple border all around*/
   border-bottom: #4A4B84 solid 1px; /*for a CFHC purple border bottom only*/
   border-bottom: #F3F4F5 solid 1px; /*for a light purple border bottom only*/
   border-bottom: #E8E7EF solid 1px; /*for a medium purple border bottom only*/
}

.divContent 
{ 
	padding: 0;
	background:#FFFFFF; 
	margin: 0 auto; 
	text-align: left; 
	width: 770px; 
	top:auto;
	height: 64px;
}



/* ==================BUTTON STYLING====================*/
/* -------------------------------------------------------*/
.sample
{
   background: #4A4B84; /*background is CFHC purple*/
   border: #CCCCCC 3px solid; /*border all around is grey*/
   color: #FFFFFF; /*font color is white*/
   font-size: 80%; /*font is slightly smaller than normal*/
   padding: 5px; /*there is padding around the button text*/
}

.textbox
   {
	height:10;
	width:20;
   }

/* ==================PANEL STYLING====================*/
/* -----------------------repeat basic body styling--------------------------------*/




/* ==================LIST BOX STYLING====================*/
/* -------------------------------------------------------*/



/* ==================DROP DOWN LIST STYLING====================*/
/* -------------------------------------------------------*/




/* ==================CALENDAR STYLING====================*/
/* -------------------------------------------------------*/




/* ==================TEXT BOX STYLING====================*/
/* -------------------------------------------------------*/




/* ==================LABEL STYLING====================*/
/* -------------------------------------------------------*/


/* ==================IMAGES STYLING====================*/
/* --------to style the image on the left sidebar---------------*/




/* ==================AD ROTATOR STYLING====================*/
/* -------------------------------------------------------*/



/* ==================TAB CONTAINER STYLING====================*/
/* -------------------------------------------------------*/




/* ==================LOGIN PAGE STYLING====================*/
/* --------------------------use standard-----------------------------*/






/* ==================MENU STYLING====================*/
/* --------------------------for top of page menu---------*/
.MainMenuItem 
{ 
   background: #FFFFFF; 
   border-bottom: 1px solid #2d2b2b; 
   color: #2d2b2b; 
   font-size: 12px;
   font-family: Verdana; 
   font-weight: bold; 
   height: 20px; 
   margin-top: 5px; 
   text-decoration: none; /*as link*/
   width: 107px; /*this allows for seven (7) menu items across the top)*/
}

.MainMenuItem MouseOver 
{ 
   background-color: #F3F4F5; 
   background-image: url("images/Menu/bluetabactive.gif"); 
   color: #2d2b2b; 
}


.MainMenuItem selected /*to mark which section the user is in*/
{ 
   background-color: #F3F4F5; 
   background-image: url("images/Menu/bluetabactive.gif"); 
   color: #2d2b2b; 
}

.DropMenuItem 
{ 
   background-color: #F3F4F5; 
   border-bottom: 1px solid #E8E7EF; 
   color: #000000; 
   font-family: Verdana; 
   font-size: 12px ;
   font-weight: normal;
   width: 200px; 
}

.DropMenuItem MouseOver 
{ 
   background-color: #E8E7EF; 
}
.errmessage
{
	color:Red;
	 font-family: Verdana; 
   font-size: 12px ;
   font-weight: normal;
   width: 200px; 
}
	
	







