/* Basic Formatting */

img {border:0px;}
body
{
	margin:0;
	padding:0;
}


	
	
.form td{font-size:80%;font-weight:bold;padding:5px;border:0px;}
	
h1
{
	font-size:1.6em;
	padding:3px;
	font-family:Arial;
}

h2
{
	font-size:18px;
	color:#000;
	padding:3px;
	font-weight:Bold;
}

h4
{
	
	font-size:12px;
}


	
input, textarea, select
{
padding:2px;
color:#000;
}
	

.mainContent
{
	
	font-size:.8em;
	line-height:1.2em;
	color:#000;
	font-family:Arial;
	padding:10px;
}

.mainContent li
{
	border:0px;
	width:100%;
	text-align:left;
	margin:2px;
	padding:2px;
	
}


.nav
{


}



.nav a
{
	font-size:.8em;
	color:#000;
padding-right:10px;

}

.nav a:hover
{
color:maroon;
}

.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;
}

.searchTable TD
{
padding: 5px;
font-size:12px;
color:#000;
}

.searchTableRow
{
background-color: #fff;
color: #000;
}

.searchTableRow TD
{
color: #000;
border-bottom:1px solid #000;
}

.resultsHeader
{
background:#fff;
font-weight: bold;
color: #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;
}


