/**
 * Theme: Integra CSS
 * 
 * Author: Todd Thomson, Achilles Software
 * Based on Twilight theme by PIXTURE STUDIO <http://www.pixture.com>
 */
/* === Generic elements === */
html {
	font-size: 100%; /*Fix a IE em BUG*/
}
font, basefont {
	font-size: 100%; /*Fix a IE em BUG*/
}
body {
  background: #808080 url(images/integra-bg.png) repeat-x;
  color: #282828;
  font-family: Verdana, Arial, sans-serif;
  font-size:12px;    
  min-width: 800px;
  padding-top: 10px;	
}
#wrapper {
    width: 940px;	
	margin: 0 auto;
	line-height: 1.5em;
}
#container {
	margin: 0px;
	padding: 0px;
	text-align: left; /* IE5 hack */
	line-height: 1.5em;
	background-color: White;
}
.container-inline div, .container-inline label {
	display:inline;
}
table, tr, td, thead, tbody {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0px;
}
.sticky-header tr, .sticky-header th, .sticky-header thead {
	background: #161616;
}
tr.odd td, tr.even td {
  padding: 0.4em;
}
tr.odd {
	background: #80c9ff;
	border-bottom: solid 1px #004f8b;
}
tr.even {
	background: #bfe4ff;
	border-bottom: solid 1px #504e4d;
}
td.active {
	background: #484848;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
	color: #003247;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
img {
	border: none;
}
.bio img {
	padding-right: 10px;
}
.content img {
	padding-right: 10px;
}
em {
	text-decoration: none;
	font-weight: normal;
}
div#cr8 {
	padding-top: 8px;
}
table {
	/* make <td> sizes relative to body size! */
	font-size: 1em;
	margin: 0px;
}

.label-item label {	padding-top: 4px; clear:both; color: #003247; font-weight: bold; display: block;}
.label-item p {	margin: 0;}

.form-item { margin-bottom: 8px; }

.form-item label {
	clear:both;
	font-size: 1em;
	color: #007AC6;
	font-weight: bold;
	display: block;
}
.form-row label {
	clear:both;
	display:block;
	color: #007AC6;	
	float:left;
	padding:0;
	width:100px;
	font-weight:bold;
}
.form-row span {
	display:block;
	vertical-align:top;
	margin-left:100px;
}
.form-buttons {
	padding:5px 0 0 100px;
	text-align:left;
}
.form-info span {
	display: inline;
	color:#808080;
}

.field-validation-error { display: block; color: #ff0000; }
.input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; }
.validation-summary-errors {font-weight: bold; color: #ff0000; }

ul {
	padding: 0;
	padding-left: 1em;
	margin: 0px;
}
li {
	padding: 0;
	margin: 0px;
	padding-left: 0;
	line-height: 1.6em;
}
li a, li a:visited, li a:active, li a:hover {
}
.item-list ul {
	padding: 0px;
	margin: 0px;
}
.item-list ul li {
	font-size: 12px;
}
.item-list .title {
  font-size: 1em;
}
div.links {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: right;
}
ul.links li {
	padding: 0px 0px 0px 10px;
	margin: 0;
}
.comment .links {
  margin-bottom: 0;
}
.more-link, .more-link a {
	font-size: 11px;
	font-weight: normal;
	clear: both;
}
/* List Menu */
#list-menu ul {
	list-style:none;
	padding: 0;
	text-decoration:none;
}
#list-menu li {
	margin: 2px 0 0 0;
	padding: 0;
}

#list-menu li a {
	padding: 4px 10px 4px 22px;
	text-align:center;
	line-height: 1.6em;	
}
#list-menu li.feed-link a {
	background:transparent url(images/feed.png) no-repeat scroll left center;		
	padding: 4px 10px 4px 22px;
	text-align:center;
}
#list-menu li.help-link a {
	background:transparent url(images/help.png) no-repeat scroll left center;		
	padding: 4px 10px 4px 22px;
	text-align:center;
}
/* Link Menu */
#link-menu {
	min-height: 12px;
}

#link-menu ul {
	list-style:none;
	float:left;
	padding: 0;
	text-decoration:none;
	font-size:0.95em;
}
#link-menu li {
	float:left;
	display:inline;
	margin: 0;
	padding: 0;
}
#link-menu li.print-link a
{
	background:transparent url(images/printer.png) no-repeat scroll left center;
	padding: 4px 8px 4px 20px;
	text-align:center;
}
#link-menu li.email-link a {
	background:transparent url(images/mail.png) no-repeat scroll left center;
	padding: 4px 8px 4px 20px;	
	text-align:center;		
}
#link-menu li.share-link a {
	background:transparent url(images/share.png) no-repeat scroll left center;
	padding: 4px 8px 4px 20px;	
	text-align:center;
}

