/*
-----------------------------------------------
Basic styles
----------------------------------------------- */

html { height:100%; }
body {
  min-height:101%;
  margin:0;
  padding:0;
  color:#555;
  font:75% Verdana,Arial,Helvetica,Sans-serif;
  text-align: center;
}

/* Set Up
----------------------------------------------- */
img { border: 0; }
#member img, .templatetable img, .field-field-meeting-photo img, #centrecol .content img { 
	border: 1px solid #C6C6C6;
	}
	.content img[align=right] {
		margin-left: 0.6em;
	}
	.content img[align=left] {
		margin-right: 0.6em;
	}
	img.no-border { border: 0 !important; }


#centrecol a.thickbox img{border: 1px solid #2750b9 !important;}


.clear { clear:both; }
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix { display:block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.right {
	float: right;
}



/* Links
----------------------------------------------- */
a { color: #2750b9; text-decoration: underline; font-weight: normal; }
a:link { color: #2750b9; text-decoration: underline;}
a:visited { color: #2750b9; }
a:hover { color: #2750b9; text-decoration: none;}
a:active { color: #2750b9; text-decoration: none;}



/* Accessibility
----------------------------------------------- */
.accessibility { display: none; }
#access { position:absolute; top:-1000em; }
.hide { display: none; }

div#print {
	display: none;
}


/* Lists
----------------------------------------------- */

ul {
	*
	}
	ul li {
		color: #555;
		padding: 2px 0 4px 2px;
		}
		div.view-summary-archive ul, div.view-summary-archive ul li {
			margin-left: -0.5em !important;
			}
			#centrecol .content ul li, #centrecol .view ul li {
				line-height: 1.6em;
				list-style: none;
				padding: 2px 3px 5px 10px;
				background: url(../images/structural/icon_bullet.gif) top left no-repeat;
				}
				.ui-tabs-nav li {
					background: none !important;
				}
			#centrecol .content ol li, #centrecol .view ol li {
				line-height: 1.6em;
				color: #555 !important;
			}


/* Forms
----------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px dashed #f0f0f0 !important;
	padding: 10px 0 5px 6px;
	margin: 0.8em 0;
	}
	div.node fieldset {
		border: 0 !important;
		padding: 0 0 0 3px;
		margin-bottom: 0.0em;
	}

select.form-select {
	max-width: 416px;
}

form .form-file {
	width: 300px;
	max-width: 300px;	
}

legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
	
/* >>> TABLES <<< */
	
/*
div.content table, body.admin table {
	width: 444px;
	max-width: 444px !important;
	width: auto !important;
	background: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #ccc !important;
}


body.node table td, body.node table td p, body.node table td span {
	background: #fff !important;
	color: #666666 !important;
	padding: 0 2px 0 2px !important;
	border: 0 !important;
	font-size: 11px;
	line-height:1.5em;
}	

table caption {
	text-align: left;
	margin: 0.6em 0 0.4em;
}
	
table#taxonomy {
	width: 100%;
	background: #fff;
	padding: 15px 10px 5px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 0px solid #ccc;	
	border-bottom: 1px solid #ccc;	
	}	

	table td, table#taxonomy td, table td p {
		background: #eee;
		color: #666666;
		padding: 3px 5px 3px 5px;
		font-size: 11px;
		line-height:1.5em;
		}
		table td a, table#taxonomy td a {
			color: #0066B2 !important;
		}
		table td strong {
			color: #444;
			font-weight: bold;
		}
*/

body.admin table.table-views {
	overflow: auto;
}
	
table th {
		background: #666666;
		color: #fff;
}

table th.active {
		background: #2750B9;
	}
	table th.active a.active, table th a.active  {
		color: #FFF1BF;		
	}	
	

table#blocks {
	border: 0 !important;
	padding: 0 !important;
	}
	table#blocks td.region {
		background: #2750B9;
		color: #fff;
		padding: 2px;
		font-size: 110%;
		font-weight: bold;
		text-transform: capitalize !important;
	}
		
table#permissions {
	border: 0 !important;
	}
	table#permissions td.module {
		background: #2750B9;
		color: #fff;
		padding: 2px;
		font-size: 110%;
		font-weight: bold;
		text-transform: capitalize !important;
	}

table.watchdog-event, table.system-status-report {
	border: 1px solid #ccc;
}

table td.hide {
	display: none !important;
}

	

/* Messages
----------------------------------------------- */

span.noscript {
	position: absolute;
	top: 0.0em;
	left: 0.0em;
	color: #555;
	width: 210px;
	background: #FEFBBC;
	border: 1px dashed #555;
	text-align: left;
	font-weight: bold;
	padding: 8px;
	z-index: 2000;
	}
	span.noscript a {
		color: #555 !important;
	}

