﻿/* eric meyer reset css */
/* for more info see: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;*/
	/*font-size: 100%;*/
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/*line-height: 1;*/
	color: black;
	background: white;
}

p { margin-bottom: 10px; }
/*ol, ul {
	list-style: none;
}*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* eric meyer resent ends */



/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,form,label{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
ol,ul{list-style:none;}*/

/*removed from reset*/
/*table,caption,tbody,tfoot,thead,tr,th,td*/
/*legend, fieldset*/
/*p*/
/* ol, ul, li, */

/*
html 
{
	margin: 0;
	padding: 0;	
}*/

body
{
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	/*background-color:#697A89;*/
	/*line-height:1.5em;*/
	background-color:#fff;
}

h1
{
	font-size:20px;
}

h2
{
	font-size: 18px;
}

hr
{
	color:#cececd;
}



#container
{
	/*background-color: #eee;*/
	background-color:White;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 1000px;
	border: 1px solid #919191;
}

#header
{
	height:140px;
	width:1000px;
	padding: 0;
}

#subheader
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	height: 18px;
	width: 990px;
	background-image: url('../Images/redgradient_bg.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	text-align: right;
	margin-bottom: 8px;
}


#subheader ul
{
	margin: 0;
	padding: 0;

}

#subheader li
{
	display: inline;
	padding-left:15px;
	padding-right:15px;
	border-right:solid 1px #fff;

}

#subheader li.last
{
	border:none;
}

#subheader a
{
	color:#fff;
	text-decoration:none;
}

#subheader a:hover
{
	color:#fff;
	text-decoration:underline;
}

#main
{
	width: 1000px;
	background-color: #eee;
	/*padding-top: 10px;*/
	/*padding-bottom: 10px;*/
}

#sidebar
{
	width: 200px;
	float: left;
	font-size: 12px;
	/*background-color: #fff;*/
	background-color: inherit;
	
}

#sidebar ul
{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#sidebar li
{		
	padding-bottom:5px;
}

a.HomeLink
{
	color:#000;
	text-decoration:none;
}

a.HomeLink:hover
{
	color:#000;
	text-decoration:underline;
}

/*
#sidebar a
{
	color: #616161;
	font-weight:bold;
	text-decoration: none;
}

#sidebar a:hover
{
	color: #A60309;
	text-decoration:none;

}
*/

#content
{
	width: 760px;
	padding-left: 10px;
	padding-right:10px;
	float: right;
	height:800px;
	min-height:800px;
}

.lineheight20px
{
	line-height:20px;
}

html>body #content
{
	height:auto;
}

#footer
{
	clear:both;
	height: 20px;
	font-weight: bold;
	color: #fff;
	width: 990px;
	background-image: url('../Images/amg_copyright.gif');
	background-repeat: no-repeat;
	background-position:right;
	margin-top:20px;
}

/* side menu start */
/* @group Mainmenu */

a.mainlevel {
	display: block;
	line-height: 24px;
	height: 26px;
	font-size: 100%;
	padding-left: 25px;
	text-decoration: none;
	color: #777;
	background: none;
	font-weight:bold;
}

a#active_menu {
	color: #333;
	background: url(../Images/menu4-sideactive-bg.png) 0 0 no-repeat;
	border: 0;
}

a#active_menu .sublevel {
	color: #333;
	background: url(../Images/menu4-dot.png) 0 5px no-repeat;
}


a.sublevel {
	text-decoration: none;
	line-height: 27px;
	padding-left: 14px;
	color: #777;
	background: url(../Images/menu4-dot.png) 0 5px no-repeat;
}

a.mainlevel:hover {
	text-decoration: none;
	background: url(../Images/menu4-sideactive-bg.png) 0 0 no-repeat;
}

a.sublevel:hover {
	text-decoration: none;
	color: #A60309;
}

/* side menu end */

