html, body {
		margin:0;
		padding:0;
		height:100%;
}
body{
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	margin-top:0;
	margin-bottom:0;
	margin-left:4px;
	margin-right:0;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:18px;
}
#body {
	padding:0;
	padding-bottom:90px;	/* Height of the footer */
}
#container {
	min-height:100%;
	position:relative;
}
#footer {
	position:absolute;
	bottom:0;
	width:740px;
	height:90px;			/* Height of the footer */
	background:#EFEBDE;
	color:#393C31;
	font-size:10px;
}
.footer A:link{
	color:#5A6521;
	font-size:10px;
}
.footer A:visited {
    color: #5A6521;
    text-decoration:none;
	font-weight:bold;
}

.footer A:hover {
    color: #393C31;
    text-decoration:underline;
	font-weight:bold;
}

.footer A:active {
    color: #5A6521;
    text-decoration:none;
	font-weight:bold;
}
.topmenu {
    color: #63655A;
    text-decoration:none;
	font-size:10px;
}

.topmenu A:link {
    color: #63655A;
    text-decoration:none;
	font-weight:bold;
}

.topmenu A:visited {
    color: #63655A;
    text-decoration:none;
	font-weight:bold;
}

.topmenu A:hover {
    color: #63655A;
    text-decoration:underline;
	font-weight:bold;
}

.topmenu A:active {
    color: #63655A;
    text-decoration:none;
	font-weight:bold;
}
.featured-title {
    background-image:url('/images/back_orange.gif');
	width:259px;
    text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:6px;
	padding-left:6px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-width:1px;
}
.featured-content {
    background-image:url('/images/back_gray.gif');
	width:259px;
    text-decoration:none;
	font-size:10px;
	padding:6px;
	padding-left:6px;
	color:#FFFFFF;
	border-bottom-color:#B5B6AD;
	border-bottom-style:groove;
	border-bottom-width:thin;
}
.featured-content A:link {
    color: #FFFFFF;
    text-decoration:none;
	font-weight:bold;
}
.featured-content A:visited {
    color: #FFFFFF;
    text-decoration:none;
	font-weight:bold;
}

.featured-content A:hover {
    color: #FF9A31;
    text-decoration:underline;
	font-weight:bold;
}

.featured-content A:active {
    color: #FFFFFF;
    text-decoration:none;
	font-weight:bold;
}
.side-title {
	width:259px;
    text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:6px;
	padding-left:6px;
	border-bottom-color:#B5B6AD;
	border-bottom-style:groove;
	border-bottom-width:thin;
}
.side-content {
	width:259px;
    text-decoration:none;
	font-size:10px;
	padding:6px;
	padding-left:6px;
	color:#393C31;
}
.side-content A:link {
    color: #393C31;
    text-decoration:none;
	font-weight:bold;
}
.side-content A:visited {
    color: #393C31;
    text-decoration:none;
	font-weight:bold;
}

.side-content A:hover {
    color: #FF9A31;
    text-decoration:underline;
	font-weight:bold;
}

.side-content A:active {
    color: #393C31;
    text-decoration:none;
	font-weight:bold;
}
.side-menu {
	width:100%;
    text-decoration:none;
	font-size:11px;
	font-weight:normal;
	padding:6px;
	padding-left:6px;
	border-bottom-color:#B5B6AD;
	border-bottom-style:groove;
	border-bottom-width:thin;
	color:#393C31;
}
.side-menu A:link {
    color: #393C31;
    text-decoration:none;
	font-weight:normal;
}
.side-menu A:visited {
    color: #393C31;
    text-decoration:none;
	font-weight:normal;
}

.side-menu A:hover {
    color:#FFFFFF;
    text-decoration:underline;
	font-weight:normal;
}

.side-menu A:active {
    color: #393C31;
    text-decoration:none;
	font-weight:normal;
}
.breadcrumb {
	background-color:#ffffff;
	border-bottom-color:#B5B6AD;
	border-bottom-style:groove;
	border-bottom-width:thin;
	border-top-color:#393C31;
	border-top-style:dashed;
	border-top-width:1px;
	width:100%;
	padding:6px;
	padding-left:6px;
	padding-top:4px;
	font-size:10px;
	color:#393C31;
}

.breadcrumb A:link
{
    COLOR: #393C31;
    TEXT-DECORATION: none
}

.breadcrumb A:visited
{
    COLOR: #393C31;
    TEXT-DECORATION: none
}

.breadcrumb A:hover
{
    COLOR: #5A6521;
    TEXT-DECORATION: underline
}

