/****************File MUST be named plstyles.css**************************/

/*************************************************************************/
/*******************Customizable Attributes*******************************/
/*******************February 23, 2007*************************************/
/*************************************************************************/

TD,BODY 		
		{color:#333333; 
		font-size:100%; 
		font-family: Arial, Helvetica, sans-serif; 
		line-height: 18px; 
		vertical-align:top;}

H1   	
		{font:bold normal 150% Arial, Helvetica, sans-serif; 
	 	color:#2872B8; 
	 	margin:0; 
	 	padding:0;}

H2  	
		{font:bold 100% Arial, Helvetica, sans-serif; 
	 	color:#000000; 
	 	margin:0; 
		padding:0;}

/*Select Box*/
select.selectbox 
		{font-family: Arial, Helvetica, sans-serif;
		font-size:100%;
		color:#000000; 
		line-height: 18px; 
		vertical-align:top;} 

/*Border of the table highlighting Preferred Pharmacies*/
table.preferredpharmacies 
		{border-color: #2872B8;
		border-width: 2;
		border-style: double;}

/*Required fields color*/
.requiredfields 	
		{color:#2872B8;} 

/*Background color for Radius distance*/
td.radius 	
		{background: #F5F5F5;} 

/*Table row Label*/
.tablerowLabel 
		{background: #2872B8;}
					
/*Used for error text*/
.error 
		{color:#FF0000;}

/*Used for link text*/
.linktext 
		{color:#2872B8;}

/*Table Label Text*/
.tablelabeltext 
		{color:#FFFFFF;}

/*Odd Row Background*/
td.oddrow 
		{background: #ffffff;}

/*Even Row Background*/ 
td.evenrow 
		{background: #eeeeee;}
		
/*Border of the map displayed for both driving directions and location map*/
table.map 	
		{background-color: #999999;}

/*Color of Table Outline for Driving Directions*/
table.drivingdirections 
		{background-color: #CCCCCC;}

/************************************************************************/
/***********************DO NOT EDIT BELOW THIS LINE**********************/
/************************************************************************/	

IMG.button 	{cursor:hand;}
FORM 			{display:inline}

/*Elements*/
P   			{padding:0; 
		  		margin-top:0; 
				margin-bottom:12;}
IMG     		{padding:0; 
				border:0;}
INPUT 		{font-size:100%;}
SELECT 		{font-size:100%;}

A 				{color:#003399; 
				text-decoration:underline;}
A:link 		{color: #003399; 
				text-decoration: underline;}
A:visited 	{color: #3399CC; 
				text-decoration: underline;}
A:hover 		{color: #333333; 
				text-decoration: underline;}

BR.onepx 	{font-size: 2px;}
BR.twopx 	{font-size: 2px;}
BR.fivepx	{font-size: 5px;}
BR.tenpx 	{font-size: 10px;}

H3 			{font:bold 12pt Arial, Helvetica, sans-serif; 
				color:#000000; 
				margin:0; 
				padding:0;}
				
.bodybold	{font-weight : bold;
				line-height: normal;}
				
.tablerowmap	
				{background: #FFFFFF;}
				
td.locationmap2 
				{background-color: #FFFFFF;}

.tablerowdistance 
				{background: #FBFBFB;}

.hidden
{
    LEFT: -9999px;
    POSITION: absolute;
    TOP: -9999px
}