

body {
	margin:0;
	padding: 0;
	background-color: #446d9a;
	min-width: 1030px;
}

tr.headerRow th {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
}

table.accountTable tr td{
	padding-left: 5px;
	padding-top: 2px;
}

body, p, input, td, th, div, span {
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: 15pt;
    font-weight: normal;
    color: #446d9a;
}

div#headerBox {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 125px;
    background-color: white;
    border-bottom: solid 4px #9db9d9;
    text-align: center;
}

div#enactLogo {
    position: absolute;
	font-size: 24pt;
	padding: 2px;
	font-weight:bold;
    left: 40px;
    top: 30px;
}

div#clientLogo {
	position: absolute;
	font-size: 24pt;
	font-weight:bold;
    right: 10px;
    top: 2px;
}

div#brookesideLogo{
	    position: absolute;
	    left: 85px;
	    top: 220px;
}

.thResults {
    background-color: #CCCCCC;
    border-right: 1.5px #FFFFFF solid;
    text-align: center;
    color: #4e4e7a;
    font-weight: bold;
	font-color: #446D9A;

}


span#versionString {
    font-size: 9px;
    color: #999;
}

.smallDataLeft{
	font-size: 11px;
}

.smallDataCenter
{
	font-size: 11px;
	text-align: center;
}

.titles {
	font-size: 14pt;
	font-weight: bold;
	
}

.text {
	font-size: 12pt;
	color: #494949;
	text-align: justify;
	
}
div#welcomeMsg {
    position: absolute;
    left: 40px;
    top: 80px;
    font-size: 10pt;
    font-weight: bold;
    color: #0080cc;
}

div#editProfile {
    position: absolute;
    left: 40px;
    top: 85px;
    font-size: 8pt;
    font-weight: normal;
    color: blue;
}


div#headerLinks {
    position: absolute;
    right: 20px;
    top: 80px;
}

div#pageContentBox {
    margin-top: 120px;
}

div#popupPageContentBox {
	margin-top: 80px;
}

.ERXTabPanel { 
    padding-top:25px;
    margin-left:25px;
    margin-right:25px;

}
        
.ERXTabPanel .TabContent { 
    background-color: #bccddc; 
	padding-bottom: 25px;
    padding: 1em; 
    clear: left;
}

div#subTabContentArea {
    background-color: white;
    padding:10px;
}


.subTabs .ERXTabPanel .TabContent { 
    background-color: #ffffff;
    padding: 1em; 
    clear: left; 
}

.subTabs ul.TabItems li.tab {
    background-color: #ffffff;
}

.subTabs h2 {
    color: #3f105a;
}

ul.TabItems { 
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.TabItems li {
    float: left;
    margin-right: 5px;
    padding: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

ul.TabItems li.tab {
    background-color: #bccddc;
    color: #1f4779;
	font-weight: bold;
}

ul.TabItems li.tab div {
    color: #1f4779;
	font-weight: bold;
	font-size: 14pt;
}

ul.TabItems li.nonSelectedTab {
    background-color: #f4f4f4;
    color: #1f4779;
	font-weight: bold;
	font-size: 14pt;
}

li.nonSelectedTab a {
    color: #1f4779;
	font-weight: bold;
	font-size: 14pt;
}

li.nonSelectedTab a div:hover {
    color: #1f4779;
	font-weight: bold;
	font-size: 14pt;
    text-decoration: underline;
}

div#seachToggleButton {
    position: absolute;
    top: 175px;
    right: 50px;
    width: 175px;
    background-color: white;
}

div#accountUpdates {
	background-color: #ffffff;
    padding:2px;
    padding-top: 5px;
    margin-left: 10px;
    margin-top: 5px;    
	width:500px;
	height:310px;
	overflow: hidden;
}

div#oneWhiteDivPerPage {
	background-color: #ffffff;
    padding:2px;
    padding-top: 5px;
    margin-top: 5px;    
	width:98%;
	height:98%;

}

div#backLink {
		position: relative;
	    margin-top: -50px;
		text-align: right;
}

div#courseListing {
	background-color: #ffffff;
    padding:5px;
    padding-top: 5px;
    margin-top: 5px;
    width:760px;
	height: 97%;
	font-color: #1f4779;
	font-weight: bold;
	font-size: 16pt;
	text-align: left;
	overflow: hidden;
}


div#rssOuterContainer  {
    background-color: #ffffff;
    padding-right:20px;
    width:410px;
	height:625px;
	overflow: hidden;
}

div#validationWarning {
	width:600px;
}

div#companyRss {
    background-color: #ffffff;
    padding:5px;
    padding-top: 2px;
    margin-top: 5px;
    margin-left: 10px;
    width:400px;
	height:671px;
	font-color: #1f4779;
	font-weight: bold;
	font-size: 16pt;
	text-align: left;
	overflow: scroll;
}