.errmsg {
	background: #FFFABF url(../images/structural/icon-error.gif) left center no-repeat;
	font-weight: bold;
	padding: 0 19px;
	width: 100%;
	margin-top: 1.5em;
}

.message, .status {
	padding-left: 22px;
	background: url(../images/bullet-info.gif) no-repeat top left;
	color: #777777;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0 0 10px 22px;
}

.warning {
	margin-top: 0.5em;
}

.tips /*.help*/ {
	padding-left: 22px;
	color: #75645D;
	background: url(../images/bullet-tips.gif) no-repeat top left;
	margin-top: 0.5em;
}

.help {
	margin-bottom: 1.5em;
	font-size: 80%;
	color: #999999;
	line-height: 1.2em !important;
	}
	.help a {
		color: #aaa;
	}
	body.sitemap .help {
		margin-bottom: 1.5em;
		font-size: 100%;
		color: #555;
		line-height: 1.6em !important;
		}
		body.sitemap .help a {
		color: #2750B9;
	}

.highlight, .error {
	border-bottom: 1px dotted;
	background: #FFFBCF url(../images/bullet-error.gif) no-repeat center left;
	font-weight: bold;
	padding: 2px 2px 3px 20px;
	margin: 0.7em 0 0.3em 0;	
	}
	.error ul {
		list-style-type: none;
		}
		.error ul li {
			padding: 3px 0 3px 0;
		}



/* Admin
----------------------------------------------- */

input.form-submit {
	padding: 3px;
	border: 1px solid #aaa;
	}
	input.form-submit:hover {
		background: #0066B2;
		color: #fff;
	}

div#user-admin-filter ul, form div.item-list ul, form#node-filter-form ul, form#node-multiple-delete-confirm ul {
	list-style-type: none;
	padding: 0 0 5px 0;
	font-size: 105%;
}

form div.item-list ul li {
	background: none !important;
	padding: 3px 0 0 0 !important;
	text-transform: capitalize;
}

/*body.image .content .image-preview {
	float: left;
}*/

body.image #centrecol .content p {
	position: absolute;
	top: 47em;
	left: 35.8em;
	height: 20px;
	clear: both;
	width: 500px;
	background: #fff;
	padding-left: 3px;
}

body.image #centrecol .links {
	margin-top: 3.0em;
}

body.imagethumbnail  #centrecol .content p {
	position: absolute;
	top: 36.0em;
	left: 35.8em;
	height: 20px;
	clear: both;
	width: 500px;
	background: #fff;
	padding-left: 3px;
}

body.imagethumbnail #centrecol .links {
	margin-top: 3.0em;
}


* >>> ADMIN <<< */

div.compact-link {
	background: #fff;
	padding: 15px 10px 5px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 0px solid #ccc;	
	border-bottom: 0px solid #ccc;		
}

div.container-inline {
	display: block;
	clear: both !important;
}

div.container-inline div.form-item {
	display: inline;
	float: left;
}

input#edit-workflow-scheduled-hour {
	clear: both;
}

form, div.profile, form#user-edit, form#contact-mail-user,
form#aggregator-form-category, form#aggregator-page-category, form#block-admin-display,
form#user-admin-account, form#user-register, form#menu-edit-menu-form,
form#menu-edit-item-form, form#menu-configure, form#system-modules, form#node-admin-nodes {
	background: #fff;
	padding: 15px 10px 5px 10px;	
	margin-bottom: 0.5em;
	}
	form#user-login {
		padding-top: 10px !important;
		}
		form#user-login div.form-item {
			margin-top: 0.3em !important;
		}

form#node-filter-form, form#system-clean-url-settings, form#contact-admin-edit,
form#block-admin-configure, form#user-admin-perm, form#user-admin-new-role,
form#search-form, form#user-admin-settings, form#system-admin-theme-settings,
form#front-page-admin, form#node-type-form, form#system-error-reporting-settings,
form#contact-mail-page, form#node-multiple-delete-confirm, form#aggregator-form-feed,
form#system-rss-feeds-settings, form#node-configure, form#taxonomy-form-vocabulary,
form#mimemail-settings, form#tinymce-admin-settings, form#node-form, form#webform-client-form,
form#build-mostwanted-form, form#workflow-state-add-form, form#workflow-edit-form, div.box,
form#actions-overview-form, form#actions-configure, form#workflow-state-delete-form, 
div#aggregator {
	background: #fff;
	padding: 15px 10px 5px 10px;
}