/* hyperlink style */
a
{
	font-weight:bold;
	color:#A60309;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/* hyperlink style */


/*
body
{
  font-family: Trebuchet, Verdana, arial, helvetica, Sans-Serif;
  font-size: 0.8em;
}
*/

textarea
{
	width: 160px;
	border: solid 1px #777777;
	font-family: Trebuchet, Verdana, arial, helvetica, Sans-Serif;
	font-size: 12px;
	height: 22px;
	vertical-align:middle;
}

.LabelCell
{
  background-color: #507cd1;
  color: #fff;
  font-weight: bold;
  width: 120px;
  vertical-align: top;
}

fieldset
{
  padding: 20px;
  padding-top: 0; /*  Fix issue in IE where padding-top is not applied. Add margin to legend instead */
}

legend
{
  margin-bottom: 10px;
  font-size: 18px;
  color:#000;
}

.FloatLeft
{
	float:left;
}

.Label
{
  display: block;
  font-weight: bold;
}

/* Register Form Skin settings */
.RegisterField
{
	width: 160px;
	border: solid 1px #777777;
	font-family: "Lucida Grande", Verdana, arial, helvetica, Sans-Serif;
	font-size: 12px;
	height: 22px;
	vertical-align:middle;	
}

.RegisterLabel
{
	font-family: "Lucida Grande", Verdana, arial, helvetica, Sans-Serif;
	font-size: 12px;
	padding-left: 6px;
}

.RegisterContainer
{
	background-color: #fff;
	border: solid 1px #cacaca;
	background-image: url("../Images/bg_webinar.gif");
	background-position: top left;
	background-repeat: no-repeat;	
}

.RegisterTitle
{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}

.RegisterRequired
{
	color:#f00;
}

.RegisterButton
{
	font-size: 12px;
	font-weight: bold;
	color:#000;
	border: solid 1px #8e8e8e;
	width: 100px;
	height: 30px;
	background-image: url("../Images/ShinyGrey.jpg");
	background-repeat: no-repeat;
	
}

/* Add to cart */
.AddToCartButton
{
	font-size: 12px;
	font-weight: bold;
	color:#000;
	border: solid 1px #8e8e8e;
	width: 100px;
	height: 30px;
	background-image: url("../Images/ShinyGrey.jpg");
	background-repeat: no-repeat;
}

.EmptyCartText
{
	font-size: 14px;
	color:Red;
	
}

.ShinyButton
{
	font-size: 12px;
	font-weight: bold;
	color:#000;
	border: solid 1px #8e8e8e;
	height: 30px;
	background-image: url("../Images/ShinyGrey.jpg");
	background-repeat: no-repeat;
	cursor: pointer; 
	cursor: hand;
}

/* Login Form Skin settings */
.LoginField
{
	width: 160px;
	border: solid 1px #777777;
	font-size: 14px;
	height: 18px;
	
}

.LoginLabel
{
	font-size: 12px;
}

.LoginTitle
{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}
                                           
.LoginButton
{
	font-size: 12px;
	font-weight: bold;
	color:#000;
	border: solid 1px #8e8e8e;
	width: 100px;
	height: 30px;
	background-image: url("../Images/ShinyGrey.jpg");
	background-repeat: no-repeat;
	
}
        
.LoginContainer
{
	background-color: #fff;
	border: solid 1px #cacaca;
	background-image: url("../Images/bg_webinar.gif");
	background-position:top left;
	background-repeat:no-repeat;
	
}

.LoginRememberMe
{
	font-size: 12px;
}

.LoginValidationSummary
{
	width: 370px;
	border: solid 1px #cacaca;
	padding: 5px;
}

.LoginLiteral
{
	font-size: 12px;
	color: #f00;
}


a.LoginRegister:link, a.LoginRegister:visited
{
	font-size: 12px;
	color:#f00;
	text-decoration:none;
	display: block;
	height:25px;
	width:55px;

	
}

a.LoginRegister:hover
{
	font-size: 12px;
	color:#f00;
	text-decoration:none;
	border-bottom:solid 1px #f00;
}


/* SearchField */
.SearchField
{
	width: 300px;
	border: solid 1px #777777;
	font-size: 14px;
	height: 22px;
	background-image: url("../images/search.jpg");
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 23px;
	
}

/* GridView Skin settings */

.FooterStyle
{
  background-color: #A60309;
  color: #fff;
}

.FooterStyle td
{
  padding: 10px;
  font-weight:bold;
}

.FooterStyleNewRecord
{
	background-color:#fff;
	vertical-align:top;
}

.RowStyle 
{
  background-color: #EFF3FB;
  vertical-align:top;
  padding: 10px;
  
}  

.RowStyle td
{
	vertical-align:top;
	padding:10px;
}  
  
.AlternatingRowStyle 
{
  background-color: #fff;
  vertical-align: top;
  padding: 10px;
}

.AlternatingRowStyle td
{
	vertical-align:top;
	padding:10px;
} 
  
.SelectedRowStyle
{
  background-color: #D1DDF1;
  color: #333333;
  font-weight: bold;
}



.PagerStyle * 
{
	background-color: #A60309;
	color: #fff;
	font-weight: bold;
}

.HeaderStyle 
{
  background-color: #A60309;
  color: #fff;
  font-weight: bold;
  text-align:left;
}

.HeaderStyle th
{
	padding: 10px;
	font-size:12px;
	font-weight: bold;
}

.HeaderStyleAttachments 
{
  color: #000;
  font-weight: bold;
  text-align:left;
}

.HeaderStyleAttachments th
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size:12px;
	font-weight: bold;
}


