/* CSS Document */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	background-color: #FFFFFF;
}

.pageContainer {
 	border-right: 0px #3C514D solid;
	border-left: 0px #3C514D solid;
}

.leftGradBorder {
  background-image: url(images/leftGrad.gif);
}

.rightGradBorder {
  background-image: url(images/rightGrad.gif);
}

.grapeBorder {
  background-image: url(images/grapesBG.jpg);
}

.middleContentContainer {
  color: #FFFFFF;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 18pt;
  background-color: #3C514D;
}

.bottomContentContainer {
  padding: 5px 15px;
  color: #3C514D;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 18pt;
  background-color: #FFFFFF;
}

.menuContainer {
  background-color: #3C514D;
}

.pageHeader {
  color: #3C514D;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	padding: 5px;
}

.pageSubHeader {
  color: #3C514D;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	padding: 5px;
}

.mainContent, .label {
    color: #3C514D;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	line-height: 12pt;
	padding-left: 5px;
}

.errorMessage {
    color: #CC0000;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	line-height: 12pt;
	padding-left: 5px;
}

input,button,textarea,select {
    color: #3C514D;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	line-height: 12pt;
	padding-left: 5px;
}

.mainMenuLink {
  color: #FFFFFF;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	line-height: 18pt;
	text-decoration: none;
	padding: 5px;
}

.mainMenuLink:hover {
  background-color: #FFFFFF;
  color: #3C514D;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	line-height: 18pt;
	text-decoration: none;
	padding: 5px;
}

.subMenuLink {
  color: #3C514D;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	line-height: 14pt;
	text-decoration: underline;
	padding: 3px;
}

.subMenuLink:hover {
  background-color: #36C4AA;
  color: #000000;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	line-height: 14pt;
	text-decoration: none;
	padding: 3px;
}
.footerLink {
	color: #3C514D;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	line-height: 14pt;
	text-decoration: none;
	padding: 5px;
}

.footerLink:hover {
	color: #000000;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	line-height: 14pt;
	text-decoration: none;
	padding: 5px;
}

/*DISPLAY TAG*/
.sortable {
	padding: 3px;
	background-color: #3C514D;
	text-align: left;
}
.sortable a {
	color: #FFFFFF;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	line-height: 12pt;
}
.odd {
    color: #3C514D;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	line-height: 12pt;
	padding: 2px;
}
.even {
	color: #3C514D;
	background-color: #EEEEEE;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	line-height: 12pt;
	padding: 2px;
}
.odd a, .even a {
 	color: #3C514D;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	line-height: 12pt;
}