/* andreas01 - a free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer.

Version: 2.5 (Jan 11, 2007)

Screen layout: */

/***** Body and main container *****/

body {

margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 url(img/bg.gif) top center repeat-y;
color:#404040;
}

#wrap {
background:#ffffff;
color:#404040;
margin:0 auto;
width:760px;

}

/***** Various tags *****/

a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

.clickable {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
cursor:pointer;
}

a img {
border:0;
}


p {
margin:0 0 1.4em 0;
}

/***** Header *****/

#header {
margin:10px 0 0;
padding:0;
height:45px;
}

#header h1 {
color:#505050;
background-color:inherit;
width:350px;
margin:0 0 10px;
font-size:2em;
float:left;
}

#header h1 a {
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:400px;
float:right;
text-align:center;
margin:8px 0 0;
font-weight:bold;
line-height:1.3em;
}

#frontphoto {
margin:0 0 10px;
border:0;
}

/***** Left sidebar *****/

#leftside {
clear:left;
float:left;
width:140px;
margin:0 0 5px;
padding:0;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border-left:4px solid #cccccc;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}

/***** Main menu *****/

ul.avmenu {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#286ea0; /*color:#505050;*/
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
/*display:none; consider using for navigation*/
}


ul.avmenu ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}

/***** Right sidebar *****/

#extras {
float:right;
width:140px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
}

#extras p, #extras ul {
margin:0 0 16px;
padding:0;
}

#extras p {
font-size:0.9em;
line-height:1.4em;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin:0 0 8px;
padding:0;
}

/***** Main content *****/

#content {
margin:0 150px 5px 150px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
padding:0 10px;
line-height:1.5em;
}

#contentwide {
margin:0 0 5px 150px;
border-left:1px solid #f0f0f0;
padding:0 0 0 10px;
line-height:1.5em;
}

#contentwide2 {
margin:0 150px 5px 0;
border-right:1px solid #f0f0f0;
padding:0 10px 0 0;
line-height:1.5em;
}

#content h2,#contentwide h2, #contentwide2 h2 {
font-size:1.6em;
margin:0 0 10px;
}

#wrap h3 span {
border-bottom: 1px solid #163F73;
border-top: 1px solid #163F73;
color: #163F73;
font-size:1.0em;
padding: 2px 0 2px 0;

}

#content h3,#contentwide h3, #contentwide2 h3 {
font-size:1.3em;
margin:0 0 8px;
}

#content img,#contentwide img, #contentwide2 img {
padding:1px;
display:inline;
/*background:#cccccc;*/
color:#303030;
/* removed gray border around images in the content area */
border:0px solid #f0f0f0;
}

#content ul, #contentwide ul, #contentwide2 ul, #content ol, #contentwide ol, #contentwide2 ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li, #contentwide2 li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #contentwide2 ul ul, #content ol ol, #contentwide ol ol, #contentwide2 ol ol {
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:15px 0;
border-top:4px solid #f0f0f0;
width:760px;
text-align:center;
color:#808080;
background:#ffffff;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
background-color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/

.alphabet_navigation {
margin-left:0px;
padding-left:0px;
}

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.postinfo {
background-color:#f4f4f4;
border-left:4px solid #cccccc;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;
}

span.all_caps {
text-transform: uppercase;
}

#printed-article {
	display:none;
}


/********** NiceSimpleContactForm **********/

#contact-area {
	width: 100%;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #000000;
}

#contact-area input.submit-button {
	margin-top: 25px;
	width: 150px;
	/*float: right;*/
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 200px;
	padding-top: 5px;
	/*font-size: 1.4em;*/
}

#contact-area table {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

/********** COURSE SELECTION REGISTRATION PAGE **********/


p.field_name {
	text-align: right;
}

p.startTime {
	margin-bottom: 5px;
}

select {
	padding: 5px 0px 5px 0px;
	background: #efefef;
}

fieldset {
	border: 2px solid #dcdcdc;
	padding-bottom: 0px;
}

legend {
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	color: #000000;
	background: #ffffff;
	padding: 2px 6px
}

p.chosen_course {
	margin: 0;
}

