body
{
	margin: 0 30px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #eee;
}

/* layout */
#layout
{
	width: 931px;
	margin: 10px auto 0 auto;
	padding-bottom: 40px;
}

#topNav
{
	font-size: 120%;
	color: #ccc;
}

#topNav ul
{
	float: left;
	margin: 5px 0 0 20px
}

#topNav ul li
{
	float: left;
	margin: 0 5px;
}

#topNav ul li a
{
	font-weight: bold;
	color: #000;
}

#topNav ul li a:hover
{
	background-color: #999;
	color: #fff;
}

#indented
{
	padding: 15px 135px 0 135px;;
}

#indented h1, #indented h2
{
	margin-top: 20px;
}

#indented p
{
	margin-bottom: 20px;
}

#indented ol
{
	margin-left: 30px;
	list-style-type: decimal;
}

#indented ul
{
	margin-left: 30px;
	list-style-type: disc;
}

#content
{
	padding: 20px 15px;
	background: url(../images/content_bg.gif) #fff top right repeat-y;
}

#contentBottom
{
	overflow: hidden;
	height: 4px;
	background: url(../images/content_bottom_bg.gif) #fff top left repeat-x;
}

#footer
{
	padding-top: 10px;
	font-size: 90%;
}

#footer ul
{
	float: left;
}

#footer ul li
{
	float: left;
	margin-right: 5px;
	color: #999;
}

#footer a
{
	color: #999;
}

#footer a:hover
{
	background-color: #999;
	color: #eee;
}

#logo
{
	margin-top: 100px;
}

#dashboard
{
	float: right;
}

#dashboard ul
{
	float: left;
}

#dashboard ul li
{
	float: left;
}

#dashboard .left_dash
{
	width: 9px;
	height: 22px;
	background: url(../images/dashboard_left_gray.gif) no-repeat;
}

#dashboard .right_dash
{
	width: 11px;
	height: 22px;
	background: url(../images/dashboard_right_gray.gif) no-repeat;
}

#dashboard ul li a
{
	display: block;
	height: 18px;
	float: left;
	padding: 4px 5px 0 5px;
	text-decoration: none;
	font-size: 95%;
	color: #333;
	background: url(../images/dashboard_bg.gif) repeat-x;
	border-right: 1px #d7d7d7 solid;
}

#dashboard ul li a:hover, #dashboard .selected a
{
	background: url(../images/dashboard_hover_bg.gif) repeat-x;
}

.scrollable
{
	height: 380px;
	overflow: auto;
	padding: 0 5px;
}

.blueBox
{
	margin: 10px 0;
	padding: 10px;
	border: 1px #a4e1ff solid;
	background-color: #e6ffff;
}

.grayBox, .grayBoxBig
{
	width: 380px;
	margin: 15px 0;
	padding: 10px;
	border: 8px #ccc solid;
	background-color: #eee;
}

.grayBoxBig
{
	width: 96%;
}

.yellowBox, .yellowBoxBig
{
	width: 380px;
	margin: 15px 0;
	padding: 10px;
	border: 8px #ccc solid;
	background-color: #ffffcc;
}

.yellowBoxBig
{
	width: 97%;
	border: 1px #ded999 solid;
}

.titleRight
{
	font-weight: bold;
	text-align: right;
}

.alignTop
{
	vertical-align: top;
}

.alignRight
{
	text-align: right;
}

.inputTiny
{
	width: 40px;
}

.inputSmall
{
	width: 105px;
}

.inputMedium
{
	width: 225px;
}

.inputBig
{
	width: 400px;
}

.inputBigger
{
	width: 740px;
}

.textareaSmall
{
	width: 575px;
}

.textareaMedium
{
	width: 300px;
	height: 40px;
}

.textareaBig
{
	width: 625px;
	height: 380px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearLeft
{
	clear: left;
}

.clearRight
{
	clear: right;
}

.space
{
	padding: 0 35px;
}

.pushUp
{
	position: relative;
	bottom: 2px;
}

hr
{
	height: 1px;
	margin-top: 5px;
	color: #000;
	background-color: #000;
}

/* fonts */
h1
{
	margin-bottom: 10px;
	font-size: 180%;
}

h2
{
	font-size: 110%;
}

p
{
	margin-bottom: 10px;
}

a
{
	text-decoration: none;
}

a:visited
{
	color: #0000ff;
}

a:hover
{
	background-color: #0000ff;
	color: #fff;
}

strong
{
	font-weight: bold;
}

.headerBig
{
	margin-bottom: 7px;
	padding-bottom: 2px;
	border-bottom: 4px #000 solid;
}

.header
{
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom: 1px #000 solid;
}

.textSizeSmall
{
	font-size: 80%;
}

.textSizeMedium
{
	font-weight: bold;
	font-size: 110%;
}

.textSizeLarge
{
	font-weight: bold;
	font-size: 150%;
}

.textSizeBig
{
	font-weight: bold;
	font-size: 180%;
}

.textBold
{
	font-weight: bold;
}

.textBlack
{
	color: #000;
}

.textBlue
{
	color: #2b89c4;
}

.textBrown
{
	color: #996a00;
}

.textGray
{
	color: #999;
}

.textGreen
{
	color: #009900;
}

.textRed
{
	color: #ff0000;
}

.textRed a
{
	color: #ff0000;
}

.textRed a:visited
{
	color: #ff0000;
}

.textRed a:hover
{
	background-color: #ff0000;
	color: #fff;
}

/* tables */
table td
{
	padding: 7px 10px;
}

.padTable
{
	margin: 0 0 15px 100px;
}

.contentSubheader
{
	margin-top: 9px;
	padding-bottom: 3px;
	border-bottom: 1px #000 solid;
}

.contentSubheader .header
{
	font-weight: bold;
}

.specialOffer
{
	padding-right: 5px;
	color: #999;
}

.specialOffer span
{
	text-transform: uppercase;
	color: #ff0000;
}

#account #membershipPlans
{
	width: 100%;
	margin-bottom: 5px;
}

#account #membershipPlans th
{
	width: 140px;
	margin-right: 5px;
	padding-bottom: 10px;
	border-bottom: 3px #000 solid;
}

#account #membershipPlans .first
{
	width: 375px;
}

#account #membershipPlans .left
{
	padding-right: 10px;
	text-align: right;
	font-weight: normal;
	color: #000;
}

#account #membershipPlans .yourPlan
{
	text-transform: uppercase;
	color: #ff6600;
}

#account #membershipPlans h1
{
	text-transform: uppercase;
	font-size: 120%;
}

.smallNote
{
	font-size: 90%;
	color: #999;
}


#account #membershipPlans td
{
	padding-left: 10px;
	padding: 4px 0 4px 10px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px #ccc solid;
}

#account #membershipPlans .blueCell
{
	background-color: #e6ffff;
}

#account #membershipPlans .yellowCell
{
	background-color: #ffffd9;
}

.fixedMedium
{
	width: 150px;
}

#template
{
	margin-left: 50px;
}

#template input
{
	margin-right: 20px;
}

/* lists */

/* pages */

.textile strong {
	font-weight: bold;
}
.textile em {
	font-style: italic;
}

.textile ul {
	list-style: disc;
	margin-left: 10px;
}