/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #E6E8FA;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	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:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	.TextBox 
{
	border: #000000 1px inset;
	border-color: #000000 #666666 #666666 #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/box_shadow.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
	.Button 
{
	border: 1px outset;
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	cursor: hand;
	border-color: #999999 #000000 #000000 #999999;
}

.CalendarControl 
{
	float: left;
	text-align: center;
	background: #747474;
}
.CalendarControl a
{
	color: #000000;
}
.CalendarControl .Days
{
	text-align: center;
	font-size: 10pt;
	height: 6px;
	background: black;
	color: White;
	line-height: 10px;
}
.CalendarControl .DayDisplay td 
{
	font-family:Trebuchet MS;
	font-size: 12pt;
	text-align: center;
}
.CalendarControl .Month 
{
	font-size: 10pt;
	font-weight: bold;
	width: auto;
	text-align: center;
}
.CalendarControl .OtherMonthDay 
{
	border: solid 1px #9E9E9E; 
	background: #D4D4D4; 
}
.CalendarControl .SelectedDay
{
	border: solid 1px #FFB400;
	background: #FFE39F;
}
.CalendarControl .Today
{
	background: #FFEDED; 
	border: solid 1px #FF8181;
}
.CalendarControl .NormalDay 
{
	border: solid 1px #FFFFFF; 
	background: #F6F6F6;
}

.MediaForm 
{
	float: right;
	font-size: 10pt;
}
.MediaForm td
{
	padding: 0 10 0 10;
}
.MediaForm .blocked 
{
	text-align: center;
	margin-right: 5px;
	padding: 0 9 0 9;
	border: solid 2px black;
	background: url("images/unavailable.gif");
}
.MediaForm .blocked .text 
{
	background: black;
	color: White;
	border: solid 1px white;		
}
.MediaForm .period
{
	text-align: center;
	margin-right: 5px;
	font-weight: bold;
	background: #000000;
	color: White;
	display: inline;
}
.MediaForm .period a 
{
	display: block;
	padding: 4px;
	color: White;
}
.MediaForm .reserved
{
	margin-right: 5px;
	border: solid 1px #FF3535;
	background: #FBF8F8;
	display: inline;
	text-align: center;
}
.MediaForm .reserved a
{
	position: relative;
	top: -2px;
	color: Red;
	text-decoration: none;
	border-bottom: dotted 1px red;
}
.MediaForm .open
{
	margin-right: 5px;
	border: solid 1px #BEBEBE;
	background: #FBFBFB;
	display: inline;
	text-align: center;
}
.MediaForm .waiting
{
	margin-right: 5px;
	border: solid 1px #0066FF;
	background: #F0F5FC;
	display: inline;
	text-align: center;
}
.MediaForm .denied
{
	margin-right: 5px;
	border: solid 1px red;
	display: inline;
	text-align: center;
}
.MediaForm .waiting a
{
	color: #0066FF;
}
#Key 
{
	font-size: 10pt;
}
	