li.pdf-link, a.pdf-link {
	background:transparent url(images/buttons/pdficon_small.gif) no-repeat scroll left center;
	height:3em;
	padding-left:24px;
}
.hovertag em {
	background-color:white;
	border:4px solid #8C8C8C;
	color:green;
	display:none;
	font-size:0.9em;
	font-style:italic;
	padding:5px;
	position:absolute;
	width:200px;
	z-index:100;
}
/* === Page layout blocks/IDs === */
#content {
	width: 940px;
	float: left;
	background: #ffffff url(images/bg-content.png) repeat-y;	
}
.sidebar-none #content {
	width: 100%;
	float: left;
	background: #ffffff;
}
.submitted {
  color: #565656;
  font-size: 0.8em;
}
.links {
  color: #565656;
}
.links a {
	font-size: 11px;
	font-weight: normal;
}
/* Basic Text Colors */
a, a.active {
	text-decoration: none;
	font-weight: bold;
	color: #008dc6;
	border: none;
}
/* a:link, a.active:link 
{
	border: none;
} */
a:visited, a.active:visited {
}
a:hover, a.active:hover {
	text-decoration: underline;
}
a:focus, a.active:focus {
	outline: none;
}

/*-------------------------------------------------------------------*/
/*                               Header                              */
/*-------------------------------------------------------------------*/
#header {
    background: #ffffff url(images/integra-header.png);	
	width: 940px;
    height: 100px;
    margin: 0 auto;	
	vertical-align: top;
	line-height: 1.5em;
}
.header_left 
{
	float:left;
	display:inline;
    padding-left: 10px;
    margin-top: 35px;
    margin-left:100px;
    width: 375px; /*was 60% */
}
.header_right {
    float: right;
    margin-right:10px;
	margin-top: 12px;    
}

#header img, .header_text {
    padding-top: 10px;
    border: none;
}

#header ul.links li {
    padding: 0 0 0 0.5em;
}

#pad {
	width: 10px;
	height: 68px;
	padding: 0px;
	margin: 0px;
}
#pad2 {
	width: 10px;
	padding: 0px;
	margin: 0px;
}
#site_name {
	text-align: left;
	margin: 0px;
	vertical-align: middle;
	overflow: hidden;
	padding-top: 18px;	/* for image title */
}
#site_name h1 {
	text-align: left;
	font-size: 20pt;
	line-height: 1.5em;
	padding: 0px 10px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}
#site_name h1 a:hover {
	text-decoration: none;
}
#site_name .site-slogan {
	color: #e7e7e7;
	font-size: 1em;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding-left: 7px;
	padding-bottom: 2px;
	padding-top: 0px;
}
#site_search {
	display:inline-block;
	padding:4px;
	position:relative;
}
div#search {
	display:inline-block;
	position:relative;
}
div.search_box {
	background-color:#FFFFFF;
	border:1px solid #008dc6;
	display:inline-block;
	min-height:1.5em;
	position:relative;
	text-align:left;
	width: 200px;
}
input.search_textbox {
	background-color:#FFFFFF !important;
	border:0 none;
	color:#000000;
	font-size:1em;
	height:1.6em;
	padding:4px 5px 0;
	vertical-align:top;
	width: 165px;
}
input.search_textbox.watermark {
	color:#7e7e7e;
	font-style:italic;
}
input.search_btn 
{
	background: #ffffff url(images/bing-sprite.png) no-repeat 0 -22px;
	border:0 none;
	cursor:pointer;
	height:22px;
	margin:0;
	overflow:hidden;
	padding:0;
	vertical-align:top;
	width:21px;
}
/* === Top Navigation Bar ===== */
#navigation {
    background: #f2f8fc url(images/navbar.png) repeat-x center left;
    color: #000;
    width: 940px;
    margin: 0 auto;
    height: 20px;
}

/* === login info widget === */
#login-info {
  float: right;
  text-align: right;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
  margin-right: 10px;
  line-height: 20px;
}

#login-info a {
  color: #ffffff;
}

