/* ================================
    CSS STYLES FOR LVWIB
   ================================
*/   

/* GENERAL */

.panetable 
{
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
}
.lefttable  
{
	padding-left: 5px;
	border-right: 0px solid #949792;
	width: 210px;
}
.leftpane 
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contentpane 
{
    width: 100%;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.rightpane 
{
    width: 100%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #013366;
    background-color: transparent;
}

.HeadWhite   {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #FFFFFF;
}

.Normal  {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
	background-color: transparent;
}

.NormalTextBox  {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
}

.SubHead {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #013366;
	background-color: #FFFFFF;
}

