/* CSS Document */
body {
	
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:3.2mm;
}

td {
	font-family:Arial, Helvetica, sans-serif;
		font-size:3.2mm;
}

.small {
	font-size:2.8mm;
}


.head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:5.7mm;
		font-weight:bold;
	padding-bottom:0.5em;
	
}

.pagetitle {
	color:#555555;
	font-size:6mm;
	font-weight:bold;
	white-space:nowrap;
}

.subtitle {
	color:#555555;
	font-size:5mm;
	font-weight:bold;
	white-space:nowrap;
}

.faqsubtitle {
	color:#333;
	font-size:4mm;
	font-weight:bold;
}

#topMenu {
	height:18px;
	text-align:right;
	color:#333333;
	background-color:#fafff4;
	border-bottom: 1px solid  #8bc743;
	padding-top:4px;
	padding-right:5px;
	padding-bottom:2px;
	white-space:nowrap;
	font-size:3.2mm;
}

#header {
	padding:10px;
}
#footer {
	text-align:center;
	padding-top:10px;
	margin-top:10px;
	border-top:1px dotted #8bc743;
	font-size:2.8mm;
	color:#666;
}

#landingfooter {
	text-align:left;
	padding-top:10px;
	font-size:2.8mm;
	width:800px;
	padding-left:20px;
	color:#666;
}

#landingfooterblack {
	text-align:left;
	padding-top:10px;
	font-size:2.8mm;
	width:800px;
	padding-left:20px;
}

#homefooter {
	text-align:left;
	padding-top:10px;
	font-size:2.8mm;
	color:#666;
	padding-left:10px;
}

td.leftBlock {
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	-moz-opacity:.90;opacity:.90;
	width:170px;
	padding:10px;
	border-top: 1px solid #8bc743;
	border-right: 1px solid  #8bc743;
	vertical-align:top;
}


td.purpleLeftBlock {
	background-image: url(images/bg_gradient2.gif);
	background-repeat: repeat-x;
	-moz-opacity:.90;opacity:.90;
	width:170px;
	padding:10px;
	border-top: 1px solid #862175;
	border-right: 1px solid  #862175;
	vertical-align:top;

}


table.leftNav tr td {
	padding-bottom:10px;
}

td.secondaryContent {
	padding:10px;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	-moz-opacity:.90;
	opacity:.90;
	width:550px;
	border-top: 1px solid #8bc743;
	border-right: 1px solid  #8bc743;
	border-left: 1px solid  #8bc743;
	vertical-align:top;
}



td.purpleSecondaryContent {
	padding:10px;
	background-image: url(images/bg_gradient2.gif);
	background-repeat: repeat-x;
	-moz-opacity:.90;
	opacity:.90;
	width:550px;
	border-top: 1px solid #862175;
	border-right: 1px solid  #862175;
	border-left: 1px solid  #862175;
	vertical-align:top;
	background-color: #ffffff;
}



table.secondaryMain {
	margin-bottom:20px;
}








#plainContent {
	padding:10px;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	
	-moz-opacity:.90;
	opacity:.90;
	border-top: 1px solid #8bc743;
	margin-left:10px;
	width:710px;
	border-right: 1px solid  #8bc743;
	border-left: 1px solid  #8bc743;
}

#contentContainer {
	padding:0px;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	-moz-opacity:.90;opacity:.90;
	height:500px;
	width:550px;
	border-top: 1px solid #8bc743;
	border-right: 1px solid  #8bc743;
	border-left: 1px solid  #8bc743;
	position:absolute;
	top:130px;
	left:260px;
}

td.redLandingBlock {
	padding:10px;
	background-image: url(images/bg_gradient3.gif);
	background-repeat: repeat-x;
	-moz-opacity:.90;	opacity:.90;
	border-top: 1px solid red;
	border-right: 1px solid  red;
	border-left: 1px solid  red;
	border-bottom: 1px solid  red;
	width:500px;
	vertical-align:top;
}

