
/* =STANDARD SELECTORS
----------------------------------------------- */
body {
	background: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-left: 22px;
}

h1 {
      
      font-weight: bold;
      color: #652187;
      font-size: 16px;
 }

 h2 {
     
     font-weight: normal;
     color: #4265ad;
     font-size: 14px;
 }

 h3 {
     margin-top: 10px;
     margin-bottom: 4px;
     
     font-weight: normal;
     color: #000000;
     font-size: 10px;
 }

 h4 {
     margin-top: 40px;
     margin-bottom: 4px;
     margin-left: 20px;
     
     font-weight: bold;
     color: #000000;
     font-size: 10px;
 }


input.navbtn {
	border: #1B6602 1px solid;
	font-size: 10px; 
	background:  #D6EDCE;
  	cursor: pointer; 
  	cursor: hand;
	color: #000000;
	font-weight: bold;
  	padding: 4px;
	text-decoration: none;
}
input.navbtndefault {
	border: #1B6602 1px solid;
	font-size: 10px; 
	background:  #DFAAA9;
  	cursor: pointer; 
  	cursor: hand;
	color: #000000;
	font-weight: bold;
  	padding: 4px;
	text-decoration: none;
}

input.navbtnutility {
	border: #1B6602 1px solid;
	font-size: 10px; 
	background:  #DFAAA9;
  	cursor: pointer; 
  	cursor: hand;
	color: #000000;
	font-weight: bold;
  	padding: 4px;
	text-decoration: none;
}


/* =DEFAULT TABLE STYLING
	Use to set color and font selections
	for tables. 
	Width of table and columns is set
	in individual object selector (i.e., #sections)
----------------------------------------------- */
table.standardt {
	border: #d2d2d2 1px solid;
	font-size: 10px;
}

table.standardt th {
	border: #d2d2d2 1px solid;
        text-align: left;
	color: #000000;
	font-weight: bold;
	background-color: #D6EDCE;
	font-size: 10px;
}
table.standardt td {
	border: #d2d2d2 1px solid;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 1px;
}

/* =enrollment table - thank you page
----------------------------------------------- */
#enrollment, #paymentinfo {
	width: 740px;
}

/* =CourseGroup and Courses tables - default page
	and sections - classses page
----------------------------------------------- */
#coursegroup {
	width: 330px;
}

#courses {
	margin-left: 20px;
	width: 330px;
}

#sections {
	width: 740px;
}


/* =Shopping Cart Table
----------------------------------------------- */

#shopcart {
	width: 740px;
}


/* =Student Info DIV
----------------------------------------------- */

#studentinfo {
	width: 100%;
	font-size: 10px;
}
#studentinfo td.caption {
	width: 10%;
}

#studentinfo  label {
	margin: 0 2em 40px 0;
	color: #0C64B7;
	font-weight: bold;
	font-size: 10px;
}

#studentinfo  input {
	font-weight: normal;
	font-size: 10px;
}

#studentinfo  select {
	font-weight: normal;
	font-size: 10px;
 	width: 240px;
}

span.required {
	color: #B70C35;
	font-weight: bold;
}

input.phonepart {
	width: 60px;
}


/* =Schedule table
----------------------------------------------- */
#schedule {
	width: 740px;
}


/* =Fee table
----------------------------------------------- */
#schedule {
	width: 580px;
}



/* =ClassDetails/Location
----------------------------------------------- */

#location {
	width: 580px;
	font-size: 10px;
}



/* =Goals Table
----------------------------------------------- */

#goals {
	border: #d2d2d2 1px solid;
	width: 740px;
	font-size: 10px;

}

#goals th {
	border: #d2d2d2 1px solid;
        text-align: left;
	color: #000000;
	font-weight: bold;
	background-color: #D6EDCE;
	font-size: 10px;
}

#goals td {
	border: #d2d2d2 1px solid;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 1px;
}

#goals select {
	font-weight: normal;
	font-size: 10px;
 	width: 240px;
}

/* =Types Table
----------------------------------------------- */

#types {
	border: #d2d2d2 1px solid;
	width: 300px;
	font-size: 10px;

}

#types th {
	border: #d2d2d2 1px solid;
        text-align: left;
	color: #000000;
	font-weight: bold;
	background-color: #D6EDCE;
	font-size: 10px;
}

#types td {
	border: #d2d2d2 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 1px;
}



#schoolnav {
	margin-top: 40px;
}

#footer {
	margin-top: 40px;
}


#divClassDesc {
	color: #CC0099;
	font-weight: bold;
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 8px;
}

#divClassLongDesc {
	color: #333333;
	font-weight: normal;	
	font-size: 10px;
	padding: 6px;
	margin-top: 4px;
	margin-bottom: 16px;
	border: #d2d2d2 0px solid;
	width: 560px;
}

#divSectionLongDesc {
	color: #333333;
	font-weight: normal;	
	font-size: 10px;
	padding: 6px;
	margin-top: 4px;
	margin-bottom: 16px;
	border: #d2d2d2 0px solid;
	width: 700px;
}


#miscnotes {
	font-weight: normal;	
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#pbaStudent, #pbaSSN {
	font-weight: normal;	
	font-size: 10px;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#pbanotice {
	font-weight: normal;	
	font-size: 10px;
	border: #000000 1px solid;
	padding: 4px;
	width: 560px;

}

.pbaYesNo {
	font-weight: bold;	
	font-size: 10px;
	color: #CC0033;
}

#pbahead {
	font-weight: bold;	
	font-size: 12px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1.2em;
}
#pbanotice p.centered {
	text-align: center;
}
#pbanotice p.maintext {
	font-weight: normal;	
	font-size: 10px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

#ValidationError{
	font-weight: bold;	
	font-size: 12px;
	color: #B70C35;
	border: #000000 0px solid;
	display: block;
	width: 100%;
}

span.validinput {
	font-weight: normal;	
	font-size: 10px;
	color: #4C4C4C;
}

#logo {
	color: #1B6602;
	font-size: 18px;
	font-weight: bold;
	display: inline;
}

span.logoname {


}

