/* Import External Styles */
@import "header.css";
@import "Details.css";

.hiddenDesc
{
	display:none;
}

#showDiscount
{
    background-color:Black;
    color:Gray;
    text-align:center;
    font-size:12px;
    display:none;
    margin-top: 25px;
    padding-top:10px;
    padding-bottom:10px;
    width:85%;
    
}
#oStatus
{
		background: url(/Content/images/footer_bg.png) 0 0 no-repeat;

	color:Black;
	font-weight:bolder;
	text-align:center;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.cprequest
{
	text-align:center;
}
.InProcess
{
	background: Yellow;
	color: Red;
	padding: 5px;
	margin-top:10px;
	text-align:left;
}

.tinyCaption
{
	font-size:x-small;
	padding-bottom:10px;
}

.Submitted
{
	color: Green;
	font-weight:bold;
	padding: 5px;
	text-align:right;
}

.reversed
{
	text-align:center;
	color:White;
	background:black;
	padding:5px;
}

.oSummary
{
	text-align:right;
	margin-right:10px;
}
.oCommit
{
	text-align:right;
	margin-right:10px;
}
#wChooserForm
{
	display: none;
}
.commandLink
{
	cursor: pointer;
}

*
{
}

.orderHistoryGroup
{
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 200px;
	clear:both;
}

.orderHistoryEventTitle
{
		clear:both;
		border-style: groove none none groove;
	border-width: thick;
	padding: 20px;
	font-size: large;
}

.orderHistoryEventTitleRecording
{
	margin-top: 10px;
	border-style: groove none none groove;
	background: #e6e6fa;
	border-width: thick;
	padding: 20px;
	font-size: large;
}

.orderHistoryGroup table
{
	margin-left: 75px;
}

.myWebinarscaption
{
	background-color: #E3E4E6;
	padding: 6px 12px 6px;
	margin-left:30px;
	border-right: 1px solid #CCC;
	margin-right:100px;
	border-bottom: 1px solid #CCC;
}
.propLabel td
{
  
}
.propLabel
{  background-color:Gray;
   color:White;
   padding:2px 5px 2px 5px;
	text-align: right;
}
.propValue
{  background-color:Gray;
   color:White;
   padding:2px 5px 2px 5px;

}
label.error
{
	background: #FFEAEA none repeat scroll 0 0;
	padding:10px;
	font-weight:bold;
	color:Red;
	margin:10px;
}

#userInfo
{
	float: left;
	background-color: Silver;
	border-style: solid;
	border-bottom-color: Black;
}

.tblAffCheckout td
{
	padding:5px;
	}


#shippingInfo
{
	width: 500px;
}
.affiliateReport TD
{
	margin: 3px 3px 3px 6px;
	padding: 3px 3px 3px 6px;
}

.paddedTable td
{
	margin: 6px 6px 6px 6px;
	padding: 3px 3px 3px 6px;
}

/* login box START */

.showLoginBox .container
{
	display: none;
}

.showLoginBox .loginContainer
{
	display: block;
}
#custom { 
	background-image:url(/Content/images/loginFormBackground.png); 
	width:512px; 
	height:531px; 
	padding:0px; 
} 
 
#custom div.close { 
	right:-15px; 
	top:-10px; 
} 