.redLandingBlock {
	background-image: url(images/bg_gradient3.gif);
	background-repeat: repeat-x;
	-moz-opacity:.90;
	opacity:.90;
	border-top: 1px solid red;
	border-right: 1px solid  red;
	border-left: 1px solid  red;
	border-bottom: 1px solid  red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4mm;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}



td.greenLandingBlock {
	padding:10px;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	-moz-opacity:.90;opacity:.90;
	border-top: 1px solid #8bc743;
	border-right: 1px solid  #8bc743;
	border-left: 1px solid  #8bc743;
		border-bottom: 1px solid  #8bc743;
	width:300px;
	vertical-align:top;
}

td.purpleLandingBlock {
	padding:10px;
	background-image: url(images/bg_gradient2.gif);
	background-repeat: repeat-x;
	-moz-opacity:.90;opacity:.90;
	border-top: 1px solid #862175;
	border-right: 1px solid #862175;
	border-left: 1px solid #862175;
		border-bottom: 1px solid #862175;
	width:325px;
	vertical-align:top;
}


.bgImageDiv {
	padding:0px;
	position:absolute;
	top:320px;
	left:600px;
}

.emphasizednav {
	font-weight:bold;
}

hr {
	border:dotted;
	border-bottom-width:1px;
	border-bottom-color:#8bc743;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	margin-top:5px;
	margin-bottom:5px;
}


img.sprinkle {
	border:dotted;
	border-width:1px;
	border-color:#8bc743;
	margin:5px;
	float:right;
	
}


.extraHeight {
	line-height: 175%;
}


a.fakelink {
	color: #0000cc;
	text-decoration:underline;
	cursor:pointer;
	font-size: 0.9em;
}


td.regheader {
	background-color:#8ccb39;
	font-weight:bold;
	color:#fff;
	padding:3px;
}
td.confheader {
	background-color:#a545a5;
	font-weight:bold;
	color:#fff;
	padding:3px;
	font-size:2em;
}

td.formlabel {
	width:200px;
}

td img {
 vertical-align:middle;
}

.optionalField {
	font-size: 0.7em;
}

.extra_field {
	margin-top:5px
}



.tooltip {
	background-color: #e0f2c9;
	border:solid 1px #97d04d;
	padding: 4px;
	width: 300px;
	font-size: 0.9em;
}
.editLink, .editLink a, .editLink a visited {
	float:right;
	font-weight: normal;
	font-size: 0.9em;
	color:#FFF;
}

#logon {
	display: none;
}

.numbered {
	background-image:url(images/circle_green.gif);
	background-repeat:no-repeat;
	height:20px;
	padding-left: 5px;
	padding-top: 2px;
}

.sampletext {
	background-color:#efefef;
	padding:10px;
	margin:5px 0px;
	border:1px solid #ccc;
}

.explaintext {
	font-size:0.9em; 
	color:#666666;
}

.highlight_area {
	background-color: #e0f2c9;
	border:solid 1px #97d04d;
	padding: 5px;
	font-size: 0.9em;
}

/* START Conferences table */
.conferences{
	/*border: 1px solid  #8bc743;*/
	margin-bottom: 20px;
}

.conferences th{
	text-align:left;
	vertical-align:top;	
	font-size: 0.9em;
	padding: 3px;
	color:#333333;
}

.conferences td{
	padding: 5px;		
	vertical-align:top;	
}

.conferences .greenLandingBlock{
	border:0;
	border-top: 1px solid  #8bc743;
}


.conferences .greenLandingBlockFirst{
	border-bottom:2px solid #6ab138;
	padding:20px 3px 0px 3px;
}
/* END Conferences table */

/* START Events table */
.events{
	border: 1px solid  #8bc743;
	margin-bottom: 20px;
}

.events th{
	text-align:left;
	vertical-align:top;	
	font-size: 0.9em;
	padding: 3px;	
}

.events td{
	font-size: 0.9em;
	padding: 5px;		
	vertical-align:top;	
}


/* END Events table */

/* START Progress meter */
#progress {
	margin-bottom: 5px;
	margin-top: -10px;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

#progress th {
	margin:0;
	padding:0;
	border:0;
}

