﻿/*********************************************************
 * CPA scorecard specific (non-Sharepoint) screen styles *
 *********************************************************/

/* The following styles correct errors and incompatibilities in the standard stylesheets */
/* NB all urls in the standard stylesheets should begin "../" for the correct path */

/*#searchsite 	    {margin:0 0 6px 0; padding:0 10px 0 0; }*/
#searchsite label	{display:none;}
.find			    {width:55px; height:24px; cursor:pointer; border:none; background:transparent;}

.leftcol		{width: 188px; float: left; margin-left: 5px; margin-top: 10px; font-size:1.12em;  display:block;}
.rightcol		{width: 188px; float: right; margin-left: 8px;  margin-top: 10px; font-size:1.12em;  display:block;}

.downloadTime
{
    color: #6c6c6c;
}

.dontPrint, .dontprint
{	
}

.print
{
	display:none;
}

.defaultTextSameRed {
	FONT-SIZE: 1em;
	COLOR: #c00000;
}

.pageBreak
{
    page-break-before: always;
}


/*
 * Styles used on score comparison pages
 */
#outercomparison 			{min-width: 763px; margin: 0 auto; text-align:left !important;}
* html #outercomparison 	{margin: 0 auto;}

.leftcolcomparison		{width: 188px; float: left; margin-left: 5px; margin-top: 10px; font-size:1.12em;}
.midcolcomparison
{
    margin: 0 auto;
    margin-top:10px;
    background: #fff;
    border:1px solid #e2e4e5;
    font-size:1.2em;
    position:absolute;
}

.comparisonnongrid
{
    width: 780px;
}

.comparisonnongrid h2 {display:block; margin:0; padding:8px 0; color:#063;}
h2.light {font-size:180%; margin:5px 0 !important;} 
* html h2.light {height:1%} /*For IE 6 bug*/

.comparisonnongrid h3 {margin:0; padding:8px 0; color:#063;}


/*.CPA06ScorecardContainerNoFloat { padding: 8px; margin-top:5px; background-color:#fff; min-width:0; position: relative;}*/

.CPA06ScorecardScoreTableComparison {
	border-right: 1px solid #C5DCAA; 
	border-left: 1px solid #C5DCAA;  
	border-top: 1px solid #C5DCAA;
}

.CPA06CellBorderBottom {
	border-bottom: 1px solid #C5DCAA;
	padding: 3px 2px 3px 5px; 
}

legend.comparisonlegend {
	margin: 3px 0px;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #FFFFFF;
	COLOR: #37424A;
	display:inline-block;
}
fieldset.defaultfieldset {border-width:0px; padding: 0px 5px 5px 5px;}
.CPA06CompareCouncilLeftCol {float: left; width: 49%; text-align:center;  }
.CPACouncilSearchTextArea {height: 200px;	width: 99%;}
.standardbutton {}
.CPA06CompareCouncilRightCol {float: right; width: 49%; text-align:center; }
.required {
	COLOR: red
}
.CPASearchDropDownField {width: 30%;}

.CPA06ShowHide {border: 0;margin: 0;padding: 0;padding-left:15px;padding-right:15px;list-style-type: none;text-align: left;/*clear:left;*/display:inline;}
.CPA06ShowHide li {float:left;width: auto;height: 2em;color: #003164;text-decoration: none;text-align: left;margin-right:10px;border:0;list-style-type: none;}

.CPA06ScorecardScoreTableHeadingsLeftSmall {background-color: #E2EED5; font-weight: bold; font-size: 0.9em;  COLOR: #37424A; text-decoration: none;text-align:left; border-bottom: thin solid #C5DCAA;  padding: 3px 2px 3px 2px; border-right: thin solid #C5DCAA; }
.CPA06ScorecardScoreTableHeadingsCenterSmall {background-color: #E2EED5; font-weight: bold; font-size: 0.9em;  COLOR: #37424A; text-decoration: none; text-align:center; border-bottom: thin solid #C5DCAA;  padding: 3px 2px 3px 2px;}
.CPA06ScorecardScoreTableHeadingsCenterAndBorderRightSmall {background-color: #E2EED5; font-weight:bold; font-size:0.9em;  COLOR: #37424A; text-decoration: none; text-align:center; border-bottom: thin solid #C5DCAA;  padding: 3px 2px 3px 2px; border-right: thin solid #C5DCAA;}
.CPA06PaleBlue1BackgroundAndRightBorderAndNotBold {background: #E2EED5; text-align:center; border-bottom: thin solid #C5DCAA; padding: 3px 0px 3px 2px; border-right: thin solid #C5DCAA;}