p.no_course {
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

p.totalcost {
	text-align: right;
	margin-bottom: 0px;
	font-weight: bold;
}

p.totalcost span{
	border-top: 1px solid #000000;
	padding-top: 5px;
	padding-left:180px;
}

p.print_info {
	text-align:center;
}

table.verify p {
	margin: 0px 0px 0px 0px;
}

p.dataVerify {
	color: #000000;
}

p.dataField {
	color: #a9a9a9;
}

/********** COURSE INFO POPUP **********/

p.tableHeading {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

p.tableCourseInfo {
	margin-bottom: 0px;
	padding-bottom: 3px 0px 0px 0px;
	text-align: center;
}

/********** JUNK JUNK JUNK **********/

p.ADMIN_TBL_heading {
	margin: 2px 0px 2px 0px;
	text-align: center;
	font-weight: bold;
}

p.ADMIN_TBL_heading2 {
	margin: 2px 0px 2px 0px;
	text-align: left;
	font-weight: bold;
}

p.ADMIN_TBL_columndata1 {
	margin: 2px 0px 2px 2px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

p.ADMIN_TBL_columndata {
	margin: 2px 0px 2px 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}


h3#title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	}

/*
p.theader {
	text-align: center;
	font-family: tahoma, arial, "trebuchet MS", sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	color: #000066;
	padding: 2px 2px 2px 2px;
	}
*/

p {
	padding: 5px 5px 5px 5px;
	}

p.title {
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	}

p.category {
	font-weight: bold;
	text-align: right;
	margin-bottom: 0px;
	}

p.description, p.materials {
	padding-bottom: 0px;
	margin-left: 5px;
	margin-top: 0px;
	}
	

input.btn {
	color:#000000;
	font-family: tahoma, arial, "trebuchet MS", sans-serif;

	font-size: 12px;
	padding: 2px 2px 2px 2px;
	}

p.full {
	font-family: tahoma, arial, "trebuchet MS", sans-serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
		text-decoration: line-through;
	}

p.fullinfo {
	font-family: tahoma, arial, "trebuchet MS", sans-serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	text-decoration: line-through;
	text-align: center;
	}

/*
-
*********************************************************/

#mytable {
/*width: 395px;*/
padding: 0;
margin: 0;
/*font-size: 12px;*/
}

#mytable td.heading {
font-weight: normal;
color: #000000;
/*text-transform: uppercase;*/
text-align: center;
vertical-align:bottom;
padding: 0px 2px 0px 2px;
background-color:#cccccc;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
}

#mytable td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px 3px 3px 6px;
}

#mytable2 {
width: 400px;
padding: 0;
margin: 0;
font-size: 12px;
}

#mytable2 td {
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 0px 0px 0px 0px;
}

#mytable3 {
	width: 575px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	border-collapse: collapse;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

#mytable3 td{
	border-collapse: collapse;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

/*
- CSS FOR MENU NAVIGATION
***********************************************/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}

#menu {
	cursor: pointer;
	color:#505050;
	width:140px;
}

#menu dt {
	margin-bottom:5px;
	padding:5px 1px 5px 0px;
	background-color:#f4f4f4;
}

#menu dt a {
	color:#505050;
	text-decoration:none;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	border-left:4px solid #cccccc;
}

#menu dt a:hover,#menu dt a.current {
	color:#286ea0;
	border-left:4px solid #286ea0;
	text-decoration:none;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 110px;
	margin-top: -1.5em;
}

#menu ul {
	width:140px;
}

#menu ul li {
	display:inline;
}

#menu li a {
	background-color:#f4f4f4;
	color:#505050;
	width:140px;
	float:left;
	border-left:4px solid #cccccc;
	text-decoration:none;
	padding:5px 1px 5px 5px;
	font-weight:normal;
}

#menu li a:hover,#menu li a.current {
	background-color:#eaeaea;
	border-left:4px solid #286ea0;
	color:#505050;
}

/*
- CSS FOR REASSIGNING STUDENTS TO NEW CLASSES
***********************************************/
option.notAvailable {
	color: #efefef;
}

a.option.notAvailable:hover {
	color: #efefef;
}