.WebinarTime
{
	font-size: 12px;
	color: #414141;
	font-weight:bold;
}

.FeaturedWebinarTime
{
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #414141;
	font-weight:normal;
}

.WebinarTitle
{
	font-size: 17px;
	font-weight:bold;
	color: #A60309;
}

.FeaturedWebinarTitle
{
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:17px;
	color: #A60309;
}

.WebinarSummary
{
	/*font-size: 11px;*/
	color: #414141;
	line-height:20px;
}

.WebinarType
{
	font-size:18px;
	font-weight: bold;
	color: #A60309;
}

.WebinarBackground
{
	background-image:url(../Images/bg_webinar.gif);
	background-repeat:no-repeat;
	padding: 10px;
}

.WebinarBackgroundWithBorder
{
	padding: 10px;
	border: 1px solid #eee;
}

.WebinarBackground2
{
	/*background-image:url(../Images/blockshadow.gif);
	background-position: bottom left;
	background-repeat:no-repeat*/
	padding: 10px;
	border: 1px solid #eee;
}

.WebinarBackgroundWithoutShading
{
	padding: 10px;
}

.WebinarBackgroundTop
{
	/*background-image: url(../Images/webinar_top_760.jpg);*/
	background-image: url(../Images/content_header_650.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	padding: 12px;
	
}

.WebinarBackgroundMiddle
{
	/*background-image: url(../Images/webinar_middle_760.jpg);*/
	background-image: url(../Images/content_middle_650.jpg);
	background-repeat:repeat-y;
	padding-left:12px;
}


.WebinarBackgroundBottom
{
	/*background-image: url(../Images/webinar_bottom_760.jpg);*/
	background-image: url(../Images/content_footer_650.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
	padding:12px;
	
}

#SidebarBackgroundTop
{
	background-image: url(../Images/sidebar_top.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	
}

#SidebarBackgroundMiddle
{
	background-image: url(../Images/sidebar_middle.jpg);
	background-repeat:repeat-y;
	padding-left:35px;

}


#SidebarBackgroundBottom
{
	background-image: url(../Images/sidebar_bottom.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
	
}



/*
	Searchbox
*/

#Search
{
	width: 200px;
	float: left;
	font-size: 12px;
	background-color: #fff;
	
}

#SearchBackgroundTop
{
	background-image: url(../Images/sidebar_top.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	
}

#SearchBackgroundMiddle
{
	background-image: url(../Images/sidebar_middle.jpg);
	background-repeat:repeat-y;
	padding-left:35px;

}


#SearchBackgroundBottom
{
	background-image: url(../Images/sidebar_bottom.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
	
}


/*
	Searchbox
*/

.SmallBackground
{
	width: 200px;
	float: left;
	font-size: 12px;
	background-color: #fff;
	
}

.SmallBackgroundTop
{
	background-image: url(../Images/sidebar_top.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	
}

.SmallBackgroundMiddle
{
	background-image: url(../Images/sidebar_middle.jpg);
	background-repeat:repeat-y;
	padding-left:35px;

}


.SmallBackgroundBottom
{
	background-image: url(../Images/sidebar_bottom.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
	
}


/*    
	BigWebinarLink replaces the Learn More link on the home page.
	Visitors now click on the title to learn more about the webinar
*/

.BigWebinarLink
{
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size: 17px;
	font-weight:normal;
	color: #A60309;
}

a.BigWebinarLink:link { text-decoration: none; }
a.BigWebinarLink:visited { text-decoration: none; }
a.BigWebinarLink:hover { text-decoration: underline; }
a.BigWebinarLink:active { text-decoration: none; }

a.WebinarLink:link { text-decoration: none; }
a.WebinarLink:visited { text-decoration: none; }
a.WebinarLink:hover { text-decoration: underline; }
a.WebinarLink:active { text-decoration: none; }

.CreditCardInformation
{
	font-size: 10px;
	color: #7c7c7c;
}

/* Terms and Conditions */

div#terms 
{
	width:520px;
	border-top:1px solid #AAA;
	border-bottom:1px solid #AAA;
	background:#F3F3F3;
	padding: 15px;
	clear:both;
}

div#terms h3 {
	width:100%;
}

div#terms h3 {
	color:#333;
}

#terms ol {
 padding:1em 2em 1em 2em;
}

#terms ol li {
  list-style:upper-roman;
}


.highlightrow
{
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:medium;
	cursor:pointer;
}

.AdminFooterStyle
{
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.AdminRowStyle 
{
  background-color: #EFF3FB;
}    
  
.AdminAlternatingRowStyle 
{
  background-color: #fff;
}
  
.AdminSelectedRowStyle 
{
  background-color: #D1DDF1;
  color: #333333;
  font-weight: bold;
}

.AdminHeaderStyle 
{
  background-color: #A60309;
  color: #fff;
  font-weight: bold;
  text-align:left;
  border-bottom-style:solid;
  border-bottom-color:Black;
  border-bottom-width:1px;
}

.AdminShoppingCartHeaderStyle 
{
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-align:left;
  border-bottom-style:solid;
  border-bottom-color:#000;
  border-bottom-width:1px;
}

.NumericFieldStyle
{
	text-align:right;
}

.DisabledFieldStyle
{
	border:0px;
	font-weight:bold;
	font-size: 16px;
	text-align:right;
}

/* Feedback Table */
#FeedbackTable {
	width: 600px;
	padding: 0;
	margin: 0;
}


#FeedbackTable th {
	color: #4f6b72;
	border-right: 0;
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-left: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #efefef;
}

#FeedbackTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: none;
}

#FeedbackTable td 
{
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cecece;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	
}


#FeedbackTable td.alt {
	background: #F5FAFA;
	color: #797268;
}


.QuestionsSeparator
{
	border-bottom: 1px solid #828282;
}

.QuestionsHeader
{
	font-size:16px;
	background-color:#eee;
	color:#000;
	width:500px;
	padding:3px; 
	border-top:1px solid #000; 
	border-bottom:1px solid #000;
}


.infobox
{
    position: relative;
    height:auto;
    width: 450px;
    background-color: #d9e8ff;
    color: #000;
    border-top: 1px #4a6dbb solid;
    border-bottom: 1px #4a6dbb solid;
            
}

#secondary_nav li{ list-style:none;margin-left:0;}
#secondary_nav li ul li a{font-size:90%;line-height:30px;padding-left:30px;background-position:10px -164px;}
#secondary_nav ul{ list-style-type:none; margin-left: -5px; }
#secondary_nav li a{background:url(../Images/side_nav_sprites.png) 5px 0 no-repeat;color:#666;}
#secondary_nav li a.child_selected{background-position:5px -123px;}
#secondary_nav li a:hover{background-position:5px -41px;color:#fff;}
#secondary_nav li a.selected{background-position:5px -82px;color:#fff;}
#secondary_nav li ul li a:hover{background-position:10px -195px;}
#secondary_nav li ul li a.selected{background-position:10px -226px;}
#secondary_nav a{text-decoration:none;padding-left:10px;line-height:40px;display:block;}


.sidebar{overflow:hidden;min-height:10px;width:160px;display:inline;float:left;margin-left:10px;margin-right:10px;}



#new_wrapper
{
	width:959px;
	min-height: 500px;
	position:relative;
}

#new_header
{
	width: 959px;
	height: 40px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(../Images/header.png);
	background-repeat:no-repeat;
}

#new_container
{
	width: 959px;
	min-height:500px;
	position:relative;
	
}

#new_container_left
{
	position:absolute;
	top: 50px;
	left:0px;
	width: 180px; /* was 220px without the padding */
	/*height:auto*/
	min-height:500px;
	height: auto !important;
	height: 500px;
	background-color:white;
	padding: 15px;
	background-image:url(../Images/dots_vertical.png);
	background-repeat:repeat-y;
	background-position:top right;
}

#new_container_right
{
	position: absolute;
	top: 50px;
	left: 210px;
	width: 709px; /* was 739px without the padding */
	/*height:auto;*/
	min-height:500px;
	height: auto !important;
	height: 500px;
	background-color:Green;
	padding:15px;
}

.block_content{margin:0;padding:0;}

/*
usage:

<a class="button" href="http://css-tricks.com/examples/AbsoluteInsideRelative"><span class="demo">View Demo</span></a>
*/
/*
.button								
{ 
	background: #d9011a url(../Images/button-bg.png) top left repeat-x; 
	color: white !important; 
	font-weight: bold; font-size: 14px;  
	-moz-border-radius: 5px; 
	-webkit-border-radius: 12px; 
	border: none; letter-spacing: -1px; padding: 5px 12px 3px 12px; 
}
*/

.button								
{ 
	background: #e60004; 
	color: white !important; 
	font-weight: bold; font-size: 14px;  
	-moz-border-radius: 5px; 
	-webkit-border-radius: 12px; 
	border: none; letter-spacing: -1px; padding: 5px 12px 3px 12px; 
}

.button:hover						{ background: #2e2e2e; cursor: pointer; } /* d9011a #fe4902*/




.PagerButton
{
	background-color:#fff;
	font-size:14px;
	padding:5px;
	border:1px solid #000;
	margin-right:5px;
}

.PagerButton:hover
{
	background-color:#000;
	color:#fff;
	cursor:pointer;
}

.PagerButtonSelected
{
	background-color:#e60003;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	border:1px solid #e60003;
	margin-right:5px;
}



#integrated_content
{
	width: 646px;
	/*padding: 15px;*/
	padding: 0px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	position: relative;
}

#integrated_content_inner
{
	width: 616px;
	position: absolute;	
	min-height: 500px;
	height: auto !important;
	height: 500px;
	/*top: 15px;
	left: 15px;*/
	padding: 15px;
	top: 0px;
	left: 0px;
	
}

#integrated_content_inner_inner
{
	width: 616px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	top: 0px;
	left: 0px;
	padding: 15px;
	border: 1px solid #e1e1e1;

}


#integrated_content_inner_inner_left
{
	width: 515px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	/*top: 30px;
	left: 30px;*/
	top: 15px;
	left: 15px;
}

#integrated_content_inner_inner_right
{
	position: absolute;
	width: 70px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	top: 30px;
	left: 546px;
}


#integrated_content_inner_bottom
{
	width: 616px;
	height: 15px;
	background-image:url(../Images/blockshadow_200.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0;
	
}

#my_account_profile
{
	position:absolute;
	top: 30px;
	left: 30px;
	width: 270px;
	height:135px;
	padding: 15px;
	border: 1px solid #e1e1e1;
}

#my_account_webinars
{
	position:absolute;
	top: 30px;
	left: 346px;
	width: 270px;
	height:135px;
	padding: 15px;
	border: 1px solid #e1e1e1;
}

#my_account_updates
{
	position: absolute;
	top: 211px;
	left: 30px;
	width: 270px;
	height: 135px;
	padding: 15px;
	border: 1px solid #e1e1e1;
}

#my_account_quizzes
{
	position: absolute;
	top: 211px;
	left: 346px;
	width: 270px;
	height: 135px;
	padding: 15px;
	border: 1px solid #e1e1e1;
}

#my_account_conferences
{
	position: absolute;
	top: 394px;
	left: 30px;
	width: 270px;
	height: 135px;
	padding: 15px;
	border: 1px solid #e1e1e1;
}

#regulatory_update_offer_box
{
	width: 616px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 15px;
	border: 1px solid #e1e1e1;
}

#shopping_cart_box
{
	width: 616px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 15px;
	border: 1px solid #e1e1e1;
}
	
.hide
{
	display: none;
}

.show
{
	display: block;
}

.webinars_text_left
{
	position:absolute; 
	top:15px; 
	left: 15px; 
	width: 600px; /* was 536px */
	min-height:200px; 
	height: auto !important; 
	height: 200px;
}

.webinars_text_right
{
	position:absolute; 
	top:15px; 
	left: 566px; 
	width: 95px;
	min-height: 200px; 
	height: auto !important; 
	height: 200px;
}

#recorded_webinars_wrapper
{
	width:676px; 
	position:relative;
	min-height: 300px; 
	height: auto !important; 
	height: 300px;
	padding: 10px;
}

/*#webinars_list
{
	position:absolute;
	top: 200px;
	min-height: 250px; 
	height: auto !important; 
	height: 250px;
	width:676px;
	left: 15px; /* new 06/07/2009 */
/*}*/


#Login_Container
{
	width:532px;
	height: 450px;
	position:relative;
	border:0;
	/*background-color:Fuchsia;*/
}

#Login_Returning
{
	width: 251px;
	height: 400px;
	position: absolute;
	top: 10px;
	left: 10px;
	/*background-color: Green;*/
	background-image: url(../Images/login_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#Login_Returning_Header
{
	width: 251px;
	height:33px;
	position: absolute;
	top:0;
	left:0;
	background-image:url(../Images/returning_guests.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

#Login_Returning_Content_Container
{
	background-image:url(../Images/login_middle.gif);
	background-repeat:repeat-y;
	width: 251px;
	height:360px;
	top:33px;
	left:0px;
	position:absolute;
}

#Login_Returning_Content
{
	top:20px;
	left:10px;
	/*background-color:White*/
	height: 300px;
	width: 231px;
	position:absolute;
}

#Login_Returning_Footer
{
	width:231px;
	height:7px;
	background-image:url(..Images/login_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#Login_New
{
	width:251px;
	height: 400px;
	position:absolute;
	top: 10px;
	left: 271px;
	/*background-color:Yellow;*/
	background-image: url(../Images/login_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#Login_New_Header
{
	width: 251px;
	height:33px;
	position: absolute;
	top:0;
	left:0;
	background-image:url(../Images/new_guests.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

#Login_New_Content_Container
{
	background-image:url(../Images/login_middle.gif);
	background-repeat:repeat-y;
	width: 251px;
	height:360px;
	top:33px;
	left:0px;
	position:absolute;
}

#Login_New_Content
{
	top:20px;
	left:10px;
	/*background-color:White;*/
	height: 300px;
	width: 231px;
	position:absolute;
}

#Login_New_Footer
{
	width:231px;
	height:7px;
	background-image:url(..Images/login_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#Payment_Options_Container
{
	width: 501px;
	height: 380px;
	position: relative;
}

#Payment_Options_Header
{
	width: 501px;
	height: 33px;
	top: 0;
	left: 0;
	background-image: url(../Images/payment_options_header.gif);
	background-repeat: no-repeat;
	position: absolute;		
}

#Payment_Options_Content_Container
{
	width: 501px;
	height: 350px;
	top: 33px;
	left: 0px;
	background-image: url(../Images/payment_options_middle.gif);
	background-repeat: repeat-y;
}

#Payment_Options_Content
{
	left: 30px;
	top: 60px;
	width: 441px;
	height: 250px;
	position: absolute;
}

#Payment_Options_Footer
{
	width: 501px;
	height: 7px;
	top: 0;
	left: 0;
	background-image: url(../Images/payment_options_footer.gif);
	background-repeat: no-repeat;
}


#Attendee_Details_Container
{
	width: 501px;
	height: 160px;
	position: relative;
	margin-bottom: 15px;
}

#Attendee_Details_Header
{
	width: 501px;
	height: 33px;
	top: 0;
	left: 0;
	background-image: url(../Images/attendee_details_header.gif);
	background-repeat: no-repeat;
	position: absolute;		
}

#Attendee_Details_Content_Container
{
	width: 501px;
	height: 160px;
	top: 33px;
	left: 0px;
	background-image: url(../Images/attendee_details_middle.gif);
	background-repeat: repeat-y;
}

#Attendee_Details_Content
{
	left: 30px;
	top: 45px;
	width: 441px;
	height: 100px;
	position: absolute;
}

#Attendee_Details_Footer
{
	width: 501px;
	height: 7px;
	top: 0;
	left: 0;
	background-image: url(../Images/attendee_details_footer.gif);
	background-repeat: no-repeat;
}


/* css for LoginStatus.aspx */
#loginstatus
{
	font-size: 12px;
	font-weight: bold;
	height: 18px;

}


#loginstatus ul
{
	margin: 0;
	padding: 0;

}

#loginstatus li
{
	display: inline;
	padding-left:15px;
	padding-right:15px;
	border-right:solid 1px #fff;

}

#loginstatus li.last
{
	border:none;
}

#subheader a:hover
{
	text-decoration:underline;
}

