/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link
{
	color: #0000FF;
}
a:visited, a:hover, a:active 
{
	color: #551A8B;
}

.brownlink, .brownlink a:link, .brownlink a:hover, .brownlink a:visited, .brownlink a:active
{
	color: #663399;
}
.brownlinksm, .brownlinksm a:link, .brownlinksm a:hover, .brownlinksm a:visited, .brownlinksm a:active
{
	color: #663399;
	font-size: 11px; 
}

a.brownlink:link, a.brownlink:hover, a.brownlink:visited, a.brownlink:active
{
	color: #663399;
}
a.brownlinksm:link, a.brownlinksm:hover, a.brownlinksm:visited, a.brownlinksm:active
{
	color: #663399;
	font-size: 11px; 
}

.header
{
	color: #055595;
	font-family: Century Gothic, Sans-Serif;
	font-size: 20px;
}
.subHeader
{
	color: #055595;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}
.content, table, font, p, xspan
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
}
.contentSmaller
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10px;
}
.contentbrown
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	color: #663399;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: pointer;
	cursor: hand;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}
body * 
{
	line-height: 1.22em;
}
form 
{
	margin: 0;
}
img
{
	border: none 0 Transparent;
}

#Tools, #Search 
{
	font-size: 11px;
}
.sep 
{
	display: none;
}
#MainNav ul.nav 
{
	color: #00619F;
	font-size: 11px;
	font-weight: bold;
}

#PageTitle 
{
	color: #B5B6BA;
	font-family: Century Gothic, Sans-Serif;
	font-size: 26px;
}
#Message 
{
	display: none;
	color: #A9C4D9;
	font-family: Century Gothic, Sans-Serif;
	font-size: 42px;
}
#Logout 
{
	color: #8C8285;
	font-size: 13px;
	font-weight: bold;
}
#Logout img 
{
	vertical-align: middle;
}

.phone 
{
	color: #005596;
	font-size: 115%;
	font-weight: bold;
}
.phone .caption 
{
	display: block;
	font-size: 70%;
	font-weight: normal;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden 
{
	display: none;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}

/***** NAVIGATION *****/
#MainNav .mainNavItem, #MainNav .mainNavItemOver, #MainNav .mainNavItemActive 
{
	color: #00619F;
	font-size: 12px;
	font-weight: bold;
}
/***** END NAVIGATION *****/

#ForgotUsernameForm
{
	width: 500px;	
}

#ForgotUsernameForm .forgotLabel
{
	float: left;	
	width: 200px;
	margin-top: 5px;
}
#ForgotUsernameForm .forgotField
{
	float: left;
	width: 300px;	
	margin-top: 5px;
}
#ForgotUsernameForm .btnLeft
{
	float: left;
	margin-top: 5px;	
}
#ForgotUsernameForm .btnRight
{
	float: right;	
	margin-top: 5px;
}
#FlashHeader
{
	float: left;
	width: 691px;
	height: 125px;
}

/*Workshop Evaluation Form styles*/
.workshopLabel
{
	width: 300px;
}
.workshopField, .workshopLabel, .workshopFieldDDL
{
	float: left;
	margin-bottom: 20px;
	text-align: left;
}
/*END Workshop Evaluation Form Styles*/