#login-info p {
	margin:0;
    color: #e8e8e8;
}
/* logon panel */
#login-panel {
	display:none;
	left:300px;
	position:absolute;
	text-align:left;
	top:100px;
	width:410px;
}
#loginform {
	clear:left;
	margin:auto;
	padding:10px 0;
	text-align:left;
	width:450px;
}

/* === Primary Navigation Menu === */
#topprimarymenu {
    line-height: 22px;
}

#topprimarymenu h2 {
    display: none;
}

#topprimarymenu .block {
  margin-bottom: 0;
  padding-bottom: 0;
}
#topprimarymenu .block, #topprimarymenu .box {
  padding: 0;
}

#topprimarymenu h2.title {
  display: inline;
}

#topprimarymenu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 100;
  float:left;
} 

#topprimarymenu li 
{
	float:left;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#topprimarymenu li a 
{
	display: block;
	padding: 0px 8px;
	margin: 0;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
}

#topprimarymenu a:active,
#topprimarymenu a:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
	cursor: pointer;  
}

#topprimarymenu li:hover, 
#topprimarymenu li.sfhover {
  background-color: #000;
  color: #fff;
  position:static;
}

/* --- Navigation Menu: second-level lists --- */
#topprimarymenu ul.menu ul {
  z-index: 101;	
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #003247;
  border: solid 1px #000;
}

#topprimarymenu ul.menu li ul a.parent {
	width: 164px;
	font-weight: normal;
	cursor: pointer;
	background: transparent url(images/submenu-right.png) no-repeat scroll right center;
}

#topprimarymenu ul.menu li ul {
  position: absolute;
  z-index: 101;  
  width: 175px;
  left: -999em; /* to hide menus because display: none isn't read by screen readers */
}

#topprimarymenu ul.menu li.expanded ul{
  border: 1px solid #7f7f7f;
}

#topprimarymenu ul.menu li li {
  z-index: 101;	
  float: left;
  width: 175px;
}

#topprimarymenu ul.menu li li a:link,
#topprimarymenu ul.menu li li a:visited {
  font-weight: normal;
  width: 164px;
}

#topprimarymenu  ul.menu li ul a {
  padding: 0 0 0 0.8em;
  width: 175px;
  line-height: 24px;
}

#topprimarymenu  ul.menu li ul a:active,
#topprimarymenu  ul.menu li ul a:hover {
  text-decoration: none;
}

/* margin for pullouts */
#topprimarymenu  ul.menu li ul ul {
 margin: -24px 0 0 172px;
}

#topprimarymenu ul.menu li:hover ul ul, 
#topprimarymenu ul.menu li:hover ul ul ul, 
#topprimarymenu ul.menu li.sfhover ul ul, 
#topprimarymenu ul.menu li.sfhover ul ul ul {
  left: -999em;
}

#topprimarymenu ul.menu li:hover ul, 
#topprimarymenu ul.menu li li:hover ul, 
#topprimarymenu ul.menu li li li:hover ul, 
#topprimarymenu ul.menu li.sfhover ul, 
#topprimarymenu ul.menu li li.sfhover ul, 
#topprimarymenu ul.menu li li li.sfhover ul {
  left: auto;
}

/* --- Featured Content Panel --- */
#FeaturedContentHost {
	width: 700px;
    height: 350px;
    text-decoration: none;
}

