@charset "utf-8";
/* CSS Document */

label {font-weight: bold;}
.dividerGreen
{
	background-image: url(../images/green_divider.gif); width: 100%; height: 15px;
}

table.colTable
{
	border-collapse: collapse;
	width: 99.5%;
}
table.colTable td 
{	
	width: 30%;
	padding:0.5%;
}
table.twoColTable
{
	border-collapse: collapse;
	width: 100%;
}


table.twoColTable td
{
	width: 50%;
	padding: 12px;
}


table.colTable td, table.twoColTable td
{
	border-right:5px solid; /*width of vertical line on main page*/
	border-color: #808080  ; /*color of vertical line on main page old(#FFCC66) ----- changed on 09/08/09   */
	vertical-align: top;
}
table.colTable td h1, table.colTable td h2, table.colTable td h3, table.colTable td h4 {margin-top: 0px;}

ul.subMenu /*submenu on news page*/
{
	margin: 0em auto;
	background-color: #999966;
	height: 1.5em;
	margin-bottom: 1em;
	clear: both;
}

ul.subMenu li a {text-decoration: underline;}

ul.subMenu li.selected {background-color: #fff !important;}

.fixedWidth {font-family: "Courier New", Courier, monospace;}

h2.authors {font-size: medium;}
hr.dividerRight {w/*idth: 20%; margin-left: 75%;*/}
#publications a {display: block;}



.bigTable {width: 90%;}
.bigTable td {text-align: center;}
.bigTable td img {margin: auto auto;}


/* clinical study stuff */
.study_details
{
	display: none;
}

/* these are things like show hide links that trigger javascript functions (typically) */
a.actionLink
{
	border: 1px solid; border-color: black; padding: 5px; color: black; margin-right: 5px;
}

