/*
*** Applications Page CSS
*** Steven Grosvenor
*** March 2007
*/

* html .clearfix, * + html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */
br.clearfix {
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

div#full {
	padding: 5px;
	float: left;
}

div#guttercontent {
	float: left;
	width: 184px;
	padding: 0px;
	height: auto;
}

div#headertext {
	padding: 10px;
	text-align: left;
}

div#leftcontent {
	text-align: left;
}

div#maincontent {
	width: 550px;
	padding: 10px;
	float: left;
	height: auto;
}

div#maincontent-signup, div#formheader {
	width: 760px; /*height: auto;   */
	float: left;
}

div#mainleft, div#mainright {
	width: 265px;
	float: left;
}

/*Sign-Up CSS May 2007*/
div#signup-left {
	float: left; /*padding: 10px 10px 10px 10px;  */
	width: 380px;
	background: #e0e0e0;
	height: 500px;
}

div#signup-right {
	float: right; /* padding: 10px 10px 10px 10px; */
	width: 380px;
	background: #F5F5F5;
	height: 500px;
}

img {
	border: 0;
}

li.webinar {
	margin-left: 0;
	padding-left: 5px; /* distance between marker and text */
	margin-bottom: 0.2em; /* a little spacing between list items */
}

ul.webinar {
	margin: 0 0 0 15px; /* bullet image is in left margin */
	padding-left: 0;
	list-style: square url(../images/homepage/webinar/webinar-logo.gif); /* wide image for the bullet */
}

.base-content {
	padding: 4px;
	margin: 5px;
}

.base-header {
	padding: 5px;
	background: white;
}

.base-header img {
	border: 0;
	padding: 5px;
}

.base-panel {
	padding: 5px;
	height: auto;
}

.base-wrapper {
	width: 184px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #C7C7C7;
	border-top: 10px solid #133D6F;
	float: left;
	text-align: left;
	height: auto;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/.clearfix {
	display: block;
}

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearleft {
	clear: left;
}

.clearrightcol {
	clear: inherit;
}

.contBody {
	padding: 5px;
	height: 280px;
}

.contHeader {
	padding: 5px;
	height: 50px;
}

.formbase {
	background: url(../images/forms/footer.jpg) no-repeat;
	height: 13px;
}

.formfooter {
	padding: 10px;
	width: 760px;
	font-size: 0.90em;
}

.form-labels {
	float: left;
	width: 130px; /*padding-right: 10px;     */
	display: block;
	text-align: left;
}

.full-width-linker {
	background: url(../images/new/learn-more-550.gif) no-repeat;
}

.leftcontent, .rightcontent {
	padding: 15px;
}

.receipt {
	padding: 10px;
	width: 760px;
	font-size: 1.0em;
}

.textboxer {
	float: left;
	width: 160px;
	border: 1px solid #333333; /*background-image: url(/pixels/common/forms/textbox-background.gif);     background-repeat: repeat-x;*/
	margin-bottom: 10px;
	display: block;
	height: 18px;
}

.textboxer-disabled {
	width: 150px;
	border: 1px solid #333333; /*background-image: url(/pixels/common/forms/textbox-background.gif);     background-repeat: repeat-x;*/
	margin-bottom: 10px;
	display: block; /*	float: left;  */
	background: #F5F5F5;
	height: 18px;
}

.textboxer-dropdowns {
	float: left;
	width: 160px;
	border: 1px solid #333333; /*background-image: url(/pixels/common/forms/textbox-background.gif);     background-repeat: repeat-x;*/
	margin-bottom: 10px;
	display: block;
	font-size: 11px;
	height: 18px;
}

.textboxer-multi-dropdowns {
	float: left;
	width: 160px;
	border: 1px solid #333333; /*background-image: url(/pixels/common/forms/textbox-background.gif);     background-repeat: repeat-x;*/
	margin-bottom: 10px;
	display: block;
	font-size: 0.9em;
	height: 70px;
}

/* Webinars */
.webinarLeft {
	width: 80px;
	float: left;
}

.webinarRight {
	width: 400px;
	float: left;
}