div#companyValidationLister {
    background-color: #ffffff;
    padding:5px;
    padding-top: 2px;
    margin-top: 5px;
    margin-left: 10px;
    width:400px;
	height:100px;
	overflow: scroll;
}

div#accountSearch{
	position: relative;
    background-color: #ddeaf4;
    padding-left:15px;
    padding:5px;
    padding-top: 2px;
    margin-top: 5px;
	margin-left: 10px;
    width:300px;
	height:660px;
	overflow: hidden;
}


div#accountLister{
	position: relative;
    background-color: #ffffff;
	font-size: 10px;
	text-align: left;
	padding-left:15px;
    padding:5px;
    padding-top: 2px;
    margin-top: 5px;
    margin-left: 10px;
	height:660px;
    width:600px;
	overflow: scroll;
}

div#accountDetail{
	position: relative;
    background-color: white;
	font-size: 10px;
    padding:5px;
    padding-top: 2px;
    margin-top: 5px;
    margin-left: 10px;
    width:900px;
	height: 560px;
	overflow: hidden;
}

div#reportsContainer{
	position: relative;
    background-color: #ffffff;
	font-size: 10px;
	text-align: center;
    padding:5px;
    padding-top: 2px;
    margin-top: 5px;
    margin-left: 10px;
	overflow: hidden;
}





div#comparisonDetails {
	position: relative;
    background-color: #ddeaf4;
	font-size: 10px;
    padding:5px;
    padding-top: 2px;
    width:300px;
	height:215px;
	overflow: hidden;
}

.dropArea {
	border-style: dashed;
	border-color: rgb(0, 0, 0);
	border-width: 2px;
	height: 20px;
	width: 300px;
	padding: 5px;
	background-color: #e9ecfe;

}

div#accountDirections{
	padding:5px;
	font-size: 16px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-color: #1f4779;
}

div#searchCriteria {
    padding:10px;
	font-size: 16px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-color: #4683bc;
}

div#AccountCompanyHeadline {
	color: #1f4779;
	font-weight: bold;
	font-size: 14pt;
	font-family: helvetica, arial, sans-serif;
	padding: 3px;
}

div#AccountDetailForCompany {
	color: #777778;
	font-size: 10pt;
	font-weight: 2em;
	font-family: helvetica, arial, sans-serif;
	padding-bottom:10px;
	padding-left: 3px;
	
}

div.feedErrorsContainer {
    color: red;
    padding: 1em;
}

div.feed h3.title {
    color: #2e80cc;
    margin: 2;
    margin-bottom: .5em;
	margin-left:5px;
}

div.feed ul.entries {
    list-style-type: none;
    margin: 0;
    padding: 0;   
}

li.entry {
    padding-bottom: 2.5em;
}

li.entry table.entryMetaInfoTable td.label {
    padding-left: 2em;
    font-weight: normal;
    text-align: right;
    vertical-align: middle;
    padding-right:0;
    color: #888888;
}

li.entry div.content {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

li.entry div.readMoreLink {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1em;
}



div#errorMsg p {
	font-size: 10pt;
	font-weight: bold;
	color: #red;
}

#mailBox {
	margin-top : 260px;
	position: float;
}

#mailTools td {
	font-size: 9px;
	padding-right: .5em;
	text-align: center;
}
#mailTools img {
	padding-bottom: 1.5em;
}


div#selected a {
	color: #444;
	font-weight: bold;
}

div#searchForm td.dataLabel {
	color: #410066;
	font-weight: bold;
}

div#forgottenPassword  {
	background-color:#ffffff;
	color: #410066;
	font-weight: bold;
	margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
}

div#breadcrumbs {
	margin: 0;
	padding-left: 2em;
}

div#breadcrumbs ul li a, div#breadcrumbs ul li a:visited {
	color: white;
}

div#breadcrumbs ul, div#breadcrumbs ul li  {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
	color: white;
	font-size: 9pt;
}



.subTabsAdminFunctions h2 {
    color: #3f105a;
}

.subTabsAdminFunctions .ERXTabPanel { 
    margin-top:10px;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:20px;
}

.subTabsAdminFunctions .ERXTabPanel .TabContent { 
    background-color: #bc96ef;
    padding: 1em; 
    clear: left; 
}

.subTabsAdminFunctions ul.TabItems li.tab {
    background-color: #bc96ef;
}

.subTabsAdminFunctions ul.TabItems li.nonSelectedTab {
    background-color: #ebebeb;
}

div#directConnect {
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 30px;
    padding: 20px;
	background: #ffffff;
}

