

body { /* background color */ /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
    background-image: url(../images/bg3.jpg);
    background-position: top;
    background-repeat: repeat-x;
  background-color: #000000
}
.ddsmoothmenu{
font: normal 9px Verdana;
width: 100%;
  background-image: url(../images/bg.png);
  background-color: #91760c;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background-image: url(../images/bg.png); /*background of menu items (default state)*/
color: white;
padding: 8px 8px;
border-right: 0px solid #778;
color: #FFFFFF;
text-decoration: none;
  background-color: #91760c
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image: url(../images/bg.png);
color: white;
}

.ddsmoothmenu ul li a:hover{
background-image: url(../images/bg.png); /*background of menu items during onmouseover (hover state)*/
color: #FF0000;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 10px Verdana;
width: 190px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px #91760c;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
.invizon {
    background-color: transparent;
    color: #FFFFFF; /* text color */
	font-family: Verdana; /* font name */
	font-size: small; /* font size */

}
.button {
	color: #FFFFFF; /* text color */
	font-family: Verdana; /* font name */
	font-size: small; /* font size */
  font-size-adjust: -5;

}

.input, textarea, select {
	font-family: Verdana; /* font name */
	font-size: small; /* font size */
}


a:active {
	color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none /* active link color */;
    font-weight: normal
}

a:link {
	color: #CCCC00;
    text-transform: uppercase;
    text-decoration: none /* link color */;
    font-weight: bold
}


a:hover{
	color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none /* link color */;
    font-weight: bold
}
a:visited {
	color: #CCCC00;
    text-transform: uppercase;
    text-decoration: none /* visited link color */;
    font-weight: bold
}

.blockheader{
  border-bottom-color: #A9A9A9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FF0000;
  font-size: small;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  border-top-color: #A9A9A9;
  border-top-style: solid;
  border-top-width: 1px
}


/* Site layout */
.ewLayout {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: #e8e8e8; /* background color */
}
.maintable {
    background-attachment: fixed;
    background-image: url(../images/paper_2.jpg);
    background-repeat: repeat;
    background-color: transparent;

}

.ewContentTable {
	font-family: Verdana; /* font name */
	font-size: small; /* font size */
	width: 100%;
	height: 100%;
    background-attachment: fixed;
    background-image: url(../images/bg.png)
}

.ewMenuColumn {
	background-color: #F5F5F5; /* background color */
	width: 150px;
	vertical-align: top;
	padding: 4px;	
}

.ewContentColumn {
    background-attachment: fixed;
    background-image: url(../images/paper_2.jpg);
    background-repeat: repeat;
    background-color: transparent;
	vertical-align: top;
	padding: 0px;
    border-left-width: 0px;
    border-left-color: #000000;
    border-right-color: #000000;
    border-right-style: solid;
    border-right-width: 0px;
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-top-color: #000000;
    border-top-width: 0px;
    border-top-style: solid;
    border-left-style: solid
}

.ewFooterRow {
	background-color: transparent; /* background color */
	color: #878787; /* footer font color */
	padding: 0px;
    background-image: url(../images/bg.png)
}

.ewFooterText {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
}

/* main table */
.ewTable {
	width: auto; /* table width */
	color: #FFFFFF; /* text color */
	font-family: Arial; /* font name */
	font-size: small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
  background-image: url(../images/paper_2.jpg)
}

/* main table data cells */
.ewTable td {
	padding: 0px; /* cell padding */
	border: 0px 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;
}
.Headerfont {color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
  font-style: italic;
  font-stretch: wider
}
.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;
}

.invizonlist td {
	color: #FFFFFF; /* text color */
	font-family: Verdana; /* font name */
	font-size: 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;	
}

/* Table with dotted spacers */
.ewTableInner {
	background-color: transparent; /* header color */
	color: #727272; /* header font color */
	vertical-align: top;

  table-layout: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: xx-small
}


/* main table header cells */
.ewTableHeader {
	background-color: transparent; /* header color */
	color: #727272; /* header font color */
	vertical-align: top;
}

.ewTableHeader a:link {	
	color: #727272; /* header font color */	
}

.ewTableHeader a:visited {
	color: #727272; /* header font color */
}

/* main table row color */
.ewTableRow {
	background-color: transparent;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: transparent; /* alt row color 2 */
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: transparent; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: transparent; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: transparent; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: transparent; /* 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 */
  text-shadow: #000000
}

/* 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: #5A5A5A; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 0px; /* cell padding */
}

.searchbx  {
color: #282828; /* message color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
  text-shadow: #000000
}

/*END_SYSTEM_STYLES*/
