/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Title:	Berman Jewish Policy Archive
Author:	Eric Robbins
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Sticky Footer Code */
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 180px;}  /* must be same height as the footer */

/* IE6 work around */
* html ul li a {
   height:1em;
}

body {
	font-family: "Calibri", arial, verdana, helvetica, sans-serif;
 	font-size: 90%;
	color: #222222;
	background-color: #fff;
	/* text-align: center;  making IE5 submit */
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0 8px 0;
	color: #444444;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 1.3em;
	font-weight: normal;
	color: #444444;
	margin: 10px 0 6px 0px;
}

h3 {
 	font-size: 1.3em;
	margin: 6px 0 0 0;
}

p {
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 10px;
}

p.emphasis {
	font-weight: bold;
	font-size: 1.1em;
}

.emphasis {
	font-weight: bold;
}

p.subhead {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0;
}

p.indent {
	padding-left: 20px;
}

p.disclaimer {
	font-style: italic;
	color: #666666;
}

a {
	color: #8c1515;
	text-decoration: none;
}

a:hover {
	color: #4d4f53;
	text-decoration: underline;
}

a img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* STRUCTURAL STYLES */

#header {
	height: 120px;
	width: 960px;
	margin: 0 auto;
	border-bottom: 2px solid #8c1515;
}

#header #headerContent {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#logo {
	float: left;
	position: absolute;
	top: 7px;
	left: 0px;
}

#personalizedWelcome {
	float: left;
	position: absolute;
	top: 20px;
	left: 465px;
	border-left: 1px solid #bbb;
	padding: 4px 4px 4px 4px;
	line-height: 1.2em;
	font-size: 0.9em;
}

#personalizedWelcome a {
	font-weight: bold;
}

#search {
	float: right;
	position: absolute;
	right: 0;
}

.advSearch {
	position: absolute;
	top: 43px;
	right: 80px;
	color: #8c1515;
	padding-top: 6px;
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
}

.contentSearch {
	position: absolute;
	top: 43px;
	right: 178px;
	color: #222222;
	padding-top: 0px;
	font-size: 0.9em;
	font-weight: normal;
	white-space: nowrap;
}

.contentSearch input {
	border: 0px;
}

.headerSearchField {
	position: absolute;
	top: 23px;
	right: 80px;
}

.headerSearchBtn {
	position: absolute;
	top: 22px;
	right: 0;
	border: 0;
}







/* CONTENT STYLES */

#container {
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 70px;
	width: 960px;
}

#homeAnnouncement {
	float: left;
	width: 855px;
	padding: 4px 16px 4px 85px;
	border: 1px solid #ddd;
	background: url("../Images/new.png") 4px 4px no-repeat;
	color: #8c1515;
}

#homeAnnouncement h2 {
	border: 0;
	border-bottom: 2px solid #4d4f53;
	display: inline-block;
	padding-top: 0px;
	font-weight: bold;
}

#homeAnnouncement p {
	font-weight: bold;
}

#homeAnnouncement a {
	color: #8c1515;
	text-decoration: underline;
}

#homeAnnouncement a:hover {
	text-decoration: none;
}

#homeSpotlight {
	float: left;
	width: 455px;
}

#homeVideo {
	float: left;
	width: 455px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#homeFeatured {
	float: left;
	width: 220px;
	padding-left: 10px;
}

#homeLatest {
	float: left;
	width: 220px;
	padding-left: 10px;
}

#homeFeaturedMore {
	float: left;
	width: 220px;
	padding-left: 10px;
}

#homeLatestMore {
	float: left;
	width: 220px;
	padding-left: 10px;
}

h1.home {
	border-top: 2px solid #8c1515;
	padding-top: 6px;
	display: block;
}

h2.home {
	border-top: 2px solid #4d4f53;
	padding-top: 6px;
	display: inline-block;
}

p.homeSubhead {
	font-size: 1.1em;
	font-weight: bold;
	color: #8c1515;
}

p.homePub {
	font-size: 0.9em;
	margin: 6px 0 0 0;
}

p.homeTitle {
	font-weight: bold;
	margin: 0;
	color: #8c1515;
}

