/**
 * Global elements
 **/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #b1b841;
	color: #191919;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 10px 0 5px 0;
	border-bottom: 1px solid;
	color: #3F1F62;
	padding: 5px 0;
}

h3 {
	margin: 10px 0 5px 0;
	color: #3F1F62;
}

a {
	color: #3f1f62;
	text-decoration: none;
}

a:hover {
	border-bottom: dashed #3f1f62 1px;
}

ul.std {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.std li {
	float: left;
	margin: 0 5px;
}

table.std {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}

table.std th {
	
}

table.std tr.odd {
	border-top: solid 1px #b1b841;
	background-color: #E3E5BA;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

/*div.list-menu {*/
/*	height: 350px;*/ /* This was previously commented out before implementing fly-menu */
	/*width: 234px;
		background: #d6da9c url('/static/img/bg-nav.jpg') no-repeat bottom;
		border: 1px solid #748514;
		padding: 14px 0;
		margin: 0;
	}

	div.list-menu .menu-header {
		font-size: 14px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #3f1f62;
		background: none;
		margin-bottom: 5px;
		padding: 4px 0 4px 10px;
		cursor: pointer;
	}

	div.list-menu .menu-header a {
		color: #3f1f62;
		text-decoration: none;
	}

	div.list-menu .menu-header a:hover {
		background: #3f1f62;
	  color: #FFFFFF;
	}

	div.list-menu .menu-header:hover {
		background: #3f1f62;
		color: #FFFFFF;
	}

	div.list-menu .menu-header:hover a {
		color: #fff;
	}

	div.list-menu .openheader {
		background: #3f1f62;
		color: #FFFFFF;
	}

	div.list-menu .openheader a {
		color: #fff;
	}

	div.list-menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-bottom: 5px;
	}

	div.list-menu ul li {
		padding-bottom: 0px;
	}

	div.list-menu ul li a {
		color: #000;
		background: none;
		display: block;
		padding: 2px 0 4px 0;
		padding-left: 13px;
		text-decoration: none;
		font-weight: bold;
		font-size: 95%;
		font-family: Arial, sans-serif;
	}

	div.list-menu ul li a:visited {
		color: #000000;
	}

	div.list-menu ul li a:hover {
		color: #3f1f62;
		border: 0;
	}*/

span.required {
	font-size: 11px;
	font-style: italic;
}

div.course {
	border-top: solid 1px #b1b841;
	background-color: #E3E5BA;
	padding: 10px;
	margin-top: 20px;
}

div.course.odd {
	border-top: solid 1px #b1b841;
	background-color: #E3E5BA;
	padding: 10px;
	margin-top: 20px;
}

div.course strong a {
	font-size: 14px;
}

div.caption {
	font-size: 10px; 
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
}

div.caption a {
	text-decoration: none;
	color: #666;
}

div.caption a:hover {
	color: #306;
}

div.caption img {
	border: #ffffff 1px solid;
	margin: 10px 0;
}

div#more-links {
	width: 212px;
	height: 355px;
	background: url('/static/img/bg-nav-more.jpg') no-repeat;
	margin-top: 10px;
	padding: 50px 0 0 22px;
}

div#more-links a {
	text-decoration: none;
	color: #3f1f62;
	font-size: 14px;
	line-height: 22px;
}

div#more-links a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: dotted #000000 1px;
}

.caption {
	font-size: 10px; 
	color: #333;
	font-family:Tahoma, Geneva, sans-serif;
}

.caption a {
	text-decoration: none;
	color: #666;
}

.caption a:hover {
	color: #306;
}

.caption img {
	border: #ffffff 1px solid;
	margin: 10px 0;
}

form.std {
	
}

form.std p {
	margin: 4px 0;
}

