/* Basic Formatting 

img {border:0px;}
body
{
 vertical-align:top;
}
*/

.form td
{
	font-size: 80%;
	font-weight: bold;
	
	border: 0px;
}

h1
{
	FONT-WEIGHT: bold; FONT-SIZE: 25px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Arial,sans-serif; TEXT-DECORATION: none

}
h3
{
	FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Arial,sans-serif; TEXT-DECORATION: none
}

h2
{
	FONT-WEIGHT: bold; FONT-SIZE: 22px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Arial,sans-serif; TEXT-DECORATION: none

}

h4
{
FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Arial,sans-serif; TEXT-DECORATION: none

}



input, textarea, select
{
	padding: 2px;
	color: #000;
}





.nav
{
	
	font-size: 14px;
	padding-right: 5px;
	padding-top: 5px;
	text-align:center;

}


.nav a
{
	/*font-size:12px; 	
	color:#003672;*/
	padding-right: 5px;
}
.nav a:link
{
	/*
color:#003672;
*/
}

.nav a:visted
{
	/*
	color:#003672;
*/
	
}
.nav a:hover
{
	/* color:#003672; 
	text-decoration:underline;*/
}

.instructions
{
	font-size: 12px;
	margin-bottom: 10px;
}

/* Pharmacy Search section */

.searchHeader
{
	color: #000;
	font-size: 12pt;
}

.rowOdd
{
	font-size: 11px;
	border-bottom: 1px solid #333;
}

.rowEven
{
	font-size: 11px;
	background-color: #eee;
	border-bottom: 1px solid #333;
}

#Search_include1_pnlDrug
{
	width: 90%;
}

#Search_include1_txtZipCode
{
	width: 100px;
}

.searchInput
{
	border: #000 1px solid;
	font-size: 10pt;
	color: #000;
	background-color: #ccc;
	a: verdana;
}

.searchTable
{
	border: 1px solid #000;
	background: #fff;
	width: 90%;
}

.searchTable TD
{
	padding: 5px;
	font-size: 12px;
}

.searchTableRow
{
	background-color: #FFFFFF;

	color: #000000;
}

.searchTableRow TD
{
	color: #000000;
		font-weight: bold;
	border-bottom: 1px solid #000;
}

.resultsHeader
{
	background: #FFFFFF;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #000;
}

.countryPricing TD
{
	padding: 5px;
}


/* Enrollment*/

.required
{
	font-size: 10pt;
	color: #000;
}

.enrollTable
{
	font-size: 12px;
	border: 1px solid #000;
}

.enrollTable td
{
	padding: 5px;
	border-bottom: 1px solid #fff;
}

.enrollTable .tbHead
{
	text-align: right;
	background: #fff;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	font-weight: bold;
}

.enrollTable .mainTbHead
{
	background: #eee;
	border-bottom: 1px solid #000;
}

.enrollTable .mainTbFoot
{
	background: #eee;
	border-top: 1px solid #000;
}

.enrollTable .firstRow
{
	border-top: 1px solid #000;
}

.enrollTable .lastRow
{
	border-top: 1px solid #000;
}



/* full page tool styles
body
{
margin:0;
padding:0;
font-family:Arial;
}
 */
.header h2
{	font-size:24px;
	color: #000;
	float: left;
	padding: 5px;
	margin: 0; /*font-size:1.4em; text-transform:uppercase; font-family:Verdana; */
	font-weight:bold;
}

.header
{
	/*background: #d8e4e5;*/
	
}

.backButton
{
	background: #eee;
	float: right;
	margin-top: 2.5px;
	margin-right: 5px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px 2px 2px 2px;
}

.backButton a
{
	background: #eee;
	color: #000;
}

.clear
{
	clear: both;
	height: 1px;
	width: 1px;
	overflow: auto;
}


.pharmacysearchWidth
{
	width: 650px;
}
.drugsearchWidth
{
	width: 650px;
}
.enrollWidth
{
	width: 650px;
}
/*
.menu
{
	padding: 5px 10px 5px 0px;
	margin-bottom:15px;
	background:#eee;
}

.menu ul
{
	margin:0;
	padding:0;
}

.menu li
{
	display:inline;
	float:left;
	padding-left:10px;
	font-size:.75em;
}

.menu li a
{
	padding:3px;
	color:#000;
}

.menu li a:hover
{
	color:maroon;
}
*/