p.homeAuthor {
	font-size: 0.9em;
	margin: 0 0 12px 0;
}

input {
	border: 1px solid #232323;
}

.submit {
	border: 0;
	margin: 7px 0 0 0;
}


/*** ADDITIONAL CONTENT STYLES ***/

#homeSpotlight ul li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}

#homeSpotlight ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 1.5em;
}

ul.bodyList {
	list-style-type: none;
	padding-left: 0;
	margin-left: 6px;
	margin-bottom: 20px;
}

ul.bodyList li {
	background: url("../images/bullet.gif") 2px 6px no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

.uc {
	text-transform: uppercase;
	color: #df771c;
}

/* MORE CONTENT STYLES */

#contentWide {
	float: right;
	width: 770px;
}

#contentWideLeft {
	float: left;
	width: 770px;
}

#sidebarRight {
	float: right;
	width: 160px;
	padding-left: 20px;
	font-size: 0.9em;
}

#contentFull {
	width: 960px;
}

h1.contentTitle {
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 2px 0 4px 0;
}



/* SEARCH RESULTS */

p.queryDesc {
	margin: 0;
}

p.pagination {
	text-align: right;
	margin: 0 0 3px 0;
}

ul.searchResults {
	width: 100%;
	margin-bottom: 10px;
}

ul.searchResults li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 6px;
	clear: both;
	height: auto;
	height: 1%;
	margin-bottom: 1px;
	clear: both;
}

ul.searchResults li .resultInfo {
	width: 435px;
	float: left;
	height: 1%;
}
ul.searchResults li .orderInfo {
	width: 125px;
	float: left;
	height: 1%;
}

ul.searchResults li .resultActions {
	width: 320px;
	float: right;
}

ul.searchResults li .resultActions a, ul.searchResults li .resultActions span {
	margin-left: 7px;
	float: left;
	width: 8.5em;
}

ul.searchResults li a.searchResultTitle {
	font-size: 1.2em;
	font-weight: bold;
}

ul.searchResults li p.searchResultInfo {
	font-size: 0.9em;
	margin: 0;
}

ul.searchResults li.odd{
	background: #ffffff none repeat scroll 0 0;
}

ul.searchResults li.even{
	background: #e4e4e4 none repeat scroll 0 0;
}



/* PUBLICATION VIEW */

#refine {
	float: left;
	width: 160px;
	padding-right: 20px;
	font-size: 0.9em;
}

#pubInfo {
	float: left;
	width: 580px;
	padding-right: 30px;
}

#actions {
	float: left;
	width: 170px;
}

h1.pubTitle {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 2px 0 4px 0;
}

p.pubAuthor {
	font-style: italic;
	margin-bottom: 0px;
}

p.pubPublisher {
	font-style: italic;
	margin-bottom: 12px;
}

.pubDetails {
	margin-bottom: 12px;
}

.pubDetails ul li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}

.pubDetails ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 1.5em;
}

.pubLabel {
	font-weight: bold;
}

#actions .boxActions {
	background: #4d4f53;
	color: #fff;
	padding: 10px;
	width: 150px;
	margin: 0 0 10px 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

h1.actions {
	font-size: 1.5em;
	color: #fff;
	line-height: 1.2em;
	margin: 0 0 12px 0;
}



#actions .boxActions p {
	color: #fff;
	margin: 2px 0 12px 0;
}

#actions .boxActions a {
	color: #fff;
}


/** TABLE LAYOUT **/

table.data {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 0.9em;
}

table.data caption {
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 3px;
}

table.data thead tr {
	text-align: left;
	color: #fff;
	background-color: #8c1515;
}

table.data thead th {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #999;
	padding: 5px;
}

a.sortable {
	background: #8c1515 url(../images/arrowUp_onBlue.png) no-repeat right center !important;
	padding-right: 13px;
	color: #fff;
}

a.sortableDown {
	background: #8c1515 url(../images/arrowDown_onBlue.png) no-repeat right center !important;
	padding-right: 13px;
	color: #fff;
}

table.data thead th a {
	color: #fff;
}

table.data tfoot th {
	padding-top: 5px;
	text-align: right;
}

table.data tfoot th.first {
	color: #bbb;
	text-align: left;
}

