/* BODY LEVEL STUFF*/
div#doc4{
	background-color: #fff;
	margin:0 auto;
	min-height: 800px;
	border-left: solid #9fafb7 10px;
	border-right: solid #9fafb7 10px;
	border-bottom: solid #9fafb7 10px;
}
.emph1{
	color: #42759A;
	font-weight: normal;
}
.emph2{
	color: #627B1E;
	font-weight: normal;
}
.emph3{
	color: #737373;
	font-weight: normal;
}
.emph4{
	color: #666666;
	font-weight: normal;
}


div#right-bg{
	float:left;
}

div#hd{
	background-image: url('../img/grape-leaf-border2.png');
	height: 250px;	
	background-repeat: no-repeat;
	background-position: 0px 0px;
/*	border-bottom: 5px solid #a9bac3;	*/
	position: relative;
}
div#bd{
	position: relative;	
	background:#fff url('../img/divider.png') repeat-x scroll 0% 0%;
}

div#hd-content {
	padding: 0 0 0 150px;
	padding-top: 160px;	
	position: relative;
}
div#hd-content h1{
	margin-top: -0.5em;
	font-size: 250%;
	margin-bottom: 0;
}
.slogan{
	font-size: 100%;
}
div#welcome {
	position: absolute;
	right: 50px;
	bottom: 40px;
	width: 25em;
	background-color: #fcfcfc;
	border:1px solid #f4f4f4;
	padding: 1em;
}
img#gwss-head{
	position: absolute;
	right:50px;
	bottom:0px;
}
img#gwss-tail{
	position: absolute;
	right:50px;
	top:0px;
}

div#welcome p{
	color: #666;
	text-align: justify;
	margin-top: 1em;
}
div#welcome p.notice{
	margin-top: 0;
	display:inline;
	color: #42759A;
	font-size: 150%;
	font-weight: bold;
}

div#welcome p.notice b{
	color: #627B1E;
}

div#content{
	padding-right: 1em;
	overflow: hidden;
}
div#content h3,h4,h5,h6{
	margin-top:2em;
}
div#content p{
	margin-bottom: 2em;
	padding-left: 0em;
}
div#content ul li p{
	margin-bottom: 0;
}
div#content ul li p.project-title{
	font-weight: bold;
}

div#bd{
	padding-top: 2em;
}

.hidden{
	display:none;
}

img.news_image {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	padding:3px;
}
span.news-source,
span.news-date,
span.article-source,
span.article-authors{
	color: #707070;
	font-weight: normal;
}
p.article-abstract{
	margin-top: 1em;
	margin-bottom: 0.5em;
}

p.project-title{
	color:#42759A;
	font-weight:bold;
	padding-bottom:0.5em;
}

span.project-heading {
	font-weight: normal;
	color: #000;
	/*
	font-weight:bold;
	*/
}
ul.report-list li{
	list-style-type:circle;
	list-style-position: outside;
}
div#content ul.grant-list li{
/*	padding-top:0;
*/	margin-bottom:0;
}

div#sidemenu {
	padding-left: 1em;
}



/* Tables & Lists */
/* Side navigation */
ul.index-nav li{
	width: 44%;
		margin-right: 3em;
	display: inline;
	float: left;
	padding-right: 5%;
}


ul.sidemenu {
	margin-bottom: 1em;
}
ul.sidemenu a {
	/* background: #f7f7f7 none repeat scroll 0%; */
	border-left: 4px solid #CCCCCC;
	/* color: #333333; */
	display: block;
	/* font-weight: bold; */
	min-height: 18px;
	/*
	text-decoration:none;
	*/
	padding: 0.2em 1em;
}
ul.sidemenu a:hover {
	background: #F2F2F2 none repeat scroll 0%;
	border-left: 4px solid #627B1E;
	color: #5F771D;
}

ul.dense-info {
	font-size: 90%;
}

