﻿BODY {
	FONT-FAMILY: arial,helvetica,san-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	background-color: #ebe7bd;
}
TD {
	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 12px; FONT-WEIGHT: normal;
	text-align: left;
}
P {
	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 12px; FONT-WEIGHT: normal; MARGIN-BOTTOM: 10px;
	text-align: left;
}
UL {
	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 12px; FONT-WEIGHT: normal; MARGIN-TOP: 3px
}
OL {
	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 12px; FONT-WEIGHT: normal; MARGIN-TOP: 3px
}
LI {
	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 12px; FONT-WEIGHT: normal; MARGIN-TOP: 1px
}
B {
	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 12px;
}
.title {
	FONT-FAMILY: arial,helvetica,san-serif; COLOR: #004B85; FONT-SIZE: 14px; FONT-WEIGHT: bold; MARGIN-TOP: 0px
}
.SideBarTitle {
	FONT-FAMILY: Arial, Helvetica,sans-serif; FONT-SIZE: 14px; FONT-WEIGHT: bold; FONT-STYLE: italic; COLOR: #FCB231; MARGIN-TOP: 0px
}
.mid {
	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal; MARGIN-TOP: 0px
}
.small {
	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 10px; FONT-WEIGHT: normal; MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px
}
.quote {
	COLOR: #666666; FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 10px; FONT-WEIGHT: normal; MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px
}
SUP {
	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 10px; FONT-WEIGHT: normal
}
.BoxSection {
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}

A.sidenavlink  {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; text-decoration : none; color: #004B85}
A.sidenavlink:Visited  {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; text-decoration : none; color :#004B85;}
A.sidenavlink:Active  {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; text-decoration : underline; color :#1B75BB;}
A.sidenavlink:Hover  {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; text-decoration : underline; color :#1B75BB}

A.bcnavlink  {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; text-decoration : none; color: #000000}
A.bcnavlink:Visited  {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; text-decoration : none; color :#000000;}
A.bcnavlink:Active  {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; text-decoration : underline; color :#999999;}
A.bcnavlink:Hover  {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; text-decoration : underline; color :#999999}

A.footnavlink  {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; text-decoration : none; color: #000000}
A.footnavlink:Visited  {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; text-decoration : none; color :#000000;}
A.footnavlink:Active  {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; text-decoration : underline; color :#006699;}
A.footnavlink:Hover  {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; text-decoration : underline; color :#006699}

#container {
	text-align: left;
	width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 100%;
	background-color: #344871;
}
#header {

	width: 1024px;
	margin: 0 auto;
	position: relative;
	background-image: url('../images/INT_header.gif');
	height: 100px;
}
#menusuite
{
	padding: 5px 0 5px 0;
	text-align: left;
	width: 1024px;
	margin: 0 auto;
	position: relative;
	background-color: #FFD100;
	z-index: 4;
}
.menu_list
{
	width: 190px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    color: #FFD100;        
    background: #04094B url('../images/left.png') no-repeat right 50%;
        top: 0px;
        left: 0px;
    }
.menu_head:hover{
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    color: #04094B;        
    background: #FFD100 url('../images/left.png') no-repeat right 50%;
        top: 0px;
        left: 0px;
    }
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#04094B;
  background-color:#00ADEE;
  padding-left:10px;
  font-weight:normal;
  text-decoration:none;
}
.menu_body a:hover{
  color: #04094B;
  background-color:#FFD100;
  font-weight:bold;
  text-decoration:none;
}
#sidenav {
	padding: 10px;
	text-align: left;
	width: 200px;
	margin: 10px 10px 0 auto;
	position: relative;
	float: right;
}
#content {
	padding: 10px;
	text-align: left;
	width: 750px;
	margin: 10px auto 5px 5px;
	position: inherit;
	background-color: #FFFFFF;
	float: left;
	top: 0px;
	left: 5px;
	z-index: 0;	
}
.clear {clear:both;height:1px;overflow:hidden;}

#footer {
	FONT-FAMILY: arial,helvetica,san serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	color: #FFD100;
	MARGIN-TOP: 0px;
	text-align: center;
	background-image: url('../images/INT_footer.jpg');
	width: 1024px;
	height: 75px;
	margin: 0 auto 0 auto;
	position: inherit;	
	padding-top: 20px;
	padding-bottom: 0px;
	z-index: 0;	
}
.modalBackground {

      background-color:Gray;
      filter:alpha(opacity=70);
      opacity:0.7;
      z-index: 9998 !important;
 position: inherit;
}

.modalPopup {

      background-color:#dddee2;
      border-width:3px;
      border-style:solid;
      border-color:Gray;
      padding:3px;
      width:525px;
      z-index: 9999 !important;
      position: inherit;
}
.grid
{   
  	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 10px; width: 740px;  
}
.grid TD
{   
  	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 10px; 
}
	
.gridodd
{
   color: black;
   background-color: #dddee2;
}
.grideven
{
   color: black;
   background-color:  #b0c6e4;
}
.gridhead
{
   color: white;
   background-color: #00457C;
}
.gridhover
{
   color: black;
   background-color: #44baf7;
   font-weight: bold;
  
}
.gridpager
{
   color: white;
   background-color: #dddee2;
}
.gridcolumnalignright
{
	text-align:right;
}
.gridcolumnalignleft
{
	text-align:left;
}
.gridcolumnaligncenter
{
	text-align:center;
}

.resultsModalBanner
{   
  	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 20px; 
}
.resultsModalHeadings
{   
  	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 10px; font-weight:bold; text-align:center; background-color: #1B75BB; color: White; 
}
.resultsModalcells
{   
  	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 10px; text-align:center;
}
.updateprogress
{
  	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 16px; font-weight:bold; text-align:center; background-color: #1B75BB; color: lime; 
	text-align:right;
}
.PageHeading
{   
  	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 16px; font-weight:bold; text-align:center; background-color: #1B75BB; color: White; 
  	text-align:left
}
.PageHeadingInverted
{   
  	FONT-FAMILY: arial,helvetica,san-serif; FONT-SIZE: 16px; font-weight:bold; text-align:center; color: #1B75BB; 
  	text-align:left
}