table.data tbody {
	margin: 0;
}

table.data tbody tr.altRow {
	background-color: #eee;
}

table.data tbody td {
	border: solid 1px #999;
	padding: 5px;
	vertical-align: top;
}

table.data thead th.actions {
	text-align: center;
}

table.data thead th.link {
	width: 20%;
	text-align: center;
	white-space: nowrap;
}

table.data tbody td.actions {
	text-align: center;
	white-space: nowrap;
}

table.data thead th.article, table.data tbody td.article {
	font-size: 1.1em;
	font-weight: bold;
}


/* Form Styling */

form#twoCol {
	width: 100%;
	margin-top: 20px;
}

form#twoCol fieldset {
	width: 350px;
	display: block;
	border: 2px solid #ddd;
	padding: 5px;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	float: left;
}

form#twoCol fieldset.wide {
	width: 100%;
	display: block;
	border: 2px solid #ddd;
	padding: 5px;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	float: left;
}

form#twoCol fieldset.pad {
	margin-right: 20px;
}


form#twoCol legend {
	font-size: 1.3em;
	color: #666;
	border: 3px solid #fff;
	margin-bottom: 5px;
	padding: 3px;
}

form#twoCol label {
	clear: left;
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	color: #333;
	margin-bottom: 0.5em;
}

form#twoCol label.inline {
	clear: none;
	display: inline;
	float: left;
	width: auto;
	text-align: right;
	font-weight: bold;
	padding-right: 4px;
	color: #333;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

form#twoCol input {
	font-family: "Calibri", arial, verdana, helvetica, sans-serif;
	border: 1px solid #333;
	padding: 0.2em;
	margin-bottom: 0.6em;
}

form#twoCol select {
	font-family: "Calibri", arial, verdana, helvetica, sans-serif;
	border: 1px solid #333;
	padding: 0.2em;
	margin-bottom: 0.6em;
	float: left;
}

form#twoCol span.instructions {
	display: block;
	font-family: "Calibri", arial, verdana, helvetica, sans-serif;
	margin: -0.6em 0em 0.6em 190px;
	float: left;
}

.radioCheck {
	float: left;
}

.radioCheckInline {
	display: block;
}

input.radioCheckInline {
	display: inline;
}

form#twoCol input.radioCheck {
	border: 0;
}

form#twoCol label.radioCheck {
	text-align: left;
	padding-left: 3px;
	white-space: nowrap;
}

form#twoCol label.textarea {
	text-align: left;
	padding: 5px 0 0 3px;
	white-space: nowrap;
}

form#twoCol p {
	float: left;
	font-weight: bold;
	margin: 10px 0 5px 10px;
}

form#twoCol textarea {
	width: 450px;
	height: 100px;
	border: 1px solid #333;
	padding: 0.5em;
	overflow: auto;
}

form#twoCol input.submit {
	border: 0;
	margin: 0 0 0 0;
}

.multibutton {
	text-align: center;
}

.required {
	color: #990000;
	font-weight: bold;
}




/* LINK STYLES */
a.page {
	background: url(../images/iconPage.gif) no-repeat 0 center !important;
	padding-left: 18px;
	line-height: 1.2em;
	white-space: nowrap;
}

a.addToBook {
	background: url(../images/iconAddToBookshelf.png) no-repeat 0 center !important;
	padding-left: 18px;
	line-height: 1.2em;
}

a.addToBib {
	background: url(../images/iconAddToBibliography.png) no-repeat 0 center !important;
	padding-left: 18px;
	line-height: 1.2em;
}

a.info {
	background: url(../images/iconInfo.gif) no-repeat 0 center !important;
	padding-left: 18px;
	line-height: 1.2em;
}

a.orderUp, span.orderUp {
	background: url(../Images/Icons/Form/orderUp.png) no-repeat 0 center !important;
	padding-left: 18px;
	line-height: 1.2em;
}

a.orderDown, span.orderDown {
	background: url(../Images/Icons/Form/orderDown.png) no-repeat 0 center !important;
	padding-left: 18px;
	line-height: 1.2em;
}

a.delete {
	background: url(../Images/Icons/Form/x.gif) no-repeat 0 center !important;
	padding-left: 18px;
	line-height: 1.2em;
}