/* Blocks Panel */
.blocks-panel {	width: 700px; margin:0 auto; }
.blocks-panel .block .title { height: 22px; background-color: #e3e7f5; border-bottom: 1px solid #c4d1e7; border-right: 1px solid #c4d1e7; color: #003247; font-size: 1em; margin:0; padding: 0.2em 0.2em 0;}

.articles-block { float:left; width: 345px; padding-top: 10px;}
.article-block .block { display: block; width: 100%;}

/* Article */
#article-panel { padding: 8px; }
#article-panel .block-field-title { margin-bottom: 6px; line-height: 1.3em;}
.article-author label { color: #003247; font-weight: bold; }
.article-author p { margin: 0; }
.article-author-about { border: 1px solid #c6c6c6; background: #f6f6f6; padding: 8px;}
.article-author-image img { float: left; padding-right: 8px; width:80px; height:100px; }
.article-picture img { padding: 0; margin: 0 8px 4px 0; height: 90px; width: 135px; }
.article-picture a img { float: left; padding: 3px; border: 2px solid #c4d1e7; }
.article-picture a:hover img { border: 2px solid #008dc6;}

/* tabbed block Panel */
.tabbed-blocks { float: right; width: 49%; padding-top: 10px }

.content-blocks .block 
{
	background-color: #fafafa;
	min-height: 250px;
	display: block;
}

.content-blocks #conferences-block {
	border: none;
}
.content-blocks #block-block-1 {
	margin-right: 0;
	border: none;
}

.content-blocks ul {
	margin: 10px;
	padding: 0;
	list-style-type: none;
}

.block-link 
{
	text-align:center;
	margin-left: auto;
	margin-right: auto;	
}

#block-join-us {
	background: transparent url(images/joinus.png) no-repeat top center;
	height: 150px;
}
#block-locations {
	background: transparent url(images/locations.png) no-repeat top center;	
	height: 150px;
}

.joinus {
	position: relative;
	top: 95px;
	left: 64px;
	text-align: center;
}
div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 90px;
  width: 80px;
  /* Add scroll-bars */
  /* overflow: auto; */
}
ul.sc_menu {
  display: block;
  height: 80px;
  /* Max width here, for users without Javascript */
  width: 160px; /* was 1500 or MAX Width */
  padding: 8px 0 0 8px;
  /* Remove default margin */
  margin: 0;
  /* background: url('navigation.png'); */
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #282828;
}
.sc_menu span {
  margin-top: 3px;
  text-align: center;
  font-size: .9em;
  color: #282828;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 2px #F2F8FC solid;
  min-height: 60px;
  /* -webkit-border-radius: 3px;
  -moz-border-radius: 3px; */
}
.sc_menu a:hover img {
  border: 2px #008DC6 solid;
  background-color: #E3E7F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;  
}
/* Services Block */
.hovertag em {
	font-size: .9em;
	font-style: italic;
	color: green;
	position: absolute;
    display: none; 
    width: 200px;
    background-color: white;
    border: 4px solid #8c8c8c;
    z-index: 100;
    padding: 5px;
}

.view-content {
	padding-right: 5px;
}

/*-------------------------------------------------------------------*/
/*                          Regular Blocks                           */
/*-------------------------------------------------------------------*/
.block .links {	font-size: 11px;}
.block .content { font-size: 11px;}
.block li {	line-height:1.2em; list-style: none;}
.block p {	line-height:1.2em;}
.block-item-list ul { padding: 0;}
.blocks-panel h2 { float: left; font-size: 1em; font-weight: bold; padding: 1px 8px 0 8px; vertical-align: top; margin: 0;}
/*-------------------------------------------------------------------*/
/*                              Regions                              */
/*-------------------------------------------------------------------*/
#main-content {
	width: 100%;
}
#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 0px 10px 10px 10px;
}
#mission, .content-item .content, .comment .content {
  line-height: 1.5em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
	padding: 10px 10px 0px 10px;
    font-size: .8em;	
}
.error {
  border-color: red;
}
.sidebar-left #main-content,
.sidebar-right #main-content {
  width:700px;
  margin-left: 0;
  float:left;
  background-color: #ffffff;
  padding: 10px;
}

.sidebars #main-content {
  width:555px;
  float:left;
}

#sidebar-left, #sidebar-right {
	padding: 0 0 0 0;
	vertical-align: top;
}
#sidebar-left 
{
	background:#fff url(images/masked-mark.png) no-repeat scroll 0px 8px;
	width: 155px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	min-height:300px;
}
#sidebar-right {
	background-color: #f2f8fc;
	width: 199px; /* was 200px */
	float: right;
	padding-left: 9px;
	padding-top: 10px;
	padding-right: 8px; /* was 10px */
}
#sidebar-right .content {
	padding: 5px;
}

.right-column {
	float:right;
	width:50%;
	padding-bottom: 10px;	
}
.left-column {
	float:left;
	width: 50%;
	padding-bottom: 10px;
}

#firm-title { border-bottom:2px solid #CCCCCC; position:relative}
#firm-title h1 { float: left; font-size:1.7em; width:475px; position: absolute; bottom: 0;}
#firm-title img { float: right; vertical-align: bottom; }
span.firm-tz { clear: both; float: right;  font-size: 0.8em; color: #282828; }

#firm-profile { clear: both; }
#firm-profile .right-column {
	float:right;
	width:73%;
	padding-bottom: 10px;	
}
#firm-profile .left-column {
	float:left;
	width:120px;
	padding: 10px 10px 10px 0;
}
div#footer 
{
	background-color: #003247;
	height: 50px;
	width: 940px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.5em;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

#footer .block .block-bc, #footer .block .block-tc {
	padding: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 2px;
}
#footer .block .content {
	padding: 0px;
	margin: 0px;
}

