﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	color: Black;
	background-color: #E2D4C5;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration:none;
   FONT-SIZE: 9px;
   FONT-WEIGHT: normal;
   LETTER-SPACING: normal;
   TEXT-TRANSFORM: none;
   WORD-SPACING: normal
	SCROLLBAR-ARROW-COLOR: #FF2D2D;
	SCROLLBAR-TRACK-COLOR: #319331; 
	SCROLLBAR-BASE-COLOR: #006401; 
	scrollbar-3dlight-color: #48AA48;
	scrollbar-darkshadow-color: #002D00;
	border: 0px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

}

A {
	font-size: 9pt;
	color: #330000;
	text-decoration: none
}

A:HOVER {
	color: Yellow;
	text-decoration: none
}

		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	top;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	Red;
	}	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

	
/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

.calTitle
{
	font-size: 12pt;
	font-weight:bolder;
	color:#006600;
}


.nextPrev
{
  /*  position:absolute; */
    right:0;
    padding-right:5px;    
    width:100%;
    text-align:center;
    font-size:11pt;
    font-weight:bold;
}

.Button
{
	border: 0px;
	background-image: url(../images/button.gif);
	width: 91px;
	height: 22px;
	color: #006400;
    cursor: hand; 
}

.Button A:link
{
	border: 0px;
	background-image: url(../images/button.gif);
	cursor: hand;
	width: 91px;
	height: 22px;
	color: #006400;
    cursor: hand; 
}

.Button A:visited
{
	color: #006400;
    cursor: hand; 
}

.Button A:active
{
	color: #006400;
    cursor: hand; 
}

.Button A:hover
{
	color: red;
    cursor: hand; 
}

.NextPrev A:link	{	
	text-decoration:	none;
	color: Black;
	font: Courier, Tahoma, Arial;
	font-size: 10pt;
	font-weight: bolder;
	}	
		
.NextPrev A:visited	{	
	text-decoration:	none;
	color: Black;
	font: Courier, Tahoma, Arial;
	font-size: 10pt;
	font-weight: bolder;
	}	
.NextPrev A:active	{	
	text-decoration:	none;
	color: Black;
	font: Courier, Tahoma, Arial;
	font-size: 10pt;
	font-weight: bolder;
	}	
		
.NextPrev A:hover	{	
	text-decoration:	none;
	color: Green;
	font: Courier, Tahoma, Arial;
	font-size: 11pt;
	font-weight: bolder;
	}	

.AnnounceText {
	font: Tahoma, Verdana, Arial;	
	}
	
.footerLink	{	
	text-decoration: none;
	color: #319331;
	font: Courier, Tahoma, Arial;
	font-size: 7pt;
	font-weight: bolder;
	}	

.footerLink:link	{	
	text-decoration:	none;
	color: #319331;
	font: Courier, Tahoma, Arial;
	font-size: 7pt;
	font-weight: bolder;
	}	
		
.footerLink:visited	{	
	text-decoration:	none;
	color: #319331;
	font: Courier, Tahoma, Arial;
	font-size: 7pt;
	font-weight: bolder;
	}	
		
.footerLink:hover	{	
	text-decoration:	none;
	color: Yellow;
	font: Courier, Tahoma, Arial;
	font-size: 7pt;
	font-weight: bolder;
	}

	
.LinkPageLinks	{	
	text-decoration: none;
	color: #003300;
	font: Courier, Tahoma, Arial;
	font-size: 9pt;
	font-weight: bolder;
	}	
	
.LinkPageLinks:Active	{	
	text-decoration:	none;
	color: #990000;
	font: Courier, Tahoma, Arial;
	font-size: 9pt;
	font-weight: bolder;
	}		
	
.LinkPageLinks:link	{	
	text-decoration:	none;
	color: #003300;
	font: Courier, Tahoma, Arial;
	font-size: 9pt;
	font-weight: bolder;
	}		
		
.LinkPageLinks:visited	{	
	text-decoration:	none;
	color: #A99678;
	font: Courier, Tahoma, Arial;
	font-size: 9pt;
	font-weight: bolder;
	}	
		
.LinkPageLinks:hover	{	
	text-decoration:	none;
	color: #009900;
	font: Courier, Tahoma, Arial;
	font-size: 9pt;
	font-weight: bolder;
	}
	
	
/* Surrounds the RadRotator */
RadRotatorContainer {
 	cursor: default;
	border-color: #E2D4C5;
}	


RadRotatorContainer:hover {
 	cursor:wait;
	border-color: #Green;
}	
	
	
	
/* Surrounds the calendar */
.eventmonth
{
	color:#003300;
    border: 1px solid #402408;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 4px;
    border: 1px solid #402408;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #402408;
    border-left: 1px solid #402408;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
	color: green;
	font-size:9pt;
	font-weight:bold;
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #d7c5af;
    color:#9f6b41;
	font-size:9pt;
}
.calcurrentday
{
    background-color: #f3efeb;
    color: red;
	font-size:9pt;
	font-weight:bold;
}
.calweekend
{
    background-color: #dbc9b5;
	font-size:9pt;
	font-weight:bold;
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #402408;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:5px;    
}


