/* ===== HTML tags ===== */

body {
	color: black; 
	background-color: white;
	/*font: 50% verdana, geneva, sans-serif;*/
}

p.center {
	text-align: center;
}

p.clearBoth {
	clear: both;
}

h1.noLeftMargin {
	margin-left: -10px;
}

img.noBorder {
	border: none;
}

img.thumbNail {
	border: none;
	margin: 5px;
}

	
/* formated form table */

table.formattedForm {
	margin: 10px;
	margin-left: auto;
   	margin-right: auto;
   	border-collapse: collapse;
   	border: solid thin white;
}

table.formattedForm tr {
	vertical-align: top;
}

table.formattedForm td {
	white-space: nowrap;
	text-align: left;
	padding: 10px 15px;
}

table.formattedForm td.allowWrap {
	white-space: normal;
	text-align: left;
	padding: 10px 15px;
}

table.formattedForm td.noLeftPadding {
	white-space: nowrap;
	text-align: left;
	padding: 10px 15px;
	padding-left: 0px;
}

table.formattedForm td.center {
	white-space: nowrap;
	text-align: center;
	padding: 10px 15px;
}

table.formattedForm td input {
	width: 120px;
}

table.formattedForm td input.smallField {
	width: 21px;
}

table.formattedForm td input.largeField {
	width: 240px;
}

table.formattedForm td input.fillCell {
	width: 100%;
}

table.formattedForm td textarea.two_row {
	width: 400px;
	height: 40px;
}

table.formattedForm td textarea.four_row {
	width: 400px;
	height: 70px;
}

table.formattedForm td textarea.ten_row {
	width: 400px;
	height: 170px;
}


/* ===== main layout table ===== */

table.main-layout-table {
	background-color: #c6d9e0;
}


/* ===== header area ===== */

#header-container {
	background: url("../images/maybe11_mod.jpg") no-repeat top center;
}

#header-center-content {
	margin-top: 25px;
	text-align: center;
}

#header-center-content a {
	color: white;
	text-decoration: none;
	font-size: 20pt;
	font-style: italic;
}

#header-right-content table {
	width: 100%;
	height: 100%;
	text-align: right;
}

#header-right-content tr.login-area {
	vertical-align: top;
}

#header-right-content tr.login-area a {
	color: white;
}

#header-right-content tr.search-area {
	vertical-align: bottom;
	font-size: smaller;
	font-weight: bold;
	color: white;
}

.headerLink {
   	margin-left: 20px;
   	cursor: pointer;
   	border: 0px;
	/* border: 1px solid black; */
}


/* ===== main menu area ===== */

#common-menu-content {
	background: #afcdd7;
}

/* main menu */

#mainMenuContainer {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#mainMenuContainer h1.mainMenuContainerHeader {
}

#mainMenuContainer ul {
	list-style-type: none;
	margin: 0;
	margin-top: -20px;
	padding: 0;
}

#mainMenuContainer ul li {
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#mainMenuContainer ul li.dummyItem {
	margin-top: -20px;
}

#mainMenuContainer ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
}

html>body #mainMenuContainer ul li a {
	width: auto;
}

/* top level menu */

#mainMenuContainer li.firstMainMenuHeader {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	text-align: center;
	color: #495a64;
	font-size: larger;
	font-weight: bold;
	border-bottom: solid 1px #495a64;
}

#mainMenuContainer li.mainMenuHeader {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	color: #495a64;
	font-size: larger;
	font-weight: bold;
	border-bottom: solid 1px #495a64;
}

#mainMenuContainer li.mainMenuHeader a {
	color: #495a64;
	font-weight: bold;
}

#mainMenuContainer li.mainMenuHeader a:hover {
}

#mainMenuContainer li.mainMenuItem {
	margin-left: 10px;
}

#mainMenuContainer li.mainMenuItem a {
}

#mainMenuContainer li.mainMenuItem a:hover {
}

/* sublevel 1 menu */

#mainMenuContainer li.sublevel1MenuHeader {
	margin-left: 10px;
	color: #495a64;
	font-weight: bold;
}

#mainMenuContainer li.sublevel1MenuHeader a {
	color: #495a64;
	font-weight: bold;
}

#mainMenuContainer li.sublevel1MenuHeader a:hover {
	background-color: #c6d9e0;
}

#mainMenuContainer li.sublevel1MenuItem {
	margin-left: 10px;
}

#mainMenuContainer li.sublevel1MenuItem a {
}

#mainMenuContainer li.sublevel1MenuItem a:hover {
	background-color: #c6d9e0;
}

