/* CSS Document */
html, body
{
	margin:0;
	padding:0;
    width: 100%;
    height: 100%;
	min-height:100%;
	background: #ffffff;
	font-family: arial, sans-serif;
}
body
{
	min-width:700px;
}
p.announcement
{
	font-family: Helvetica, Arial, sans-serif;
	font-size:24px;
	letter-spacing:-1;
	line-height:24px;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}

label
{
	float:left;
	width:150px;
	text-align:right;
	margin-right:10px;
	margin-bottom:5px;
}
label.webinarLabel
{
	float:left;
	width:75px;
	text-align:right;
	margin-right:10px;
	margin-bottom:5px;
}
legend
{
	font-size:14px;
	font-weight:bold;
}
input
{
	width:200px;
	margin-bottom:5px;
}
input.buttons
{
	width:100px;
}
input.webinarButtons
{
	width:85px;
	margin-bottom:5px;
}
input.webinarInput
{
	width:175px;
	margin-bottom:5px;
}
fieldset
{
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
fieldset.webinarFs
{
	border-style:none;
	border-width:0;
}


div#header
{
	margin:0;
	padding-top:15px;
	width:100%;
	text-align:center;
	background-color:#0c7e88;
}

div#nav
{
	margin:0;
	width:100%;
	text-align:center;
	background-image:url('images/nav_back.gif'); 
	background-repeat: repeat-x;
}

#wrapper
{
	width:100%;
	position:relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	background: #ffffff;
}

#content
{
	margin:0 auto;
	width:700px;
	padding-bottom:40px;
}

#contentWebinars
{
	margin:0 auto;
	width:800px;
	padding-bottom:40px;
}

#txtHeader
{
	margin:auto;
	width:700px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin-top:10px;
	font-weight:bold;
}
#txtSession
{
	margin:auto;
	width:700px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:5px;
}
#txtHeaderWide
{
	margin:auto;
	margin-left:10px;
	margin-right:10px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin-top:10px;
	font-weight:bold;
}


#txtBody
{
	margin-top:10px;
    float:left;
	width:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
}
#txtBodyWebinars
{
	margin-top:10px;
	width:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
}
#txtBodyWebinars2
{
	margin-top:10px;
	margin-left:10px;
	float:left;
	width:450px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
}

div#Sidebar
{
	margin-top:10px;
    float:right;
	width:28%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
}

div#SidebarLogin
{
	margin-top:10px;
	padding-right:10px;
    float:right;
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
}
div#Footer 
{
	position:absolute;
	width:100%;
	height:65px;
	bottom:0 !important;
	border-top: 3px solid #353535;
	clear: both;
	font-size: 0.8em;
	background:  #cccccc;
	color: #000000;
}

div#Footer2 
{
	position:relative;
	width:100%;
	height:65px;
	bottom:0 !important;
	border-top: 3px solid #353535;
	clear: both;
	font-size: 0.8em;
	background:  #cccccc;
	color: #000000;
}

div#FooterText
{
	margin: 0 auto;
	width:700px;
	text-align:justify;
}
#FooterText a
{
	color:#000000;
}
