﻿
body
{
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #9ea8ac;
}
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

li
{
	font-size: 11px;
}

.ApplicationTitle
{
	font-size: 16px;
	color: #1759a4;
	font-weight: bold;
}

.Button
{
	padding-left: 10px;
	padding-right: 10px;
	font: 11px/22px "Segoe UI" , Arial, sans-serif;
	text-align: center;
}

.CheckBox
{
	font-size: 11px;
}

.Copyright
{
	border-top: solid 1px silver;
	color: Gray;
	text-align: right;
}

.DataEntry
{
	border: solid 1px silver; /*background-image: url('../../Images/AnotherBackground2.png');*/
	background-color: #F6F7F8;
}

.DataEntryBackground
{
	background-color: White;
}

.DataEntryDivider
{
	border-top: solid 1px silver;
	background-color: #FCFDFD;
}

.DataEntryDividerVertical
{
	width: 1px;
	background-color: silver;
}

.DropDown
{
	border: solid 1px silver;
	font-size: 11px;
}

.Error
{
	border: solid 1px red; /*  background-image: url('../../Images/error.png');      background-position: right center;     background-repeat: no-repeat; */
}

.SearchDiv
{
	border: solid 1px Silver;
}

.SearchBackground
{
	background-color: #DAE1E7;
}

.TextBox
{
	border: solid 1px silver;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
}

.VerticalSpacer
{
	height: 10px;
}

.DashboardTitle
{
	font-size: 14px;
	color: #1759a4;
	font-weight: bold;
}

.Instructions
{
	border: solid 1px silver;
	background-color: InfoBackground;
	padding: 5px;
}

.Label
{
	font-family: Verdana, Arial;
	text-align: right;
}

.LabelRequired
{
	font-family: Verdana, Arial;
	text-align: right;
	color: Red;
	font-weight: bold;
}

.Radio
{
	font-family: Verdana, Arial;
	text-align: left;
}

.LabelBold
{
	font-family: Verdana, Arial;
	text-align: right;
	font-weight: bold;
}

.LabelLeft
{
	font-family: Verdana, Arial;
	text-align: left;
}

.RightAlign
{
	text-align: right;
}

.RowDivider
{
	border-top: solid 1px silver;
	height: 1px;
	color: Gray;
}

.TableHeader
{
	background-image: url('../../Images/HeaderBackground.png');
	color: White;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	vertical-align: bottom;
	border: solid 0px white;
}

.TableHeaderDataEntry
{
	/*background-image: url('../../Images/HeaderBackgroundDataEntry.png');*/
	color: Black;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	border: solid 0px white;
	background-color: #DEE4E9;
}

.Title
{
	font-size: 16px;
	color: #1759a4;
	font-weight: bold;
}

.Watermark
{
	background-color: #F0F8FF;
	color: gray;
}

.ErrorMessage
{
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

.SuccessMessage
{
	color: Blue;
	font-size: 12px;
	font-weight: bold;
}

.InformationMessage
{
	color: Green;
	font-size: 12px;
	font-weight: bold;
}

.collapsePanel
{
	height: 0px;
	overflow: hidden;
}

.collapsePanelHeader
{
	height: 20px;
	color: Black;
	font-weight: bold;
	float: left;
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
}

.MenuUnderline
{
	border-bottom: solid 1px #738DA2;
}

.SearchPromptLabel
{
	font-family: Verdana, Arial;
	text-align: left;
	color: #1759a4;
}

.fieldset
{
	border: none;
	border-top: 1px solid #d0d0d0;
	padding: 5px 3px 3px 3px;
}

.mainBody .contentArea .content .fieldset
{
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.fieldset legend
{
	font-weight: bold;
	color: #0099cc;
	font-size: small;
}

div.RadComboBoxDropDown .rcbScroll
{
	overflow: hidden !important;
}

#header .navigation
{
	padding-left: 0px;
}

#header .navigation li a
{
	/*display: block;     float: left;*/
	text-decoration: none;
	color: #0056a7;
	font-size: 13px;
	padding-top: 4px; /*padding:  4px 11px;*/
}
#header .navigation li ul
{
	border: solid 1px #0056a7;
	border-top-style: none;
	background-color: White;
	margin-top: 1px;
}

#header .navigation li ul li a
{
	padding-bottom: 4px;
}

#header .navigation li a:hover
{
	color: Black;
}
