/* + general font settings  */
body, td, div, th{
	font-family: Arial;
	color:#333333;
	font-size: 13px;	
}
.main_wrapper{
	width: 800px; 
	border: 1px solid #CCCCCC; 
}
p{
	font-size: 13px;	
}
input, select, textarea {
	font-size: 12px;
	color:#333333;	
}
/*  for links */
a, a:visited {
	color: #844D9C;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/*  default format for headings  */
h1, h2, h3, h4, h5, h6{
	color: #844D9C;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
} 
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	text-decoration: none;
} 

/* - general font settings  */


/* + the top horizontal bar */
#topnavTD {
	height: 25px;
	background-color: #EDEDED;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#topnavTD td{
	color: #844D9C;
}
/*   + span class for top links */
.menuItemTOP{
	padding-left: 2px;
	padding-right: 2px; 
	font-size: 12px;
	color: #844D9C;
}
.menuItemTOP a, .menuItemTOP a:visited{
	color: #844D9C;
}
.menuItemTOP a.topActive{
	font-weight: bold; 
	color: #844D9C;
}
/*   - span class for top links */
/* - the top horizontal bar */



/* + the bottom horizontal bar */
#footerTD{
	height: 25px;
	background-color: #989898;
}
#footerTD{
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
}
#footerTD .menuItem a, #footerTD .menuItem a:visited{
	color: #FFFFFF;
}
/* span class for bottom links */
.menuItem{
	padding-left: 11px;
	padding-right: 11px; 
}

/* - the bottom horizontal bar */


/* + left nav div */
#leftnavDIV{
	padding: 3px 8px;
	width: 190px;
}
#leftnavDIV ul{
	position: relative; /* use relative to behave well in the padded DIV #leftnavDIV */
	margin-left: 20px;
	padding: 0px;
	list-style: disc;
	list-style-image: url(../../images/grey_bullet.gif);
}
#leftnavDIV ul li{
	color: #844D9C;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: lighter;
}
#leftnavDIV ul li a, #leftnavDIV ul li a:visited{
	text-decoration: none;
}
#leftnavDIV ul li a:hover{
	text-decoration: underline;
}

#leftnavDIV li li{
	font-size: 12px;
}
.activelinkLEFT{
	font-weight: bold;
}
.activeLeftSub{
	font-weight: bold;
}


/* - left nav div */

#rightDIV{
	padding: 8px;
}
#rightDIV  ul{
	position: relative; /* use relative to behave well in the padded DIV #leftnavDIV */
	margin-left: 20px;
	padding: 0px;
}
/* +  mainContent properties */
#mainContent {
	padding: 8px;
}
#mainContent p, #mainContent li{
	line-height: 130%;
}
#mainContent ul {
	margin-top: -12px;
}
#mainContent ul ul{
	margin: auto;
}


#mainContent ul ul ul{
	margin: auto;
}
#mainContent h1 {
	font-size: 24px;
	font-weight: 400;
}
#mainContent h2 {
	font-size: 20px;
	font-weight: 400;
}
#mainContent h3 {
	font-size: 18px;
	font-weight: 400;
}
#mainContent h4 {
	font-size: 16px;
	font-weight: 600;
}
* #mainContent h4{ font-family:Arial, Helvetica, sans-serif; font-weight: bold; }
#mainContent h5 {
	font-size: 14px;
	font-weight: 600;
}
* #mainContent h5{ font-family:Arial, Helvetica, sans-serif; font-weight: bold; }

/* container div on list item */
.ListTitles{
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 15px;	
}

.ListTitles .thumbnail{
	float: left;
	padding-right: 8px;
}
.ListTitles h5{
	font-family:Arial, Helvetica, sans-serif;
}



#topnavTD .colorchanger {
	color: #606060;
	font-size: 10px;
}
.ResultItem{
	padding-top: 5px;
	padding-bottom: 5px;	
}
.ResultItem a, .ResultItem a:visited{
	color: #333333;
	text-decoration: underline;
}
.ResultItem a:hover{
	color: #844D9C;
}
.ResultItem .ResultDetail{
	padding: 0px;
	margin: 0px;
}
.ResultItem .ResultDetail .labeltd{
	width: 80px;
}

.ResultItem .clinicData{
	position: relative;
	margin-left: 80px;
}
.DownloadLink a img{
	padding-top: 2px;
	float: left;
}
#ErrorDiv{
	padding-right: 30px;
	padding-left: 30px;
	color: #990000;
}
#listTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

#infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #989898;
	font-weight: bold;
	background-position: center;
}

#entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}

.row1 {
	background-color: #EFEFEF;
}

.row2 {
	background-color: #DEDEDE;
}


.errorMessage {
	color: #990000;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.detailTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
	width: 550px;
}

.detailTable .label {
	background-color: #EFEFEF;
}

.detailTable .content {
	background-color: #FFFFFF;
}
/* + Applied to buttons - Add to cart, checkout, login, registers */
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

/* - Applied to buttons - Add to cart, checkout, login, registers */
.topright_checkout{
	float: right;
}
/* - mainContent properties */

/* + right div properties */
#rightDIV h1 {
	font-size: 24px;
	font-weight: 500;
}
#rightDIV h2 {
	font-size: 18px;
	font-weight: 500;
}
#rightDIV h3 {
	font-size: 16px;
	font-weight: 600;	
}
#rightDIV h4 {
	font-size: 14px;
	font-weight: 600;	
}
#rightDIV h5 {
	font-size: 12px;
	font-weight: 600;	
}
.smallLink {
	font-size: 10px;
	font-weight: bold;
}
#rightDIV p{
	color: #000000;
	margin: 0px;
}
/* - right div properties */

.productTable h3, .productTable h4, .productTable h5{
	color: #333333;
}
#headerimage {
	background-image: url('/images/head_full_width.jpg');
}
#leftnavDIV .leftbannerDiv{
	padding: 8px;
}
div#graphdiv{
	display: none;
	clear: both;
	float: left;
	position: relative;
	top: 0px;
}
