body
{
	margin-top: 0;
}

div.wrapper
{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

a.homeLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.homeLink:hover
{
	color: red;
}

a.roomLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.roomLink:hover
{
	color: red;
}

table th.leftAlign
{
	text-align: left;
}

table#login td.labelColumn
{
	width: 40%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

.form_error
{
	font-size: 10pt;
	color: red;
}

.headerBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

.content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
}

.contentSmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333366;
}

.headerTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

.contentField
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	border: 1px solid #336699;
}

.contentButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	border: 1px solid #003366;
	background-image: url(/images/button_back.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

.headerTip
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}

.asterisk
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.contentBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	font-weight: bold;
}

fieldset.activateaccess
{
	border: 1px solid black;
	padding: 5px;
}

fieldset.productselection
{
	border: 1px solid black;
	padding: 5px;
}

fieldset#switchRegion
{
	width: 100px;
	border: 1px solid black;
	padding-left: 10px;
}

fieldset#switchRegion ul
{
	padding: 0px;
	margin: 0px;
}

table.signup
{
	width: 80%;
	margin: auto auto;
}

table.signup th, table.cart th
{
	text-align: right;
	font-weight: bold;
}

img.languageIcon
{
	border: none;
}

div.scroll
{
	padding-left: 5px;
	height: 180px;
	overflow: auto;
	border: 1px solid black;
	font-family: monospace;
}

table#addpayment
{
	width: 100%;
	background-color: #EFAA59;
}

table#addpayment th
{
	width: 20%;
	text-align: right;
}

table.payments
{
	width: 100%;
	background-color: #DFF1FF;
}

table.payments th
{
	border-bottom: 1px solid black;
}

table.payments td#totallabel { text-align: right; font-weight: bold; }
table.payments td#total { text-align: left; font-weight: bold; }

table.payments td.even { background-color: #CBCFA8; }
table.payments td.odd { background-color: #A8CFCE; }

ul li { padding-top: 5px; }

/****** MEMBERS AREA ******/
div#membersAreaBody { background-color: #fff; width: 855px; }

div#enterroom { margin: auto auto; width: 800px; height: 550px; overflow: auto; }

/******* Dashboard - Support Session ********/
div#dashboardSupportsession { margin: auto auto; width: 800px; }
div#dashboardSupportsession h4 { margin-bottom: 0px; padding-bottom: 0px; }
div#dashboardSupportsession hr { height: 1px; color: black; }

div.memberNewsItem { width: 800px; }
div.newsItemHeader { font-weight: bold; background-color: #FFDCBA; height: 16px; padding: 2px; }
div.newsItemSubject { float: left; width: 400px; margin-left: 5px; }
div.newsItemDate { float: right; width: 200px; text-align: right; margin-right: 5px; }
div.newsItemContent { width: 800px; }

/** Dashboard - Footer **/
div#dashboardHeader { width: 800px; margin-top: 5px;}
div#headerWelcome { float: left; width: 450px; color: #01529E; font-size: 140%; font-weight: bold; }
div#headerLinks { float: right; width: 300px; text-align: right; }

/** Dashboard - Main **/
div#dashboard { margin: auto auto; width: 800px; overflow: auto; }
div#dashboard h2 { margin-bottom: 0px; padding-bottom: 0px; }
div#dashboard h4 { margin-bottom: 0px; padding-bottom: 0px; }
div#dashboard hr { height: 1px; color: black; }

div#leftColumn { float: left; width: 375px; }
div#rightColumn { float: right; width: 375px; }

div#trialError { background-color: red; color: black; width: 800px; }
div#trialError p { margin: 5px; font-weight: bold; }

div#freeActivation { border: 1px solid black; padding: 5px; }

/** Dashboard - Daily Recaps **/
div#recaps { width: 300px; }

/** Dashboard - ECourse Updates **/
div#ECourseUpdates { width: 300px; }

/** Dashboard - Support Sessions **/
div#supportSessions { float: left; width: 300px; }

/** Manage Subscription **/
div#manageSubscription { margin: auto auto; width: 800px; overflow: auto; }

table.cart { width: 100%; }
table.cart th.header { text-align: left; border-bottom: 1px solid black; }
table.cart th.subtotal { text-align: left; border-top: 1px solid black; }
table.cart th.subtotalLabel { text-align: right; border-top: 1px solid black; }
table.cart tr.productRowEven { background-color: #FFB900; }
table.cart tr.productRowOdd { background-color: #FFDC7F; }

div#manageSubscription table#creditCardInfo { width: 100%; }
div#manageSubscription table#creditCardInfo th { text-align: right; }

p.error { font-size: larger; text-align: center; background-color: red; color: black; }
p.success { font-size: larger; text-align: center; background-color: #45DF53; color: black; }

/** Admin Area **/
div#adminAreaBody { background-color: #fff; width: 100%; }
div#admindashboard { margin: auto auto; width: 1024px; overflow: auto; }
div#admindashboard h2,h3,h4 { margin-bottom: 0px; padding-bottom: 0px; }
div#admindashboard hr { height: 1px; color: black; }

/** Admin - Manage Users **/
div#errorMessage { font-size: 10pt; background-color: red; color: black; width: 100%; text-align: center; font-weight: bold; }

/** Admin - Reports **/
table#reports { color: #000000; }
tr.au_region { background-color: #AAFFFF }
tr.us_region { background-color: #FFFFFF }
tr.my_region { background-color: #CCFF33 }
tr.expired { background-color: #FF3333 }
tr.inactive { background-color: #33FF33 }

/** Manage Members **/
div#managemembers { margin: auto auto; width: 98%; overflow: auto; }
table#members th {text-align: left; border-bottom: 1px solid black;}
table#members tr.odd {background-color: #CFDCFF}

div#left-column { width: 475px; margin: 10px; float: left; }
div#right-column { width: 475px; float: left; }

div#left-column hr { width: 420px; }

div.form-row { height: 10px; }
div.form-label { font-weight: bold; float: left; width: 100px; }
div.form-value { float: left; }
div.form-clear { height: 10px; clear: both; }

/** Edit Products **/
div#editproducts { width: 800px; margin: 0 auto; }
table#editproductstable { width: 800px; margin: 0 auto; }
table#editproductstable th { text-align: left; border-bottom: 1px solid black; }

table#editproductinfo th { text-align: left; }

table#editpaymentoptions { width: 380px; }
table#editpaymentoptions th { text-align: left; border-bottom: 1px solid black; }

table#editproductprices { width: 380px; }
table#editproductprices th { text-align: left; border-bottom: 1px solid black; }

table#childaccessproducts { width: 380px; }
table#childaccessproducts th { text-align: left; border-bottom: 1px solid black; }

table#childexlinkedproducts { width: 380px; }
table#childexlinkedproducts th { text-align: left; border-bottom: 1px solid black; }

/** Coupon Codes **/
div#couponcodes { width: 800px; margin: 0 auto; }

table#coupons { width: 800px; }
table#coupons th { border-bottom: 1px solid black; width: 150px; }
table#coupons td.even { background-color: #8FF7FF }
table#coupons td.odd { background-color: #67C7CF }

/** Indicators Admin **/
div#indicatorsadmin { width: 800px; margin: 0 auto; }
table#licensestable { width: 800px; margin: 0 auto; }
table#licensestable th { text-align: left; border-bottom: 1px solid black; }

/** PayPal Profile Admin **/
table#paypalprofile th { text-align: left; }