form.std input, form.std textarea, form.std select {
	margin: 0px;
	padding: 2px 0;
	border: 1px solid #b1b841;
	background: #fff url('/static/img/bg-input.jpg') bottom repeat-x;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

form.std input[type="text"],
form.std input[type="password"] {
	width: 250px;
}

form.std input.short {
	width: 50px;
}

form.std textarea {
	width: 250px;
	height: 100px;
}

form.std div {
	clear: both;
	padding: 2px 0 2px 0;
}

form.std label {
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 6px;
}

form.std label.wrap {
	float: none;
	width: auto;
	text-align: left;
	margin: auto;
}

form.std p {
	clear: both;
}

form.std div div {
	margin-left: 0;
	clear: none;
}

form.std div div label {
	float: none;
	width: auto;
	text-align: left;
	display: inline;
}

form.std div.align {
	margin: 3px 0px 7px 136px;
}

form.std fieldset {
	border: 1px solid #fff;
	margin: 0 0 16px 0;
	padding: 14px 10px 10px 20px;
}

form.std legend {
	font-weight: bold;
	letter-spacing: 1px;
}

form.std input.button {
	color: #3E1E62;
	font-weight: bold;
	padding: 3px 10px;
	margin: 0 0 0 20px;
}

div.error, fieldset.error {
	margin: 0 0 15px 0;
	padding: 4px 8px;
	background-color: #CBD06E;
	border: 1px solid #b1b841;
}

fieldset.error legend {
	font-weight: bold;
}

div.error p {
	margin: 2px 0;
}

/**
 * ID's
 **/
div#container {
	margin: 0 auto;
	width: 960px;
}

div#header {
	position: relative;
	clear: both;
	display: block;
	width: 960px;
	height: 110px;
	background: url('/static/img/bg-header.jpg') no-repeat;
}

div#header h1 a {
	position: absolute;
	bottom: 15px;
	left: 5px;
	display: block;
	width: 363px;
	height: 0px;
	padding: 42px 0 0 0;
	background: url('/static/img/logo.png') no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

div#header h1 a:hover {
	border: 0;
	text-decoration: none !important;
	color: #000;
}

div#header a {
	color: #000;
}

div#header a:hover {
	border-bottom: 1px dotted white;
	color: #fff;
	text-decoration: none;
}

div#header div#intro-links {
	position: absolute;
	bottom: 9px;
	right: 13px;
	width: 575px;
	height: 16px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: right;
	overflow: hidden;
}

div#header div#intro-links p {
	position: absolute;
	left: 0;
	bottom: 4px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 311px;
	height: 16px;
	overflow: hidden;
}

div#header div#intro-links ul {
	float: right;
	display: inline;
	font-weight: bold;
}

div#side {
	float: left;
	width: 234px;
}

div#content {
	float: left;
/*	width: 684px; /* 714 - 30px combined padding */
	width: 716px;
	margin: 0 0 0 10px;
/*	border-right: 1px solid #fffffd;
	border-left: 1px solid #fffffd;*/
	overflow: hidden;
}

.small {
	font-size: 1em;
}

div.section {
	position: relative;
	display: block;
	width: 716px;
	padding: 25px 0 17px 0;
	background: #d8dc9f url('/static/img/bg-content-bottom.jpg') 0% 100% no-repeat;
	font-size: 1.1em;
	line-height: 1.5em;
}

div.section div.inner {
	padding: 35px 16px 0 16px;
	width: 684px;
	background: url('/static/img/bg-content-mid.jpg') repeat-y;
}

div.section h1 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 26px;
	font-weight:normal;
	padding: 25px 0 0 15px;
	width: 700px;
	height: 35px;
	background: #d8dc9f url('/static/img/bg-content-top.jpg') 100% 0% no-repeat;
	border-left: 1px solid #fffffd;
}

div.section h1 span {
	font-size: .7em;
	color: #899426;
}

div.open-air {
	position: relative;
	display: block;
	width: 716px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #d8dc9f;
	border: 1px solid #fffffd;
	font-size: 1.4em;
	line-height: 1.5em;
}

div.open-air a {
	font-weight:bold;
}

div#footer {
	clear: both;
	text-align: right;
	padding: 10px 0;
}

/**
 * Home page
 **/
div#study {
	margin: 0 0 10px 0;
	width: 716px;
	height: 158px;
	text-indent: -1000px;
}

div#study-at-institute a {
	width: 353px;
	height: 158px;
	float: left;
	background: url('/static/img/study-at-institute.jpg');
}

div#study-at-institute a:hover {
	width: 353px;
	height: 158px;
	float: left;
	background: url('img/study-at-institute-over.jpg');
}

div#study-online a {
	width: 353px;
	height: 158px;
	float: right;
	background: url('/static/img/study-online.jpg');
}

div#study-online a:hover {
	width: 353px;
	height: 158px;
	float: right;
	background: url('/static/img/study-online-over.jpg');
}

table#upcoming-classes {
	float: left;
	width: 375px;
	margin-top: 20px;
}

table#upcoming-classes strong {
	color: #002e69;
}

table#upcoming-classes p {
	margin: 6px 0 6px 0;
}

div#mailing-list {
	float: right;
	width: 240px;
	background-color: #E3E5BA;
	padding: 20px 10px;
}

