/* Styles specific to the OE/AAA External web application 
*  Brian Quinn
*  June 2005
*
*
*/

/* Frequency styles -------------------------------------  */
	.freqDisplayHeaderCell {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	white-space:		nowrap;	
	color:				#3d3d3d;
	text-align: 		left;
	}
	
	.freqHeaderCell
	{	
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				black;
	font-size: 			9px;
	text-align:			right;
	font-weight:		bold;
	padding-right:		1px;		
	}
	
	.freqCell
	{	
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				9px;
	white-space:			nowrap;
	text-align:				right;
	padding-right:			1px;	
	}
	
/* Location styles -------------------------------------  */
	.locationHeaderTable
	{	
	background-color:		#c0e4fe;
	border-top:				1px #aaaaaa solid;
	border-left:			1px #aaaaaa solid;
	border-right:			2px #aaaaaa solid;
	border-bottom:			2px #aaaaaa solid;
	font-size:				10px;		
	}
	
	.locationHeaderLabelCell
	{	
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10px;
	font-weight:			bold;
	padding:				3px;
	width:					11%;
	white-space:			nowrap;
	}
	
	.locationHeaderCell
	{	
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
	padding:				3px;
	width:					90%;
	white-space:			nowrap;
	}
	
	
/* Location List styles -------------------------------------  */
	.locationListHeaderTable {
	background-color:	#f3f3f3;
	border:				1px #cccccc solid;	
	}

	.locationListHeaderCell{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			9px;
	white-space:		nowrap;
	padding:			3px;
	border-bottom:		1px #cccccc solid;
	text-align:			center;
	font-weight:		bold;
	}
	
	.locationListCell{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			9px;
	white-space:		nowrap;
	padding:			3px;
	text-align:			center;
	}
	
	.locationListHeaderLink{
	text-decoration:	none;
	}
	
	.locationListHeaderLink:link{
	text-decoration:	none;
	}
	
	.locationListHeaderLink:hover{
	text-decoration:	underline;
	}

    .errorInput {
      border: solid 2px #FF0000;
    }