.breadcrumb A:active
{
	COLOR: #393C31;
    TEXT-DECORATION: underline
}
.listingHeader {
	font-size:18px;
	color:#393C31;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight:100;
}
.listingData {
font-family:Verdana;
font-size:11px;
color:#333333;
margin-top: 0px;
}
.listData {
	background-color: #ffffff; 
	border-top: 1px solid #cccccc; border-left: #cccccc 1px solid;
	width:100%;
}
.listData TD {
	border-bottom: 1px solid #cccccc; border-right: #cccccc 1px solid;
	padding-top: 3px;padding-bottom: 3px;
	padding-left: 5px;padding-right: 5px;
	vertical-align: top;
}
.listData TD TD {
	border:0px;
	padding: 0px;
}
.listData TH {
	border-bottom: 1px solid #cccccc; border-right: #cccccc 1px solid;
	padding: 5px;
	vertical-align: middle;
	font-weight: normal;
}
.listData TH A {
	padding:0px;
    color: #000000;
	text-decoration: underline;
}
.listData TH A:hover {
    color: #000000;
	text-decoration: underline;
}
.listData TH A:visited {
    color: #000000;
	text-decoration: underline;
}
.listData TH TD {
	border:0px;
	padding:0px;
	vertical-align: middle;
	text-align: center;
}
.listData TH#selected {
	background-color: #E5E5E5;
}
.listData .buttonDefault {
	margin-left: 5px; margin-right: 5px;
}
.listData .buttonIconCB {
	margin-left: 5px; margin-right: 5px;
}
.listTotalRow {
	background-color:#E5E5E5;
}
.listOddRow    { 
	background-color:#EFEFEF;
}
.listEvenRow   { 
	background-color:#FFFFFF;
}
.footnote {
	color: #808080;
	line-height:12px;
	font-size:10px;
}
.footnote A:link {
	color: #808080;
	line-height:12px;
	font-size:10px;
	text-decoration:underline;
}
.footnote A:visited {
	color: #808080;
	line-height:12px;
	font-size:10px;
	text-decoration:underline;
}
.input-text{
	width:160px;
	height:21px;
	padding-top:0px;
	border-right: #94968C 1px solid;
	border-top: #94968C 1px solid;
	border-left: #94968C 1px solid;
	border-bottom: #94968C 1px solid;
}
.login {
	border-bottom-color:#393C31;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-left-color:#393C31;
	border-left-style:dashed;
	border-left-width:1px;
	padding:6px;
	padding-top:4px;
	font-size:10px;
	color:#393C31;
}
.login A:link
{
    COLOR: #393C31;
    TEXT-DECORATION: none
}

.login A:visited
{
    COLOR: #393C31;
    TEXT-DECORATION: none
}

.login A:hover
{
    COLOR: #5A6521;
    TEXT-DECORATION: underline
}

.login A:active
{
	COLOR: #393C31;
    TEXT-DECORATION: underline
}
.box {
	border-bottom-color:#393C31;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-left-color:#393C31;
	border-left-style:dashed;
	border-left-width:1px;
	border-right-color:#393C31;
	border-right-style:dashed;
	border-right-width:1px;
	border-top-color:#393C31;
	border-top-style:dashed;
	border-top-width:1px;
	padding:6px;
	padding-top:4px;
	font-size:10px;
	color:#393C31;
}
.title {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
/* table complex ------------------------------------------------- */
.complexTable     { background-color: #ffffff; 
border-top: 1px solid #cccccc; border-left: #cccccc 1px solid;
border-bottom: 1px solid #cccccc; border-right: #cccccc 1px solid;
} 
.complexOddRow    { background-color:#efefef; }
.complexEvenRow   { background-color:#ffffff; }
.complexButtonRow { background-color:#ffffff; }

.complexIndentCol   { padding: 5px; border-bottom: 1px solid #eeeeee; border-right: #eeeeee 1px solid; }
.complexNoIndentCol { padding: 5px; border-bottom: 1px solid #eeeeee; border-right: #eeeeee 1px solid; }
.complexNoPaddingCol { padding: 0; border-bottom: 1px solid #eeeeee; border-right: #eeeeee 1px solid; }
.complexCell { 
	padding: 5 11 5 11; 
	border-bottom: 1px solid #eee; BORDER-RIGHT: #eee 1px solid;  
}
.complexTitle  { 
	padding: 5px;
	border-bottom: 1px solid #eeeeee; 
}
.complexHeader {
	background-color:#ffffff; text-align: center; color : #000000;
	padding: 5 11 5 11; border-bottom: 1px solid #eeeeee; BORDER-RIGHT: #eeeeee 1px solid;
}
.complexHeaderSorted {
	text-align: center; 
	padding: 5 11 5 11; border-bottom: 1px solid #eeeeee; BORDER-RIGHT: #eeeeee 1px solid;
	background-color: #efefef;
	color: #000000;
	}

.complexTitleRow {
	background-color:#ffffff; padding: 5 11 5 11; border-bottom: 1px solid #eeeeee; BORDER-RIGHT: #eeeeee 1px solid;
}
.complexTitleCell {
	font-weight: bold; 
}
.buttonDefault {
	background-image: url(/images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px #B4B4B4 solid;
	border-left: 1px #B4B4B4 solid;
	border-right: 1px #727272 solid;
	border-bottom: 1px #727272 solid;
	padding-left: 10px;
	padding-right: 10px;

	font-size: 11px;
	margin: 0px;
	margin-right: 10px;
}
