/* CSS Document */

body
{
	margin:0px;
	background-color:#E8F7FF;
}

td
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:none;
	color:#000000;
}

.Container
{
	border:1px solid #0B8DE0;
	background-color:#FFFFFF;
}

.BgHeader
{
	background:url(../Images/BgHeader.jpg) repeat-x;
	height:97px;
}

.BgFooter
{
	background-color:#0B8DE0;
	height:20px;
}

.FooterText
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding-left:10px;
	color:#FFFFFF;
	text-decoration:none;
}

.BlueLine
{
	background-color:#1A7BB9;
	height:8px;
}

.BgMenubar
{
	background:url(../Images/BgMenubar.jpg) repeat-x;
	height:26px;
}

.BlueTitleText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
}

.BlueWhiteText
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:none;
	text-align:justify;
	color:#FFFFFF;
	text-decoration:none;
}

.AshWhiteText
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:none;
	text-align:justify;
	color:#000000;
	text-decoration:none;
}

.BtnMore
{
	border:1px solid #098BDE;
}

.BtnMoreText
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	text-decoration:none;
	padding:2px;
}

.BtnMoreText:hover
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	text-align:left;
	text-decoration:none;
	padding:2px;
}

.BgUsefulTool
{
	background:url(../Images/BgUseTool.jpg) repeat-x;
	height:115px;
}

.BgBoxTitle
{
	background:url(../Images/BgTitle.jpg) repeat-x;
	height:20px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	padding-left:3px;
}

.BoxTitleText
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	padding:3px;
}

.BgLink
{
	background:url(../Images/BgLink.jpg) repeat-x;
	height:18px;
}


.BtnLink
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#074B98;
	text-align:left;
	text-decoration:none;
	padding-left:2px;
}

.BtnLink:hover
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#75ACEB;
	text-align:left;
	text-decoration:underline;
	padding-left:2px;
}

.CommonTextField 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	border: 1px solid #B5C7C8;
	color:#494848;
	padding-left:2pt;
	background-color:#FFFFFF;	
}

.CommonDropDown 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	border: solid 1px #003300;
	color:#4B4B25;
	padding-left:5px;	
	background-color:#ffffff;
	text-transform:capitalize;	
}

.CommonButton 
{	
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:bold;
	color:#505F5F;
	width:55px;
	height:18px;	
	text-transform:capitalize;	
	border:1px inset #242C2C;
	cursor:hand;
	padding-bottom:3px;
	background-color:#C5D9DC;
	text-align:center;
}
	
.Headline
{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#098BDE;
	text-decoration:none;
}

.MenubarText
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#1D5570;
	text-decoration:none;
}

.MenubarText:hover
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FF9900;
	text-decoration:none;
}

.NewsDateText
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#098BDE;
	text-align:left;
	text-decoration:none;
	padding-left:10px;
}

.NewsTitleText
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	text-decoration:none;
	padding-left:10px;
}

.NewsbodyText
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	text-decoration:none;
	padding-left:10px;
}

.Toolname
{
	border:1px solid #064F7E;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#064F7E;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;	
}

.TitleText
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.MediumTitle
{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.RequiredField 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color:#FF0000;
}
.SuccessMessage {
	font-family: Tahoma, Verdana;
	font-size: 11px;	
	color: #006600;
}

.ErrorMessage {
	font-family: Tahoma, Verdana;
	font-size: 11px;	
	color:#FF0000;
}

