/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    padding: 0,0,0,0px;
    margin:0,0,0,0px
}


IMG 	{
	padding: 0,0,0,0px;
	border:0px
	}
	
TD 
{
	color: #926524;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: .8em;
	}	

/* Forms */

.fmTxtInput 
{
	FONT-SIZE: 12px; 
	FONT-FAMILY: tahoma,sans-serif;
	BORDER-WIDTH: 1px;
	COLOR: #926524;
	background-color: #F8F8F8
	}

.fmSelect 
{
	FONT-SIZE: 12px; 
	FONT-FAMILY: tahoma,sans-serif;
	BORDER: SOLID 1px #F8F8F8;
	COLOR: #926524;
	background-color: #F8F8F8;
	}
.butSubmit 
{
	border-top: #926524 1px solid;
	border-bottom: #926524 1px solid;
	border-left: #926524 1px solid;
	border-right: #926524 1px solid ThreeDShadow;
	font-size: 13px;
	font-weight:bold;
	background: #EAE1D5;
	cursor: hand;
	color: #926524;
	font-family: tahoma, sans-serif;
	}
/*Margins*/

.mgLeft10 
{
	margin-left:10px
	}
	
/*Links*/

.lnkEventSideTable:link
{
	color: #4A0205;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration: none;
	}

.lnkEventSideTable:visited
{
	color: #4A0205;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration: none;
	}
	
.lnkEventSideTable:hover
{
	color: #4A0205;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration: underline;
	}
	
a:link
{
color: #926524;
font-family:  Verdana, Helvetica, sans-serif;
font-size: .9em;
text-decoration:underline;
font-weight:bold;
}

a:visited
{
color: #926524;
font-family:  Verdana, Helvetica, sans-serif;
font-size: .9em;
text-decoration:underline;
font-weight:bold;
}

a:active
{
color: #926524;
font-family:  Verdana, Helvetica, sans-serif;
font-size: .9em;
text-decoration:underline;
font-weight:bold;
}

a:hover
{
color: #4A0205;
font-family:  Verdana, Helvetica, sans-serif;
font-size: .9em;
text-decoration:none;
font-weight:bold;
}

	
/*Fonts*/

.txtTitle 
{
	color: #926524;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold
	}

.txtNormalFont 
{
	color: #926524;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: .8em;
	}
	
.txtEventsSideFont 
{
	color: #926524;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: .65em;
	}

/*Tables*/

.tblRightHand 
{
	background:#F1EEDF;
	}

.tblHeight100 
{
	height: 100%
	}

.tblWidth100 
{
	width: 100%
	}
	
.tblTopNav 
{
	background-color:#EFEFEF;
	border-bottom: SOLID 1px #898989;
	border-left: SOLID 1px #898989;
	border-right: SOLID 1px #898989
	}

.tdTopNavRightBorder
{
	border-right: SOLID 1px #898989
	}
	
.tblContent 
{
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 5px
	}

.tblRightHandSide
{
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px
	}
	
/*Backgrounds*/

.bgContentTitleTop 
{
	background-color: #EAE5CE
	font-family: tahoma, san-serif;
	font-size: 14px;
	color: #926524;
	}

.bgContentTitleBottom
{
	background-color: #DED0BD
	}

.bgConvEventsGrey 
{
	background-color: #EDEDED
	}
	
.bgConvEventsImage 
{
	background-image:URL(../images/conventionsEventsBG.gif);
	background-repeat:repeat
	}
	
.bgMaroon 
{
	background-color: #4A0205
	}
	
.bgWhite
{
	background-color: #FFFFFF
	}
	
.bgNavImage 
{
	background-image:URL(../images/crownLargeBg.gif);
	background-color: #F4EFE9;
	background-repeat:no-repeat;
	background-position: bottom
	}
	
.bgDarkGrey 
{
	background-color: #CECECE
	}
	
.bgDarkGreyB7
{
	background-color: #B7B7B7
	}
	

.navCellLeft
{
background-image:url('../images/bg_nav_left.gif'); 
background-repeat:no-repeat;
border-bottom: thin solid #DBD7D1;
background-color: #F4EFE9;
}

.navCellRight
{
/*background-image:url('../images/bg_nav_right.gif'); 
background-repeat:no-repeat;*/
background-color: #F4EFE9;
font-family: tahoma, sans-serif;
font-size: 12px;
color: #926524;
border-bottom: thin solid #DBD7D1;
text-decoration:none;
padding-bottom:3px;
vertical-align:middle;
height:20px;
}

.navCellLeftSpacer
{
background-image:url('../images/bg_nav_left_spacer.gif'); 
background-repeat:no-repeat;
border-bottom: thin solid #DBD7D1;
background-color: #F4EFE9;
}



.contentPageTitle 
{
	font-family: tahoma, san-serif;
	font-size: 20px;
	color: #926524;
	font-weight: bold;
	padding-left: 16px;
}
	
.lnkStandard:link
{
	color: #926524;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-decoration: none;
	font-weight:bold;
	}
	
.lnkStandard:visited
{
color: #926524;
font-family:  Verdana, Helvetica, sans-serif;
font-size: 12px;
font-decoration: none;
font-weight:bold;
}


.lnkStandard:hover
{
color: #4A0205;
font-family:  Verdana, Helvetica, sans-serif;
font-size: 12px;
font-decoration: underline;
font-weight:bold;
}

.lnkStandard:active
{
color: #926524;
font-family:  Verdana, Helvetica, sans-serif;
font-size: 12px;
font-decoration: none;
font-weight:bold;
}

.lnkNav:link
{

	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #926524;
	text-decoration:none;
	font-weight: bold;
	LETTER-SPACING: 0px;
	

}
	
.lnkNav:visited
{
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #926524;
	text-decoration:none;
	font-weight: bold;
	LETTER-SPACING: 0px;
	
}


.lnkNav:hover
{
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #926524;
	text-decoration:none;
	font-weight: bold;
	LETTER-SPACING: 0px;
	
}

.lnkNav:active
{
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #926524;
	text-decoration:none;
	font-weight: bold;
	LETTER-SPACING: 0px;
	
}

.venueTitle
{

	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A0205;
	text-decoration:none;
	font-weight: bold;
	LETTER-SPACING: 0px;
	padding-left: 5px;
	

}

.venueNameTitle
{

	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #926524;
	text-decoration:none;
	font-weight: bold;
	LETTER-SPACING: 0px;
	padding-left: 5px;
	

}

.venueSideTitle
{

	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A0205;
	text-decoration:none;
	font-weight: bold;
	LETTER-SPACING: 0px;
	

}

.contentSubTitle 
{
	font-family: tahoma, san-serif;
	font-size: 18px;
	color: #926524;
	font-weight: bold;
}

.tdMenu {
border-color: #926524; border-width: 1px; border-style:solid;
}

.menuSmall 
{
	color: #926524;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	}	
	
	.menuLarge 
	{
		color: #926524;
		font-family:  Verdana, Helvetica, sans-serif;
		font-size: 15px;
		font-weight:bold;
	}