div#gallery-pic {
	border: 1px solid #000;
}

div#front-page-photo-browser {
	border-top: solid 1px #b1b841;
	border-bottom: solid 1px #b1b841;
	padding: 20px 0;
}

div#front-page-photo-browser table {
	margin: 0 auto;
	width: 500px;
}

/**
 * Schedule page
 **/
div.schedule {
	font-size: 11px;
}

div.schedule p {
	margin-top: -10px;
}

div.schedule h2 {
	border-top: 1px solid #b1b841;
	margin-top: 15px;
	padding-top: 5px;
	font-weight:normal;
	border-bottom:none;
}

div.schedule table {
	width: 100%;
	background-color: #E3E5BA;
	border: 1px solid #b1b841;
	border-collapse: collapse;
}

div.schedule table th {
	background-color: #b1b841;
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding: 1px 6px;
}


div.schedule table td {
	padding: 4px 6px;		
}

div.schedule table tr.altrow {
	background-color: #E3E5BA;	
}

/**
 * Tuition page
 **/
div.class {
	border-top: solid 1px #b1b841;
	background-color: #E3E5BA;
	padding: 10px;
	margin-top: 20px;
}

div.class.odd {
	border-top: solid 1px #b1b841;
	background-color: #E3E5BA;
	padding: 10px;
	margin-top: 20px;
}

div.class strong a {
	font-size: 14px;
}

/**
 * LEGACY 
 **/
.textfield {
	background: url('/static/img/bg-text-field.jpg') bottom repeat-x;
	height: 15px;
	padding: 2px;
	border: 1px solid #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.formText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

/** GRADUATES PAGES  ***/

ul.states li {
	float:left;
	width: 50px;
	text-align: center;
	font-weight: bold;
}

ul.states {
	margin: 10px 0;
}

ul.states h3 {
	color: #b1b841;
	padding: 3px 0;
}

div.grads {
	padding: 10px;
}

div.grads div.grad {
	clear: both;
}

div.grads div.grad hr {
	clear: both;
}

div.grads div.grad img {
	float: right;
	width: 150px;
	margin: 0 10px 10px 10px;
	border: 1px solid #fff;
}

div.grads h4 {
	margin: 0;
}

div.grad-details {
	clear: both;
}

div.grad-details img {
	float: right;
	width: 300px;
	margin: 0 10px;
	border: 1px solid #fff;
}

/* Calendar */
table.calendar {
	border-collapse: collapse;
	clear:both;
}

table.calendar td {
	position: relative;
	width: 95px;
	height: 95px;
	border: 1px solid #000;
	overflow: hidden;
}

table.calendar td a {
	font-size: .8em;
	margin-bottom: 5px;
}

table.calendar caption.calendar-month {
	margin: 10px 0;
	font-size: 1.5em;
	font-weight: bold;
}

table.calendar td div.day-block {
	position: relative;
	height: 75px;
	padding: 20px 0 0 5px;
	background: #eee;
	line-height: 0.9em;
}

table.calendar td div.day-block strong {
	position: absolute;
	top: 5px;
	left: 5px;
}

#legend {
  background-color: #fff;
  width: 200px;
  float:right;
  padding:10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

#legend h3 {
	color:#333;
	border-bottom:solid 1px #B9C949;
	margin-top:0px;
	font-weight:normal;
}

#admin-home table {
    border-collapse: collapse;
    width: 726px;
}

#admin-home h2 {
    font-size: 1.7em;
    font-weight: bold;
    height: 27px;
    padding: 13px 0 0 15px;
}

#admin-home td {
    border-color: #D5D5D5 #D5D5D5 #D5D5D5 -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0px;
    color: #6C6C6C;
    font-size: 1.2em;
    height: 28px;
    vertical-align: middle;
    text-align: center;
}

#admin-home th {
    color: #6C6C6C;
    font-size: 1.2em;
    font-weight: bold;
    height: 42px;
    text-align: left;
    text-indent: 25px;
    vertical-align: middle;
    width: 146px;
}

#admin-home .col1 {
    border-color: #D5D5D5 #D5D5D5 #D5D5D5 #D5D5D5; 
    border-style: solid solid solid solid; 
    border-width: 1px 1px 1px 1px; 
}

#admin-test h3 {
font-size: 11px; font-family: Verdana,sans-serif;
}

/* Flash Message */
#flash {
  border: 1px solid rgb(63, 31, 98); 
  color: #3f1F62; 
  margin: 10px; 
  padding: 5px; 
  font-size: 13px; 
  background-color: white;
}
