/* Base Declarations */
* {
	margin: 0px;
	padding: 0px;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background-color: #3c2415;
	font-family: serif;
	font-size: 11pt;
	background: transparent url(../images/shell/global/layout2_background.jpg) 0 0;
}
p {
	font-size: 11pt;
}

h1, h2, h3, h4, h5, h6, p, li, td, th, blockquote, select, option, input, textarea {
	font-family: serif;
	color: #3c2415;
	font-size: 10pt;
}
li {
	padding-bottom: 0px;
	margin: 0px;
}
.clear {
	clear: both;
}

.print_only {
	display: none;
}
div.attention {
	border: 1px solid #800000;
	padding: 10px;
}
div.layout#container {
	margin-right:auto;
	margin-left:auto;
	width: 756px;
	text-align: left;
}
/* Header */
div.layout#header {
	position: relative;
	height: 146px;
	background: transparent url(../images/shell/global/layout2_top.gif) 0 0 no-repeat;
}
div.layout#headerphotos {
	position: relative;
	height: 119px;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.layout#headerphotos img.photo {
	float: left;
	padding-right: 9px;
}
div.layout#headerphotos img.photoend {
	float: left;
}
/*div.layout#header_image {
	position: absolute;
	width: 290px;
	height: 50px;
	top: 39px;
	left: 464px;
	background: transparent url(../images/shell/global/header_image_iisle.gif) 0 0 no-repeat; 
	background: transparent url(../images/shell/global/header_image.gif) 0 0 no-repeat;
}
 */

div.layout#search {
	position: relative;
	top: 40px;
	left: 620px;
	width: 140px;
	height: 20px;
}
#search_button {
	vertical-align: middle;
	padding-left: 3px;
}
#search_field {
	background-color: #fff;
	border: 1px solid #444;
	padding: 2px;
	width: 92px;
	text-align: right;
	color: #000;
	font-size: 11px;
}
/* Top Navigation */
div.layout#top_nav {
	height: 21px;
	background-color: #747473;
	z-index: 20;
}
/* Top Navigation */
div.layout#top_nav_menu {
	display: none;
}
div.layout#side_nav_menu {
	width: 164px;
}
div.layout#side_nav_menu a {
	font-size: 11pt;
	color: #000;
	font-weight: bold;
}
div.layout#side_nav_menu li {
	margin-left: 30px;
	width: 155px;
	height: 27px;
	text-align: center;
	color: #000;
	background: transparent url(../images/shell/global/layout2_sidebutton.gif) 0 0 no-repeat;
	padding-top: 33px;
}
ul#mnHome {
	color: #ff0000;
	list-style-type: none;
	list-style-image: none;
}
ul#mnHome a {
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
}
/* Breadcrumbs */
div.layout#breadcrumbs {
	position: relative;
	top: 107px;
	left: 225px;
	height: 20px;
}

div.layout#breadcrumbs p {
	padding: 0px 0px;
	font-family: serif;
	font-size: 8pt;
	color: #fff;
	background-color: transparent;
}
div.layout#breadcrumbs a {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}
div.layout#breadcrumbs a:link {
	color: #fff;
}
div.layout#breadcrumbs a:hover {
	color: #aaa;
}
div.layout#breadcrumbs a:visited {
	color: #aaa;
}
div.major {
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
}
/* Page Container */
div.layout#page {
/*	background: transparent url(../images/shell/global/layout2_bodytop.gif) 0 0 repeat-x; */
	background-color: #fff;
}
div.layout#page_full {
	border-right: 1px solid #ddd;
}
/* Content */
div.layout#content {
	float: left;
	width: 505px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 15px 11px;
}
div.full#content {
	width: 735px;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 15px 5px;
}
div.include#content {
	float: left;
	width: 570px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
div.layout#content h5 {
	display: none;
}
div.layout#content h1 {
	font-weight: normal;
	font-size: 20pt;
	font-weight: bold;
	margin: 16px 0px 8px 0px;
}

div.layout#content h2 {
	font-weight: bold;
	font-size: 16pt;
	font-weight: bold;
	margin: 16px 0px 8px 0px;
}
div.layout#content h3 {
	font-weight: italic;
	font-size: 12pt;
	margin: 8px 0px 4px 0px;
}
div.layout#content h4 {
	font-weight: bold;
	font-size: 12pt;
	margin: 0px 0px 4px 0px;
}
div.layout#content p {
	padding: 0px 0px 12px 0px;
	color: #3c2415;
	background-color: transparent;
}
div.layout#content p.highlight {
	color: #800000;
}
div.layout#content p.minor, .minor {
	font-size: 8pt;
	padding: 0px 0px 6px 0px;
	color: #3c2415;
	background-color: transparent;
}
div.layout#content ul {
	padding: 6px 0px 6px 16px;
}
div.layout#content li {
	color: #3c2415;
}
div.layout#content a, a {
	color: #800000;
	text-decoration: underline;
}
div.layout#content a:link, a:link {
	color: #800000;
	text-decoration: underline;
}
div.layout#content a:hover, a:hover {
 	color: #800000;
	text-decoration: underline;
}
div.layout#content a:visited, a:visited {
	color: #317ac7;
	text-decoration: underline;
}
/* Left Navigation */
div.layout#left_logos {
	position: relative;
	top: -200px;
	width: 235px;
	height: 100%;
	text-align: left;
	padding-left: 37px;
}
div.layout#left_logos img {
	padding-top: 20px;
}

