/* Modified By:  Kim Garzone 03/25/2008 - Added the "MinorityLink" class for use on the "Detailed Solicitation Statistics" report */

P  {	margin-left: 5;
		margin-right: 5;
		color: #000000;
		font-size: 13px;
		font-family: Arial;
}


A  {
	font-weight: bold;
	text-decoration: none;
	font-size : 8pt;
	font-family : Tahoma;
	color : #205B88;
}

A:Visited  {
	font-weight: bold;
	text-decoration: none;
	font-size : 8pt;
	font-family : Tahoma;
	color : #205B88;
}

A:Active  {
	font-weight: bold;
	text-decoration: none;
	color : #205B88;
	font-size : 8pt;
	font-family : Tahoma;
}

A:Hover  {
	font-weight: bold;
	text-decoration: underline;
	color : #000000;
	font-size : 8pt;
	font-family : Tahoma;}

BODY  {	margin-top: 3;
		margin-right: 3;
		margin-left: 5;
		color: #000000;
		font-size: 13px;
		font-family: Arial;
}

TD,TR	{	color: #000000;
			font-size: 13px;
			font-family: Arial;
}

.title {	color: #000000;
			font-weight: bold;
			font-size:	18px;
			font-family: Arial;
		}

.subtitle {	color: #09606A;
			font-size: 13px;
			font-family: Arial;
			font-weight: bold;
		}

.tableheadings { color: #09606A;
				 font-size: 13px;
				 font-family: Arial;
				 font-weight: bold;
				}

.boldheadings {  font-size: 13px;
				 font-family: Arial;
				 font-weight: bold;
				}

.bgtableheadings { color: #000000;
				background-color: #E5E5E5;
				font-size: 12px;
				font-weight: bold;
				}

.tablelink  {
	font-weight: bold;
	text-decoration: none;
	font-size : 8pt;
	font-family : Tahoma;
	color : #205B88;
}

.navBarText { color: #09606A;
				 font-size: 12px;
				 font-family: Arial;
				 font-weight: bold;
				}


.AgreementFont {	color: #000000;
					font-size: 13px;
					font-family: Arial;
					font-weight: bold;
		}

.surplustext {	color: #FF0000;
				font-size: 13px;
			}
			
.surpluslink {	color: #ff0000;
				font-size: 8pt;
			}

.SurplusHeading {	color: #FF0000;
					font-size: 14px;
			}

.errorText {color: red;
			font-weight:bold;
}

.smallRedText { color: #FF0000;
				font-size: 11px;
			 }

.smallBlackText {	color: #000000;
					font-size: 11px;
			}

.smallBlueText {	color: #0000FF;
					font-size: 90%;
				}

.blueText	{	color: #0000FF; 
				font-size: 120%;
			}

.inactiveText { color: #FF0000; }

input.buttonText {
					font-family: Arial;
					color:#09606A;
					font-size: 12px;
					font-weight: bold;
					border: 1px solid #000000;
					background: #E5E5E5;
				}

.smallText {
	font-size: 11px;
}

.BGHDRCellLeft{	color: #09606A;
				font-size: 13px;
				font-family: Verdana, Arial, Helvetica;
				font-weight: bold;
				background-color: #E5E5E5;
}

.BGHDRCellRight{color: #09606A;
				font-size: 13px;
				font-family: Verdana, Arial, Helvetica;
				font-weight: bold;
				background-color: #E5E5E5;
}

.BGCellRight{
				background-color: #E5E5E5;
}

/*	These are for the sort/search box on the public side where users can view solicitations 
	They will have to be adjusted for color, size and font depending on the system
*/
		
.sortbox {	width:97%; 
			margin-top:0px;
			margin-left:10px;
			border-style:solid;
			border-color:#09606A;
			border-left-width: 1px; 
			border-top-width: 1px; 
			border-right-width: 1px; 
			border-bottom-width: 1px; 
			padding-left:5px; 
			padding-right:5px;
		}
/* end */

input.outline{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #000000;
	background: #E5E5E5;
}

tr#navbar td a:hover {
color: ##DEE6E7;
}

#menuHomeOff{
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}
	
#menuHomeOn{
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}

#menuSolicitationsOff{
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}
	
#menuSolicitationsOn{
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}

#menuAwardsOff{
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}
	
#menuAwardsOn{
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}

#menuSupportOff{
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}
	
#menuSupportOn{
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}

#menuLogoffOff{
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}
	
#menuLogoffOn{
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}

#menuMyAccountOff{
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}
	
#menuMyAccountOn{
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}

#AddButton {
	color:#09606A;				/* this should be the same color as the subtitle */
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	border:none;
	background-color:#E5E5E5;	/* this should be the same color as the background */
	font-size:12px;
	width:140px;
}

input.outline{
	font-family: Arial;
	color:#09606A;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	background: #E5E5E5;
}

input.submit{
	font-family: Arial;
	color:#09606A;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #000000;
	background: #E5E5E5;
}

input.submitsmall{
	font-family: Arial;
	color:#09606A;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	background: #E5E5E5;
}

input.cursor{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #000000;
	background: #E5E5E5;
	cursor: hand;
}

.NoLink { color: #969696;
		  font-weight:bold;
		  font-size : 12px;
		  font-family : Arial;
		}

.SendPricing {
	color:#205B88;
	font-weight:bold;
	text-decoration:none;
    cursor:pointer;
	background: none;
	border:none;
	font-size:12px;
}

.WhiteBackground { background: #FFFFFF }

.ColorBackground { background: #E8E8E8 }

.LargerText {	color: #09606A;
				font-size: 13px;
				font-family: Arial;
				font-weight: bold;
			}

.IssueLegendAllSelected { background: #FFFFFF }
.IssueLegendSomeDeSelected { background: #EAEAAE }
.IssueLegendAllDeSelected { background: Silver }

.MinorityLink { color: #0000FF }
