/* to standardize form and p margins/padding in all browsers */
p, form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin-top: 0px;
	padding-top: 0px;
}

img {
    border: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background-color: #d3eaf0;
	color: #62482d;
}

/* Header bar */
.topBar {
	position: relative;
	width: 900px;
	height: 160px;
}

.logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

.logoWritten {
	position: absolute;
	top: 20px;
	left: 220px;
}

.headerCaption {
	width: 900px;
	padding: 20px 0px 25px 0px;
	text-align: center;
	vertical-align: middle;
}

.menuBar {
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.menuBar a {
	color: #62482d;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
}

.menuBar a:hover {
	color: #62482d;
}

/* Index page */
.topBarIndex {
	position: relative;
	width: 900px;
	height: 130px;
}

.logoWrittenIndex {
	position: absolute;
	top: 30px;
	left: 180px;
}

.slideShowIndex {
	width: 900px;
	height: 400px;
	overflow: hidden;
}

.slideShow {
	width: 900px;
	height: 400px;
	overflow: hidden;
}

/* Content */
.contentContainer {
	margin-top: 0px;
}

.content {
	width: 645px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	vertical-align: top;
	padding: 0px 20px 0px 20px;
	border-left: 1px solid #d3c9be;
}

.contentSpanned {
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	vertical-align: top;
	padding: 0px 20px 0px 20px;
}

.leftColumn {
	width: 175px;
	padding: 0px 20px 0px 20px;
}

a {
	text-decoration: none;
	color: #948779;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #62482d;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #62482d;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

/* Left column */
.chakraImage {
	width: 80px;
	padding: 0px 0px 25px 0px;
}

.chakraTitle {
	width: 85px;
	padding: 0px 0px 25px 15px;
	vertical-align: middle;
	text-align: center;
}

.chakraTitle a {
	color: #62482d;
	text-decoration: none;
}

.pageImage {
	margin-top: 20px;	
}


.pageSubMenu {
	font-size: 12px;
	color: #b29b6c;
	line-height: 22px;
	text-align: left;
}
.pageSubMenu a {
	color: #b29b6c;
	margin: 0px 5px 0px 0px;
}


/* Event page */
.contentBox {
	background-image: url('../images/content-box-bg.jpg');
	background-position: 50% top;
	background-repeat: repeat-y;
	padding: 0px;
}
.contentBox .contentSubArea {
	padding: 5px 10px 5px 10px;
}
.contentBox .contentSubArea a {
	color: #62482d;
	text-decoration: underline;
}
.contentBox .contentSubArea a:hover {
	text-decoration: none;
}
.eventTeacher {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	font-style: italic;
}
.eventThumb {
	width: 90px;
	padding: 5px 10px 5px 20px;
}


/* Footer */
.footerContainer {
	background-color: #bae4f0;
	color: #7b4a2c;
	text-align: center;
	margin-top: 20px;
}

.footer {
	position: relative;
	width: 900px;
	height: 100px;
}

.menuBottom {
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.menuBottom a {
	color: #7b4a2c;
	text-decoration: none;
	margin: 0px 12px 0px 0px;
}

.menuBottom a:hover {
	color: #7b4a2c;
}

.credits {
	font-size: 11px;
	color: #b6a38f;
	line-height: 24px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.credits a {
	color: #b6a38f;
}

.credits a:hover {
	color: #b6a38f;
}

.bottomLogo {
	position: absolute;
	top: 20px;
	right: 20px;
}

.directAccess {
	width: 880px;
	margin: 0 auto;
	padding: 20px 10px;
	font-size: 11px;
	text-align: justify;
}
.directAccess a {
	margin: 0 10px;
}


/* Notification Table */
.notificationTable {
	font-size: 12px;
	line-height: 24px;
	color: #646464;
	background-color: #f4f4f4;
	font-weight: bold;
	border: 1px solid #d8d8d8;
	margin: 5px 0px 5px 0px;
}

.notificationImage {
	vertical-align: top;
	width: 70px;
}

.paddedImage {
	padding: 5px 10px 5px 10px;
}

.errorBand {
	background-color: #c53628;
	width: 20px;
}

.successBand {
	background-color: #63a536;
	width: 20px;
}

#errorCell {
	vertical-align: top;
}


/* Form format */
.formTable tr td {
	padding-top: 3px;
	padding-bottom: 3px;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302e2e;
	padding: 3px;
	background-color: #fcfeff;
}

.required {
	color: #555555;
}

.label {
	width: 120px;
	text-align: left;
}

.labelLarge {
	width: 145px;
	text-align: left;
}

.labelHuge {
	width: 170px;
	text-align: left;
}

.textInputSmall {
	border: 1px solid #837468;
	width: 50px;
}

.textInput {
	border: 1px solid #837468;
	width: 150px;
}

.textInputLarge {
	border: 1px solid #837468;
	width: 255px;
}

.textInputHuge {
	border: 1px solid #837468;
	width: 450px;
}

.datePicker {
	border: 1px solid #837468;
	width: 150px;
}

.comboInput {
	border: 1px solid #837468;
	width: 158px;
}

.comboInputLarge {
	border: 1px solid #837468;
	width: 263px;
}

.textareaInputSmall {
	border: 1px solid #837468;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 255px;
	height: 125px;
	padding: 3px;
}

.textareaInput {
	border: 1px solid #837468;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 350px;
	height: 175px;
	padding: 3px;
}

.textareaRichInput {
	border: 1px solid #bbbbbb;
	width: 600px;
	height: 300px;
}

.checkbox {
	vertical-align: middle;
	margin-left: 0px;
	padding-left: 0px;
	background-color: transparent;
}

.radioButton {
	margin-left: 0px;
	padding-left: 0px;
}

.buttonSmall {
	border: 1px solid #837468;
	width: 70px;
	height: 28px;
}

.buttonLarge {
	border: 1px solid #837468;
	font-size: 12px;
	width: 100px;
	height: 28px;
}

.buttonImage {
	border-style: none;
	background-color: transparent;
	padding: 0px;
}

.formNote {
	font-size: 11px;
}


/*							PHOTO GALLERY FORMAT */
.imageBorder {
	border: 1px solid #cccccc;
}


/*							DATA GRID / PHOTO GALLERY FORMAT */
.dataGrid {
	font-size: 12px;
	line-height: 20px;	
	border-style: solid;
	border-color: #d3eaf0;
	border-width: 1px 1px 0px 0px;
	text-align: left;
}

.dataGridHeader {
	background-color: #444444;
	color: #ffffff;
	text-align: center;
	border-style: solid;
	border-color: #d3eaf0;
	border-width: 0px 0px 1px 1px;
}

.dataGridRow { 
	background-color: #f1f8fa;
}

.dataGridRowAlt {
	background-color: #fafeff;
}

.dataGridItem {
	border-style: solid;
	border-color: #d3eaf0;
	border-width: 0px 0px 1px 1px;
}

.dataGridItemTitle {
	border-style: solid;
	border-color: #d3eaf0;
	border-width: 0px 0px 1px 1px;
	width: 300px;
}

.dataGridItemCenter {
	text-align: center;
	border-style: solid;
	border-color: #d3eaf0;
	border-width: 0px 0px 1px 1px;
}

.dataGridStatus {
	text-align: center;
	border-style: solid;
	border-color: #d3eaf0;
	border-width: 0px 0px 1px 1px;
	width: 100px;
}

.dataGridSelector {
	text-align: center;
	border-style: solid;
	border-color: #d3eaf0;
	border-width: 0px 0px 1px 1px;
	width: 30px;
}

.note {
	font-size: 11px;
	line-height: 14px;
}


/*							DATA GRID SUB FORMAT */
.subContainer {
	display: none;
}

.dataGridSub {
	padding: 0px;
	margin: 0px;
}

.dataGridRowSub {
	background-color: #cceff2;
}

.dataGridRowAltSub {
	background-color: #dcf7f9;
}


/*							FILTER TABLE FORMAT */
.filterTable {
	color: #444444;
	background-color: #e7e7e7;
	border: 1px solid #d6e3cd;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

.filterCaption {
	color: #444444;
	font-size: 11px;
	font-style: italic;
}


/*							SORTABLE FORMAT */
#sortable {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sortable li {
	margin: 4px 0px 4px 0px;
	padding: 1px;
	float: left;
	width: 170px;
	min-height: 180px;
}
