/* XHTML Rendering required CSS */
html, body, form 
{
  margin:0;
  padding:0;
  height:100%;
  border:none
}

.bodyLabel 
{
  color:black;
  font-weight:900;
  font-family:sans-serif;
  font-size:10pt;
}

/********************************************************/
/* MASTER PAGE CSS                                      */

body 
{
	background-color: #F5F5F5;
}

table.main
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}
table.main th 
{
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
table.main td
{
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
/* Special case table items */
.header
{
	height: 70px;
	vertical-align: middle;
	text-align: center;
	background-image: url(../../images/topbar.PNG)
}
.blackLine 
{
	background-color: Black;
	height: 1px;
}
.menuZone
{
	vertical-align: top;
}
table.menuZone
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	width: 100%;
}
table.menuZone th 
{
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
table.menuZone td
{
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
.menuTopSpacer 
{
	height: 2px;
}
.menuLeftSpacer 
{
	width: 4px;
}
.menuRightSpacer 
{
	width: 3px;
}
.menuStart, .menuStartClear
{
	width: 15px;
	height: 24px;
}
.menuStart 
{
	background-color: #a9c3de;
}
.menuStartSpacer, .menuStartSpacer_Selected
{
	background-color: #5386BC;
	width: 4px;
	height: 24px;
}
.menuText_Level1, .menuText_Level1 a, .menuText_Level1_Selected, .menuText_Level2, .menuText_Level2 a, .menuText_Level2_Selected
{
	height: 24px;
	width: 127px;
	vertical-align: middle;
	background-color: #5386BC;
	font-weight: bold;
	font-family: Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
	color: White;
}
.menuText_Level1_Selected, .menuStartSpacer_Selected, .menuText_Level2_Selected
{
	background-color: #A9C3DE;
}
.menuText_Level2
{
	width: 112px;
}
.bodyArea 
{
	vertical-align: top;
	text-align: left;
	width: 100%;
	height: 80%;
}

table.thinTable {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	width: 100%;
}
table.thinTable th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
table.thinTable td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
}

.bannerTopSpacer 
{
	height: 2px;
}
.bannerSideSpacer 
{
	height: 34px;
	width: 2px;
}
.bannerTopBar 
{
	background-color: #74a1ce;
	height: 2px;
}
.bannerBar 
{
	background-color: #5386BC;
}
table.newcontentTable {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	width: 100%;
	height: 100%;
}
table.newcontentTable td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
.newcontentTable 
{
	vertical-align: top;
	
}

table.newcontentTable {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
}
table.newcontentTable td {
	border-width: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-style: none;
}

/* Content table */
table.contentTable {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	width: 100%;
	height: 100%;
}
table.contentTable td {
	border-width: 0px;
	padding: 4px;
	border-style: none;
}
.contentTable 
{
	vertical-align: top;
	text-align: left;
}

table.contentTable {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
}
table.contentTable td {
	border-width: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	border-style: none;
}
.copyrightZone
{
	vertical-align: bottom;
	text-align: center;
}
.copyrightZoneSpacer 
{
	width: 2px;
}


/* The standard use table */
table.standardTable {
	border-width: 0px;
	border-spacing: 2px;
	border-style: none;
	width: 100%;
}
table.standardTable th {
	border-width: 0px;
	padding: 3px;
	border-style: none;
}
table.standardTable td {
	border-width: 0px;
	padding: 3px;
	border-style: none;
}
/* The standard header use table */
table.standardHeaderTable {
	border-width: 0px;
	border-spacing: 2px;
	border-style: none;
	width: 100%;
}
table.standardHeaderTable th {
	border-width: 0px;
	padding: 3px;
	border-style: none;
}
table.standardHeaderTable td {
	border-width: 0px;
	padding: 3px;
	border-style: none;
}

/* For displaying text in the user bar */
.usernameDisplay, .providerDisplay 
{
  color:white;
  font-weight:900;
  font-family:sans-serif;
  font-size:10pt;
  vertical-align: middle;
}
.usernameDisplay 
{
  text-align: left;
}
.providerDisplay 
{
  text-align: right;
}

.loginBanner
{
  background-image: url(../../images/bannerBottom.PNG);
}

.loginTitleTop
{
  background-color:#74A1CE;
}

.loginTitle2
{
  
  background-image: url(../../images/bannerTop.PNG);
}

.loginTitle {
  color:white;
  font-weight:900;
  font-family:sans-serif;
  font-size:10pt;
}

.loginLabel {
  color:white;
  font-weight:900;
  font-family:sans-serif;
  font-size:10pt;
}

.loginLink {
  color:#5386BC;
  font-weight:900;
  font-family:sans-serif;
  font-size:10pt;
  text-decoration:none;
}

.menu {
  color:white;
  font-weight:900;
  font-family:sans-serif;
  font-size: 10pt;
  text-decoration: none;
}
.menu a {
  color:white;
  font-weight:900;
  font-family:sans-serif;
  font-size: 10pt;
  text-decoration: none;
}

.fixedTableHeader 
{
	color:White;
	font-family:Sans-Serif;
	font-weight:900;
	font-size:10pt;
	background-color:#5386BC;
	text-align: center;
	padding: 3px;
}
.collapseableTableHeader 
{
	color:White;
	font-family:Sans-Serif;
	font-weight:900;
	font-size:10pt;
	background-color:#5386BC;
	text-align: left;
	padding: 3px;
}
.fixedTableTitle
{
	color:Black;
	font-family:Sans-Serif;
	font-weight:900;
	font-size:10pt;
	background-color:#A9C3DE;
	text-align: right;
	padding: 3px;
	white-space: nowrap;
}
.fixedTableTitleRow
{
	color:Black;
	font-family:Sans-Serif;
	font-weight:900;
	font-size:10pt;
	background-color:#A9C3DE;
	text-align: center;
	padding: 3px;
}
.fixedTableItem 
{
	color:Black;
	font-family:Sans-Serif;
	font-weight:500;
	font-size:10pt;
	background-color:#F5F5F5;
	padding: 3px;
}
.fixedTableItemRow, .fixedTableItemRowSelected
{
	color:Black;
	font-family:Sans-Serif;
	font-weight:500;
	font-size:10pt;
	background-color:#F5F5F5;
	text-align: center;
	padding: 3px;
}
.fixedTableItemRowSelected
{
	font-weight: 900;
	background-color:#FFFFAA;
}
.fixedTableItemRow2
{
	color:Black;
	font-family:Sans-Serif;
	font-weight:500;
	font-size:10pt;
	background-color:#CCCCCC;
	text-align: center;
	padding: 3px;
}

.editTableHeader 
{
	color:White;
	font-family:Sans-Serif;
	font-weight:900;
	font-size:10pt;
	background-color:#5386BC;
	vertical-align:middle;
	text-align: center;
	padding: 3px;
}
.editTableTitle
{
	color:Black;
	font-family:Sans-Serif;
	font-weight:900;
	font-size:10pt;
	background-color:#A9C3DE;
	vertical-align:middle;
	text-align: right;
	padding: 3px;
}
.editTableItem2
{
	color:Black;
	font-family:Sans-Serif;
	font-weight:500;
	font-size:10pt;
	background-color:#F5F5F5;
	padding: 3px;
	text-align: left;
}
.editTableItem
{
	color:Black;
	font-family:Sans-Serif;
	font-weight:500;
	font-size:10pt;
	background-color:#CCCCCC;
	padding: 3px;
	text-align: left;
}


.copyrightNotice
{
	color: #A9C3DE;
	font-family: Sans-Serif;
	font-size: 8pt;
	font-weight: 500;
	text-decoration: none;
}

.companyTitle
{
	color:Black;
	font-family: Sans-Serif;
	font-weight: 900;
	font-size: 28pt;
}

.copyrightTitleItem
{
	font-size: 11pt;
	font-weight: 900;
	font-family: Sans-Serif;
	color: Black;
	margin: 0 0 10pt 0;
}

.copyrightBodyItem
{
	font-size: 10pt;
	font-weight: 500;
	font-family: Sans-Serif;
	color: Black;
	margin: 0 0 10pt 0.5in;
}
.copyrightBodyItem li
{
	margin-left: 0.2in;
}

.rssFeedItem
{
	font-size: 10pt;
	font-weight: 500;
	font-family: Sans-Serif;
	color:Black;
}
.rssFeedItem a 
{
	color:#5386BC;
	text-decoration: none;
}

.webPartChrome
{
	border-color: #E2DED6;
	font-family: Verdana;
	color: White;
}
.webPartTitle 
{
	background-color: #5386BC;
	font-weight: 900;
	font-size: 0.8em;
	color: White;
}
	
/*********************************************************************/
/* Invalid field highlight                                           */
.validatorCalloutHighlight 
{
    background-color: #FFFACD; /* LemonChiffon */
}
/*********************************************************************/


/*********************************************************************/
/* Textbox watermarking                                              */
.watermarkedTextbox {
	height:24px; 
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
.unwatermarkedTextbox {
	height:24px; 
}
/*********************************************************************/


/*********************************************************************/
/*  Notes Dashlet                                                    */
.notesDashletHeader 
{
    color: black;
    background-color: #a9c3de;
	font-family: Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.notesDashletHeader a
{
	color: black;
	background: none;
	text-decoration: none;
}
.notesDashletHeader a:hover 
{
	background: none;
	text-decoration: underline;
}
.notesDashletContent 
{
    background-color: #F5F5F5;
    border: 1px dashed black;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/*********************************************************************/


/*********************************************************************/
/*  Grid Tables                                                      */
table.gridTable {
	border-width: 0px;
	border-spacing: 2px;
	border-style: none;
	width: 100%;
}
table.gridTable th {
	padding: 3px;
	border-style: none;
}
table.gridTable td {
	padding: 3px;
	border-style: none;
}
/*********************************************************************/
