/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Trebuchet MS;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    text-align: justify;
    margin: 0,0,0,0;
}

td, tr, div, span, body, b, a, input, table, textarea, select
{
	FONT-FAMILY: Trebuchet MS;
}


.LabelColumn
{
	padding-left: 3px;
	font-weight:bold;
	text-align:right;
	
}
		
.DetailColumn
{
	padding-left: 2px;
	text-align: left;
}

A:link	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.ButtonFlat {
       background-color: light grey;
       color: black;
       height: 18px;
       border-bottom: black 1pt outset;
       border-left: black 1pt outset;
       border-right: black 1pt outset;
       border-top: black 1pt outset;
       font-family: Trebuchet MS, arial;
       font-size: 12pt;
}

.Box { border:1px solid #e0e0e0;}

.AM		{background-color:#FFFacd; border-bottom:1 solid #E1D199; cursor:hand}
.PM		{background-color:#FFFFDA; border-bottom:1 solid #E1D199; cursor:hand}
.time	{background-color:#E0E0E0; border-bottom:1 solid #C0C0C0; text-align:right; padding-right:3; cursor:hand}