form#workflow-edit-form td {
	border: 1px solid #ccc;
}

form#user-register {
	max-width: 430px;
	width: auto !important;
	width: 430px;
	}
	form#user-register .form-item {
		max-width: 430px;
		width: auto !important;
		width: 430px;	
		}
		.description {
			max-width: 430px !important;
			width: auto !important;
			width: 430px !important;	
		}

form#user-login-form {
	background: transparent !important;
}

form#user-login-form ul {
	list-style-type: square !important;
	padding: 0pt 0pt 5px 15px !important;
	margin: 0.3em 0 1.5em 0 !important;
	z-index: 2000;
	}
	form#user-login-form ul li, form#user-login-form ul li a {
		color: #73625B;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		}
		form#user-login-form ul li a:hover {
			color: #6EC83E !important;
		}



table.content-field-overview {
	overflow: visible;
	}
	table.content-field-overview table, table.content-field-overview .fieldset-wrapper {
		overflow: visible !important;
	}
		
form#user-admin-new-role table, form#user-admin-account table, div.box table,
form#system-modules table, form#node-admin-nodes table, form#subscriptions-nodes-list-form, form#subscriptions-taxa-form,
form#subscriptions-type-form, form#comment-form {
	border: 0 !important;	
}

form#user-filter-form ul, form#node-filter-form ul, form#node-multiple-delete-confirm ul, form#search-form ul,  {
	list-style-type: none;
}
div.box ul {
	list-style-type: none;
	}
	div.box ul li {
		background: url(../images/icons/bullet.gif) left center no-repeat;
		padding-left: 10px;	
}

body.admin tr {
	border-bottom: 1px solid #eee;
}

div.description {
	width: 500px;
	clear:left;
	font-size: 75%;
	color: #999;
	margin-bottom: 1.0em;
	}	
	td.description, td.permission {
		font-size: 80%;
		color: #777;
	}
	td.permission {
		text-transform: capitalize;
	}

div.profile div.node {
	margin: 0.4em 0 0.4em 0;
	padding: 10px;
}


div.site-map {
	background: #fff;
	}
	div.site-map p {
		background: #fff;
	}
	

span.form-required {
	color: #B5CFA8;
}		

div.admin {
	overflow: hidden;
	width: 100%;
}

div.left {
	width: 100%;
	display: block;
	clear: right;
}

div.right {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	clear: left;
}


div.admin-panel {
	background: #fff;
	padding: 5px 5px 5px 10px;
	}
	div.admin-panel h3 {
		padding: 0 !important;
		margin: 0.3em 0 0 0;
	}

dl.admin-list {
	display: block !important;
	clear: right;
	}
	dl.admin-list dd {
		padding: 5px 0 !important;
		margin: 0 0 0.8em 0;
		border-bottom: 1px solid #ddd;
	}
	dl.admin-list dt:after {
		content: ":";
	}
	
div#aggregator h2 {
	padding: 0 !important;
	margin: -0.5em 0 0 0 !important;
}	

div#aggregator table {
	border: 1px solid #ccc;	
	}
	div#aggregator table td {
		background: #9F908B;
		color: #fff;
		padding: 3px 5px 3px 5px;
	}

form#aggregator-page-category div#aggregator {
	background: #fff;
	padding: 15px 10px 5px 10px;
}

div.help-items {
	background: #fff;
	padding: 4px;
	}
	div.help-items ul {
		list-style-type: none;
	}
	
form#menu-configure div.form-item {
	margin-bottom: 0.3em !important;
}		



/*
** GALLERY STYLES (see "LISTS" for more)  
*/

ul.galleries li {
	display: inline;
	float: left;
	width: 325px;
}

ul.galleries p {
	margin: -0.3em 0 -0.4em 0;
	padding: 0;
	width: 260px;
	}
	ul.galleries span {
		font-size: 10px;
		color: #aaa;
		display: block;
	}

div.pager {
	display: block;
	clear: left;
	padding: 3px;
	/*background: #fff;
	border: 1px solid #6EC83E !important;*/
	}
	div.pager a.pager-last, div.pager a.pager-first, div.pager .pager-current {
		margin: 0 0.2em !important;
	}
	div.pager span.pager-list a.pager-last {
		margin-right: 0.3em !important;
	}
	/*div.pager a.pager-next {
		margin-right: 0.1em;
	}*/
p.previous-next-links {
	display: block;
	float: right;
	text-transform: capitalize;
}	

li.image_size_original {
	text-transform: capitalize;
}



