﻿.LabelHeading 
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#ff7d4f;
}
.LabelHeadingBlack
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:Black;
}
.LabelSubHeading 
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:Red; /*#ff7d4f;*/
}
.LabelTopicInfo 
{
	font-size:9pt;
	font-weight:bold;
	font-style:italic;
	color:Green;
}
.textBox
{
	margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: url(Images/bgTextBox.gif) white repeat-x left top;
	color: #11354A;
	font-family:Arial;
	padding: 1px;
	height: 18px;
	font-size:8pt;
}
.listBox
{
	margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: url(Images/bgTextBox.gif) white repeat-x left top;
	color: #11354A;
	font-family:Arial;
	padding: 1px;
	font-size:8pt;
}
.DropDownList
{
	margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: url(Images/bgTextBox.gif) white repeat-x left top;
	color: #11354A;
	font-family:Arial;
	padding: 1px;
	height: 20px;
	font-size:8pt;
}

.MyDefaultImage
{
	background-image:url(TempImages/FirstImage.png);
	background-repeat:no-repeat;
	height:575px;
}
.LoginButtonStyle
{
	background-image:url("images/btn-login.gif");
	/*width:145px;
	height:40px;*/
	width:92px;
	height:34px;
	background-color:Transparent;
	border:none;
}

.MyButton 
{
	background-color:#ff7d4f;
	color:White;
	border:solid 1px gray;
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;
}

.valSummary
{
	background-color:#FF9399;
	color:Maroon;
	font-weight:bold;
	font-size:12pt;
	padding:5px 0px 5px 0px;
	border:solid 2px Red;
}

.CheckedUL
{
	list-style: none outside url(./images/Bullets3.gif);
}
.StarredUL
{
	list-style:none outside url(./images/Bullet2.png);
}
.ArrowUL
{
	list-style:none outside url(./images/Bullet1.png);
}
.ClientsUL 
{
	list-style:none outside url(./images/Bullets6.jpg);
}
/*.CheckedUL LI
{
	margin-left:0px;
	padding-left:0px;
}
.StarredUL LI
{
	margin-left:0px;
	padding-left:0px;
}
.ArrowUL LI
{
	margin-left:0px;
	padding-left:0px;
}*/
