body {
    background: #808080;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.42857143;
    margin: 0;
    min-width: 800px;
    padding: 0;
}

A {color: blue; text-decoration: underline;}
A:hover {color: maroon; text-decoration: underline;}
A:link {background-color: transparent; color: blue; text-decoration: underline;}
A:visited {background-color: transparent; color: blue; text-decoration: underline;}
td {border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; vertical-align: top;}

.LVButton {cursor:pointer; font-size: 10pt; height: 20px;}
.LVCaption {color: navy; font-family: Arial; font-size: 10pt; font-weight: normal;}
.LVDataGrid {border-color:#000000; font-family: Tahoma; font-size:11px; font-weight: normal; padding:3px}
.LVDataGridHeader {background-color: #8b76a6; color:white; font-family:Tahoma; font-size:11px; font-weight: normal; height: 20px;}
.LVDataGridRow {background-color: white; height: 20px; vertical-align: middle;}
.LVDataGridRowAlt {background-color: #e6e2d8; height: 20px; vertical-align: middle;}
.LVErrorText {color: red; font-weight: normal;}
.LVInputField {background-color: #ffffff; border-bottom: silver 1px solid; border-right: silver 1px solid; border-left: silver 1px solid; border-top: silver 1px solid; color: #000000; font: 11px Tahoma; padding-left: 3px;}
.LVLink {background-color: transparent; color: blue; text-decoration: underline;}
.LVPageTitle {color: navy; font-family: Arial; font-size: 14pt;}
.LVProcessText {color: green; font-weight: normal;}
.LVRequiredField {color: red;}
.LVStandard {font-family: Arial; font-size: 10pt;}
.LVSubHeading {color: navy; font-family: Arial;	font-size: 11pt; font-weight: bold;}
.LVSubHeading2 {color: navy; font-family: Arial; font-size: 11pt;}
.LVSubText {font-family: Arial;	font-size: 8pt;}
.LVTable {border-color: Silver;	border-width: 1px; height: 30px; vertical-align: middle; padding: 0px; border-spacing:0; border-collapse:collapse}
.LVTableFilterSection {background-color: #ffffff; border-bottom: #000000 1px solid; border-left: #000000 1px solid; border-right: #000000 1px solid; border-top: #000000 1px solid; padding-right: 3px; padding-left: 3px; padding-bottom: 3px; padding-top: 3px;}
.LVTableHeader {background-color: #8b76a6; border-width:0px; color: White; height: 21px; vertical-align: middle;}

.LVMenuLink {text-decoration: none;}

.LVWizardHeader {border-left-color: #999999; border-bottom-color: #999999; border-top-style: solid; border-top-color: #999999; border-right-style: solid; border-left-style: solid; background-color: #999999; border-right-color: #999999; border-bottom-style: solid; vertical-align: top;}
.LVWizardHeaderBackColor {background-color: #9C9494}
.LVWizardHeaderText {color:White;font-family: Arial; font-size:12pt;}
.LVWizardStep {background-color: #f7f6f3;  border-bottom: #e6e2d8 2px solid; border-left: #e6e2d8 2px solid; border-right: #e6e2d8 2px solid; border-top: #e6e2d8 2px solid; padding-right: 3px; padding-left: 3px; padding-bottom: 3px; padding-top: 3px;}
.LVWizardSideBar {background-color: #D6D6D6; text-align: left; vertical-align: top;}
.LVWizardSideBar2 {background-color: #ffffff; vertical-align: top;}


/* Menu CSS

Color Options 
#e9e5eb
#f2f2f2
#4d3069
#ffe67b
#f9f9f9

*/

.nav {font-family: arial, sans-serif; position: relative; width: 1000px; height:56px; font-size:14px; color:#999; margin: 0px auto;}
.nav ul {list-style-type: none;}
.nav ul li {float: left; position: relative; width:120px; background-color:#f2f2f2}
.nav ul li a {text-align: center; border-right:1px solid #e9e9e9; padding:15px; display:block; text-decoration:none; color:#999;}
.nav ul li ul {display: none}
.nav ul li:hover ul {display: block; position: absolute;}
.nav ul li:hover ul li a {display:block; background-color:#f2f2f2; color:black; width: 110px; text-align: center; border-bottom: 1px solid #f2f2f2; border-right: none;}
.nav ul li:hover ul li a:hover {background-color:#4d3069; color:#ffe67b;}

/* END Menu CSS */