/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(..//misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
html.js input.throbbing {
  background-position: 100% -18px;
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0.5em;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(../misc/menu-collapsed.png);
  background-position: 5px 50%;
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
	}
	html.js body.admin.node fieldset.collapsible .fieldset-wrapper {
   	overflow: visible !important;
	}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  background: transparent url(../images/structural/textarea_bg.gif) top left repeat scroll;
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin-top: 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #e0e0e0;
}

/*
** RSS blocks
*/

div.feed-url, div.feed-updated {
	display: inline;
	float: left;
	margin: 0 0.6em 0.8em 0 !important;
}

a.feed-icon {
	display: inline;
	float: left;
	margin: 0 0.5em 0.8em 0 !important;
}

div.feed-description {
	display: inline;
	float: left;
}

div.feed-item {
	clear: left;
	margin-bottom: 0.4em;
}


/*
** Last Updated styles
*/
div.info {
	clear: left;
	color: #999;
	font-size: 90%;
	padding: 0 0 10px 5px;
}


/*
** Tabs
*/

ul.primary {
	list-style-type: none !important;
	padding: 0 0 7px 0 !important;
	margin: 1.5em 0 0.6em 0 !important;
	font-size: 105%;
	text-transform: capitalize;
	display: block;
	clear: right;
	border-bottom: 1px solid #FFC71D;
}	


ul.primary li {
	position: relative;
	display: inline !important;
	margin: 0 !important;
	padding: 3px 6px !important;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	background: none;
	font-size: 0.9em;
}	

ul.primary li:hover {
	background: #fff !important;
	border-left: 1px solid #FFC71D;
	border-right: 1px solid #FFC71D;
	border-top: 1px solid #FFC71D;	
	border-bottom: 6px solid #fff;		
}

ul.primary li a {
	text-decoration: none !important;
	}
	ul.primary li a:hover {
		background: #fff !important;
		color: #2750B9 !important;
		}	
		ul.primary li:hover a:hover {
			background: #fff !important;
			color: #2750B9 !important;
		}

ul.primary li.active {
	background: #fff !important;
	border-left: 1px solid #FFC71D;
	border-right: 1px solid #FFC71D;
	border-top: 1px solid #FFC71D;
	border-bottom: 6px solid #fff;	
	}
	ul.primary li.active a, ul.secondarytabs li.active a {
		color: #2750B9 !important;
		font-weight: bold;
		text-decoration: none;
	}

ul.secondarytabs {
	list-style-type: none !important;
	padding: 10px 15px 8px 10px !important;
	margin: -0.5em 0 0 0;
	font-size: 115%;
	width: 193px;
	display: block;
	clear: both;
	background: transparent url(../images/structural/trans.png) top left repeat !important;
	border-left: 1px solid #FFC71D !important;
	border-right: 1px solid #FFC71D !important;
	border-bottom: 1px solid #FFC71D !important;
	}	
	ul.secondarytabs li {
		position: relative;
		display: block !important;
		margin: 0.5em 0 0.5em 0 !important;
		font-size: 0.8em;
		padding: 3px 7px 5px 7px !important;	
		background: #fff;
		border: 1px solid #ccc !important;
		text-transform: capitalize;
		line-height: 1.5em;
		width: 180px;
		}
		ul.secondarytabs li a {
			text-decoration: none;
		}
		ul.secondarytabs li:hover {
			background: #2750B9 !important;
		}
		ul.secondarytabs li:hover a {
			color: #fff !important;
		}
	
	ul.secondarytabs li.active {
		background: #fff !important;
		color: #fff !important;
		font-weight: bold;
		padding: 3px 7px 5px 7px !important;	
		background: #0066B2 !important;
		}
		ul.secondarytabs li.active a {
			color: #fff !important;
		}
	
#block-dhtml_menu-1 .block-header, li.print, li.statistics_counter, #photo h3, #photo .links, #photo .node .content p, div#member .links {
	display: none;
}

#edit-field-position-0-value {
	clear: left;
	display: block;
}

#taxonomy-defaults-form tr.odd {
	background: #f0f0f0;
	}
	#taxonomy-defaults-form td {
		padding: 10px;
	}

#taxonomy-defaults-form .taxdef-name {
	font-size: 1.2em;
	font-weight: bold;
}

#views-edit-view {
	overflow: visible;
	width: 600px;
}

#block-block-32 {
	display: block;
	clear: both;
}

#block-dhtml_menu-1 {
	display: block;
	clear: both;
	padding-top: 10px;
}




/* Left-hand column
----------------------------------------------- */


#sponsors {
	margin: -15.0em 0 0 1em;
	position: absolute;
}

