table .info, table .success, table .warning, table .error, table .validation, table .recRangeValidator, table .textVal
{
	border: 1px solid;
	margin: 0px;
	padding: 2px 10px 3px 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
div#contentmain .info, div#contentmain .success, div#contentmain .warning, div#contentmain .error, div#contentmain .validation, div#contentmain .recRangeValidator, div#contentmain .textVal{
    border: 1px solid;
    margin: 5px 0px 0px 0px;
    padding:5px 15px 5px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
table .info, div#contentmain .info
{
	color: black !important;
	background-color: #BDE5F8;
	background-image: url('graphics/inform.gif');
}
table .info ul, div#contentmain .info ul
{
    color: black !important;
	padding: 0px 2px 0px 8px;
	margin: 0px;
	text-indent: 0px;
}
table .info li, div#contentmain .info li
{
    color: black !important;
    margin: 0px;
    text-indent: 0px;
}
table .info a, div#contentmain .info a
{
	color: #000000;
	text-decoration: underline;
}
table .success, div#contentmain .success
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('graphics/inform.gif');
}
table .warning, div#contentmain .warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('graphics/question.gif');
}
table .error, div#contentmain .error
{
    /*color: #D8000C;
    background-color: #FFBABA;
    below fulfills contrast requirements but is not great looking! */
    /*color:White;
    background-color: #B70000;*/
    
    color:Black !important;
    background-color: #FFCCBA;
    background-image: url('graphics/errmsg.gif');
    border-color: Black;
}

table .recRangeValidator, div#contentmain .recrecRangeValidatoridator
{
    color:Black !important;
    background-color: #FFC261;
    background-image: url('graphics/errmsg.gif');
    border-color: Black;
}

table .textVal, div#contentmain .textVal
{
    color:Black;
    background-color: #FF5E00;
    background-image: url('graphics/errmsg.gif');
    border-color: Black;
}
/*validation is the range validator class*/
.validation li
{
    color:Black;
}

table .error a, div#contentmain .error a, .validation a
{
    /*color: #D8000C;*/
    color: Black !important;
	text-decoration: underline;
	border-color: Black;
}
table .recrecRangeValidatoridator a, div#contentmain .recrecRangeValidatoridator a
{
    /*color: #D8000C;*/
    color: Yellow;
	text-decoration: underline;
	border-color: Black;
}

table .textVal a, div#contentmain .textVal a
{
    /*color: #D8000C;*/
    color: Black;
	text-decoration: underline;
	border-color: Black;
}

table .validation, div#contentmain .validation {
    color:Black;
    background-color: #FFCCBA;
    /*background-color: #FF6666;*/
    
	background-image: url('graphics/errmsg.gif');
	border-color: Black;
}

table .validation li, div#contentmain .validation li {
	list-style-position: inside;
}


table .errtxt, div#contentmain .errtxt
{
	display: inline;
	color: #FF0000;
}
table .showmsg, div#contentmain .showmsg
{
	display: inline;
	color: #FF0000;
}
table .hiderow, div#contentmain .hiderow
{
	display: none;
	visibility: hidden;
}
table .showrow, div#contentmain .showrow
{
	display: inline;
}
/* for validators to have red text*/
.ValMag
{
    color: Red;
}

.infld{	width: 60px;
}
.inflds{width: 50px;
}

td div.error, td div.info, #contentmain td div.error, #contentmain  td div.info,  #contentmain  td div.recRangeValidator
{
    margin: 0px 0px 0px 0px;
    /*looks a bit ridiculous this wide..
    width: 100%;*/
}

.error, .info, .recRangeValidator, .textVal
{
    /*added now doing errors through validators (meaining spans so always inline
works on firefox but not on chrome.....  if do important then breaks all validation*/
   /* display:block !important;    */
    /*clear:left;*/
    
    
    clear:both;
    float:left; 
    
    /* these make no difference
     display: block; margin-left: auto; margin-right: auto;
     margin-top: 50px !important; */
    
    /*position: relative;
    top: 0px;*/
    /*left: 10px;*/
    /*margin: 50px 0px 50px 0px;
    padding: 50px 0px 50px 0px;*/
    
}

.childBlock
{
/*    display: block;
*/
    float: left;
    clear: both;
}


/*  cant use this because the first child may not be visible!
.error:first-child
{
    
}*/

/*
.error a, .error a:visited, .error a:hover
{
    color: White;
    font-size:xx-large;
}
*/

.hidden 
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

/*for validation. cant use <b> or <u> on help pages*/
 .bold
 {
     font-weight: bold;
 }
 
 
 .underline
 {
     text-decoration: underline;
 }
 
 

.backButton
{
    float:right;
    clear: both;
}


.outlineBox
{
    border: solid 2px black;
    padding: 5px;
    margin: 50px;
    margin-left:40px;
}

.centered
{
    text-align: center;
}

.innerTableCouncilFinder
{
    width: 100%;    
    padding: 10px, 10px, 10px, 10px;
    margin: 5px, 5px, 5px, 5px;
    border: solid 1px grey;
    
}

div#content .innerTableCouncilFinder td
{
    padding: 10px;
    margin: 5px;
    vertical-align: middle;
}

div#content .paddedButtonSpace
{
    padding: 10px;
}

/*new uservision class to replace the readonly text boxes*/
.ReadonlyTxtBox, div#contentmain .ReadonlyTxtBox
{
    background-color: #D3D3D3;
    border: solid 1px #A8A8A8;
    text-align:left;
    margin: 2px;
    padding: 1px;
}

.partnerTableGrey
{
    background-color: #F2F2F2;
}

td.greyedOutCell
{
    background-color: #C7C7C7;    
}

/*for results table*/
.calcresultsTab td
{
    vertical-align: middle !important;
    
}

#logofooter
{
    float: right;
}

#logofooterClearRight
{
    float: right;
    clear:right;
    
}

#logofooterClearRightPaddingTop
{
    float: right;
    clear:right;
    padding-top: 10px;
}

#logofooterLeftPadded
{
   padding: 5px 0px 5px 30px
}

