/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #FFFDED;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 80%;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #7A7967;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	200%;
	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:	175%;
	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:	158%;
	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:	138%;
	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:	100%;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Black;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	90%;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	100%;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	100%;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#053722;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#075937;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#075937;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#053722;
	}
	
SMALL	{	
	font-size:	70%;
	}	

BIG	{	
	font-size:	117%;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}	
	

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;
	}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:80%;
    font-weight: bold;
    line-height: 120%;  
}

.FrameLook
{
	background-color: #7A7967;
	margin-left: 50px;
}

.ProductDisplay
{
	position:relative;
	margin-left: 50px;
	
}

.ProductMotto
{
	font-size:80%;
	font-style:italic;
}

.ProductHyperlink
{
	font-size:smaller;
	color:#7A7967;
}

.SearchHyperlink
{
	font-size:x-small;
	color:Black ;
}

.Toolbarhilite
{
	background-color:#E7EBEF;
	border-collapse:collapse;
	width:100%;
}

.linksColumn
{
	height:100%;
	background-repeat:repeat-y;
	width:148;
	background-image:url(images/left_main.gif);
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#053722;
	padding-top:25;
}

.ProductList
{
	font-size:80%;
}

.navBar
{
	font-size:70%;
}

.navBarColumn
{
	width:100;
}

.LinksBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height:normal;  
}

.navigation
{
	height:100%;
	margin-left:-2;
	margin-top:80;
	
}

.content
{
	padding-left:5;
	padding-top:5;
	font-size:80%;
}

.contentNoFont
{
	padding-left:5;
	padding-top:5;
}
.contentForm
{
	margin-left:0;
	margin-top:0;
}

.GridStyle
{
	font-size:smaller;
	width:100%;
}

.ReportItemGrid
{
 background-color: #ACAAA0;
 
}

.ReportAlternatingGrid
{
 background-color: #B2C4BC;
}

.ListHeadings
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	100%;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:7A7967;
	}	
.Message
{
	font-weight:bold;
	COLOR: #053722;
	background-color:Transparent;
}

.MessageSmall
{
	font-size:90%;
	font-weight:bold;
	COLOR: #053722;
	background-color:Transparent;
}

.TextDisplay
{
	font-size:100%;
}

.Text90
{
	font-size:90%;
}

.Confirmation
{
	color:Navy;
}

.Quote
{
	font-size:90%;
	font-style:italic;
}

.MapTable
{
	border-collapse:collapse;
	width:100%;
	font-size:100%;
}

.ScheduleTable
{
	font-size:85%;
}

.ScheduleColumn1
{
	width:140;
	height:30;
}

.GridHeader
{
	text-align:center;
}

.GridFooter
{
	font-style:italic;
	text-align:left;
}

.oneDayLabel
{
	font-size:80%;
	font-weight:bold;
}

.productList
{
	font-size:90%
}

.DailyScheduleSessionTitle
{
	width:500px;
}

.DailyScheduleSessionFaculty
{
	width:120px;
}

.DailyScheduleSessionTrack
{
	width:80px;
}

.DailyScheduleSessionRoom
{
	width:100px;
}

.DailyScheduleRow
{
	vertical-align:	top;
	font-size:100%;
}

.EntryBox
{
	width:434px;
}

.EntryMultipleBox
{
	width:434px;
}