div#content ul {
	margin-bottom: 2em;
}
div#content ul li{
	margin-bottom: 1em;
		padding: .5em 0;
}
div#content ul#pd-news-list li{
	padding-left:0.5em;
}

ul.sidemenu  li{
	padding: 0.1em 1em;
}
li.striped {
	background-color: #f7f7f7;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding-right: 21px;
}
.ajax-loader {
	text-align: center;
}
div.project-list-info{
	width:48%;
	padding-right:1em;
}

div#announcement {
	width: 70%; 
	margin: 40px auto; 
	padding: 1em;
	background-color: #fcfcfc; 
	border: 2px solid #f4f4f4;
}

div#announcement h3{
	margin: .0em auto .6em auto; 
	text-align: center; 
}

span#announcement_title {
	margin: 0em 0em .5em 0em;
	font-size: 1.2em;
	/*
	font-weight: bold;
	*/
}
span#announcement_date {
	color: #888;
	font-size: .8em;
}

div#announcement_preview {
	margin: 0 0 2em 0; 
	text-align: justify
}

div#paper_search_form {
	padding-top:4px;
	float:left; 
	font-size:1.5em;
}
/** PAGINATOR **/
.paginator { padding:.5em .75em; float:right; font:normal .9em arial; }
 
.paginator .prev-na,
.paginator .next-na {
	padding:.5em;
	font:bold .9em arial;
}
 
.paginator .prev-na,
.paginator .next-na {
	border-bottom:4px solid #ccc;
	background-color:#fff;
	color:#737373;
	font-weight:normal;
}
 
.paginator .prev a, .paginator .prev a:visited,
.paginator .next a, .paginator .next a:visited {
	border-bottom:4px solid #ccc;
	background-color:#fff;
	color:#42759A;
	padding:.5em;
	font:bold .875em arial;
}
 
.paginator .prev, .paginator .prev-na { margin-right:.5em; }
.paginator .next, .paginator .next-na { margin-left:.5em; }
 
.paginator .page a, .paginator .page a:visited, .paginator .curr {
	padding:.4em;
	font:normal .875em verdana;
	border-bottom:4px solid #ccc;
	background-color:#fff;
	margin:0em .25em;	
	color:#42759A;
}
 
.paginator .curr { 
	background-color:#EAEAEA;
	color:#586F1B;
	border-bottom:4px solid #627B1E;
	font-weight:bold;
	font-size:1em;
}
 
.paginator .page a:hover,
.paginator .curr a:hover,
.paginator .prev a:hover,
.paginator .next a:hover {
	color:#586F1B;
	background-color:#EAEAEA;
	border-bottom:4px solid #627B1E;
	/*
	text-decoration: none;
	*/
}

/* ============================ */
/* = Google CSE Customization = */
/* ============================ */

a .l {
	color: #42759A;
	font-weight: bold;
	/*
	text-decoration: none;
	*/
}

iframe {
	width: 700px;
}

iframe > .r{
	color: #42759A;
	font-weight: bold;
	/*
	text-decoration: none;
	*/
}

#schedule {
	margin: 0 1px;
	border: 1px solid #333;
}
#schedule td, #schedule th {
	padding: 1em;
	text-align: left;
	border: 1px solid #333;
}

.errorlist{
	color: red;
	margin: 0 !important;
	padding: 0 !important;
}
.errorlist li{
	margin: 0 !important;
	padding: 0 !important;
	padding-bottom: .3em !important;
}

hr.clear {
	clear: both;
	visibility: hidden;
}

div.slideshow {
	float: left;
	margin: 4em 2.5em;
	width: 170px;
	height: 200px;
}
.slideshow img {
	border: 1px solid #999;
	margin-bottom: 1em;
	padding: 2px;
}


