/* Modified By:  Kim Garzone 03/25/2008 - Added the "MinorityLink" class for use on the "Detailed Solicitation Statistics" report */
/* Modified By:  Kim Garzone 05/02/2008 - Added a font size to the "errorText" class */

P  {
	margin-left: 5;
	margin-right: 5;
	color: #000000;
	font-size: 13px;
	font-family: Arial;
}

H1  {}

H2  {}

H3  {}


A  {
	font-weight: bold;
	text-decoration: none;
	font-size : 11px;
	font-family : Arial;
	color : #000080;
}

A:Visited  {
	font-weight: bold;
	text-decoration: none;
	font-size : 11px;
	font-family : Arial;
	color : #000080;
}

A:Active  {
	font-weight: bold;
	text-decoration: none;
	color : #000080;
	font-size : 11px;
	font-family : Arial;
}

A:Hover  {
	font-weight: bold;
	text-decoration: underline;
	color : #008080;
	font-size : 11px;
	font-family : Arial;
}

BODY  {	margin-top: 5;
		margin-right: 5;
		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:	24px;
			font-family: Arial Narrow;
		}

.subtitle {	color: #000080;
			font-size: 13px;
			font-family: Arial;
			font-weight: bold;
		}

.tableheadings { color: #000080;
				 font-size: 13px;
				 font-family: Arial;
				 font-weight: bold;
				}

.boldheadings { font-size: 13px;
				font-family: Arial;
				font-weight: bold;
			  }

.tablelink   {
	font-weight: bold;
	text-decoration: none;
	font-size : 8pt;
	font-family : Arial;
	color : #000080;
}

.navBarText { color: #000080;
				 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: 13px;
			}
			
.errorText {color: red;
			font-size: 12px;
			font-weight:bold;
}

.smallRedText { color: #FF0000;
				font-size: 11px;
			 }

.smallBlackText {	color: #000000;
					font-size: 11px;
			}

.smallBlueText {	color: #0000FF;
					font-size: 11px;
			}

.discountText { color: #0000FF;
			  }

input.buttonText {
				font-family: Arial;
				color:#000080;
				font-size: 12px;
				font-weight: bold;
				border: 1px solid #000000;
				background: #C0C0C0;
				cursor: hand;
}

/*	This is 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:98%; 
			margin-top:0px;
			margin-left:15px;
			border-style:solid;
			border-color:#000080;
			border-left-width: 1px; 
			border-top-width: 1px; 
			border-right-width: 1px; 
			border-bottom-width: 1px; 
			padding-left:10px; 
			padding-right:10px;
		}
/* end */

tr#navbar td a:hover {
color: #FFFF00;
}

#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:#000080;				/* 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:#000080;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	background: #C0C0C0;
}

input.submit{
	font-family: Arial;
	color:#000080;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #000000;
	background: #C0C0C0;
	cursor: hand;
}

input.submitsmall{
	font-family: Arial;
	color:#000080;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	background: #C0C0C0;
	cursor: hand;
}

.SendPricing {
	color:#000080;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;
    cursor:pointer;
	background: none;
	border:none;
	font-size:11px;
}

.NoLink { color: #C0C0C0;
		  font-weight:bold;
		  font-family : Arial;
		  font-size:11px;
		}

.WhiteBackground { background: #FFFFFF }

.ColorBackground { background: #E8E8E8 }

.LargerText {	color: #000080;
				font-size: 13px;
				font-family: Arial;
				font-weight: bold;
			}
			
.IssueLegendAllSelected { background: #FFFFFF }
.IssueLegendSomeDeSelected { background: #EAEAAE }
.IssueLegendAllDeSelected { background: Silver }

.MinorityLink { color: #0000FF }
