﻿/********************/
/* Tag Defaults     */
/********************/

body
{
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	background-color: #97a9cd;
}

table
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-width: 0px;
}

th
{
	font-weight: bold;
	white-space: nowrap;
}

/*************************/
/* Header/ Nav Bar stuff */
/*************************/

.headerNavbar
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.navbar
{
	background-color: #ffffff;
	border: solid 6px #ffffff;
	text-align: center;
	height: 40px;
}

.navbar a
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #6f85b6;			/* whitesmoke to match header */
	white-space: nowrap;
	text-decoration: none;
}
.navbar a:visited
{
	color: #6f85b6;
}

.nav_cell
{
	border: solid 4px #ffffff;
	white-space: nowrap;
	padding: 0px 4px 0px 4px;
	background-color: #b8d1e7;
}

.nav_cell_sel
{
	border: solid 4px #ffffff;
	white-space: nowrap;
	padding: 0px 4px 0px 4px;
	background-color: #9fc2de;
}
.nav_cell_sel a:visited
{
	color: #ffffff;
}

.nav_filler
{
	text-align: left;
	padding-left: 5px;
	white-space: nowrap;
	background-position: left top;
	background-image: url(Images/Design/nav_filler.jpg);
	background-repeat: repeat-y;
}

.nav_filler_sel
{
	text-align: left;
	padding-left: 5px;
	white-space: nowrap;
	background-color: #9fc2de;
}
.nav_filler_sel a:visited
{
	color: #ffffff;
}

.mainTable
{
	height: 387px;
	vertical-align: top;
	background-color: #ffffff;
	border-left: solid 6px #ffffff;
	border-right: solid 6px #ffffff;
	border-bottom: solid 6px #ffffff;
	text-align: left;
}

.mainBar
{
	padding: 5px 5px 5px 5xp;
	border-right: solid 4px #ffffff;
	background-color: #e3effb;
	white-space: nowrap;
	vertical-align: top;
}

.sideBar
{
	padding: 0px 0px 0px 0px;
	background-color: #e3effb;
	white-space: nowrap;
	vertical-align: top;
	font-size: 8pt; 
}

/*****************/
/*	Footer Stuff */
/*****************/

.footer
{
	width: 859px; 
	padding-top: 5px;
	color: #ffffff;
	font-family: Arial;
	font-size: 9pt;
	word-spacing: 1pt;
}
.footer a
{
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #ffffff;
}
.footer a:hover
{
	text-decoration: underline;
}
.footer a:visited
{
	color: #ffffff;
}
/*************************/
/*	Heading Definitions  */
/*************************/

.page_heading
{
	font-family: Arial Narrow, Arial, Tahoma, Verdana;
	font-size: 18pt;
	color: #515459;
	padding: 10px 0px 20px 20px;
	text-align: left;
	vertical-align: top;
}

.int_heading
{
	font-family: Arial Narrow, Arial, Tahoma, Verdana;
	font-size: 16pt;
	color: #515459;
	text-align: left;
	vertical-align: top;
}

.mini_heading
{
	font-family: Arial Narrow, Arial, Tahoma, Verdana;
	font-size: 10pt;
	font-weight: bolder;
	color: #515459;
	vertical-align: top;
}

.sub_heading
{
	padding: 5px 0px 5px 10px;
	font-weight: bold;
	font-size: 10pt;
}

.error, .error:visited
{
	color: #881111;
}

/****************************/
/*	List Style Definitions  */
/****************************/

.list_toolbar
{
	padding: 6px 6px 6px 6px;
	background-color: #b8d1e7;
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
}

.list_heading
{
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
}
.list_details
{
	color: #000000;
	font-size: 9pt;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}
.list_details a, .list_details a:visited
{
	font-weight: bold;
	color: #000000;
	padding: 2px 2px 2px 4px;
}
.pager, .pager span, .pager a, .pager a:visited
{
	color: #000000;
	font-size: 10pt;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
.pager a, .pager a:visited
{
	font-weight: normal;
}

.faqList
{
	text-align: justify;	
}

.faqList li
{
	padding-right: 5px;
	padding-bottom: 8px;
}

.faqList li li
{
	text-align: left;
	padding-bottom: 1px;
	padding-top: 1px;
}

.faqList a
{
	font-weight: bold;
	color: #000000;
}

.pane_contents 
{
      padding: 10px;
      background: #FFFFFF;
      height: 50px;
      width: 185px;
      overflow: scroll;
}

/***************************/
/*	Box Style Definitions  */
/***************************/
.entry_box
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt;
}

.whitebox
{
	border: solid 3px #ffffff;
	font-size: 9pt;
	background-color: #d5e6f6;
	padding: 20px 20px 20px 20px;
}

.bluebox
{
	border: solid 2px #d6e9f8;
	font-size: 8pt;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	text-align: left;
}
.bluebox td
{
	padding-left: 2px;
}
.bluebox a, .bluebox a:visited
{
	color: #000000;
}

.dynPopup
{
    border: solid 1px #000000;
    color: #000000; 
	font-size: 8pt;
    position: absolute; 
	background-color: #d5e6f6;	
    padding: 5px; 
}
.dynPopup a, a:visited
{
	color: #000000; 
}

.helpWindow
{
    border: solid 1px #000000; 
    color: #000000; 
	font-size: 8pt;
    position: absolute; 
	background-color: #d5e6f6;
	/*background-color: #ffffff;*/
    padding: 5px; 
    width: 200px;
}
.helpWindow a, a:visited
{
	color: #000000;
}