﻿body
{
	font-family: Arial;
	font-size: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 18px;
}
html{height:100%}

A, A:active,A:visited
{
	color: #007BE0;
	text-decoration: none;
}
A:hover
{
	color: #00D900;
	text-decoration: none;
}

.PageTopHeader
{
	background: white url(Images/Backgrounds/Header.png) repeat-x right top;
	height: 50px;
}
DIV.Error
{
	color: White;
	background-color: Red;
	font-size: 11px;
	padding: 2px;
}


.DropDownList
{
	margin: 0px;
	padding: 0px;
	background-color: White;
	font-family: Arial;
	font-size: 10px;
	border: solid 1px #cccccc;
}

.Button
{
	height: 26px;
	font: 13px Arial;
	padding: 0px;
	margin: 0px;
	border: solid 1px #cccccc;
	background: #DDDDDD url(Images/Buttons/btn_silver.jpg) repeat-x right top; /*	background-color:#E3F0F9;*/
	height: 21px;
}

.Label
{
	font-family: Arial;
	font-size: 13px;
}


.TextBox
{
	background-color: White;
	font-family: Arial;
	font-size: 13px;
	border: solid 1px #cccccc;
}

.PopupElement
{
	border: solid 1px orange;
	background-color: White;
	position: absolute;
}

.LoginPanel
{
	border: solid 1px Gray;
	background-color: #EEEEEE;
}

.Copyright
{
	font-family: Arial;
	font-size: 11px;
	color: Gray;
	direction: ltr;
	padding-left: 5px;
}

.SmallTitle
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: Gray;
}


/* GridView */
.GridViewTable
{
	border-collapse: collapse;
	border: solid 1px #DBDCE3;
	font-size: 13pt;
	font-family: Arial;
}
.GridViewTable TH
{
	border: solid 1px #DBDCE3;
}

.GridViewTable TR
{
	height: 25px;
}

.GridViewTable TD
{
}

.GridViewHeader
{
	background: #DDDDDD repeat-x right top;
	height: 20px; /*text-align: right;*/
	font-size: 12px;
	text-align: right;
}


.GridViewHeader A
{
	font-family: Arial;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	display: block;
}
.GridViewHeader A:hover
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

.GridViewTable TD
{
	border: dotted 1px #E0E0E0;
	border-top: 0;
	border-bottom: solid 1px;
	font-size: 13px;
}

.GridViewTable .Footer
{
	color: #444444;
	background-color: #d3d3d3;
	border-top: solid 1px #888888;
	font-weight: bold;
}

.PageDescriptionHeader
{
	background: #F7F7E4 no-repeat 99% center;
	height: 30px;
	border: solid 1px #CECFCE;
	font: 11px Arial;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	color: Gray;
}
.ContentSection
{
	border: 1px solid #EEF1F3;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.ContentSectionTitle
{
	height: 17px;
	font: bold 14px Arial;
	color: #2D3B58;
	padding: 3px;
	border: 0px;
	background-color: #E6EEF7;
}

#content
{
	border-color: #B7B7B7 #3B5998;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	font-size: 11px;
	margin: -2px 1px 0 -1px;
}

.LoginTitle
{
	height: 20px;
	font: bold 15px Arial;
	color: Gray;
	margin-bottom: 2px;
	text-align: center;
}

.pagination
{
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background-color: #F7FAFC;
	border: 1px solid #EEF1F3;
}

.StaticMenuItemStyle A
{
	display: block;
	font-size: 15px !important;
	font-weight: bold;
	color: #444444;
}




.LargeHeader
{
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	border-top: dotted 1px #E0E0E0;
	border-bottom: dotted 1px #E0E0E0;
	padding: 3px;
}


.SmallHeader
{
	font-size: 14px;
	font-weight: bold;
	border-top: dotted 1px #E0E0E0;
	border-bottom: dotted 1px #E0E0E0;
	padding: 3px;
}
