/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #ebebeb;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height:18px;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;	
	margin: 0px;
}

.Floating
{
	font-family:Verdana;
	font-size:11px;
	line-height:18px;
}

.Floating a:link
{
	text-decoration: underline;
	color: #3333CC;
}

.Floating a:visited
{
	text-decoration: underline;
	color: #666666;
}

.Floating a:active
{
	text-decoration: underline;
	color: #3333CC;
}

.Floating a:hover
{
	text-decoration: underline;	
}

TD
{
	vertical-align: top;
	text-align: left;
}

A:link
{
	text-decoration: none;
	color: #122b7c;
}

A:visited
{
	text-decoration: none;
	color: #122b7c;
}

A:active
{
	text-decoration: none;
	color: #122b7c;
}

A:hover
{
	text-decoration: none;
	color: #122b7c;	
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

.nav_active
{
	font-family: Verdana;
	text-align: right;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;	
	background-position: left top;
	background-image: url(images/bu_active.gif);
	BACKGROUND-REPEAT: no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 32px;
	width: 190px;
}

.nav_inactive
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #002b7f;
	background-color: transparent;
	direction: ltr;
	background-position: left top;
	background-image: url(images/bu_inactive.gif);
	BACKGROUND-REPEAT: no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 32px;
	width: 190px;	
}

.nav_mini
{	
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #002b7f;
	background-color: transparent;
	direction: ltr;
	background-position: left top;
	background-image: url(images/bu_inactive.gif);
	BACKGROUND-REPEAT: no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 32px;
	width: 190px;	
}

.subnav_active
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
	color: #122b7c;
}

.subnav_inactive
{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color: #122b7c;
}

.warning
{
font-family:arial;
color:red;
font-weight:lighter ;
padding-left: 10px;
padding-right: 10px;
padding-top:10px;
padding-bottom:10px;
background-color: white;
border-style:dashed;
border-color:Black ;
position:absolute;
bottom:0;
left:0;
border-width:thin ;
width:100%;
height:auto;
z-index: 1000;
}

.button_mini
{
	BACKGROUND-POSITION: left top; 
	PADDING-LEFT: 8px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	BACKGROUND-IMAGE: url(images/bu_mini_inactive.gif); 
	PADDING-BOTTOM: 5px; 
	WIDTH: 65px; 
	CURSOR: hand; 
	COLOR: #122b7c; 
	BORDER-TOP-STYLE: none; 
	BACKGROUND-REPEAT: no-repeat; 
	FONT-FAMILY: Verdana; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	HEIGHT: 24px; 
	BACKGROUND-COLOR: transparent; 
	TEXT-ALIGN: left; 
	BORDER-BOTTOM-STYLE: none
}

.roi_textbox
{
text-align:right;
}

.roi_textbox_results
{
	text-align:right;
	font-weight: bold;
}

.divR
{
	visibility:hidden;
}

.header
{
	font-family: Futura Bk BT;
	font-size: 18px;
	font-weight: 900;
    color: #191F76;
}

h5
{
    font-size: 13px;
    margin-top: 0px;
	margin-bottom: 15px;
}

.table2
{
	font-family:Verdana;
	font-size:11px;
	line-height:18px;
    margin-right: 5px;
	border-color: black;
	border-collapse: collapse;
	
}
.table2 th 
{
    border: 1px solid black;
    color: #FFFFFF;
    background-color: #1B2079;
    text-align: left;
    padding-right: 15px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.table2 td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
	padding-right: 15px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}