html {
	height: 100%;
}

body {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: tahoma, arial, helvetica, serif;
	font-size: 11px;
	/* margin: 0; Used here for IE & Mozilla */ 
	margin-top: 0;
	margin-bottom: 0;
	padding: 1; /* Used here for Opera */ 
}

table {
	border-collapse: collapse;
	border-spacing: 0px; /* Accomplishes table cellspacing=0 for Mozilla & Opera */ 
}

#page {
	width: 800px;
	height: 100%;
	margin: 0px;
	text-align: left;
}

#header {
	width: 800px;
	height: 122px;
	vertical-align: top;
	background-image: url( '../images/voc_logo_right.jpg' );
	background-repeat: no-repeat;
	background-position: top right;
}

#left {
	width: 130px;
	vertical-align: top;
	padding-top: 20px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#middle {
	width: 490px;
	height: 90%;
	background-color: #fff;
	vertical-align: top;
	margin: 20px
}

#right {
	width: 125px;
	vertical-align: top;
	padding-top: 20px;
	background-color: #f2f2f2;
}

#path {
	width: 530px;
	font-size: smaller;
	background-color: #f2f2f2;
	padding: 3px 10px 3px 10px;
}

#footer {
	text-align: center; 
	font-size: smaller;
	background-color: #f2f2f2;
	padding: 3px 10px 3px 10px;
}

#path a:link, #path a:visited {
	color: #404040;
	text-decoration: none;
}
	
#path a:hover, #path a:active {
	color: black;
	text-decoration: none;
}

#content {
	width: 520px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 15px
}

#content #fixed {
	/* float: left; */
	width: 100%;
	display: block;
	padding-bottom: 5px;
}

#content #fixed img {
	/* float: left; */
	padding-right: 5px;
}

#content #free {
	width: 100%;
	display: block;
}

#content #free .outlineLeft {
	float: left;
	padding-right: 5px;
}

#content #free .outlineRight {
	float: right;
	padding-left: 5px;
}

#search {
	font-size: 11px;
	color: #404040;
	text-transform: uppercase;
	padding: 4px 0 0 8px;
	margin: 0;
}

#search input {
	color: black;
	border: 1px solid #404040;
	background-color: white;
}

.input {
	color: black;
	border: 1px solid #404040;
	background-color: white;
}

.button {
	border: 1px solid black;
	background: #D30000;
	color: white;
	text-transform: uppercase;
	height: 20px;
	font-weight: bold;
	font-size: 10px;
}
	
p span {
	display: block;
	font-style: italic;
	font-size: 11px;
	color: #202020;
}

/* submenu */
#sidemenu li a.optional:link, #sidemenu li a.optional:visited {
	color: #404040;
	display: block;
}
	
#sidemenu li a.optional:hover, #sidemenu li a.optional:active {
	color: black;
}

/* parsed tables */
table.parsed {
	table-layout: auto;
	max-width: 520px;
	border: 1px solid black;
	border-collapse: collapse;
	empty-cells: show;
}

table.parsed td { 
	font-size: 14px;
	border: 1px solid black;
	padding: 5px;
}

#content #free table {
	max-width: 520px;
}


.ewLayout {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: #3366CC; /* background color */	
}

.ewContentTable {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
	width: 100%;
	height: 100%;	
}

.ewMenuColumn {
	background-color: #F5F5F5; /* background color */
	width: 146px;
	vertical-align: top;
	padding: 4px;	
}

.ewContentColumn {
	background-color: inherit; /* background color */
	vertical-align: top;
	padding: 10px;
}

.ewFooterRow {
	background-color: #0000FF; /* background color */
	color: #FFFFFF; /* footer font color */	
	padding: 2px;
}

.ewFooterText {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

/* main table */
.ewTable {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td2 {
  border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table data cells */
.ewTable td {
	padding: 4px;
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.ewBasicSearch {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.aspmakerlist td {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	background-color: #C8110D; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
	font-weight: bold;

}

.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFCCFF; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #CCFFFF; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC; /* footer color */
}

/* separator */
.ewSeparator {
    color: gray;
}

/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

/* highlight */
.ewHighlightSearch {
	font-weight: bold;
	background-color: yellow;
}

/* Ajax */
.ewAstList {
	border: 1px solid black;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}

