/* Masthead Styles */


.RequiredInputLabel
{
    font-weight:bold;
}

.InputLabel
{
 
}

.sessionTitle
{
	font-weight: bold;
	font-size: 12px  ;
}
sessionDesc
{
	font-weight: bold;
	font-size: medium  ;
}
.InputBox
{
    width:250px;
}

input
{
    border: solid 1px gray;
}

input.InputStyled
{
    border: solid 1px gray;
}

select.InputStyled
{
    border: solid 1px gray;
    background-color: #EAEAEA;
}

textarea
{
    border: solid 1px gray;
}

/* Menu Styles - Profile drop-down menu */

.ProfileMenuLevel1
{
	padding-bottom:10px;
}
.ProfileMenuLevel2
{
	background-color:#E1720D;
}
.ProfileMenuLevel2 hover
{
	background-color :White;
}
.menuDropDown
{
	text-align: left;
	padding: 0.4em;
}

/* Static Menu Styles - Main LH Menu */
.staticMenu
{
	width:100%;
}
.staticMenuItem
{
	white-space:normal ;  
}
.staticSelected a
{
	text-decoration: underline;
}
.menuLevel1
{
	padding: 0.3em 0em 0.3em 0.2em;
	font-size :13px;
	display:none;
}
.menuLevel2
{
	padding: 0.4em 0em 0.4em 0em;
	font-size :11px;
}
.menuLevel2 td
{
		padding-left:0.3em;

}
.menuLevel3
{
	padding: 0.0em 0em 0em 0em;
	font-size :11px;
}
.menuLevel4
{
	font-size: 0.7em;
	padding: 0em 0em 0.3em 0em;
    font-size  :10px;
}

/* Content Styles */
h1
{
    font-size: 18pt;
    font-weight: bold;
    font-family: Verdana;
}

h2
{
    font-size: 16pt;
    font-weight: bold;
    font-family: Rod,Arial;
}

h3
{
    font-weight: bold;
    font-family: Arial;
    font-size: 12pt;
}

h4
{
    font-size: 10pt;
    font-weight: bold;    
}

/* Sidebar Styles */
#sidebar img
{
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 160px;
	position:relative ;
}

/* Footer Styles */
#footer
{
	text-align: center;
	font-size: 90%;
	padding: 0.6em 0em 1em 0em;
}

#footer p
{
	padding: 0.6em 0em 0em 0em;
	margin: 0;
}

/* Link Styles */
a
{
	color: #261;
	text-decoration: underline;
}
a:hover
{
	color: #908090;
	text-decoration: underline;
}

/* Text Styles */
.style_bold
{
	font-weight: bold;
}
.style_italic
{
	font-style: italic;
}

.faqQuestion
{
	font-weight: bold;
	font-size: larger;
}
.faqAnwer
{
	margin-bottom: 10px;
}

JustifyText
{
	text-align: justify;
}

.sponsorLogos
{
	text-align: left; vertical-align: bottom; width: 100%;
}
.sponsorLogos tr
{
	height: 20px;
	text-align :left;
}

ul.PhotoList li
{
	text-align: left;
	vertical-align: text-bottom;
	display: -moz-inline-stack; /*Firefox need this to simulate display:inline-block*/
	display: inline-block; /*IE does not apply this to Block Element, and Firefox does not render this, too*/
	_overflow: hidden; /*fix IE6 to expanded content*/
	float: left;
	position:relative ;
}
.GalleryList li
{
	display: inline;
	float: left;
	position:relative ;
}

#PhotoDiv
{
	border: solid 2px black;
}

.JustifyText
{
	text-align: justify;
}

#rssblock p
{
	margin: 6pt;
	padding: 0;
	font-size: 9pt;
}

#rssblock span
{
	font-size: 9pt;
}

#rssblock br
{
	margin: 0;
	padding: 0;
}

.WatermarkText
{
	color: Gray;
}

.SponsorGroupLabel
{
	height: 40px;
	vertical-align: bottom;
	padding: 0;
	font-size: large;
}

table.padded tr td
{
	padding-top: 0.2em;
	padding-bottom: 1em;
	padding-right: 2em;
	
}

.ErrorLabel
{
    color: #ff0000;
}

.InfoLabel
{
    color: #808080;
}

.SubTitleText
{
    font-size: 1.1em;
    font-weight: bold;
    color: #E1720D;
    padding: 1em 1em 1em 1em;
}

.shade-light
{
    background-color: #E9E9FF;
}

.pad_below
{
    padding-bottom: 1em;
}

.boldtext1
{
    padding-bottom: 0.4em;
    font-size: 11pt; 
    font-weight: bold; 
    font-family: Verdana, Tahoma;
}

.padcell td
{
    padding: 5px 20px 5px 10px;
}

div.Break
{
    clear: both;
    margin-top: 4em;
}