BODY, HTML {
	height: 100%;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: .9em;
	background-color:#666666;
	background-image: url('/images//background.jpg');
	background-repeat: repeat-x;
	background-position:top;
}
.tbToolbar
{
    background-color: #eeeeee;
    border-bottom: 1px solid #dddddd;
    padding: 0px;
    margin-bottom: 5px;
    background-image: url(/images/tBar_Mid.png);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 26px;
}
.staffTable {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00507E;
	padding: 4px;
	border: 1px solid #808080;
	margin-bottom: 4px;
}
.content {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #004A8D;
	background-color: #F2F2F2;
	border-left:solid 2px #000;
	border-right:solid 2px #000;
	border-top:solid 2px #000;
	padding: 5px;
}
.loginTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00507E;
	background-color: #FFCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homeTable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
}
.headerTableCell {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #91CE2B;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FC9442;
	border-right-color: #FC9442;
	border-bottom-color: #FC9442;
	border-left-color: #FC9442;
}
.headerTableCellClient {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FC9442;
	border-right-color: #FC9442;
	border-bottom-color: #FC9442;
	border-left-color: #FC9442;
}
.headerTableCell2 {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCC00;
	background-color: #CCCC00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.infoBox {
	padding: 5px;
	border: 1px solid #3194C5;
	background-color:#FFFFFF;
	background-image: url('/images/info_table/background.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
hr {
	/* border:solid 1px #3393C5; */
}


/* Mailsprout */
.MailsproutSignup
{
	width: 200px;
	background: #99CCFF;
}
.MailsproutSignup input.MailsproutText
{
	width: 180px;
}
.MailsproutLabel
{
	font-weight: bold;
}
.MailsproutMandatory
{
	font-weight: bold;
	color: #FF0000;
}