#disclaimer {
	font-size: 9px;
	color: #b2b2b2;
	line-height: 1.2em;
	text-align:left;
	width: 940px;
	margin: 0 auto;	
}

p.notes {
	font-size: 10px;
	color: #606060;
	line-height: 1.2em;
	text-align:left;
	margin: 0 auto;	
	padding-top: 4px;
	padding-bottom: 4px;
}
/* button-links */
.delicious-save {
  background: transparent url(http://images.del.icio.us/static/img/delicious.small.gif) no-repeat scroll left center;
  padding-left:15px;
}

.technorati-save {
  background: transparent url(http://images.del.icio.us/static/img/delicious.small.gif) no-repeat scroll left center;
  margin-left:-5px;
  padding-left:15px;
}

.digg-submit {
  background: transparent url(images/digg.png) no-repeat scroll left center;
  margin-left:-5px;
  padding-left:15px;
}

#news-feed, #conference-feed, #article-feed { margin-top: 2px ; padding: 0; cursor: pointer; }
.rss-feed img { padding:2px 8px 0 0;}

/* Integra Deal Board */
#divDealList  
{
	background: #f1f7ed no-repeat;
	min-height:300px;
}
/* FAQ */
.faq a.faq-closed:link,
.faq a.faq-closed:visited,
.faq a.faq-closed:hover,
.faq a.faq-closed:active {
	background-image:url(images/spindown-closed.gif);
}
.faq a.faq-open:link,
.faq a.faq-open:visited,
.faq a.faq-open:hover,
.faq a.faq-open:active {
	background-image:url(images/spindown-open.gif);
}
.faq a:link,
.faq a:visited,
.faq a:hover,
.faq a:active {
	background-position:left center;
	background-repeat:no-repeat;
	font-size:12px;
	padding-left:13px;
}
.faq-list ul {
	list-style: none
}
/* Tabs Control */
.tabs {	padding: 0;}
.tabs ul.tabs-nav { background-color: #E3E7F5; height: 22px; border-bottom: 1px solid #c4d1e7; border-right: 1px solid #c4d1e7; list-style: none; position: relative; padding: .2em .2em 0; }
.tabs ul.tabs-nav li.tabs-selected { background:url("jquery/images/ui-bg_glass_50_007AC6_1x400.png") repeat-x scroll 50% 50% #007AC6; padding-bottom: 0; border-bottom-width: 0; }
.tabs ul.tabs-nav li.tabs-selected a { font-weight: bold; color: #FFFFFF; cursor: text; outline: none; }
.tabs ul.tabs-nav li { float: left;	height: 21px; margin: 0 4px; padding: 0; position: relative; background: #e3e7f5; border: 1px solid #c4d1e7; border-bottom-width:0 !important;}
.tabs ul.tabs-nav li a { text-align: center; text-decoration: none;	color: #003247;	font-size: 1em; padding: 0 4px 0 8px; outline: none; vertical-align:top;}
.tabs ul.tabs-nav li:hover { background-color: #e4f1fb; }
.tabs .tabs-panel { padding: 8px; clear: both; display: block; }

.tabs .tabs-hide { display:none !important; }
.tabs-state-hover { border: 1px solid #74b2e2; background: #e4f1fb url(jquery/images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #0070a3; outline: none; }

/* AZSearch control */
.azsearch {
	background-color:#C0D7EE;
	font-weight:bold;
	height:26px;
	margin:0;
	padding:0;
	text-align:center;
}
.azsearch .selected {
	background-color:#778FD7;
	color:#FFFFFF;
}
/* Sidebar Blocks */
.sidebar .block {
	width: 100%;	/* needed for IE */
	margin: 0px;
	margin-bottom: 10px;
	background-color: #f2f8fc;
	font-size: 0.9em;
	line-height: 1.2em;
}
.sidebar .content {
	font-size: 1em;
	line-height: 1.5em;
}

.sidebar .block h2 {
	font-size: .9em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-align: center;
}
.sidebar .block li.expanded {
	border-bottom: solid 0px #ffffff;
}
.sidebar .block h3 {
	padding: 0px 0px;
	margin: 0px;
	font-size: 10px;
}
.sidebar .block .title {
	background-color: #e3e7f5;
	border-bottom: 1px solid #c4d1e7; border-right: 1px solid #c4d1e7;
	color: #003247;
	font-size: 1em;
	margin-bottom: 0.3em;
}
.sidebar .block ul.links li {
	font-size: 10px;
}
/* Administraion data table */
.admin-table-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
}
table.admin-table {
	width:100%;
	border:5px solid #f9fbfc;
	border-top:none; 
	font-size:.9em;
}
table.admin-table td, table.admin-table th {
	padding:6px 6px; 
	border-top: 2px solid #eff3f7;
	background-color:#e7f0f3;
}
table.admin-table th {
	text-align:left;
}
table.admin-table thead th {
	background-color:#d7e6ec;
	border-top:5px solid #f9fbfc;
	color:#000;
}
table.admin-table tbody th {
	background:#f1f6f8;
	border-top-color:#f9fbfc;
}
table.admin-table tfoot td {
	border-top:2px solid #eff3f7;
	background:#d7e6ec;
}
/* action cells */
table.admin-table td.actions, table.admin-table th.actions {
	padding:0px;width:40px;
}
table.admin-table td.actions {
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
	text-align:center;
	border-right:1px dashed #d7e6ec;
}
table.admin-table th.actions {
	font-weight:normal;
	color:#4d8aa2;
	text-align:center;
}
/* Top Image */
.top-image {
	overflow: hidden;
	margin-bottom: 4px;
}
/* content-item */
.content-item {
	margin:0 0 10px;
	overflow: hidden;
}
.sticky {
	border: dashed 1px #545251;
	background: #e7e7e7;
}
.teaser {
	border: solid 0px #333232;
	border-bottom: solid 1px #333232;
}
.banner {
	background: none;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 0.5em;
	padding: 0px;	
	border: solid 0px #ffffff;
}
.banner p {
	margin: 0px;
	padding: 0px;
}

.content-item .content {
	clear: both;
	margin: 1em .5em .5em .5em;
}
.content-item .taxonomy {
	font-size: 0.8em;
	padding-left: 1.5em;
}
.content-item .taxonomy li {
	padding: 1px 5px;
}
.content-item .taxonomy li a {
	color: #3ED9CA;
}
.content-item .picture {
	border: 1px solid #dbdbdb;
	float: right;
	margin: 0.5em;
}
.content-item table.content-item-title {
	margin-bottom: 5px;
}
.content-item .submitted {
	color: #666666;
}
.content-item .submitted a {
	color: #ded2d2;
}
.content-item div.links {
}
.content-item h2.title {
	font-size: 18px;
}
.content-item h2.title a:hover {
	text-decoration: none;
}
.content-item h2.title {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.heading {
	margin-bottom: 1.5em;
}
h1.page-title .submitted {
	margin-bottom: 0px;
}	
h1.page-title {
	font-size: 1.7em;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: solid 2px #cccccc;
}
h1.page-title.add_border {
	border-bottom:1px solid #CCCCCC;
}
h2.page-subtitle {
	font-style:italic;
	font-size: 1.0em;
	margin-bottom: 15px;
	color: #006086;
}
div.page-help, p.page-help {
	padding:2px 5px 0px 0px;
	margin-bottom:10px;
	font-weight:bold;
	font-style:italic;
	color:#5a5a5a;
}
.user {
  clear: left;
  float: left;
  padding-bottom: 3em;
  padding-left: 0.3em;
  width: 8em;
}
.user .avatar {
  width:54px;
  height:54px;
  background:url(image/avatar.jpg) no-repeat;
  float:left; 
  margin:0 0 0 0;
}

.signature {
  border-top:1px solid #3D3D3D;
  clear:both;
  margin: 1em 0pt;
}

/* Profile */
#profile .profile {
  clear: both;
  border: 1px solid #a5a5a5;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}

/*  Administer */
div.admin, div.admin .left, div.admin .right {
	margin: 0px;
	padding: 5px;
	overflow: hidden;
}
div.admin-panel {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	background: #272727;
}
div.admin-panel a {
	font-weight: normal;
	overflow: hidden;
}
div.admin-panel .description {
}
div.admin-panel .body {
	font-size: 11px;
}
div.admin-panel h3 {
	padding: 6px 8px;
	margin: 0;
	border-bottom: solid 1px #3d3d3d;
}
div.help {
	margin: 0px;
	padding: 2px 5px;
	margin-top: 5px;
}
div.admin-dependencies, div.admin-required {
	color: #666666;
}

.messages {
  background-color: #80c9ff;
  border: 1px solid #004f8b;
  padding: 0.3em;
  margin-bottom: 1em;
}
.messages li {
	margin-left: 10px;
}

/* Checkboxlist */
.checkboxlist .form-item {
  width: 15em;
  float: left;
  display: inline;
}

/* Field Set */
fieldset {
	border: solid 1px #333232;
}
/* Pager */
div.item-list ul.pager li {
	padding: 0px;
	margin: 0px;
}
ul.pager {
	padding: 0px 0px;
	margin: 0px;
	list-style: none;
}
ul.pager li {
	padding: 0px;
	margin: 0px;
}
div.item-list ul.pager li.pager-current {
	color: #ffffff;
	margin: 2px;
	padding: 4px 8px;
	background: #d86464;
}
div.pager {
	background:#f1f7ed;
}
div.pagedlist-pagerbar
{
	background-color:#C0D7EE;
	font-weight:normal;
	font-size:.9em;
	height:18px;
	padding:4px;
	text-align:left;
}
.pager li { float:left; }
.pager a {
	margin-left:4px;
	margin-right:4px;
	cursor:pointer;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
}
.pager .current-btn {
	background: #e4f1fb url(images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x; 
	font-weight: bold; color: #0070a3; outline: none;
	margin-right: 2px;
	margin-left: 2px;
}
.pagedlist-filter {
	background-color:#C0D7EE;
	font-weight:bold;
	height:26px;
	margin:8px 0 0;
	padding:8px 4px 4px 8px;
	text-align:left;
 }
 /*.pagedlist  {
	border-top:2px solid #eff3f7;
	background:#d7e6ec;
} */

#pagedlist-content .row-0
{
	background-color:#f6f6f6;
}
.ajax-loader 
{
	vertical-align:middle;
	margin:2px;
}
/* Jquery tabs overrides */
#content-tabs .ui-widget-header 
{
	border: none;
	background: #ffffff;
}

#content-tabs
{
	border: none;
	background: #ffffff;
}

#content-tabs .ui-tabs-panel 
{
	border: solid 1px #aed0ea;
}

/* Tab Menu */
.tabs-menu {
	font-size: 12px;
}
.tabs-menu a {
	font-weight: normal;
	line-height: 2.1em;
	color: white;
}
.tabs-menu ul {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	margin-bottom: 10px;
	list-style-type: none;
	list-style-image: none;	
	position: relative;
	display: inline;
}
.tabs-menu li {
	background: #fff;
}
.tabs-menu li a {
	margin: 0px;
	padding: 5px 10px;
	background: url(images/bg-button.png) repeat-x center center;
	border: solid 0px #000000;
}
.tabs-menu li a:hover {
	background: #1d1111;
	background: url(images/bg-abutton.png) repeat-x center center;
	border: solid 0px #000000;
}
.tabs-menu li a.active, .tabs-menu li.active a {
	color: #8d8d8d;
	padding: 5px 10px;
	background: url(images/bg-abutton.png) repeat-x center center;
	border: solid 0px #000000;
}
.tabs-menu li a.active:hover {
	text-decoration: underline;
	background: url(images/bg-abutton.png) repeat-x center center;
	border: solid 0px #000000;
}
ul.secondary {
	border: solid 0px #000000;
}
ul.secondary li {
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: solid 0px #000000;
	background: #161616;
}
ul.secondary li a {
	margin: 0;
	padding: 3px 5px;
	margin-right: 2px;
	margin-left: 0px;
}
ul.secondary li.active a.active {
	margin: 0;
	padding: 3px 5px;
	margin-right: 2px;
	margin-left: 0px;
}

/* Alpha-filter */
.alpha-filter { margin:0 0 10px; }

.af-letters { overflow:hidden; }
.af-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border:1px solid silver; border-right:none; text-decoration:none; }
.af-letters a.ln-last { border-right:1px solid silver; }
.af-letters a:hover,
.af-letters a.ln-selected { background-color:#eaeaea; }
.af-letters a.ln-disabled { color:#ccc; }

/* Archive Calendar Block */
.sidebar .block-archive .content {
	padding: 15px 5px 10px 5px;
}
.sidebar .block-archive .content tr {
	background: none;
}
.sidebar .block-archive .content table td {
	border: solid 1px #4c4544;	/* a bit darker than block background */
	padding: 1px 2px;
	text-align: center;
}
#archive-container {
	padding-bottom: 10px;
}
#archive-container dd ul {
	border: solid 1px #333232;
	background: transparent;
	background: #161616;
	padding: 0px;
}
#archive-container dl dt {
	border: solid 0px #333232;
	padding: 0px;
	margin: 0px;
	background: transparent;
}
#archive-container dd {
	border: solid 0px #333232;
	padding: 0px;
	margin: 0px;
	background: transparent;
}
dl {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
dl dt {
	padding: 0px;
	margin: 0;
}
dd ul#archive-days {
	border: solid 0px #333232;
	border-bottom: solid 1px #333232;
	margin: 2px;
}
dd ul#archive-months {
	border: solid 0px #333232;
	border-bottom: solid 1px #333232;
	margin: 2px;
}
dd ul#archive-years {
	border: solid 0px #333232;
	border-bottom: solid 1px #333232;
	margin: 2px;
}

/* Image Galleries */
ul.galleries li {
	border: solid 1px #333232;
	background: #161616;
}
ul.galleries li h3 a {
	font-size: 1.1em;
	font-weight: bold;
}
ul.images {
	border: solid 1px #333232;
	overflow: hidden;
}
ul.images li {
	text-align: center;
}
ul.images li h3 {
	margin: 0px;
	padding: 0px;
}

/* Misc for Contents */
pre {
	margin: 0px 3px;
	padding: 5px;
	background: #000000;
	color: #cfcfcf;
	white-space: pre-wrap;      /* CSS3 */
	line-height: 1.5em;
	border: solid 1px #272727;
}

blockquote {
  font-size: 1.5em;
  font-style: italic;
  padding: 8px;
  margin: 25px;
  background-image: url(images/open-quote.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
  
blockquote span 
{
	display: block;
	margin: 0 10px 0 10px;
  background-image: url(images/close-quote.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

div.sponsors .logo {width: 220px;float: left;}
div.sponsors p {padding-left: 5em;}

.rssfeed {
	float: right;
	margin-right: 10px;
}
#site_name h1 a {
	color: white;
}

/* Others */
.button {
	cursor: pointer;
	padding: 4px 1em;
}
.block-link a:active,
.block-link a:hover {
  text-decoration: none;
}
.pushbutton, .form-submit {
	margin-bottom: 1px;
	cursor: pointer;
	padding: 2px 10px;
	font-weight: normal;
	font-size: 12px;
	border: solid 1px #444444;
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	color: #ffffff;
	background: url(images/button.gif) repeat-x center;
}
.pushbutton:hover, .form-submit:hover {
	border: solid 1px #444444;
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	color: #ffffff;
	background: url(images/button-o.gif) repeat-x center;
}

/* Content Subnav Menu */
#content .subnav {
	font-size: 1.0em;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
}
#content .subnav ul li {
	list-style-type: none;
	list-style-image: none;
}
#content .subnav ul 
{
	background-color: #e3e7f5;
	line-height:1.25em;
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#content .subnav a.parent {
	background: transparent url(images/submenu-down.png) no-repeat scroll left center;
}
#content .subnav a {
  display: block;
  padding: 0px 10px 0px 10px; /* padding between menu elements */
  margin: 0;
  margin-left: 6px;
  text-decoration: none;
  font-size: 90%;
  color: #003247;
  border-bottom: solid 1px #ffffff;
}
#content .subnav li.active a.parent {
	font-weight:bold;
}

#content .subnav a:active,
#content .subnav a:hover {
  color:#008DC6;
  font-weight: bold;
}
#content .subnav ul ul {
	padding-left:1.0em;
}
#content .subnav li.current>a {
	color:#008dc6;
}
/* Top Menu */
#menu {
	vertical-align: middle;
	padding: 0px 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	/* to align menu tabs to the left, change below */
	text-align: right;
}
#menu ul li {
	list-style-type: none;
	list-style-image: none;
}

#navlist {
	font-size: 1.0em;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
}
#navlist li {
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#navlist a {
	padding: 5px 10px 4px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: url(images/bg-tab-c.png) repeat-x top left;
	border-width: 0px;
}
#navlist a.active {
	padding: 5px 10px 8px 10px;
	background: url(images/bg-atab-c.png) repeat-x top left;
	border-width: 0px;
}

#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 1em;
  color: #aaaaaa;
}
#subnavlist a {
  font-weight: bold;
  color: #aaaaaa;
}

#subnavlist a:hover {
	color: #008dc6;
}