/* the modal element */
div.showInProcess {
	
	/* growing background image */
	background-image:url(/Content/images/inProcess.png);
	
	/* dimensions after the growing animation finishes  */
	width:320px;
	height:200px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* the overlayed element */
div.showLoginBox {
	
	/* growing background image */
	background-image:url(/Content/images/loginFormBackground.png);
	
	/* dimensions after the growing animation finishes  */
	width:320px;
	height:200px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.showLoginBox div.close {
	/*background-image:url(../img/overlay/close.png);*/
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the overlayed element */
div.supportBox {
	
	/* growing background image */
	background-image:url(/Content/images/supportFormBackground.png);
	
	/* dimensions after the growing animation finishes  */
	width:320px;
	height:400px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.supportBox div.close {
	/*background-image:url(../img/overlay/close.png);*/
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.modal {
		background-color:#fff;
		display:none;
		width:350px;
		padding:15px;
		text-align:left;
		border:2px solid #333;
	
		opacity:0.8;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
	}
	
	.modal h2 {
		background:url(/img/global/info.png) 0 50% no-repeat;
		margin:0px;
		padding:10px 0 10px 45px;
		border-bottom:1px solid #333;
		font-size:20px;
	}



/* <- login box END */

/* support box START */

.supportBox .container
{
	display: none;
}

.supportBox .supportContainer
{
	display: block;
}

/* <- support box END */


.holdAccordion
{
	width: 350px;
	float: left;
}
.holdMiddle
{
	width: 400px;
	float: left;
	margin-left: 10px;
	margin-top: 1px;
}
.holdRight
{
	width: 180px;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	border-left: 2px solid #A7BDD2;
}



abbr[title], acronym[title]
{
	border-bottom: thin dotted;
	cursor: help;
}
body
{
	background-color: #E7F1FA;
	color: #555;
	font-family: Verdana, "BitStream vera Sans" ,Helvetica,Sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bolder; /* letter-spacing:-0.07em;*/
	font-family: Verdana, "BitStream vera Sans" ,Helvetica,Sans-serif;
	margin-top: 25px;
}
h1
{
	font-size: 150%;
}
h2
{
	font-size: 130%;
}
h3
{
	font-size: 120%;
}
h4
{
	font-size: 110%;
}
h5
{
	font-size: 105%;
}
h6
{
	color: #1D578C;
	font-family: Georgia;
	font-size: 10pt;
	font-weight: 500;
	margin: 0;
	padding: 7px 0 0;
	text-align: center;
}



img
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
}
img.sided
{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
}
small
{
	font-size: 10px;
}
a:hover img.sided
{
	border-color: #A6A6A6;
}
a
{
	color: #2970A6;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.wp-caption
{
	background: #F7F7F7;
	border: 1px solid #CCC;
	padding: 5px 0;
	margin-bottom: 5px;
	text-align: center;
}
.post .content .wp-caption p
{
	margin: 0;
}

blockquote, pre
{
	/*	background:#D3E3DB url(/Content/images/blockquote.gif) 3px 3px no-repeat; 	border:1px dashed #CCC; */
	padding: 8px 12px 8px 36px;
	margin: 5px 0;
}

.small
{
	font-size: 10px;
}


.more-link
{
	font-size: 11px;
}
.small-input
{
	width:40px;
}

.alignleft
{
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	}
.alignright
{
	float: right;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
}
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
.left
{
	float: left;
	margin-right: 10px;
}
.right
{
	float: right;
	margin-left: 10px;
}
.fixed, .clear
{
	clear: both;
}

.loginErrors
{
	padding: 2px;
	text-align: center;
	margin: 5px;
	color: red;
}

input.textfield, textarea
{
	/*background:#FFF url(/Content/images/textfield.gif) top repeat-x;*/
	border: 1px solid #A6A6A6;
	padding: 2px 1px;
}
.boxcaption
{
	background: #E3E4E6 url(/Content/images/box.gif) 0 0 no-repeat;
	padding: 6px 12px;
	border-bottom: 1px solid #CCC;
}
.boxcaption h3
{
	font-size: 12px;
	font-family: Verdana, "BitStream vera Sans" ,Helvetica,Sans-serif;
	letter-spacing: 0em;
}
.box
{
	background: #D3E3DB url(/Content/images/box.gif) 100% 100% no-repeat;
	padding: 8px 12px;
	margin-bottom: 10px;
}
.messagebox, .errorbox
{
	background: #EDEFF0 url(/Content/images/messagebox.gif) no-repeat;
	padding: 0 12px;
	height: 27px;
	line-height: 27px;
	font-size: 11px;
}
.w3c
{
	color: #080;
	font-size: 10px;
}
/* static END */

/* layout START */
#wrap
{
	padding: 20px 0;
}
#container
{
	margin: 0 auto;
	width: 1000px;
}
/* layout END */

/* header START
background: url(/Content/images/header.jpg) -0 0 no-repeat;*/
#header
{
	width: 100%;
	background: url(/Content/images/header.jpg) -0 0 no-repeat;
} 

#headerImg
{
	/* this use of headerImg is intended to allow a standards compliant way to create an <a> element on the logo.  */
	width: 100%;
	display: block;
	height: 91px;
}

#nav_div
{
	width: 100%;
	background: url(/Content/images/nav_bg.jpg) -0 0 repeat-x;
	height: 40px;
}

/* content START */
#content
{
	/*background:#FFF url(/Content/images/sidesep.gif) right repeat-y; 	min-height:400px;*/
	float: left;
	background: #FFF;
	width: 100%;
	clear: both;
}
/* content END */

/* main START */
#main
{
	background: #FFF;
	margin: 0px 15px 0px 15px;
}
/* main END */


/* footer START */
#footer
{
	background: url(/Content/images/footer_bg.png) 0 0 no-repeat;
	display: block;
	height: 131px;
	border-top: 1px solid #CCC;
	font-size: 11px;
	line-height: 145%;
	width: 100%;
	text-align: center;
	clear: both;
}
#footer a
{
	color: #2A2A2A;
}
#copyright
{
	margin-top: 12px;
	margin-left: 20px;
}
#themeinfo
{
	margin-left: 20px;
}
a#powered
{
	background: url(/Content/images/wp-logo.png) no-repeat;
	display: block;
	width: 92px;
	height: 57px;
	float: left;
	margin: 0 10px 0 5px;
	text-indent: -999em;
}
a#gotop
{
	background: url(/Content/images/icons.gif) 0 -304px no-repeat;
	float: right;
	height: 16px;
	line-height: 18px;
	display: block;
	padding-left: 16px;
	margin: 5px 15px 0 0 !important;
	margin: 5px 8px 0 0;
	text-decoration: none;
}
/* footer END */



.formElement .text
{
	border: 2px solid #C1C1B7;
	color: #888888;
	font-size: 14px;
	font-weight: 700;
	padding: 5px;
	width: 200px;
}
.supportBox .formElement .text
{
	border: 2px solid #C1C1B7;
	color: #888888;
	font-size: 14px;
	font-weight: 700;
	padding: 5px;
	width: 320px;
}
.supportBox .formElement textarea
{
	border: 2px solid #C1C1B7;
	color: #888888;
	font-size: 14px;
	font-weight: 700;
	padding: 5px;
	width: 320px;
	height: 250px;
}
.loginBox .formElement label
{
	line-height: 10px;
	margin: 0;
	padding-left: 20px;
	width: 80px !important;
}
.supportBox .formElement label
{
	line-height: 10px;
	margin: 0;
	padding-left: 0px;
	padding-top: 10px;
	width: 80px !important;
}
.formElement label
{
	text-align: right;
	float: left;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
}
.testimonial
{
	color: #2473BD;
	font-family: Georgia;
	font-size: 8pt;
	font-style: italic;
	margin-left: 5px;
	margin-top: 10px;
	width: 150px;
}
.test-name
{
	color: #10487C;
	font-family: Georgia;
	font-size: 9pt;
	margin-left: 5px;
	width: 130px;
}


#filterPresenterName
{
	width: 150px;
}

#filterBox
{
	float: right;
}
p
{
	padding-top: 10px;
}

.WebinarTitle
{
	padding: 5px 0px 0px 5px;
}

/* form START */
.form .name, .form .value
{
	float: left;
	padding: 5px;
}

.form .name
{
	width: 200px;
	text-align: right;
}

.form .name .radio
{
	position: relative;
	top: 2px;
}

.form .single
{
	margin-left: 215px;
}

.form .field
{
	clear: both;
}

.form .field-validation-error
{
	color: Red;
	font-style: oblique;
	background: Yellow;
}

.form .validation-summary-errors
{
	color: red;
	margin-left: 100px;
	padding: 10px;
}
.validation-summary-errors
{
	color: red;
	margin-left: 100px;
	padding: 10px;
}
.form .asterisk
{
	color: red;
}
/* form END */


/* webinars browser START */
#registrationsTableTemplate
{
	display: none;
}

table.display td.registrationsTableContainer
{
	border: 2px solid #A19B9E;
	padding-left: 30px;
	padding-bottom: 30px;
}

img.toggleRegistrations
{
	cursor: pointer;
	position: relative;
	top: 4px;
}
/* webinars browser END */

/* Webinars Dashboard START */
.dashboardTable
{
	width: 100%;
	padding: 5px;
}

.dashboardTable td
{
	margin: 10px;
	padding: 15px;
}

.datePickerControl
{
}

.noMarkerList
{
	list-style-type: none;
}
/* Webinars Dashboard END */
