/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

/* vedit - vertical table (signup, profile edit) */

.table_holder {
	width: 360px;
	padding: 12px;
	border: 1px solid #006;
	margin: 6px auto 12px auto;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	background-color: #f2ffcc;
}

.table_holder p.desc3, .table_holder form p.desc3 {
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    margin-top: 9px;
}

.vedit {
/*    border: solid 1px #006; */
    border: none 0px transparent;
    font-size: 16px;
    color: #333;
    width: 100%;
    margin: 0px auto 12px auto;
    border-collapse: collapse;
}

.vedit caption {
	font-size: 18px;
	font-weight: bold;
	color: #063; /* #0c4da2, #c81f66 ? */
	text-align: center;
	margin-bottom: 6px;
}

/* vedit - usual column (right) */

.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 3px;
    padding-top: 6px;
    background-color: transparent;
    border: none 0px transparent;
    font-size: 14px;
}

/* vedit - header column (left) */

.vedit th {
    padding: 3px 18px 3px 3px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    background-color: #DEE7EC;
/*    border: solid 1px #006; */
}

.vedit td.left_label {
    text-align: right;
    font-weight: bold;
    padding-right: 12px;
}

.vedit td.center_label {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #006;
    vertical-align: bottom;
}

.vedit td.centered_text {
    text-align: center;
    font-weight: bold;
}

.vedit td.desc {
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}

.vedit td.unsub {
    font-weight: normal;
    font-size: 12px;
}

.vedit td.class_pmt {
    font-weight: normal;
    font-size: 10px;
}

.vedit td.bigger_text {
    font-size: 27px;
    padding-bottom: 0px;
}

/* vedit - heading row */

.vedit .headrow {
	font-weight: bold;
	text-align: center;
}

.vedit .table_label1 {
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	padding-right: 18px;
}

ul.bold_names li {
	font-weight: bold;
}

.continue_back {
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.continue_back p {
	font-size: 24px;
	margin-top: 0px;
	padding-top: 0px;
}

.continue_back p.stephead {
	font-size: 16px;
	font-weight: bold;
	color: #c00;
	margin-bottom: 6px;
	padding-bottom: 0px;
}

.continue_back p.smaller1 {
	font-size: 12px;
}

#content .continuebutton .singlebutton form {
	visibility: hidden;
	display: none;
}

h1.header_title {
	color: #c00;
	font-size: 24px;
	margin: 18px auto 12px auto;
}

.table_holder input.form_button {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	padding: 2px;
	font-weight: normal;
}

span.dkred {
	color: #c00;
}

span.justbold {
	font-weight: bold;
}

input, textarea {
	font-size: 12px;
}

.general_notice {
	font-size: 16px;
	font-weight: normal;
}

p.powered {
	font-family: helvetica, arial, sans-serif;
	color: #333;
	margin-bottom: 18px;
	font-size: 10px;
	font-weight: normal;
}

.small {
	font-size: 10px;
}

.error {
	color: #c00;
}

label.error {
	color: #c00;
}

input.error {
	color: #c00;
}

table.errmsg {
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    background-color: #fff5bf;
    border: 1px solid #c00;
    margin: 5px 0px 5px 0px;
    color: #c00;
}

table.errmsg td {
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}

.table_holder .receipt {
    border-collapse: collapse;
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
	border: 0px none transparent;
	color: #000;
}

.table_holder .receipt tbody tr th {
    background-color: #fff; /* f2ffcc */
    border: 0px none transparent;
    font-weight: bold;
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle;
/*	border-top: 2px solid #006;
	border-bottom: 1px solid #006; */
}

.table_holder .receipt tbody tr td {
    background-color: #fff;
    border: 0px none transparent;
/*    border-bottom: 1px solid #006; */
    padding: 3px 6px;
    vertical-align: middle;
}

.lineitem {
	text-align: right;
	padding-right: 12px;
}

.total2 {
	background-color: #fff;
	font-weight: bold;
/*	border-top: 1px solid #006;
	border-bottom: 2px solid #006; */
}

.table_label1 {
	font-weight: bold;
	text-align: right;
	font-size: 14px;
}

.control_panel {
/*	width: 600px; */
	margin: 0px auto 9px auto;
}

.control_panel p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 6px;
}

.control_panel p.topper {
/*	background-color: #f2ffcc;
	padding: 6px 0px;
	width: 33%;
	border: 1px solid #006; */
	font-size: 21px;
	font-weight: bold;
	margin: 0px auto 12px auto;
	padding-top: 0px;
}

#course-view div .headermain div .headermenu {
	font-size: 10px;
}

div.signuppanel div.subcontent p {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 36px;
	margin: 0px 0px 6px 0px;
}

.a_little_wider {
	width: 500px;
}

.a_little_more_wider {
	width: 650px;
}

.wider {
/*	width: 500px; */
	width: 90%;
}

.thanks1 {
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    background-color: transparent;
    color: #c00;
    margin: 0px auto 12px auto;
}

.support {
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    background-color: transparent;
    color: #077a00;
    font-weight: normal;
    margin: 18px auto 6px auto;
}

.thanks1 p {
    color: #000;
    margin: 0px auto 3px auto;
    font-weight: normal;
    padding: 0px;
}

.thanks1 p.bigger {
    font-size: 18px;
    font-weight: bold;
}

div.spacer9 {
	padding: 0px;
	margin: 0px;
	height: 9px;
	border: 0px none transparent;
}

