/*****
 * General HTML sections
 *****/

	    
h1,h2,h3,h4,h5,h6 {color: Navy;}
a { text-decoration:none; color: blue}
a.visisted { color: blue}
a:hover {text-decoration: underline;}
a.FooterSmall {font-size: 9px;}


/************************
 * MXDataList/Pagination*
 ************************/
.DPIMXDL{ margin: 5px 0 5px 2px; width:auto; border: solid 2px MidnightBlue;}
.DPIMXDL th { padding: 0 10px 0 10px; background-color:midnightblue; border-bottom: solid 1px black; text-align:left; color: White;}	
.DPIMXDL tbody td{ padding: 0 10px 0 10px; text-align:left; background-color:aliceblue}
.DPIMXDL th a {color:Orange;}
.pagination {font-family:Verdana; font-size:11px; font-weight:bold;}
    

/********************
 * Header section
 ********************/
.Header {padding: 5px;}
.Header #lnkHelix{	float: left;}
.Header #lnkCB
{	float: right;}


/*****
 * Navigation section
 *****/
.Nav {clear: both;}
#NavTabs
{
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: solid 1px MidnightBlue;
	white-space: nowrap;
}
#NavTabs li
{
	float: left;
	list-style-type: none;
	display: inline;
	background-color: Silver;
	border: solid 1px Gray;
	border-bottom-width: 0;
	margin: 0 0 0 3px;
	padding: 2px;
}
.Nav .Active
{
	background-color: MidnightBlue;
	color: White;
}
#NavTabs #HelpTab
{
	float: right;
	margin: 0 3px 0 0;
}
#SubNav
{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: MidnightBlue;
	border-bottom: solid 1px MidnightBlue;
	white-space: nowrap;
}
#SubNav li
{
	float: left;
	display: inline;
	list-style-type: none;
	background-color:MidnightBlue;
	border-right: solid 1px White;
	color: White;
	margin: 0;
	padding: 5px;
}


/*********************
 * Main content section
 ********************/
 body
{
	background-color: White;
	padding: 0;
	font-size: 11px;
	margin: 0;
	font-family: Verdana,arial,helvetica;
}

.Content
{
	clear: both;
	padding: 0 10px 20px 10px;
    border-top: solid 1px darkgray;
	background-color: GhostWhite;
}

/*********************
/**Data grid styles **
 ********************/
.DataTable
{
	font-size: 11px;
}
.DataTable TR.HeaderRow
{
	color: White;
	background-color: MidnightBlue;
}
.DataTable TR.HeaderRow TD
{
	padding-top: 3px;
	padding-bottom: 3px;
}
.DataTable TR.HeaderRow A
{
	color: Orange;
}
.DataTable TR
{
	background-color: MintCream;
}
.DataTable TD
{
	border-left: none;
	border-right: none;
	padding: 0 10px;
}
.DataTable TR.AlternatingRow
{
	background-color: AliceBlue;
}

/* Form styles */
.InputForm
{
	border: solid 1px DarkGray;
	padding: 10px;
	background-color: LemonChiffon;
}
.InputForm label
{
	font-size: 11px;
}
.FormButton
{
	border: outset 2px DodgerBlue;
	padding: 3px;
	float: right;
	color: White;
	background-color: MidnightBlue;
	text-align: center;
}
.FormButton:hover
{
	text-decoration: none;
	background-color: RoyalBlue;
	border-color: LightCyan;
}

/* Legend/details/search restriction for the top of the page */
.TopLegend
{
    border: solid 1px DarkGrey;
    padding: 5px;
    background-color: #F5F5F5;
    font-size: 12px;
    margin-left: 125px;
    width: 750px;
}
.TopLegendSection
{
	float: left;
	width: auto;
	padding-right: 20px;
}
.TopLegendLabel
{
	font-weight: bold;
}
.TopLegendValue
{
	font-weight: normal;
}
.BatchError
{
	clear: both;
}

.MappingDashboardHighlight
{
    font-weight: bold;
    color: Red;
    
}

/* Brief legend/call-out for the left side of the page */
.LeftLegend
{
	float: left;
	border: solid 1px DarkGrey;
	padding: 5px;
	background-color: #F5F5F5;
	width: 96px;
	font-size: 10px;
	margin:5px
}
.LeftLegendHeader
{
	color: Navy;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
.LeftLegendLabel
{
	font-weight: bold;
}
.LeftLegendValue
{
	font-weight: normal;
}


/*****
 * Footer section
 *****/
.Footer
{
	background-color: #f1f1f1;
	text-align: center;
	border-top: solid 1px DarkGray;
	border-bottom: solid 1px DarkGray;
	padding-top: 5px;
	padding-bottom: 5px;
}