#loginMessages {
    color: #c00;
    font-weight: bold;
    padding-bottom:1em;
}

#loginFormBox {
	position: relative;
    padding: 40px;
	top:100px;
	margin-left:350px;
    width: 400px;
    background: #a3c2dc;
    text-align:center;
	font-family: Verdana;
	font-weight: bold;
	
}

#registrationLoginBox
{
	position: relative;
    padding: 20px;
	margin-left:50px;
    width: 400px;
    background: #ffffff;
    text-align:center;
	font-family: Verdana;
	font-weight: bold;
	
}

#loginFormBox td.dataLabel {
	color: #4e4e7a;
}

div#pageContentArea {	
	margin-top: 140px;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 6em;
}

div#pageTitle {
    font-size: 1.8em;
    font-weight: normal;
    color: #99cc00;
    padding-top: .5em;
    padding-bottom: 1em;
}

h2 {
    margin-top:.25em;
    font-weight: normal;
}

#versionString {
    color: #4e4e7a;
    margin: 1em;
}

a {
	font-style: normal;
	color: #0033cc;
}

a: visited {
	font-style: normal;
	color: #0033cc;
}

div#CampaignSelector {
	border: 2px #4e4e7a solid;
	padding: 3px;
}

.dataTable table th {
    background-color: #ccccff;
    border-right: 1px #babafb solid;
    text-align: left;
    color: #4e4e7a;
    padding:.5em;
    font-weight: bold;
}

.dataTable table th a {
    text-align: left;
    color: #4e4e7a;
    padding:.5em;
    font-weight: bold;
	font-size: 14px;
}

.dataTable table th a:visited {
    text-align: left;
    color: #4e4e7a;
    padding:.5em;
    font-weight: bold;
}


.dataTable table td {
    color: #333;
    border-right: 1px #babafb solid;
}

.dataTable table {
    border-bottom: 4px solid #ccccff;
    border-collapse: collapse;
    border-right: 0;
	border-left: 0;
	width: 98%;
	margin-bottom: 1em;
}

.dataTable table tr.alt1 td {
    background-color: #ebebfe;
}

.dataTable table tr.alt2 td {
    background-color: #e5e5f7;
}

.dataTable table tr.alt2a td {
    background-color: #e5e5f7;
}

.dataTable table tr.alt2b td {
    background-color: #e5e5f7;
}

.dataTable table td {
    padding:.5em;
}

.dataTable td.checkbox {
	text-align: center;
    width: 3em;
} 

.dataTable table .lastColumn {
    border-right: 0;
}

input {
    background-color: #eee;
}

textarea {
    background-color: #eee;
}

.positionTable {
    border-collapse: collapse;
    border: 0;
}

.positionTable td {
    padding-left: .5em;
}

td.dataLabel {
	padding-left: 2em;
}

.dataLabel {
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	padding-right:0;
	color: #888;
}

.dataInput {
    text-align: left;
	vertical-align: bottom;
}

div#logout {
    padding-right: 20px;
}


/* mail stuff follows */

.errorMsg {
    font-weight:bold;
    color:red;
}

#mailTools a {  color: grey; font-size: 11px; text-decoration: none; background-color: #fff;}
#VerticalNav a {  color: grey; font-size: 11px; text-decoration: none; background-color: #fff;}
.communicationTable { 
	font-family: helvetica, arial, sans-serif;
	font-size: 9px;
	line-height: 10pt;
	font-weight: normal;
	color: #333;
}

.toAndFrom { font-family: helvetica, arial, sans-serif;
font-size: 11px;
line-height: 10pt;
font-weight: bold;
color: #000;
}

.otherMail{ font-family: helvetica, arial, sans-serif;
font-size: 11px;
line-height: 10pt;
font-weight: normal;
color: #333;
}

.dateTime { font-family: helvetica, arial, sans-serif;
font-size: 11px;
line-height: 10pt;
font-weight: normal;
color: #333;}


div#practicesGridImage {
	background-image: url('../images/PracticesGrid_new.png');
	background-repeat: no-repeat;
	width:379px;
	height:353px;
	float:left;
}

div#Q1 {
	padding-top:90px;
	padding-left: 125px;
	float:left;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

div#Q2 {
	padding-top:90px;
	padding-left: 280px;
	clear: right;	
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

div#Q3 {
	padding-top:137px;
	padding-left: 125px;
	float:left;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

div#Q4 {
	padding-top:137px;
	padding-left: 285px;
	clear: right;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.loyaltyPieData {
	font-color: #000000;
	font-weight: bold;
	font-size: 14px;
}

div#menuContainer {}


/* batch navigation stuff */

#batchNavigation a {  color: black; text-decoration: none; }

/* end batch navigation stuff */
