﻿.NormalText
{
	font-size: 14px;
	font-family: Georgia, Verdana, Helvetica, Sans-Serif;
	/* color: #6F7383; */
	color: Black;
	line-height: 18px;
}

.FooterText
{
	font-size: 12px;
	font-family: Georgia, Verdana, Helvetica, Sans-Serif;
	color: #6F7383;
	font-weight: bold;
	line-height: 18px;
}

.HeaderText
{
	font-size: 13px;
	font-family: Georgia, Verdana, Helvetica, Sans-Serif;
	color: #6F7383;
	font-weight: bold;
	line-height: 18px;
}

.GrayHeaderText
{
	font-size: 13px;
	font-family: Georgia, Verdana, Helvetica, Sans-Serif;
	color: Black;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
}

.Hr
{
	border-right: #999999 1px;
    border-top: #999999 1px;
    border-left: #999999 1px;
    width: 100%;
    color: #061D3C;
    border-bottom: #999999 1px dotted;
}

.MainTableBorder
{
	border-style: solid;
    border-color: #6F7383;
    border-width: 1px;
}

.MenuTitle
{
	font-size: 13px;
	font-family: Georgia, Verdana, Helvetica, Sans-Serif;
	color: #6F7383;
	font-weight: bold;
}

a
{
	text-decoration: none;
	line-height: 18px;
}

.Button
{
	font-family: Georgia, Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #5A5F72;	
    border: 1px solid #5A5F72;	
	
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
	
    border-right-style: solid;
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    height: 20px;
}

.TextBox
{
	font-family: Georgia, Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #000000;
    border: 1px solid #999999;
}

.HeaderTextWithBackground
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	background-color: #5A5F72;
}

.ErrorText
{
	color: #DF5900;
	font-family: Georgia, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.NormalText a 
{
	font-weight: normal;
	text-decoration: none;
	color: Black;
}

.NormalText a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}

.TableCenterBorder
{
	border-right: dotted 1px #999999;
}

li
{
	margin: 6px 6px 6px 6px;
}

#silverlightControlHost {
    height: 211px;
    width: 573px;
}

Body 
{
    scrollbar-face-color: #afafb1;
    scrollbar-highlight-color: #5a5f72;
    scrollbar-shadow-color: #afafb1;
    scrollbar-arrow-color: #ffffff;
    scrollbar-base-color: #afafb1; 
    scrollbar-dark-shadow-color: #ffffff;
    scrollbar-3D-light-color: #5a5f72;
}