.menu-duplicated {
	display: none;
}

#leftcol #block-dhtml_menu-41, #leftcol #block-menu-41, #leftcol #block-menu-544, #leftcol #block-menu-555, #leftcol #block-menu-567, #leftcol #block-dhtml_menu-544, #leftcol #block-dhtml_menu-555, #leftcol #block-dhtml_menu-567 {
	margin: 2.0em 0 0 0;
	padding-bottom: 200px;
}

#leftcol .menu {
	padding: 0;
	margin: 0 0 0 0.4em;
	}
	#leftcol .menu a {
		font-size: 1.0em;
		margin-left: -0.2em;
		}
		#leftcol a.active {
			font-weight: bold;
		}	
	#leftcol ul.menu li ul.menu {
		padding: 6px 0 0 0;
		margin: 0.4em 0 -0.2em -0.4em;
		}
		#leftcol ul.menu li ul.menu li ul.menu {
			margin-left: -0.8em !important;
		}

#leftcol ul.menu li {
		list-style: none;
		border-top: 1px dashed #ddd;
		padding: 9px 3px 10px 0px;
	}
	#leftcol ul.menu li.expanded {
		padding: 9px 3px 4px 0px;
	}
	
	#leftcol ul.menu li a {
		display: block;
		min-height: 14px;
		}
		#leftcol ul.menu li a:hover {
			color: #2750B9;
		}
	#leftcol ul.menu li.leaf:hover {
		background: #fafafa;
	}


li.activemenu-processed {
  cursor: pointer;
  cursor: hand;
  min-width: 0; /* Harmless hack to give IE7 hasLayout */
}

li.activemenu-processed ul {
  cursor: default;
  min-width: 0; /* Harmless hack to give IE7 hasLayout */
}

li.collapsed ul {
  display: none;
  min-width: 0; /* Harmless hack to give IE7 hasLayout */
}

#leftcol ul li.leaf {
	background: none !important;
	list-style-image: url(../images/icons/dot.gif) !important;
	padding-left: 0px !important;
	margin-left: 1.0em !important;
}

#leftcol li.activemenu-processed.collapsed {
	background: none !important;
  	list-style-image: url(../images/icons/plus.gif);
  	padding-left: 0px !important;
	margin-left: 1.1em !important;
	min-width: 0; /* Harmless hack to give IE7 hasLayout */
	}
	#leftcol li.activemenu-processed.collapsed a {
		margin-left: -0.4em;
	}

#leftcol li.activemenu-processed.expanded {
	background: none !important;
  	list-style-image: url(../images/icons/minus.gif);
  	padding-left: 0px !important;
	margin-left: 1.1em !important;
	min-width: 0; /* Harmless hack to give IE7 hasLayout */
	}
	#leftcol li.activemenu-processed.expanded a {
		margin-left: -0.4em;
	}
	
/* Newsletters  */

table.newsletter, table.newsletter a img {
	border: 0 !important;
}

table.newsletter thead h2 {
	margin-top: 0.1em !important;
}

table.newsletter td.date, table.newsletter td.date p {
	font-size: 0.9em !important;
	color: #888 !important;
	text-align: right !important;
}


/* Contact Form  */

form#webform-client-form {
	padding: 0;
}

form#webform-client-form input {
	display: block;
}

/* Sitemap  */

body.sitemap .description {
	display: none;
}


/* Meetings/News  */

#latestnews ul {
	margin: 0 !important;
	padding: 0 !important;
	}
	#latestnews ul li {
		list-style-image: none !important;
		background: none !important;
		margin: 1.4em 0 0 0 !important;
		padding: 0 !important;
	}
	#latestnews h3 {
		margin-bottom: 0.2em !important;
	}
		#latestnews h3 a {
			text-decoration: underline;
			}
			#latestnews h3 a:hover {
				text-decoration: none;
			}
	#latestnews p {
		margin: 0.3em 0 !important;
	}
	
/* Publications/Tools */

table#pubsearch td {
	padding: 2px;
}

table#pubsearch tr.odd:hover, table#pubsearch tr.even:hover {
	background: #FEFBBC;
}
table#pubsearch tr.even {
	background: #f0f0f0;
}

/* Search */

form#views-filters table {
	width: 400px;
	}
	form#views-filters table th {
		background: #fff;
		color: #555;
	}
	form#views-filters input#edit-filter0 {
		width: 325px;
	}
	
p.search-info {
	margin: 0.3em 0 0.8em 0 !important;
}

dl.search-results dt.title {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
	
	
/* Admin Menu (top)  */

/*.admin-menu-icon { display: none; }*/