table.table-grants { border-spacing:1px; border-collapse:separate; }
table.table-grants th { background:url('static/css/flora/i/bg.gif') no-repeat right center; background-color:#eee; padding:4px 16px 4px 4px; }
table.table-grants td { padding:4px; max-width:250px; overflow:hidden; }
table.admin td {padding:4px; max-width:250px; overflow:hidden; }
ul.inline li { display:inline; margin:0 10px; }
.small { font-size:75%; }


#symposium-year-nav {
	padding: 1em;
	width: 100px;
	background-color:#FCFCFC;
	border:2px solid #F4F4F4;
}
ul.symposium-list li{
	padding-right: 6em !important;
	text-align: justify;
}

a.button {
	background: transparent url('static/img/bg_button_a.gif') no-repeat scroll top right;
	color: #42759A;
	display: block;
	float: left;
	font: bold 0.75rem arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	margin-left: 1em;
	padding-right: 18px; /* sliding doors padding */
	/*
	text-decoration: none;
	*/
	overflow:hidden;
}

a.button span {
	background: transparent url('static/img/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}
a.button:active {
	background-position: bottom right;
	/*
	color: #000;
	outline: none;
	*/
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}
		   
h1.innerpage {
	font-size: 125%;
	margin-top: 1.5em;
}
		   
h2.logo {
	font-size: 250%;
	margin-bottom:0;
	margin-top:-0.5em;
}

#txt_subscribe_email{
	margin: .4em .2em 1em 0; 
	padding: 3px 3px 5px 3px;
	width: 80%; 
	background: #F9F6E3; 
	border: 1px solid #333;
}


h2, h3, h4 {
	color: #627b1e;
	font-weight: bold;
}

.pd-blue {
	color: #42759a;
	font-weight: bold;
}
.pd-green {
	color: #627b1e;
	font-weight: bold;
}

.pdcp-masthead {
	position: relative;
	background: url('/static/img/grape-leaf-border3.jpg') no-repeat !important;
	padding-left: 220px;
	border-bottom: 5px solid #c2da7a;
}

.pdcp-masthead h1 {
	font-size: 2.8rem;
	line-height: 1.1;
}

.speech-bubble-ds {
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin: 0 0 48px 0;
	padding: 15px;
	position: relative;
}

.speech-bubble-ds p {
	font-size: 1rem;
	margin-bottom: 10px;
}
.speech-bubble-ds p:last-of-type {
	margin-bottom: 0;
}

.speech-bubble-ds-arrow {
	border-left: 21px solid transparent;
	bottom: -25px;
	position: absolute;
	right: 58px;
}
.speech-bubble-ds-arrow::before {
	border-left: 23px solid transparent;
	border-top: 23px solid #ddd;
	bottom: 2px;
	content: "";
	position: absolute;
	right: 5px;
}
.speech-bubble-ds-arrow::after {
	border-left: 21px solid transparent;
	border-top: 21px solid #fafafa;
	bottom: 4px;
	content: "";
	position: absolute;
	right: 6px;
}

#img-gwss {
	position: absolute;
	right: 20px;
	bottom: -32px;
}

.pdcp-nav-list {
	list-style: none;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0;
}
.pdcp-nav-list li {
	padding: 2px 13px;
}
.pdcp-nav-list li a {
	display: block;
	border-left: 4px solid #ccc;
	padding: 2px 16px;
}
.pdcp-nav-list li a:hover, .pdcp-nav-list li a:focus, .pdcp-nav-list li a:active {
	border-left: 4px solid #627b1e;
	background: #f2f2f2;
}

.symposium-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.symposium-list li {
	margin: 24px 0;
}

#report-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#report-list li {
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
#report-list li p {
	margin: 4px 0;
}
#report-list li.striped {
	background: #fafafa;
}
.report-title {
	color: #000;
	font-family: georgia, 'times new roman', times, serif;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.2;
}

.report-list, .grant-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.report-list li, .grant-list li {
	margin: 12px 0;
}

#pd-news-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#pd-news-list li {
	margin: 0;
	padding: 15px;
}
hr.clear {
	display: none;
}

.paper-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.paper-list li {
	margin: 0;
	padding: 15px;
}

.announce-list {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
.announce-list li {
	margin: 0;
	padding: 15px;
	clear: both;
}
