﻿/* ----- Venus Retro 2010 article Styles ----- */

p.jumphdr {
	font-size: 14px!important;
	font-weight: bold!important;
	margin: 0 0 15px 0!important;
	color: #666633!important;
}


/* ----- Data Tables ---- */
/* ----- Table with List of Rx Dates ----- */
table.datatable { 
	font-family: Tahoma,Arial,sans-serif; 
	font-size: 10pt; 
	background: white;
	border-collapse: collapse;
	margin-bottom: 20px;
	}
table.datatable td, th {
	padding: 5px 5px 5px 5px;
	}
.datacellodd {
	background: #FFFACD;
	}
.datacelleven {
	background: #ffffff;
}
tr.headercell {
	background: white;
	font-family: Tahoma,Arial,sans-serif; 
	font-size: .9em; 
	color: indigo;
	font-weight: bold;
	}
th {
	border-bottom: 1px black solid;
}
tr.odd td {
	background: #FFFACD;
}
tr.even td {
	background: #ffffff;
}
tr.bolder td {
	font-weight: bold;
}

col.borders {
	border-right: 1px khaki solid;
}



/* ----- Heading Styles ----- */

#myheader h1.line1 {
	color: #004200;
}
#myheader h1.line2 {
	color: #004200;
}


/* ----- TABLES AND DIVS ----- */

h1.ve2010 {
	font-size: 2em;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #FF33CC;
	text-align: center;
	padding: 30px 0 20px 0;
}
h1.ve2010sub {
	font-size: 1.35em;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: indigo;
	text-align: center;
	margin: 0 auto 20px auto;
}
h2.veh2 {
	font-size: 120%;
	font-family: Arial, tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: indigo;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 3px;
}
p {
	font-size: 1em;
	font-family: Arial, tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
}



div.rightside {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}
div.leftside {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
div.captionbox {
	padding: 0;
}
div.captionbox p {
	font-size: .9em;
	font-family: Arial, tahoma, Helvetica, sans-serif;
	text-align: center;
	margin: 5px 15px;
}
div.captionbox p.back2articles {
	font-style: italic;
	font-family: times new roman, serif;
	text-align: left;
	font-size: 105%;
}


.copyright {
 font-family: Times New Roman,serif; 
 font-size: .95em; 
 font-style: italic;
 text-align: left; 
 margin-top: 20px; 
 margin-bottom: 0px; 
 }


ul.shortcuts {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
}
ul.shortcuts li {
	text-align: left;
}

span.edlink2gloss {
 font-family: Times New Roman,serif; 
 font-size: 105%; 
 font-style: italic; 
 }



/* ---- END ---- */