/* sublevel 2 menu */

#mainMenuContainer li.sublevel2MenuHeader {
	margin-left: 20px;
	color: #495a64;
	font-weight: bold;
}

#mainMenuContainer li.sublevel2MenuHeader a {
	color: #495a64;
	font-weight: bold;
}

#mainMenuContainer li.sublevel2MenuHeader a:hover {
	background-color: #c6d9e0;
}

#mainMenuContainer li.sublevel2MenuItem {
	margin-left: 20px;
}

#mainMenuContainer li.sublevel2MenuItem a {
}

#mainMenuContainer li.sublevel2MenuItem a:hover {
	background-color: #c6d9e0;
}


/* ===== footer area ===== */

#footer-center-content table {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: smaller;
	color: white;
}

#footer-center-content tr {
	vertical-align: middle;
}

/* ===== pages ===== */

.regularPage {
	margin: 10px;
	text-align: center;
}

.regularPage h1 {
	font-size: large;
	font-weight: bold;
	color: #ab285d;
}

.regularPage p {
	text-align: justify;
}

.regularPage p.center {
	text-align: center;
}

/* ===== home page ===== */

#homePage table.homePageLayout {
	width: 100%;
}

#homePage .topArea {
	width: 100% - 20px;
	margin: 10px;
	text-align: left;
	color: #ab285d;
	font-size: 150%;
	font-style: italic;
}

#homePage table.middleArea {
	width: 100%;
}

#homePage table.middleArea tr {
	vertical-align: top;
}

#homePage .middleAreaLeft {
	/*text-align: justify;*/
	text-align: left;
	margin: 10px;
}

#homePage .weatherLink {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

#homePage table.middleAreaRight {
	width: 100%;
	text-align: center;
}

#homePage table.middleAreaRight tr {
	vertical-align: top;
}

#homePage .pictureArea {
	margin: 10px;
	margin-bottom: 0;
}

#homePage .pictureAreaLink {
	display: block;
	margin: 5px;
	margin-top: 2px;
	font-size: smaller;
	cursor: pointer;
}

#homePage #leftPictureLink {
	text-align: left;
}

#homePage #rightPictureLink {
	text-align: right;
}

#homePage .newsArea {
	position: relative;
	width: 100% - 20px;
	margin: 10px;
	margin-bottom: 0px;
   	background-color: #ffffe1;
}

#homePage .newsAreaHeader {
	margin: 10px;
	padding-top: 5px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid;
}

#homePage p.newsItemTitle {
	margin: 4px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
}

#homePage p.newsItemDate {
	margin: 0;
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 4px;
	font-size: 8pt;
	color: #ab285d;
}

#homePage p.newsItemDetails {
	margin: 0;
	margin-left: 25px;
	margin-right: 15px;
}

#homePage p.newsAreaFooter {
	margin: 10px;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 10px;
}


/* ===== news items in newsboard page ===== */

.newsItem {
	position: relative;
	width: 100% - 20px;
	margin: 10px;
	padding: 10px;
   	background-color: #ffffe1;
}

.newsItem .newsItemHeader {
	margin: 5px;
	margin-top: 0;
	width: 100%;
}

.newsItem .newsItemHeader .newsItemTitle {
	float: left;
	width: 70%;
	font-weight: bold;
	text-align: left;
}

.newsItem .newsItemHeader .editOption {
	margin-left: 70%;
	text-align: right;
}

.newsItem p.newsItemDate {
	clear: both;
	margin: 0;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 8pt;
	color: #ab285d;
}

.newsItem p.newsItemDetails {
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
}


/* ===== pictures page ===== */

#thumbNailsArea {
	position: static;
	overflow:auto;
	height: 89px;
	width: 600px;
	border: 1px white solid;
	text-align: center;
	margin-left: auto;
   	margin-right: auto;
}

#thumbNailsArea table{
	margin-left: auto;
   	margin-right: auto;
   	border: 0;
}


/* ===== FBO page ===== */

#essoFBOVanPicture {
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}


/* ===== Messages and errors ===== */

.messageArea {
	background-color: yellow;
}

font.systemMessage {
	font-size: larger;
	color: #ab285d;
}

font.validationErrorHeader {
	font-size: larger;
	color: #ab285d;
}

font.validationErrorItem {
	color: #ab285d;
}

font.requiredFieldIdentifier {
	font-size: larger;
}


/* ===== General classes ===== */

.center {
	text-align: center;
}

.centered-table {
   margin-left: auto;
   margin-right: auto;
}

.bold {
	font-weight: bold;
}

.indent {
	margin-left: 1em;
}