/* LEFT-HAND REFINE SEARCH COLUMN */

#refine h1 {
	border-top: 2px solid #8c1515;
	padding-top: 6px;
	display: inline-block;
	font-size: 1.2em;
}

ul.refine {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 20px;
}

ul.refine li {
	padding-left: 0px;
	margin-bottom: 7px;
	font-size: 1.1em;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
}

ul.refine li.add {
	background: url("../images/iconAdd.png") 0 2px no-repeat;
}

ul.refine li.delete {
	background: url("../images/iconDelete.png") 0 2px no-repeat;
}

ul.refine li ul {
	margin-top: 2px;
}

ul.refine li ul li {
	background: none;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.1em;
}

ul.refine li a, ul.refine li ul li a {
	color: #4d4f53;
}

ul.refine li ul li.facetHide {
	display: none;
}



/* Footer */

#footer {
	background: #4d4f53;
	clear: both;
	margin-top: -180px; /* negative value of footer height */
	height: 280px;
}

#footer #container {
	margin: 0 auto;
	width: 960px;
	position: relative;
	padding-top: 10px;
	color: #fff;
	text-align: left;
	font-size: 1.0em;
}

h1.footer {
	border-top: 2px solid #4d4f53;
	font-size: 1.4em;
	color: #fff;
	margin: 0 0 3px 0;
	padding-top: 6px;
	display: inline-block;
}


#footerEmail {
	float: left;
	width: 430px;
}

#footerLogin {
	float: left;
	width: 240px;
	padding-left: 25px;
}

#footerContact {
	float: right;
	width: 240px;
	padding-left: 25px;
}

#footerLogos {
	width: 100%;
	margin-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

#footerLogos a img {
	float: left;
	margin-right: 25px;
	width: 130px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

form#constantContactForm input.footerEmailText {
	width: 140px;
}

#footer input.footerEmailText {
	position: absolute;
	border: 1px solid #4d4f53;
	width: 255px;
}

#footer input.footerEmailSubmit {
	position: absolute;
	left: 270px;
	border: 0;
}

#footer img.SafeSubscribe {
	position: absolute;
	top: 113px;
}

#footer ul li {
	list-style: disc;
	list-style-position: inside;
}

#nyuTorch {
	margin-top:-3em;
}

#nyuTorch a {
	margin-left: 180px;
}

#nyuTorch a:hover {
	margin-left: 179px;
	padding-bottom: 0;
	padding-top: 22px;
	border: solid 1px #ffffff;
}




/* Clearfixorama */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	_height: 1px;
}

br {
	clear: both;
}




/* Additional styles */
br.clear {
	clear: both;
}

br.noClear {
	clear: none;
}

.error {
	color: #ff0000 !important;
}

.disabled {
	color: #999999 !important;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 1.2em;
}

p.multiValueRequired {
	width: 460px;
	background: #eee;
	border: 1px solid #aaa;
	border-top: 0px;
	font-weight: bold;
	float: left;
	margin: 0 !important;
	margin-left: 130px !important;
	margin-top: -5px !important;
	margin-bottom: 6px !important;
	padding-left: 2px;
	clear: both;
}

strong, .strong, .strong td {
	font-weight: bold !important;
}

.messagePanel {
	margin: 7em 0em 0em -6em;
	display: block;
	width: 6em;
	text-align: left;
	float: left;
}

ul.contentList li {
 	font-size: 1.3em;
	margin-top: 1em;
}

ul.contentList li ul {
 	font-size: 1em;
	font-weight: normal;
	margin-top: 0.2em;
}

ul.contentList li ul li {
 	font-size: 0.8em;
	font-weight: normal;
	list-style: disc;
	list-style-position: inside;
	margin-top: 0.2em;
}

ul.contentList li span.contentListDate {
	font-weight: bold;
}

ul.contentList li h3 {
 	font-size: 1em;
	font-weight: bold;
}

ul.contentList li p {
	margin-left: 1em;
	font-size: 0.8em;
}

ul.contentList li div.eventDetails {
 	font-size: 0.8em;
	font-weight: normal;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
 	font-style: italic;
}

