/* =============================================
    CSS STYLES FOR LVWIB
   =============================================

   =============================================
   Table of Contents
   =============================================
   1 Universal
   2 Containers
   3 Links
   4 Text
   5 Forms
   6 Main Menu
   7 Module Menu
   =============================================*/
/*  Adjust Site Dimensions                       */ 

.PageMaster 
{
	background-color: #1C2939;
    width: 100%;
    height: 100%;
}
.SkinMaster 
{
	width: 814px;
	background-color: #205062;
	height: 100%;
}
/*
   =============================================
   1 Universal
   =============================================
*/
html 
{   
    height: 100%
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #1D335C;
	background-color: Transparent;
}
/* Catch all to ensure text consistency in Content Area */
table, p 
{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	line-height: 1.3em;
}
/* 
   =============================================
   2 Containers
   =============================================
*/
.panetable 
{
	border-collapse: collapse;
	border: 2px solid #949792;
	height: 100%;
	width: 100%;
}
.bannertable  
{
	border: 2px solid #949792;
}		
.bannerpane 
{
    width: 100%;
    background-color:Transparent;
}
.lefttable  
{
	border-right: 2px solid #949792;
	width: 248px;
}
.contentpane 
{
    width: 100%;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.centerpane 
{
    width: 60%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.rightpane 
{
    width: 40%;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*
   =============================================
   3 Links
   =============================================
*/
/* text style for the unselected tabs */
.OtherTabs {
	font-size: 8.5pt;
	color:#FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
    
/* hyperlink style for Links object */
A.OtherTabs:link,A.OtherTabs:visited, A.OtherTabs:active {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}
A.OtherTabs:hover    {
	text-decoration: underline;
	color:#FFFF00;
	font-weight: normal;
	font-size: 8.5pt;
}

/* SIGNIN */
.SignIn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #c0c0c0;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
A.SignIn:link, A.SignIn:visited, A.SignIn:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #c0c0c0;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
A.SignIn:hover    {
	text-decoration: none;
	font-size: 8.5pt;
	font-family: Arial, Helvetica;
	color:#FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
}

/* Footer */
.Footer {
	font-size: 8.5pt;
	color:#FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
/* Footer Links */
A.Footer:link, A.Footer:visited, A.Footer:active {
	text-decoration: none;
	font-family: Arial, Helvetica;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}
A.Footer:hover    {
	text-decoration: underline;
	color:#FFA500;
	font-weight: normal;
	font-size: 8.5pt;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #013366; /*Blue*/
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FD6300;
	text-decoration: underline;
}

/* Breadcrumbs */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #6B7EA1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #6B7EA1;
	text-decoration: none;
}
A.breadcrumb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #1D335C;
	text-decoration: underline;
}
.CommandButton {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	line-height: 9pt;
	color: #FD6300;
}
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FD6300;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FD6300;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}

/*
   =============================================
   4 Text
   =============================================
*/
.Normal  {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #013366;
}
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  15px;
    font-weight: bold;
    color: #013366;
    background-color: #FFFFFF;
}
.SubHead {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #013366;
	background-color: #FFFFFF;
}	
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: yellow;
}
ul {
	list-style-image: url(arrow2.gif);
	list-style-position: outside;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #013366;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	list-style-position: outside;
	list-style-type: lower-roman;
	font-weight: normal;
}
.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #5C6F92;
	margin-left: 0px;
	padding-left: 0px;
	text-align: right;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
/*
   =============================================
   5 Forms
   =============================================
*/
td.NormalTextBox 
{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
} 
.NormalTextBox  
{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
}   
.select, input 
{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #000;
}

/* 
   =============================================
   6 Main Menu
   =============================================
*/
.MainMenu_MenuContainer 
{
	background-color: Transparent;
	border: 2px solid #949792;
	background-image: url(MenuBgnd.jpg);
}	
.MainMenu_MenuBar 
{
    padding: 0px;
    background: transparent;
	cursor: pointer; 
	cursor: hand; 
	height: 20;
}
.MainMenu_MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid;  
	border-right: #000000 0px solid; 
	padding: 1px 4px 2px 1px
}
.MainMenu_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	border: #bbb 1px solid;
	background-color: #013366; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#6BAAE5, Direction=120, Strength=2);
}
.MainMenu_MenuItemSel 
{
	background-color: #4F6283; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	padding: 1px 4px 2px 1px
} 
/* Elements that are not displayed */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak  
{
    display: none
}

/*
   =============================================
   7 Module Menu
   =============================================
*/


