
/* Body and Containers */

body{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #505050;
}

#outerContainer {
	width: 908px;
	background-color: #FFF;
	margin: auto;
	padding: 0px;
}


#header {
	width: 908px;
	margin: 0px;
	padding: 0px;
}

#subHeader {
	height: 62px;
	color: #336699;
}

div#subHeader img {
    border: none;
}

div#subHeader h1 a, div#subHeader h1 a:hover, div#subHeader h1 a:focus, div#subHeader h1 a:visited {
    color: #336699;
	text-decoration: none;
}

#headerImage {
} 


/* RULES FOR THE TOP MAIN NAV BAR */
div#topNav{
	height: 30px;
	background-image: url('../images/grad-4488AA-336699.jpg');
	background-repeat: repeat-x;
	background-color: #336699;
	padding: 0px 0px 0px 75px;
	margin: 0px;
}
div#topNav ul {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	white-space: nowrap;
}
div#topNav li {
	list-style-type: none;
	display: inline;
}
div#topNav li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #fff;
	border-left: 2px solid #FFF;
}
div#topNav li a.last {
	border-right: 2px solid #FFF;
}
div#topNav li a:link, div#topNav li a:visited{
	color: #FFF;
}
div#topNav li a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* TOP NAV BAR END */


div#mainContainer {
   float: left;
   width: 906px; /* 2px smaller than outer container so border lines up */
   margin-top: 0px; /* This causes the border to touch the nav bar */
   border-left: 1px solid #336699;
   border-right: 1px solid #336699;
   padding-top: 0px;
   padding-bottom: 10px;
}

div#mainLeftCol {
	float: left;
	width: 608px; /* 629 - 1 border - 10 padding-left - 10 padding-right */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

div#mainRightCol {
	float: right;
    width: 258px; /* original 279px - 1 border - 10 padding-left - 10 padding-right */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px; /* why do we have to do 30px */
}

/* sidebars */
.sidebar {
	border: 1px solid #336699;
	background-color: #F6F6F6;
	text-align: center;
	padding: 5px;
}
.sidebar h2 {
	font-size: 20px;
	margin-top: 4px;
	margin-bottom: 6px;
}
.sidebar input {
	margin: 2px;
}

.sidebar a {
    color: #336699;
}

.sidebar_testimonial {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

div#testimonial {
    text-align: justify;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}

#log-in-form {
    text-align: left;
    padding-left: 10px;
}

#log-in-form h1{
    display: inline;
}

/* end sidebar */

/* mailing list */

div#mailing_list {
    padding-top: 10px;
    color: #fff;
}

#mailing_list .sidebar{
    padding-left: 15px;
    padding-right: 15px;
    background-color: #99cc33;
    font-size: 14px;
    text-align: left;
}

.mailing_list_form {
    background-color: #99cc33;
}

/* display balance information */

#display_client_balance {
	font-size: 14px;
	width: 300px;
}

#display_tutor_balance {
	font-size: 14px;
	width: 300px;
}

/* large buttons */
a.button {
	display: block;
	font-size: 140%;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	width: 590px;
	margin: auto;
    background-color: #99cc33;
    border: 1px solid #505050;
    color: #000000;
    text-decoration: none;
}
a.button:hover {
    background-color: #336699;
    color: #FFF;
    text-decoration: none;
}

/* system messages */
.system.message, .system.error {
	width: 580px;
	font-size: 140%;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.system.message {
	background-color: #FDFD00;
	color: #000000;
	border: 1px solid #000000;
}
.system.error {
	background-color: #DD0000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}


/* forms  */
#registrationForm {
    margin: 10px 20px;
    padding: 5px 30px;
    background-color: #F6F6F6;
    border-left: 1px solid #505050;
    width: 400px;
}
#registrationForm h1 {
    margin: 2px;
}
#registrationForm .error {
    color: #DD0000;
}

/* clients or tutors */
.widget {
    /* border-left: 1px solid #505050; */
	background-color: #F6F6F6;
	padding: 2px 8px;
	margin: 10px;
}
.widget div {
    margin-bottom: 5px;
}
.tutor .name, .client .name, .prospect .name {
    font-weight: bold;
    font-size: 120%;
}

/* prospects */
.prospect {
    border-top: 1px solid #999;
    padding-top: 4px;
    width: 375px;
}


/* footer */
div#footer {
	clear: both;
	background-image: url('../images/grad-4488AA-336699.jpg');
	background-repeat: repeat-x;
	background-color: #336699;
	color: #FFF;
	padding: 4px;
	text-align: center;
}

#appointmentSummary {
	width: 615px;
}

#appointmentSummary th{
	background-color: #336699;
	font-weight: bold;
	color: white;
}

.tableRowDark {
	background-color: #F6F6F6;
}

.tableRowLight {
	background-color: #FFFFFF;
}

.empty {
	background-color: #F6F6F6;
	color: #505050;
}

.negative_amount {
	color: #FF0000;
}

.positive_amount {
	color:#009900;
}

a img { border: none ; }

.sidebar_testimonial {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.test_table td{
    text-align: left;
    vertical-align: top;
}

a.cert_seal{
	font-size: 10px;
	font-weight: bold;
	color: #99CC33;
	text-decoration: none;
}

a.cert_seal_college {
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

a {
	color: #336699;
}

h1 {
	padding: 0px;
	margin: 0px;
}

.display_list li {
    margin: 4px;
}

ol.display_list {
    text-align: justify;
}

div.timer {
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
}
span#timer {
   padding: 2px;
   background-color: #336699;
   color: #ffffff;
}

span#auto_save_message {
	padding: 8px;
}

/* profile stuff */

div#profile {
    float: left;
    width: 600px;
}

div#profileHead {
    width: 600px;
    float: left;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: thin solid;
    min-height: 20px;
}

div#pHLeft {
    float: left;
    width: 200px;
}
div#pHRight {
    float: right;
    width: 380px;
}

div#profileBody {
    float: left;
    width: 600px;
}

div#profileLeftCol {
    float: left;
    width: 200px;
}

div#profileRightCol {
    float: right;
    width: 380px;
}

div#profFullName {
    font-size: 30px;
    font-weight: bold;
}

div#profCollege {
    padding-top: 8px;
    font-size: 20px;
    font-weight: bold;
}

div#profMajor {
    padding-top: 8px;
    font-size: 20px;
    font-weight: bold;
}

img#tutorProfileImage {
    border: solid thick #336699;
	max-height: 225px;
	max-width: 225px;
}
div#tutorBio {
    font-size: 16px;
    text-align: justify;
}

div#whyTeach {
    font-size: 16px;
    text-align: justify;
}
div#drivingPref {
    padding-top: 8px;
    text-align: justify;
}
div#tutorAvailability {
    padding-top: 8px;
    text-align: justify;
}

/* browse tutors table */

table#browse-tutors-table {
    width: 600px;
}

img.profImgSmall {
    max-height: 60px;
    max-width: 60px;
	border: solid medium #336699;
}

/* auditions.php */

div#auditionMessage {
    font-size: 16px;
}

.PaymentTable table {
	
}
.PaymentTable td {
	padding: 4px 8px;
	text-align: left;
}

div.static_text { /* wrap around all text to justify */
	text-align: justify;
}

tr.missing-form-value {
    background-color: #99cc33;
    color: #fff;
    font-size: 16px;
}

.badRecord {
    color: red;
}

.goodRecord {
    color: green;
}

.badRecord a{
    color: red;
}

.goodRecord a{
	font-weight: bold;
    color: green;
}

#wrap_large_table {
    float: left;
    width: 600px;
    overflow-x: auto;
}