#progress td {
	margin:0;
	padding-top:0;
	padding-right:15px;
	text-align:center;
	font-size: 0.8em;
	vertical-align:top;
}

#progress .current {
	font-weight: bold;
}

#progress .future {
	color: #666;
}

#progress a, #progress a visited{
	color:  #8bc743;
}


/* END Progress meter */

/* START Timeline */
.timeline {
	margin:10px;
	margin-top:20px;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

.timeline th {
	margin:0;
	padding:0;
	border:0;
}

.timeline td {
	margin:0;
	padding-top:0;
	vertical-align:top;
	padding-right:15px;
}

.timeline .profile, .timeline .profile_actions {
	color: #666666;
	font-size: 0.9em;
}

.timeline .profile a, .timeline .profile_actions a {
	color: #3b59ba;
	text-decoration:none;
}

.timeline .profile_actions {
	border-bottom: solid 1px #CCCCCC;
	padding: 2px;
	
}
/* END Timeline */

/* START Photo upload */
#photo_upload {
	background-color:#e9f4da; /*#e0f2c9;*/
	border:dotted 1px #97d04d;
	padding: 5px;
	font-size: 0.9em;
}

#photo_upload input {
	font-size: 0.8em;
}

#photo_upload .label {
	text-align:right;
	vertical-align:top;
}

/* END Photo upload */


table.donationtable td {
	vertical-align:top;
	padding-bottom:1em;
}

table.surveytable td {
	vertical-align:top;
}

/* Purple button style */

.submitbutton {
	border:1px solid #862175;
	padding:5px;
	color:#862175;
	background-image:url(images/btnbg.gif);
	background-position:bottom;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input[type=submit], input[type=button]{
	border:1px solid #862175; 
	padding:2px; 
	color:#862175; 
	background-image:url(images/btnbg.gif); 
	background-position:bottom; 
	cursor:pointer
}

table.sample
{ 
background-color: #fafafa;
border: 1px #8bc743 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;
width: 95%;
	}


table.sample th
{		background-color: #fafff4;
	white-space: nowrap;
	padding: 10px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #8bc743;
	border-left-color: #8bc743;
}

table.sample td
{
	background-color: white;
	text-align: left;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #8bc743;
	border-left-color: #8bc743;
} 

.eyhForm {
    border:1px solid #862175; 
	padding:2px; 
	cursor:pointer;

}

select {
    border:1px solid #862175; 
	padding:2px; 
	cursor:pointer;

}

 .regbuttonmod {
    border:1px solid #862175; 
	padding:2px; 
	color:#862175; 
	background-image:url(images/btnbg.gif); 
	background-position:bottom; 
	cursor:pointer;
	}
.regbuttonmoda {
font-family: Verdana, Arial, Helvetica, sans-serif;
	
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	font-size: 5mm;
	font-style: normal;
	font-weight: bold;
	
	color:#862175; 
	}
	
	
	input.bigcheck { 
height: 25px; 
width: 25px; 
position:relative; 
top:5px; /* or bottom:1px; */ 
}

h4.student {
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 4mm;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	
	color: #336633;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-bottom: 2px;
	line-height: 4.2mm;
}

.comment {	
	border-bottom-width: thin;
	border-bottom-style: solid;
	color: #336633;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 2px;
}

ul, ol
{
margin:0;
padding:0;
}

li
{
list-style-position: outside;
margin-left:30px;
}

.adultprogram {
	border:1px solid #862175; 
	padding:2px; 
	color:#862175; 
	background-image:url(images/btnbg.gif); 
	background-position:bottom; 
	cursor:pointer
}

td.purpleLandingBlock .head {
	color:#800080;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:5.7mm;
	padding-bottom:5px;
}

td.purpleLandingBlock .subhead {
	color:#800080;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:4mm;
	padding-bottom:5px;
}

td.greenLandingBlock .head {
	color:#608F1F;
		font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:5.7mm;
	padding-bottom:5px;
}


td.greenLandingBlock .subhead {
	color:#608F1F;
		font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:4mm;
	padding-bottom:5px;
}

