﻿body { font-size: 12px; font-family: Arial, Verdana, sans-serif;}

a:link,
a:visited,
a:hover,
a:active
{
	color: #000483;
}

img { border-width: 0px; }

h1 { font-family: Arial, Verdana, sans-serif; font-size:2em; }
h2 { font-family: Arial, Verdana, sans-serif; font-size:1.5em; }
h3 { font-family: Arial, Verdana, sans-serif; font-size:1.17em; }
h4 { font-family: Arial, Verdana, sans-serif; font-size:1em; }
h5 { font-family: Arial, Verdana, sans-serif; font-size:0.83em; }
h6 { font-family: Arial, Verdana, sans-serif; font-size:0.67em; }
.h1 { font-size:2em;font-weight:bold;}
.h2 { font-size:1.5em;font-weight:bold; }
.h3 { font-size:1.17em;font-weight:bold; }
.h4 { font-size:1em;font-weight:bold; }
.h5 { font-size:0.83em;font-weight:bold; }
.h6 { font-size:0.67em;font-weight:bold; }
small { font-size: 11px; }

.Red
{
	color: #FF0000;
}

.RedBold
{
	color: #FF0000;
	font-weight: bold;
}

/**********************************************************************
/* Buttons
/*********************************************************************/

.Button,
.Button:link,
.Button:visited,
.Button:active,
.Button:hover
{
	border-style: solid;
	border-width: 1px;
	white-space: nowrap;
	height: 25px;
	cursor: pointer;
	text-align: center;
	padding: 4px;

	font-family: Arial, Helvetica, Sans-Serif;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.Button,
.Button:link,
.Button:visited,
.Button:active
{
	background-color: #eeeeee;
}

.Button:hover
{
	background-color: #dddddd;
}

.ButtonDisabled
{
	border-style: solid;
	border-width: 1px;
	white-space: nowrap;
	height: 25px;
	cursor: pointer;
	text-align: center;
	padding: 4px;

	font-family: Arial, Helvetica, Sans-Serif;
	border-color: #AAAAAA;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	background-color: #f7f7f7;
	color: #AAAAAA;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}

.ButtonDisabled,
.ButtonDisabled:link,
.ButtonDisabled:visited,
.ButtonDisabled:active,
.ButtonDisabled:hover
{
	background-color: #f7f7f7;
}

/**********************************************************************
/* "Action" Classes
/*********************************************************************/

.FloatRight { float: right; }
.FloatLeft { float: left; }
.VMiddle { vertical-align: middle; }
.Hidden { display: none; }
.ClearAll { clear: both; }
.ClearLeft { clear: left; }
.ClearRight { clear: right; }
.AlignLeft { text-align: left; }
.AlignRight { text-align: right; }
.Center { text-align: center; }
.Indent { margin-left: 40px; }
.HalfIndent { margin-left: 20px; }
.Underline { text-decoration: underline; }

.HorizontalList
{
	padding: 0;
	margin: 0;
}

.HorizontalList li
{
	float: left;
	list-style: none;
	margin: 0;
	display: inline;
}

.BottomMargin
{
	margin-bottom: 1em;
}

.TopMargin
{
	margin-top: 1em;
}

.TopBottomMargin
{
	margin-top: 1em;
	margin-bottom: 1em;
}

/**********************************************************************
/* Table Default Styles
/*********************************************************************/

table.Grid
{
	margin-top: 1em;
	margin-bottom: 1em;
	border: solid 1px #7799E1;
	border-collapse: collapse;
}

table.Grid td,
table.Grid thead td,
table.Grid tr th
{
	padding: 3px;
	border-collapse: collapse;
}

table.Grid tr.Odd
{
	background-color: #D0EDFF;
}

table.Grid td a
{
	text-decoration: none;
}

table.Grid td img
{
	vertical-align: middle;
	border-width: 0px;
}

table.Grid thead td,
table.Grid tr th
{
	font-weight: bold;
	background-color: #7799E1;
	color: #FFFFFF;
}

table.Grid thead td a,
table.Grid thead td a:link,
table.Grid thead td a:active,
table.Grid thead td a:visited,
table.Grid tr th a,
table.Grid tr th a:link,
table.Grid tr th a:active,
table.Grid tr th a:visited
{
	color: #FFFFFF;
}

table.Grid thead td a:hover,
table.Grid tr th a:hover
{
	color: #D0EDFF;
}

table.GridCenterAll td
{
	text-align: center;
}

table.Grid tr.GridPager td span
{
	font-weight: bold;
	font-size: 14px;
}

/**********************************************************************
/* GroupBox / Fieldset - Make Firefox & IE the same
/*********************************************************************/

fieldset
{
	margin: 1em 2px;
	padding: 0.35em 0.625em 0.75em 0.625em;
	border-style: groove;
}

legend
{
	padding: 0 2px;
}

/**********************************************************************
/* Status Messages
/*********************************************************************/

.StatusMessage
{
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.StatusMessage img
{
	margin: 8px;
	height: 28px;
	width: 28px;
}

.StatusMessageRed
{
	color: #910709;
	border-color: #910709;
	background-color: #f4dcdc;
}

.StatusMessageGreen
{
	color: #006B31;
	border-color: #006B31;
	background-color: #e0f5d7;
}

.StatusMessageYellow
{
	color: #665500;
	border-color: #998800;
	background-color: #f9f3e0;
}

/**********************************************************************
/* Validation Error
/*********************************************************************/

input.ValidationError
{
	background-color: #f4dcdc;
}

select.ValidationError
{
	background-color: #f4dcdc;
}

textarea.ValidationError
{
	background-color: #f4dcdc;
}

/********************************************************
/* Box Structure
/********************************************************/

.Box
{
	margin-bottom: 1em;
}

.BoxHeader
{
	padding: 3px 0.5em 3px 0.5em;
	line-height: normal;
}

.BoxHeader span.Subtitle
{
	float: right;
}

.BoxBody
{
	border-style: solid;
	border-width: 1px;
}

.BoxLinks
{
	height: 20px;
	font-size: 11px;
}

.BoxLinks li
{	
	padding: 2px 10px 2px 0;
}

/********************************************************
/* Tab Box Structure
/********************************************************/

.TabBox
{
	margin-bottom: 1em;
	padding-top: 1px;
}

.TabBoxHeader span.TabBoxTitle
{
	float: left;
	padding: 3px 0.5em 3px 0.5em;
	font-size: 12px;
}

.TabBoxHeader ul
{
	padding: 3px 0 3px 0;
	margin: 0 0 0 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 12px;
	line-height: normal;
}

.TabBoxHeader ul li
{
	list-style: none;
	margin: 0;
	display: inline;
}

.TabBoxHeader ul li a,
.TabBoxHeader ul li a:active,
.TabBoxHeader ul li a:visited,
.TabBoxHeader ul li a:hover,
.TabBoxHeader ul li a:link
{
	/* Properties for all tabs */
	padding: 3px 0.5em;
	margin-left: 3px;
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	text-decoration: none;
}

.TabBoxHeader ul li.SelectedTab a,
.TabBoxHeader ul li.SelectedTab a:link,
.TabBoxHeader ul li.SelectedTab a:hover,
.TabBoxHeader ul li.SelectedTab a:active,
.TabBoxHeader ul li.SelectedTab a:visited
{
	/* Properties for selected tab */
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.TabBoxBody
{
	border-left: solid 1px #778;
	border-bottom: solid 1px #778;
	border-right: solid 1px #778;
	padding-top: 1px; /* to deal with bad margin-collapse issue */
}

.AtlasLoading
{
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}

/********************************************************
/* Box Style
/********************************************************/


.BoxHeader
{
	background-color: #DEE6F1;
	font: bold 12px Verdana, sans-serif;
}

.BoxHeader span.Subtitle
{
	color: #888888;
}

.BoxBody
{
	border-color: #777788;
}

.BoxLinks
{
	background-color: #DEE6F1;
}

/********************************************************
/* Tab Box Style
/********************************************************/

.TabBoxHeader
{
	background-color: #DEE6F1;
}

.TabBoxHeader span.TabBoxTitle
{
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
}

.TabBoxHeader ul
{
	border-bottom-color: #777788;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
}

.TabBoxHeader ul li a,
.TabBoxHeader ul li a:active,
.TabBoxHeader ul li a:visited,
.TabBoxHeader ul li a:hover,
.TabBoxHeader ul li a:link
{
	/* Properties for all tabs */
	border-color: #777788;
}

.TabBoxHeader ul li a,
.TabBoxHeader ul li a:link,
.TabBoxHeader ul li a:visited
{ 
	/* Properties for non-focus, non-selected */
	background-color: #DEE6F1;
	color: #02097D; 
}

.TabBoxHeader ul li a:hover,
.TabBoxHeader ul li a:active
{
	/* Properties for hovering but not selected tab */
	color: #DEE6F1;
	background: #02097D;
}

.TabBoxHeader ul li.SelectedTab a,
.TabBoxHeader ul li.SelectedTab a:link,
.TabBoxHeader ul li.SelectedTab a:hover,
.TabBoxHeader ul li.SelectedTab a:active,
.TabBoxHeader ul li.SelectedTab a:visited
{
	/* Properties for selected tab */
	background-color: white;
	border-bottom-color: White;
	color: #02097D; 
}