﻿BODY
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
LH
{
	color: Olive;
}
LABEL
{
	font-weight: bold;
	color: #182763;
}
H3
{
	font-family: Arial;
	color: #182763;
	font-size: large;
	font-weight: bold;
}
A
{
	color: #85ab10;
	font-size: small;
}
A:visited
{
	color: #182763;
	font-size: small;
}

DIV#ContentPane
{
	margin: 0px;
	padding: 0px;
	width: 400px;
}

.DescriptionText
{
	font-family: Arial;
	color: Blue;
	font-size: medium;
}

.DescriptionTextAlt
{
	font-family: Arial;
	color: White;
	font-size: medium;
}
.CompanyInfoBox
{
	width: 520px;
	font-family: Helvetica,Arial;
	font-size: 13px;
	padding: 5px;
	margin: 10px;
}

.ListTitle
{
	font-size: large;
	padding: 0px 0px 10px 0px;
	color: #85ab10;
}

.AnnouncementBlock
{
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding: 5px;
	margin: 0px;
}

.SectionTitleBGBlue
{
	background-color: #182763;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px auto 5px auto;
}

.FontSize12
{
	font-family: Arial,Helvetica,adobe-helvetica,Arial Narrow;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	cursor: pointer;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 10px;
}

/*Side Menue  Styles*/
.SideMenuBGimg
{
	background-image: url(../../Images/Sidebarslice.jpg);
	background-repeat: repeat-y;
	background-color: #dadada;
}
.SideMenuHeight
{
	width: 165px;
	height: 700px;
}

.MenuItemLayout
{
	color: #000000;
	cursor: pointer;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 5px auto 5px auto;
	text-align: left;
}
.MenuItemLayout:visited
{
	color: #000000;
	cursor: pointer;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

}
.MenuItemLayout:hover
{
	color: #85ab10;
	cursor: pointer;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

}

/* Business View*/
#BusinessForm.TR
{
	padding-top: 5px;
}

.BG_Title
{
	background-image: url(../../Images/titleGBImg.jpg);
	background-repeat: repeat-x;
}

.TxtFormBox, .TextList
{
	width: 130px;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #182763;
	font-family: Helvetica,Arial;
	font-size: 13px;
	padding: 0px;
	background-color: White;
}
.TextList
{
	height: 21px;
}


.FormBox
{
	width: 520px;
	border-style: solid;
	border-width: 1px;
	border-color: #182763;
	font-family: Helvetica,Arial;
	font-size: 13px;
	padding: 5px;
	margin: 10px;
	background-color: White;
}

.FormSubTitle
{
	font-weight: bold;
}
.CrumTrail
{
	padding: 5px 0px 5px 5px;
}
