/* rotating tab feature on the homepage; */
div.pofdnavigationfeature {}

	/* container for the tabs; */
	div.pofdnavigationfeature div.pofdtabs {
		font-size: 1.0em;
		font-weight: bold;
		line-height: 16px;
	}
		div.pofdnavigationfeature div.pofdtabs ul {
			margin: 0;
		}
		div.pofdnavigationfeature div.pofdtabs li {
			border: 1px solid #fff;
			border-width: 0 1px 1px 0;
			float: left;
			list-style: none;
			margin: 0;
			white-space: nowrap;
			cursor: pointer;
		}
			div.pofdnavigationfeature div.pofdtabs li.last-child {
				border-right: 0;
			}
			div.pofdnavigationfeature div.pofdtabs li.selected {
				border-bottom: 1px solid #336699;
			}
				div.pofdnavigationfeature div.pofdtabs li.selected a {
					color: #fff !important;
					filter: inherit;
					background: #336699;
					background-image: -webkit-gradient(linear, left top, left bottom, from(#1e5489), to(#336699));
					background-image: -webkit-linear-gradient(top, #1e5489, #336699);
					background-image:    -moz-linear-gradient(top, #1e5489, #336699);
					background-image:     -ms-linear-gradient(top, #1e5489, #336699);
					background-image:      -o-linear-gradient(top, #1e5489, #336699);
					background-image:         linear-gradient(top, #1e5489, #336699);
			          		  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#1e5489", EndColorStr="#336699");
				}
		div.pofdnavigationfeature div.pofdtabs a {
			display: block;
			padding: 6px 5px 4px;
			color: #333;
			text-align: center;
			background: #cecece;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cecece));
			background-image: -webkit-linear-gradient(top, #ebebeb, #cecece);
			background-image:    -moz-linear-gradient(top, #ebebeb, #cecece);
			background-image:     -ms-linear-gradient(top, #ebebeb, #cecece);
			background-image:      -o-linear-gradient(top, #ebebeb, #cecece);
			background-image:         linear-gradient(top, #ebebeb, #cecece);
			          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ebebeb", EndColorStr="#cecece");
		}
	
	/* container for the menu (that correspond to the tabs); */
	div.pofdnavigationfeature div.pofdmenu {
		font-size: 1.0em;
		font-weight: bold;
		line-height: 16px;
		width: 100%;
		color: #FFFFFF;
		background: #336699;
		overflow: hidden;
		position: relative;
		font-weight: bold;
	}
		div.pofdnavigationfeature div.pofdmenu ul {
			margin: 0;
		}
		div.pofdnavigationfeature div.pofdmenu li {
			border-width: 0 1px 1px 0;
			list-style: none;
			margin: 0;
			white-space: nowrap;
			cursor: pointer;
			display: inline;
			float: left;
		}
			div.pofdnavigationfeature div.pofdmenu li a {
				color: #fff
			}
		
			div.pofdnavigationfeature div.pofdmenu li.last-child {
				border-right: 0;
			}
			div.pofdnavigationfeature div.pofdmenu li.selected {
				border-bottom: 1px solid #336699;
			}
				div.pofdnavigationfeature div.pofdmenu li.selected a {
					background: #336699 !important;
					color: #fff !important;
					filter: inherit;
				}
		div.pofdnavigationfeature div.pofdmenu a {
			display: block;
			padding: 6px 5px 4px;
			text-align: center;
		}	
	
/* container for pagination controls; found on results pages; */
div.pagination {
	border-top: 1px solid #ccc;
	font-weight: bold;
	margin: 25px 0 0;
	padding: 25px 0;
	text-align: center;
}
	div.pagination a {
		padding: 0 5px;
	}
		/* link that is not available (when you're on the first or last page - the previous and next links don't work); */
		div.pagination a.disabled {
			color: #aaa;
			text-decoration: none;
		}
		/* current page you are on; */
		div.pagination a.selected {
			color: #111;
			text-decoration: none;
		}
		/* current page you are on; */
		div.pagination span.currentStep {
			color: #111;
			text-decoration: none;
		}

/* class used to mock portal portlet to match portal/cms pages; */
.container_10 .mockportlet1x1 {
	margin: 10px;
}
	.container_10 .mockportlet1x1 .grid_10 {
		width: 960px;
	}
	.container_10 .mockportlet1x1 .grid_5 {
		width: 470px;
	}

div.pod table.results {
	width: 880px;
}
	table.results th {
		color: #000;
		font-weight: normal;
		padding: 5px 10px;
		text-align: left;
		font-weight: bold;
		background: #cef;
		border: 1px solid #ccc;
	}
	table.results td {
	padding: 5px 10px;
	border: 1px solid #ccc;
	}
	
div.formrow p.label {
	margin: 0 0 4px 0;
}
div.formrow p.labelinline {
	margin: 0 10px 0 10px;
	display: inline;
}
.pod .formrow .value {
	display: inline;
}

/* error message style; */
.pod .errors + .errors h3 {
	margin-top: 0;
}
.pod .errors li {
	width: 100%;
}
.checkboxsinglerow label {
	padding-right: 15px;
}

/* widths for sentence style forms; */
div.sentenceallorganizations        { width: 301px; }
div.sentenceallorganizations span   { width: 263px; }
div.sentenceallorganizations select { width: 310px; }

	html.ie8 div.sentenceallorganizations        { width: 296px; }
	html.ie8 div.sentenceallorganizations span   { width: 258px; }
	html.ie8 div.sentenceallorganizations select { width: 305px; }
	
	html.ie6 select.sentenceallorganizations { 
		font-size: 20px;
		margin-top: 0px;
		width: 420px;
	}

div.sentencepostedtime        { width: 231px; }
div.sentencepostedtime span   { width: 193px; }
div.sentencepostedtime select { width: 240px; }

	html.ie8 div.sentencepostedtime        { width: 231px; }
	html.ie8 div.sentencepostedtime span   { width: 193px; }
	html.ie8 div.sentencepostedtime select { width: 240px; }
	
	html.ie6 select.sentencepostedtime {
		font-size: 20px;
		margin-top: -15px;
		width: 320px;
	}