div.layout#left_nav {
	float: left;
	width: 205px;
	height: 100%;
}
div.layout#left_filler {
	float: left;
	width: 20px;
	height: 200px;
}
div.layout#left_nav_masthead {
	display: none;
	height: 51px;
	text-align: right;
	font-family: Verdana,'Helvetica Neue', Helvetica, sans-serif;
	font-style: italic;
	font-size: 24pt;
	padding: 8px 8px 0px 0px;
	border-bottom: 1px solid #fff;
}

/* FIXME: this is an example for positioning the left menu */
div.layout#left_menu {
	margin: 0px 0px 0px 7px;
}
/* Footer */
div.layout#footer {
	height: 26px;
	background-color: #fff;
	background: transparent url(../images/shell/global/layout2_bodybottom.gif) 0 0 no-repeat;
}
div.layout#sitemap ul {
	font-size: 9pt;
	line-height: 1.2em;
	margin: 0px 0px 0px 5px;
}
div.layout#footer ul {
	float: right;
	margin: 5px 0px 0px;
}
div.layout#footer ul li {
	font-family: Verdana,'Helvetica Neue', Helvetica, sans-serif;
	font-size: 7pt;
	display: inline;
	margin-right: 10px;
}
div.layout#footer a {
	text-decoration: none;
	background-color: transparent;
}
div.layout#footer a:link {
	color: #fff;
	text-decoration: none;
}
div.layout#footer a:hover {
 	color: #fff;
	text-decoration: underline;
}
div.layout#footer a:visited {
	color: #ddd;
}
div.layout#footer_claim {
	color: #3c2415;
	height: 25px;
	padding: 6px 0px 3px 0px;
	font-size: 10pt;
	text-align: center;
}
div.layout#footer_claim sup {
	color: #3c2415;
	font-weight: bold;
}
div.layout#footer_badge {
	display: block;
	float: right;
	padding: 1px 8px;
	margin-left: -20px;
}
div.layout#search_results {
	padding: 5px;
}
div.layout#search_results a:link {
	color: #1d4977;
	text-decoration: underline;
}
div.layout#search_results a:hover {
 	color: #317ac7;
	text-decoration: underline;
}
div.layout#search_results a:visited {
	color: #317ac7;
	text-decoration: underline;
}
div.courseManager {
	min-height: 300px;
}
div.pdfManager {
	min-height: 500px;
}
div.pdfManager iframe {
	width: 100%;
	height: 500px;
	border: 3px double #333;
}
div.search_score {
	display: inline;
	font-size: 8pt;
}
div.search_title {
	display: inline;
}
div.search_item {
	font-size: 7pt;
}
div.layoutTeaser {
	margin-top: 5px;
	font-size: 9pt;
}
div.layoutTeaser h3 {
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
}
/* search form */
#search {
	position: relative;
	top: 7px;
	left: 626px;
	width: 128px;
	height: 20px;
}
#search input.field {
	background-color: #fff;
	border: 1px solid #333;
	padding: 2px;
	width: 92px;
	text-align: right;
	color: #000;
	font-size: 11px;
}
#search input.button {
	vertical-align: middle;
}
/* tables */
table.layout {
	border: 0px;
	width: 100%;
	padding: 3px;
	font-size: 10px;
}
table.layout tr {
}
table.layout tr.stripe {
	background-color: #eee;
}
table.layout td {
	text-align: left;
	padding: 3px;
	vertical-align: top;
}	
table.layout td.label {
	width: 75px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
table.layout td.value {
	width: 400px;
	text-align: left;
}
table.layout td.strong {
	color: #ff0000;
}
table.formTable {
	padding: 3px;
	border: 0px;
	margin-top: 10px;
}
table.formTable tr {
}
table.formTable td {
	border-bottom: 1px solid #eee;
	padding: 3px;
}
table.formTable td.label {
	width: 150px;
	text-align: right;
	border-right: 1px solid #ddd;
}
table.formTable .uLink {
	text-decoration: underline;
}
table.formTable input.formSubmit {
	padding: 0px 4px 0px 4px;
	font-size: 10pt;
	color: #333;
}
table.formTable textArea {
	font-size: 9pt;
	padding: 1px;
}
table.border, .border {
	border: 1px solid #ccc;
}
table.boldborder, .boldborder {
	border: 1px solid #333;
}
table.redborder, .redborder {
	border: 1px solid #800000;
}
table.subClass {
	border: 0px;
}
table.subClass td {
	border: 0px;
}
div.regList {
	border: 2px inset #aaa;
	background-color: #fafafa;
	width: 345px;
	padding: 3px;
	margin: 0px;
}
table.errorTable {
	font-size: 8pt;
	border: 2px solid #333;
}
table.errorTable td {
	border: 0px;
}
table.errorTable td.attn {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #ffffff url(../images/shell/warning.png) 0 0 no-repeat;
	padding: 9px 0px 12px 32px;
}
table.errorTable td.attnItems {
	background-color: #ffffec;
	padding: 8px 0px 8px;
}
table.errorTable td.error {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #ffffff url(../images/shell/error.png) 0 0 no-repeat;
	padding: 9px 0px 12px 32px;
}
table.errorTable td.errorItems {
	background-color: #f4e9e9;
	padding: 8px 0px 8px;
}
table.errorTable li {
	margin-left: 15px;
}
.error {
	color: #333;
	background-color: #f4e9e9;
}

