BODY
{
    background-color: #FFFFFF;
}

body.NoMargin
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

body.LighBg
{
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #FCFCFD;
}

body.WhiteBg
{
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
}

body.LighBgEditor
{
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #EBEBE4;
}


.SummaryTitle
{
	font-family: Verdana;
	font-size:	Medium;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	display: block;
	background-color: #568CB5;
}


.MidHeading-Blue
{
	font-family: Verdana;
	font-size:	11px;
	font-weight: bold;
	color: #568CB5;
}

.SmallText-Blue
{
	font-family: Verdana;
	font-size:	9px;
	color: #225880;
}

.NormalText-Blue
{
	font-family: Verdana;
	font-size:	10px;
	color: #225880;
}

.NormalText-Dark
{
	font-family: Verdana;
	font-size:	10px;
	color: #333333;	
}

.NormalText-Dark:link, .NormalText-Dark:visited
{
	text-decoration: none;
}

.NormalText-Dark:hover
{
	text-decoration: underline;
}

.WarningMsg
{
	color: Red;
}


TD, BODY
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-style:	normal;
}

.LabelBigHeader
{
	font-family: Trebuchet MS, Verdana;
	font-size:	24px;
}


INPUT, SELECT, TEXTAREA
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
}

.Explorer-Heading
{
	color: #000000;
	font-weight: bold;
	font-family: tahoma;
	font-size:	11px;
}

.Explorer-Heading:link, .Explorer-Heading:visited
{
	text-decoration: none;
}

.Explorer-Heading:hover
{
	text-decoration: underline;
}


.TextBox, TextArea, .DropDown
{
	border: 1px solid #C9C7BA;
}

.PagerStyle1 SPAN
{
	font-weight: bold;
	color: #000000;		
}

.PagerStyle1
{
	background: #e2dfea;
}

.PagerStyle1 A
{
	color: #225880;		
}


.Button:hover, .Button-large:hover 
{
	border: 1px solid #999999;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#DBDAE8);
    background-color: #bcd4f6;
	text-decoration: none;
}


.Button, .Button-large, .Button2
{
    border: 1px solid #999999;   
    font-weight: normal;
    font-size: 11px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#ECE9D8);
    color: #000000;
    padding-top: 1px;
	padding-bottom: 3px;
    font-family: Tahoma;
    height: 20px;
    background-color: #ece9d8;
    text-decoration: none;
	cursor: hand;
}

.Button {  PADDING-LEFT:20px;  PADDING-RIGHT: 20px; }
.Button2 { PADDING-LEFT:5px;  PADDING-RIGHT:5px; } 
.Button-large {  PADDING-LEFT: 40px;  PADDING-RIGHT: 40px;}

/*
.Button:hover, .Button-large:hover
{
	border: 1px solid #999999;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#DBDAE8);
    background-color: #bcd4f6;
	text-decoration: none;
}
*/


#toobar-search {  font-size:10px;  background-color:#F3F2F7; border:1px solid #bfbed3; padding:10px; border-top:0px}
