﻿
table.studyGrid
{
	border-collapse:collapse;
	width:100%;
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:11px;
	border: solid 1px #000000;

}

table.studyGrid td
{
	padding:6px;
}



table.studyGrid tbody.study tr.header td
{
	/*border:solid 1px #000000;*/
	background-color:#C5B6B3;
	color:#281E1C;
	
}

table.studyGrid tbody.hover tr.header td
{
	background-image:url(../_Images/Styles/StyleElements_r1_c1.jpg);
	color:#ffffff;
	background-repeat: repeat-x;
	background-position: left center;
}

table.studyGrid tbody tr.footer td
{
	padding-bottom:16px;
	border-bottom:solid 1px #403724;
}

table.studyGrid tbody.study tr.footer td
{
	background-color:#FAF5F5;

		
}
	

table.studyGrid tbody.hover tr.footer td
{
	background-color:#FAF5F5;
	background-image:url(../_Images/Styles/StyleElements_r2_c1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

table.studyGrid tbody.hover tr.footer td
{
	color:#1C1713;
}

#center-column table.studyGrid tbody.hover tr.footer td a.contact
{
	color:#660000;
	text-decoration: underline;
}

table.studyGrid tbody tr.footer td a.contact
{
	line-height:24px;
}
table.studyGrid tbody.study tr.footer td a.contact
{
	text-decoration:underline;
}

ul.flowList
{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

ul.flowList li
{
	float:left;
	margin-right:6px;
	
}

ul.dropList
{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

ul.dropList li
{
	margin-bottom:6px;
}


input[type="submit"]
{
	border:solid 1px #9E5990;
	background-color:#C5B6B3;
}

input[type="text"]
{
	border:solid 1px #9E5990;
	background-color:#FEFEFE;
}

select 
{
	border:solid 1px #9E5990;
	background-color:#FEFEFE;
}

#StudyReview .headline
{
	margin-bottom:2px;
}