.lp_category
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    VERTICAL-ALIGN: top;
    COLOR: #005287;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

.OrangeBg
{
	color: #F77B21;
}
.BlueBg
{
	color: #0063BD;
}

.SectionHeader
{
	text-align:left;
	border-style:none;
	font-weight: bolder;
	font-size: 12pt;
	color: white;
	font-family: Arial;
	/*font-variant: small-caps;*/
    /*filter: dropShadow(color = #000000, offx = 2, offy = 2); */
    padding-left: 10px;
    padding-right: 10px;
	background-image: url(../images/sectionheader.gif);
	background-repeat: no-repeat;
}
.BodyContent
{
	font-size: 9pt;
	left: 5px;
	color: #0b208b;
	line-height: 12pt;
	font-family: Verdana;
	/*background-color: transparent;*/
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}
.BodyContentLeft
{
	font-size: 9pt;
	left: 5px;
	color: #0b208b;
	line-height: 12pt;
	font-family: Verdana;
	/*background-color: transparent;*/
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
}
.BodyContentRight
{
	font-size: 9pt;
	left: 5px;
	color: #0b208b;
	line-height: 12pt;
	font-family: Verdana;
	/*background-color: transparent;*/
	text-align:right;
	padding-left: 0px;
	padding-right: 0px;
}
.BodyContentLarger
{
	font-size:larger;
	left: 5px;
	color: #0b208b;
	line-height: 12pt;
	font-family: Verdana;
	/*background-color: transparent;*/
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}
.tblMain
{
	background-color: white;
	width: 900px;
	border: solid 2px #0063bd;
	border-collapse: collapse;
}
.tblSection
{
	background-color: white;
	border: solid 1px #0063bd;
	border-collapse: collapse;
}

.tblSectionWithGrid
{
	background-color: white;
}

.MenuItem
{
	border-style:ridge;
	border-width: thin;
	font-weight: bolder;
	font-size: 10pt;
	color: white;
	height: 25px;
	font-family: Arial;
	/*font-variant: small-caps;*/
    /*filter: dropShadow(color = #000000, offx = 2, offy = 2); */
    padding-left: 10px;
    padding-right: 10px;
	background-image: url(../images/sectionheader.gif);
	background-repeat:repeat-y;
	text-align:center;
	cursor: hand;
	cursor: pointer;
}
.MenuItemOn
{
	border-style:ridge;
	border-width: thin;
	font-weight: bolder;
	font-size: 10pt;
	color: black;
	height: 25px;
	font-family: Arial;
	/*font-variant: small-caps;*/
    /*filter: dropShadow(color = #000000, offx = 2, offy = 2); */
    padding-left: 10px;
    padding-right: 10px;
	background-image: url(../images/sectionheader.gif);
	background-repeat:repeat-y;
	text-align:center;
	cursor: hand;
	cursor: pointer;
}
.ContentLabel
{
	font-weight: bolder;
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana;
	text-align: right;
	cursor: default;
}
.ContentLabelLeft
{
	font-weight: bolder;
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana;
	text-align: left;
	cursor: default;
}
.TableContent
{
	font-size: 9pt;
	left: 5px;
	color: #0b208b;
	line-height: 12pt;
	font-family: Verdana;
	/*background-color: transparent;*/
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.TableContentSmall
{
	font-size: 8pt;
	left: 5px;
	color: #0b208b;
	line-height: 12pt;
	font-family: Verdana;
	/*background-color: transparent;*/
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.SwooshHeader
{
	background-image: url(../images/OrangeSwooshRight.gif);
	background-repeat: no-repeat;
}
.Teenie
{
	font-size: 8pt;
	color: #0b208b;
	font-family: Verdana;
	text-align: right;
}
.MenuSeparator
{
	font-size: 8pt;
	color: white;
	font-family: Verdana;
}
.GridDiv
{
	height: 360;
	width: 760;
	overflow-y: auto;
}
.button
{
	border-right: gray 2pt double;
	border-top: gray 2pt double;
	font-weight: bolder;
	font-size: 8pt;
	background-image: none;
	border-left: gray 2pt double;
	color: white;
	border-bottom: gray 2pt double;
	font-family: Arial;
	background-color: #F77B21;
	cursor: hand;
	cursor: pointer;
}
.ErrorMessage
{
	font-weight: bolder;
	font-size: 9pt;
	color: red;
	font-family: Arial, Verdana;
	text-align: left;
}
.filefield
{
	border-right: gray 2pt double;
	border-top: gray 2pt double;
	font-weight: bolder;
	font-size: 8pt;
	background-image: none;
	border-left: gray 2pt double;
	color: black;
	border-bottom: gray 2pt double;
	font-family: Arial;
	background-color: white;
}
.readonlytextbox
{
	border-right: dashed 1px black;
	border-top: solid 1px black;
	padding-left: 2px;
	padding-top: -2px;
	padding-bottom: 2px;
	font-size: 9pt;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	font-family: Arial;
	font-weight: normal;
	color: #3366ff;

}