#homeBanner {
	height: 189px;
	width: 960px;
	margin: 0 auto;
	background-color: #8c1515;
}

#homeBanner img {
	width: 463px;
	margin: 0 auto;
	float: left;
}

#homeBanner #bannerContent {
	width: 465px;
	margin: 0 auto;
	padding: 0px 16px;
	color: #eee;
	float: right;
	text-align: left;
	font-weight: bold;
}

#homeBanner #bannerContent h1 {
	font-size: 1.5em;
	color: #eee;
	font-weight: normal;
}

#homeBanner #bannerContent a {
	color: #fff;
	text-decoration: underline;
}

.printOnly {
	display: none;
}

span.highlight {
	background-color: #d6e5f5;
}

input#advTopSearchBtn {
	display: block;
	float: right;
	width: 75px;
	margin-right: 12.5em !important;
	margin-top: -3px !important;
}

a:hover span.highlight {
	background-color: #d6e5f5;
	text-decoration: underline;

}

div.adminAddLinks {
	width: 100%;
	text-align: right;
	margin-top: -1em;
	margin-bottom: 0.2em;
/*	background-color: #ddd;	*/
}

ol {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 2em;
}

div.adminSearch {
	margin-top: 0em;
	margin-left: 0em;
	background-color: #ddd;
	line-height: 1.5em;
}

#adminSearchBtn {
	margin-bottom: -5px;
	border: 0;
}




div#divAuthorList {
	border: solid 1px #cccccc;
	margin-left: 190px;
	margin-top: -8px;
	width: 460px;
}

div#divAuthorList ul li {
	clear: both;
	padding-left: 2px;
}

div#divAuthorList ul li:hover {
	background-color: #1B5CCD;
	color: #eeeeee;
}

div#divAuthorList ul li a {
	float: right;
	width: 50px;
}

div#divAuthorList ul li:hover a {
	color: #eeeeaa;
}

div#divEditorList {
	border: solid 1px #cccccc;
	margin-left: 190px;
	margin-top: -8px;
	width: 460px;
}

div#divEditorList ul li {
	clear: both;
	padding-left: 2px;
}

div#divEditorList ul li:hover {
	background-color: #1B5CCD;
	color: #eeeeee;
}

div#divEditorList ul li a {
	float: right;
	width: 50px;
}

div#divEditorList ul li:hover a {
	color: #eeeeaa;
}

div#divPublisherList {
	border: solid 1px #cccccc;
	margin-left: 190px;
	margin-top: -8px;
	width: 460px;
}

div#divPublisherList ul li {
	clear: both;
	padding-left: 2px;
}

div#divPublisherList ul li:hover {
	background-color: #1B5CCD;
	color: #eeeeee;
}

div#divPublisherList ul li a {
	float: right;
	width: 50px;
}

div#divPublisherList ul li:hover a {
	color: #eeeeaa;
}

div#divCoverageList {
	border: solid 1px #cccccc;
	margin-left: 190px;
	margin-top: -8px;
	width: 460px;
}

div#divCoverageList ul li {
	clear: both;
	padding-left: 2px;
}

div#divCoverageList ul li:hover {
	background-color: #1B5CCD;
	color: #eeeeee;
}

div#divCoverageList ul li a {
	float: right;
	width: 50px;
}

div#divCoverageList ul li:hover a {
	color: #eeeeaa;
}

div#divTopicList {
	border: solid 1px #cccccc;
	margin-left: 190px;
	margin-top: -8px;
	width: 460px;
}

div#divTopicList ul li {
	clear: both;
	padding-left: 2px;
}

div#divTopicList ul li:hover {
	background-color: #1B5CCD;
	color: #eeeeee;
}

div#divTopicList ul li a {
	float: right;
	width: 50px;
}

div#divTopicList ul li:hover a {
	color: #eeeeaa;
}

div#divFunderList {
	border: solid 1px #cccccc;
	margin-left: 190px;
	margin-top: -8px;
	width: 460px;
}

div#divFunderList ul li {
	clear: both;
	padding-left: 2px;
}

div#divFunderList ul li:hover {
	background-color: #1B5CCD;
	color: #eeeeee;
}

div#divFunderList ul li a {
	float: right;
	width: 50px;
}

div#divFunderList ul li:hover a {
	color: #eeeeaa;
}


div#divPublicationNameList {
	border: solid 1px #cccccc;
	margin-left: 190px;
	margin-top: -8px;
	width: 460px;
}

div#divPublicationNameList ul li {
	clear: both;
	padding-left: 2px;
}

div#divPublicationNameList ul li:hover {
	background-color: #1B5CCD;
	color: #eeeeee;
}

div#divPublicationNameList ul li a {
	float: right;
	width: 50px;
}

div#divPublicationNameList ul li:hover a {
	color: #eeeeaa;
}




div#divInvestigatorList {
	border: solid 1px #cccccc;
	margin-left: 190px;
	margin-top: -8px;
	width: 460px;
}

div#divInvestigatorList ul li {
	clear: both;
	padding-left: 2px;
}

div#divInvestigatorList ul li:hover {
	background-color: #1B5CCD;
	color: #eeeeee;
}

div#divInvestigatorList ul li a {
	float: right;
	width: 50px;
}

div#divInvestigatorList ul li:hover a {
	color: #eeeeaa;
}

div#divSponsorList {
	border: solid 1px #cccccc;
	margin-left: 190px;
	margin-top: -8px;
	width: 460px;
}

div#divSponsorList ul li {
	clear: both;
	padding-left: 2px;
}

div#divSponsorList ul li:hover {
	background-color: #1B5CCD;
	color: #eeeeee;
}

div#divSponsorList ul li a {
	float: right;
	width: 50px;
}

div#divSponsorList ul li:hover a {
	color: #eeeeaa;
}






div.thirdColumn {
	float: left;
	width: 30%;
	padding-left: 30px;
	margin: 0px;
	border-right: solid 1px #aaa;
}

div.thirdColumnLast {
	border-right: 0px;
}

a.anchor:hover {
	text-decoration: none !important;
}

form#constantContactForm .submit {
	position: relative;
	left: 0px;
	top: 6px;
}

em {
	font-style: italic;
}

.noWrap {
	white-space: nowrap;
}

#homeSlideShow {
	width: 463px;
	height: 189px;
	margin: 0 auto;
	float: left;
}

.underline {
	text-decoration: underline;
}

ul.pubLinks {
	margin-top: -10px;
}

ul.pubLinks li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 2em;
}

pre.code {
	font-family: monaco,monospace;
	font-size: 9pt;
	color: #000;
	margin: 1em 0em 1em 0em;
	padding: 2px 4px 2px 4px;
	background-color: #ccc;
	border: 1px dotted #777;
	white-space: pre;
}

code.code {
	font-family: monaco,monospace;
	font-size: 9pt;
	color: #000;
	margin: 1em 0em 1em 0em;
	padding: 2px 4px 2px 4px;
	background-color: #ccc;
	border: 1px dotted #777;
	white-space: pre;
}

div.moreLessTab {
    border: 1px solid #aaa;
    float: right;
    position: relative;
    width: 4em;
    height: 1em;
    padding: 0.2em 0;
    margin-right: 1em;
    background-color: #eee;
    text-align: center;
    z-index: 999;
}

div.moreLessTab:hover {
    background-color: #ccc;
}

div.moreLessTab a {
    text-decoration: none;
    display: block;
    width: 4em;
    height: 1em;
    text-align: center;
}

ul.linkList li {
	list-style: disc;
	list-style-position: inside;
	font-size: 0.9em;
}



#contentFull table {
	border-collapse: collapse;
}

#contentFull table thead tr th, #contentFull table tbody tr th {
	background-color: #8c1515;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}

#contentFull table tbody tr:nth-child(odd) {
	background-color: #eee;
}

#contentFull table tbody tr:nth-child(even) {
	background-color: #fff;
}

#contentFull table thead tr th, #contentFull table tbody tr th, #contentFull table tbody tr td {
	border: solid 1px #999;
	padding: 5px;
}

.loadingDialog {
	width: 100%;
	text-align: center;
	margin-top: 3em;
}






.sortForm input.sortOrder {
	width: 4em;
}

.adminSortBtn {
	border: 0;
}
