/**
 * UsabilityBok theme.
 * 
 * Based on Pixture, for Drupal
 * Author: PIXTURE STUDIO <http://www.pixture.com>
 *
 */

/* #node-form .vertical-tabs-group_facts .vertical-tabs-pane 
*/

#node-form .vertical-tabs-group_facts .viewfield-select {
   display: none;
}

#edit-field-release-date-0-value-wrapper label[for=edit-field-release-date-0-value] {
  font-weight: bold;
}

#edit-field-release-date-0-value-wrapper {
  margin-top: 1em;
}
#edit-field-release-date-0-value-wrapper .date-year {
  margin-bottom: 1em;
}

.pane-title {
  display: none !important;
}

a.glossary-term {
  font-weight: normal !important;
  color: red;
}


/*
** Generic elements
*/
/*
.term-definition {
  border: solid #A7A7A7 1px !important;
  padding: 3px;
  margin-bottom: 24px;
}

.term-definition h2.title:before {
  font-weight: normal;
  content: 'Definition: ';
}

.term-definition h2.title a {
   font-weight: bold;
}
*/


html {
	font-size: 100%; /*Fix a IE em BUG*/
}
font, basefont {
	font-size: 100%; /*Fix a IE em BUG*/
}
body {
	font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color: #444444;
	margin: 0;
	padding: 0;
	text-align: center; /* IE5 hack */
	background: #dbe9f0;
	min-width: 800px;
}
div#wrapper {
	margin: 0 auto;
	padding: 0px;
	line-height: 1em;
	background: #ffffff url(bg-header.png) repeat-x top left;
	width: 1000px
}

div#container {
	margin: 0px;
	padding: 0px;
	text-align: left; /* IE5 hack */
	line-height:1.5em;
}
table, tr, td, thead, tbody {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0px;
}
tr.odd td, tr.even td {
  padding: 0.4em;
}
tr.odd {
	background: #ecf2f9;
}
tr.even {
	background: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
}
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;
}
em {
	text-decoration: none;
	font-weight: normal;
}
div#cr8 {
	padding-top: 8px;
}
table {
	/* make <td> sizes relative to body size! */
	font-size: 1em;
	width: 100%;
	margin: 0px;
}
.form-item label {
	font-size: 1em;
	color: #666666;
	font-weight: normal;
}
ul {
	padding: 0;
	padding-left: 1em;
	margin: 0px;
}

ul li {
  type: square;
}

ul.no-decoration
{
	list-style-type: none;
}

li {
	padding: 0;
	margin: 0px;
	padding-left: 0;
	line-height: 1.6em;
}
li a, li a:visited, li a:active, li a:hover {
	font-weight: normal;
}

.item-list ul {
	padding: 0px;
	margin: 0px;
}
.item-list ul li {
	font-size: 11px;
}
.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;
}

/*
** Page layout blocks / IDs
*/
#content {
	width: 100%;
}

/*
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 auto;  
}
*/

.submitted {
  color: #666666;
  font-size: 0.8em;
}
.links {
  color: #666666;
}
.links a {
  font-weight: normal;
}

ul.menu a.active
{
	color: #fff;
}

ul.menu a
{
	color: #00456d;
}

/*-------------------------------------------------------------------*/
/*                          Basic Text Colors                        */
/*-------------------------------------------------------------------*/
a, a.active {
	text-decoration: none;
	font-weight: bold;
	color: #174c82;
}
a:link, a.active:link {
	color: #174c82;
}
a:visited, a.tabs primaryactive:visited {
	color: #174c82;
}
a:hover, a.active:hover {
	color: #3871ab;
	text-decoration: underline;
}
a:focus, a.active:focus {
	outline: none;
}

/*-------------------------------------------------------------------*/
/*                               Header                              */
/*-------------------------------------------------------------------*/
table#header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: url(header.png) no-repeat top left;
	vertical-align: top;
	line-height: 0em;
	margin-bottom: 15px;
}
table#header tr {
	padding: 0px;
	margin: 0px;
}
#logo {
	width: 15px;
	height: 70px;
	padding: 0px;
	margin: 0px;
}
#site_name {
	text-align: left;
	height: 88px;
	padding: 0px;
	margin: 0px;
	vertical-align: center;
	overflow: hidden;
}
#site_name h1 {
	text-align: left;
	font-size: 30px;
	line-height: 1em;
	padding: 0px 5px;
	margin: 0px;
	font-family: Georgia, Times, serif;
}
#site_name h1 a {
	color: #332F64;
}
#site_name h1 a:hover {
	text-decoration: none;
}
#site_name .site-slogan {
	color: #ffffff;
	font-size: 1em;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding-left: 7px;
	padding-bottom: 10px;
	padding-top: 4px;
}
#site_search {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	text-align: right;
	vertical-align: center;
}

#menu {
	height: 32px;
	vertical-align: center;
	padding-left: 0px;
	text-align: left;
    background: url(images/ubok/navigation.png) top left repeat-x #D1E0FF;
}

#navlist {
	font-size: 1.0em;
	padding: 0px 0px;
	margin-left: 25px;
	line-height: 32px;
	display: block;
}
#navlist li {
	border-right: solid 1px #00456d;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: auto;
}

#navlist li.active-trail
{
	background: url(images/ubok/selected_navigation.png) top left repeat-x #D1E0FF;
}

#navlist li.last
{
	border-right: none;
}

#navlist a {
	font-weight: bold;
	color: #00456d;
	display: inline-block;
	padding: 6px 14px;
	margin: 0;
}

#navlist a:hover, #navlist li:hover
{
	text-decoration: none;
	background: url(images/ubok/selected_navigation.png) top left repeat-x #D1E0FF;
}


#navlist li ul {
	position: absolute;
	width: auto;
	height: auto;
	left: -999em;
	border: solid 1px #00456d;
	color: #00456d;
	background: url(images/ubok/pulldown_background.png) top left repeat-x #D1E0FF;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#navlist li:hover ul {
	left: auto;
	margin-left: -1px;
}

#navlist li ul li
{
	float: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	display: block;
	border: none;
}

#navlist li ul li a:link,
#navlist li ul li a:visited
{
	display: block;
	color: #00456d;
	background-image: none;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

#navlist li ul li a:hover,
#navlist li ul li a:active
{
	background-color: #00456d;
	background-image: none;
	color: #fff;
}


#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 0.8em;
  color: #aaaaaa;
}
#subnavlist a {
  font-weight: bold;
  color: #9d9d9d;
}

div#search {
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
	margin-top: 26px;	/* this is a MUST for Safari */
}
#search .form-text {
	width: 10em;
	padding: 2px 2px;
	border: solid 1px #a7a7a7;
}
div#search label {
	color: #ffffff;
	padding: 2px;
}

/*-------------------------------------------------------------------*/
/*                          Regular Blocks                           */
/*-------------------------------------------------------------------*/
/*
 we do not define regular blocks. use the default.
*/
.block .links {
	font-size: 11px;
}
.block .content {
	padding: 10px 5px;
}

/*-------------------------------------------------------------------*/
/*                              Regions                              */
/*-------------------------------------------------------------------*/
#main-content {
	width: 100%;
}
#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 0px 15px 10px 15px;
}
#mission, .node .content, .comment .content {
  line-height: 1.5em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 4px;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
	width: 220px;	/* needed for Drupal 6.x */
	background: #235d80;
	vertical-align: top;
}
#sidebar-left {
	padding-right: 0px;
}
#sidebar-right {
	padding-left: 0px;
}
#footer {
	border: none;
	padding: 6px;
	background: #87c1de;
	text-align: left;
	font-size: 12px;
	color: #004b76;
}
#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #004b76;
	display: inline-block;
	padding: 0 6px;
}

#footer a:hover
{
	text-decoration: underline;
}
#footer .block .block-bc, #footer .block .block-tc {
	padding: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 2px;
}
/*
#footer .block .block-bc {
	padding: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 4px;
}
*/
#footer .block .content {
	padding: 0px;
	margin: 0px;
}
#bok_user_login {
  text-align: left;
}

/*-------------------------------------------------------------------*/
/*                          Sidebar Blocks                           */
/*-------------------------------------------------------------------*/
.sidebar .block {
	padding: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 10px auto;
	width: 220px;
}
.sidebar .block .content {
	background-color: #91c1d9;
	margin: 0;
	padding: 5px;
}


.sidebar .block tr {
	margin: 0px;
	padding: 0px;
}
.sidebar .block td {
	margin: 0px;
	padding: 0px;
}


.sidebar .block .t {background: url(images/ubok/mid-tc.png) top left repeat-x transparent; width: 100%;}
.sidebar .block .b {background: url(images/ubok/mid-bc.png) 0 100% repeat-x transparent; height: 100%}
.sidebar .block .l {background: url(images/ubok/mid-cl.png) 0 7px repeat-y transparent}
.sidebar .block .r {background: url(images/ubok/mid-cr.png) 100% 7px repeat-y transparent}
.sidebar .block .bl {background: url(images/ubok/mid-bl.png) 0 100% no-repeat}
.sidebar .block .br {background: url(images/ubok/mid-br.png) 100% 100% no-repeat}
.sidebar .block .tl {background: url(images/ubok/mid-tl.png) 0 0 no-repeat}
.sidebar .block .tr {background: url(images/ubok/mid-tr.png) 100% 0 no-repeat; padding:7px}	

.sidebar .dark-block .t {background: url(images/ubok/dark-tc.png) top left repeat-x transparent; width: 100%;}
.sidebar .dark-block .b {background: url(images/ubok/dark-bc.png) 0 100% repeat-x transparent; height: 100%}
.sidebar .dark-block .l {background: url(images/ubok/dark-cl.png) 0 7px repeat-y transparent}
.sidebar .dark-block .r {background: url(images/ubok/dark-cr.png) 100% 7px repeat-y transparent}
.sidebar .dark-block .bl {background: url(images/ubok/dark-bl.png) 0 100% no-repeat}
.sidebar .dark-block .br {background: url(images/ubok/dark-br.png) 100% 100% no-repeat}
.sidebar .dark-block .tl {background: url(images/ubok/dark-tl.png) 0 0 no-repeat}
.sidebar .dark-block .tr {background: url(images/ubok/dark-tr.png) 100% 0 no-repeat; padding:7px}	


.sidebar .light-block .t {background: url(images/ubok/light-tc.png) top left repeat-x transparent; width: 100%;}
.sidebar .light-block .b {background: url(images/ubok/light-bc.png) 0 100% repeat-x transparent; height: 100%}
.sidebar .light-block .l {background: url(images/ubok/light-cl.png) 0 7px repeat-y transparent}
.sidebar .light-block .r {background: url(images/ubok/light-cr.png) 100% 7px repeat-y transparent}
.sidebar .light-block .bl {background: url(images/ubok/light-bl.png) 0 100% no-repeat}
.sidebar .light-block .br {background: url(images/ubok/light-br.png) 100% 100% no-repeat}
.sidebar .light-block .tl {background: url(images/ubok/light-tl.png) 0 0 no-repeat}
.sidebar .light-block .tr {background: url(images/ubok/light-tr.png) 100% 0 no-repeat; padding:7px}	

.sidebar .light-block .content
{
	color: #383838;
	background-color: #e3edf2;
}


.sidebar .block h2 {
	color: #ffffff;
	font-size: 14pt;
	font-weight: normal;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	text-align: left;
	display: none; 
}

.sidebar .light-block .content h2,
.sidebar .light-block h2
{
	color: #52819b;
	display: block;
}

.sidebar .block h3 {
	padding: 0px 3px;
	font-size: 12px;
}
.sidebar .block .title {
	font-size: 1em;
	margin-bottom: 0.3em;
}
.sidebar .block ul.links li {
	font-size: 10px;
}

.sidebar .dark-block .content
{
	background-color: #235d80;
	color: #bcdef1;
}

.sidebar .dark-block h2
{
	color: #aeef69;
	font-size: 14pt;
	font-weight: normal;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	text-align: left;
}

.sidebar .dark-block ul.no-decoration
{
	padding: 0;
}

.sidebar .dark-block ul.no-decoration li
{
	margin: 8px 0;
}

.sidebar .dark-block a
{
	color: #BCDEF1;
	font-weight: bold;
}

/*-------------------------------------------------------------------*/
/*                                Poll                               */
/*-------------------------------------------------------------------*/
.poll .bar {
	background-color: #ededed;
	border: solid 1px #a7a7a7;
}
.poll .bar .foreground {
	background: #174c82 url(bg-lbar.png) repeat-x center left;
}

/*-------------------------------------------------------------------*/
/*                               Node                                */
/*-------------------------------------------------------------------*/
.node {		/* full node */
	margin: 0;
	margin-bottom: 15px;
	background: #ffffff;
	padding: 0px;
	border-bottom: solid 1px #a7a7a7;
}
.sticky {
	background: #ecf2f9;
	border-bottom: solid 0px #ffffff;
}
.teaser {
	background: #ffffff;
	border-bottom: solid 0px #ffffff;
}
.node .content, .comment .content {
	clear: both;
	margin: 1em .5em .5em .5em;
}
.node .taxonomy {
	font-size: 0.8em;
	padding-left: 1.5em;
}
.node .taxonomy li {
	padding: 1px 5px;
}
.node .picture {
	border: 1px solid #dbdbdb;
	float: right;
	margin: 0.5em;
}
.node .submitted {
	padding-left: 2px;
	color: #666666;
}

.node h2.title a:hover {
	text-decoration: none;
	color: #254e7f;
}
.node h2.title a
{
	color: #52819b;
	font-weight: normal;
}

.node h2.title {
	font-size: 24pt;
	line-height: 24pt;
	font-weight: normal;
	color: #52819b;
	border: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}

/* table for each node (for rounded corners without using javascript) */

.node-tl {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-tr {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-bl {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-br {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-ml {
	padding: 0px;
	margin: 0px;
	width: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-mr {
	padding: 0px;
	margin: 0px;
	width: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-tc {
	padding: 0px;
	margin: 0px;
	height: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-mc {
	padding: 0px;
}
.node-bc {
	padding: 0px;
	margin: 0px;
	height: 10px;
	border-width: 0px;
	line-height: 1;
}

.teaser-node-tl {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background: none;
	background: url(teaser-tl.gif) no-repeat bottom left;
}
.teaser-node-tc {
	padding: 0px;
	margin: 0px;
	height: 10px;
	background: none;
	background: url(teaser-tc.gif) repeat-x top left;
}
.teaser-node-tr {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background: none;
	background: url(teaser-tr.gif) no-repeat bottom right;
}
.teaser-node-ml {
	padding: 0px;
	margin: 0px;
	width: 10px;
	background: none;
	background: url(teaser-ml.gif) repeat-y top left;
}
.teaser-node-mc {
	padding: 5px;
	margin: 0px;
	background: none;
}
.teaser-node-mr {
	padding: 0px;
	margin: 0px;
	width: 10px;
	background: none;
	background: url(teaser-mr.gif) repeat-y top right;
}

.teaser-node-bl {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background: none;
	background: url(teaser-bl.gif) no-repeat bottom left;
}
.teaser-node-bc {
	padding: 0px;
	margin: 0px;
	height: 10px;
	background: none;
	background: url(teaser-bc.gif) repeat-x bottom left;
}
.teaser-node-br {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background: none;
	background: url(teaser-br.gif) no-repeat bottom right;
}

.sticky-node-tl {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background: none;
	background: url(sticky-tl.png) no-repeat bottom left;
}
.sticky-node-tc {
	padding: 0px;
	margin: 0px;
	height: 10px;
	background: none;
}
.sticky-node-tr {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background: none;
	background: url(sticky-tr.png) no-repeat bottom right;
}
.sticky-node-ml {
	padding: 0px;
	margin: 0px;
	width: 10px;
	background: none;
}
.sticky-node-mc {
	padding: 5px;
	margin: 0px;
	background: none;
}
.sticky-node-mr {
	padding: 0px;
	margin: 0px;
	width: 10px;
	background: none;
}

.sticky-node-bl {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background: none;
	background: url(sticky-bl.png) no-repeat bottom left;
}
.sticky-node-bc {
	padding: 0px;
	margin: 0px;
	height: 10px;
	background: none;
}
.sticky-node-br {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background: none;
	background: url(sticky-br.png) no-repeat bottom right;
}

h1.pagetitle {
	font-size: 18px;
	margin: 5px 0px 10px 0px;
	padding: 5px 10px;
	color: #ffffff;
	background: url(bg-title.png) repeat top left;
}

/*-------------------------------------------------------------------*/
/*                              Comments                             */
/*-------------------------------------------------------------------*/
.comment {
	margin: 5px;
	margin-bottom: 20px;
	padding: 0px;
	border-bottom: dotted 2px #cacaca;
	background: #ffffff;
}
.comment .title a {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0 0 4px;
	margin-bottom: 4px;
	color: #519651;
}
.comment .content {
	padding: 0px;
}
.comment .new {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: red;
}
.comment .picture {
	border: 1px solid #a7a7a7;
	float: right;
	margin: 0.5em;
}
.comment .comment-id {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}
.comment .submitted {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 4px 5px;
	background: #fff;
	color: #b6b6b6;
}
.comment div.links {
	padding: 5px;
	margin-top: 0px;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #ededed;
  border: 1px solid #cacaca;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

/*-------------------------------------------------------------------*/
/*                               Forum                               */
/*-------------------------------------------------------------------*/
#forum {
	margin: 15px 0px;
}
#forum td.container {
	background: #dbdbdb;
}
#forum thead, #forum tbody {
	border: solid 0px #ffffff;
}
td.icon {
	text-align: center;
}
#forum td.forum {
	margin: 0px;
	padding: 0px;
}
#forum td.last-reply {
	background: none;
}
#forum .name a {
	margin: 0px;
	padding: 0px;
}
#forum .description {
	padding: 0px;
	margin: 0;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.forum-topic-navigation a.topic-next {
	text-align: right;
}
div.forum-topic-navigation a.topic-previous {
	text-align: left;
}

/*-------------------------------------------------------------------*/
/*                              Profile                              */
/*-------------------------------------------------------------------*/
#profile .profile {
  clear: both;
  border: 1px solid #a7a7a7;
  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: #ecf2f9;
}
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: 5px 8px 5px;
	margin: 0;
	background: #6d9dcd;
	color: #ffffff;
}
div.help {
	margin: 0px;
	padding: 2px 5px;
	margin-top: 5px;
}

/*-------------------------------------------------------------------*/
/*                                Pager                              */
/*-------------------------------------------------------------------*/
/*---- for Drupal 5.x ----
div.pager {
	margin: 5px;
	padding: 5px 0px;
	font-size: 13px;
}
.pager-list {
	margin: 0px;
	padding: 0px;
}
.pager strong.pager-current {
	color: #ffffff;
	margin: 2px;
	padding: 4px 8px;
	background: #c76ed2a
}
.pager a {
	margin: 2px;
	padding: 4px 8px;
	background: #c7ddf1;
}
.pager a:hover {
	background: #a9b7c4;
}
*/

/*---- for Drupal 6.x ----*/
div.item-list ul.pager li {
	padding: 0px;
	margin: 0px;
}
ul.pager {
	padding: 5px 0px;
	margin: 0px;
}
ul.pager li {
	padding: 0px;
	margin: 0px;
}
div.item-list ul.pager li.pager-current {
	color: #ffffff;
	margin: 2px;
	padding: 4px 8px;
	background: #6d9dcd;
}
.pager a {
	margin: 2px;
	padding: 4px 8px;
	background: #c7ddf1;
}
.pager a:hover {
	background: #a9b7c4;
}

/*-------------------------------------------------------------------*/
/*                                Tabs                               */
/*-------------------------------------------------------------------*/
.tabs {
	font-size: 12px;
}
.tabs a {
	font-weight: normal;
	line-height: 2.2em;
}
.tabs ul {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	border-bottom: solid 0px #ffffff;
	margin-bottom: 10px;
}
.tabs ul li {
}
.tabs ul li a {
	margin-bottom: 1px;
	cursor: pointer;
	padding: 2px 10px;
	color: #00456D;
	font-weight: normal;
	font-size: 12px;
	border: solid 1px #00456D;
	background: url("images/ubok/navigation.png") repeat-x scroll left top #D1E0FF;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.tabs ul li a:hover {
	background: url("images/ubok/selected_navigation.png") repeat-x scroll left top #D1E0FF;
	text-decoration: none;
}


.tabs ul li a.active, .tabs ul li.active a {
	font-weight: bold;
	color: #00456D;
	background: url("images/ubok/navigation.png") repeat-x scroll left top #D1E0FF;	
	border: solid 1px #00456D;
}
.tabs ul li a.active:hover {
	background: url("images/ubok/selected_navigation.png") repeat-x scroll left top #D1E0FF;	
	border: solid 1px #00456D;
	text-decoration: none;
}
ul.secondary {
}
ul.secondary li {
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: solid 0px #ffffff;
}
ul.secondary li a {
	margin: 0;
	padding: 2px 4px;
	margin-right: 2px;
	margin-left: 0px;
	border: solid 1px #ebebeb;
}

/*-------------------------------------------------------------------*/
/*                      Archive Calendar Block                       */
/*-------------------------------------------------------------------*/
.sidebar .block-archive .content {
	padding: 10px 15px 10px 5px;
}
.sidebar .block-archive .content tr {
	background: none;
	border: solid 0px #ffffff;
}
.sidebar .block-archive .content table td {
	border: solid 1px #c5d0da;	/* a bit darker than block background */
	padding: 1px 2px;
	text-align: center;
}

/*******************************************************************
*                                        *
*******************************************************************/

/*-------------------------------------------------------------------*/
/*                              Mission                              */
/*-------------------------------------------------------------------*/
#mission {
	margin: 0px 20px 15px 20px;
	padding: 5px 5px;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
}

/*-------------------------------------------------------------------*/
/*                        Book Navigation                            */
/*-------------------------------------------------------------------*/
.box {
	background: #eeeeee;
	padding: 5px;
	padding: 10px;
}
.box h2 {
	padding-bottom: 2px;
	border-bottom: solid 1px #aaaaaa;
}
.book-navigation {
	padding-bottom: 5px;
}
.book-navigation ul.menu {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* SH 2009-06-05 */

div.page-links {
  margin-top: 1em;
  color: red;
}

div.page-links a.page-previous {
	width: 40%;
	padding: 0px;
	margin: 0px;
}
div.page-links a.page-up {
	width: 19%;
	padding: 0px;
	margin: 0px;
}
div.page-links a.page-next {
	width: 40%;
	padding: 0px;
	margin: 0px;
}

/*-------------------------------------------------------------------*/
/*                        Image Galleries                            */
/*-------------------------------------------------------------------*/
ul.galleries li {
	border: solid 1px #aaaaaa;
	background: #ffffff;
}
ul.galleries li h3 a {
	font-size: 1.1em;
	font-weight: bold;
	
}
ul.images {
	border: solid 1px #aaaaaa;
	overflow: hidden;
}
ul.images li {
	text-align: center;
}
ul.images li h3 {
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------------------*/
/*                              Others                               */
/*-------------------------------------------------------------------*/
.pushbutton, button, .form-submit {
	margin-bottom: 1px;
	cursor: pointer;
	padding: 2px 10px;
	color: #00456D;
	font-weight: normal;
	font-size: 12px;
	border: solid 1px #00456D;
	background: url("images/ubok/navigation.png") repeat-x scroll left top #D1E0FF;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.pushbutton:hover, button:hover, .form-submit:hover {
	background: url("images/ubok/selected_navigation.png") repeat-x scroll left top #D1E0FF;
}

/*-------------------------------------------------------------------*/
/*                          Misc for Contents                        */
/*-------------------------------------------------------------------*/
pre {
	margin: 0px 3px;
	padding: 5px;
	background: #222222;
	border: solid 1px #111111;
	color: #dddddd;
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	line-height: 1.5em;

	background: #eeeeee;
	border: solid 1px #bbbbbb;
	color: #222222;
}

blockquote {
	margin: 4px 10px;
	padding: 10px 15px;
	background: #EFF7FF;	/* same as block content background color */
}

.messages {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.messages li {
	margin-left: 10px;
}

/* SH 2009-07-01 */

.text-volunteer-button {
   position: relative;
   top: 4px;
}

/**
 TABBED AREA
 **/

#tabs-tabset
{
	margin-top: 10px;
} 

ul.ui-tabs-nav
{
	display: block;
	margin: 0 !important;
	padding: 0;
	border: none;
	padding-left: 10px;
	height: 29px;
}

ul.ui-tabs-nav li
{
	display: block;
	float: left;
	background: url(images/ubok/interior_unselected_tabs_left.gif) top left no-repeat transparent;
	text-align: center;
	height: 29px;
}

ul.ui-tabs-nav li.ui-tabs-selected
{
	background: url(images/ubok/selected_tab_left.gif) top left no-repeat transparent;
}

ul.ui-tabs-nav li a
{
	border: none;
	background: none;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	margin-right: 0;
	display: inline-block;	
	background: url(images/ubok/interior_unselected_tabs_right.gif) top right no-repeat transparent;
}

ul.ui-tabs-nav li a:hover
{
	background: url(images/ubok/interior_unselected_tabs_right.gif) top right no-repeat transparent;
}

ul.ui-tabs-nav li.ui-tabs-selected a,
ul.ui-tabs-nav li.ui-tabs-selected a:hover
{
	background: url(images/ubok/selected_tab_right.gif) top right no-repeat transparent;
}

.ui-tabs-panel
{
	background-color: #f2f7f9;
	color: #383838;
	line-height: 18pt;
	padding: 0px 20px;
	border: solid 1px #a7ccd9;
	margin-top: -2px;
	height: 150px;
	min-height: 150px;
	height: auto;
	-moz-border-radius: 6px;
}

.ui-tabs-panel h3
{
	color: #52819b;
	font-size: 16pt;
	font-weight: normal;
	padding-top: 18px;
	margin-top: 0;
}

.ui-tabs-panel h4
{
	color: #383838;
	font-weight: bold;
	font-size: 13pt;
}

.ui-tabs-vertical ul.ui-tabs-nav li a,
.ui-tabs-vertical ul.ui-tabs-nav li a:hover,
.ui-tabs-vertical ul.ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs-vertical ul.ui-tabs-nav li.ui-tabs-selected a:hover
{
	background: transparent;
}

.tabs-nav-next, .tabs-nav-previous, .tabs-nav-link-sep
{
	display: none;
}

#comments .box
{
	border: 1px solid #d8f0cb;
	background-color: #f2f9f2;
	-moz-border-radius: 4px;
}

#comments h2
{
	color: #519651;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 0;
}

#comments input
{
	border: solid 1px #dddddd;
}

#comments textarea
{
	border: solid 1px #dddddd;
}

.block-search h2, .block-search label
{
	display: none;
}

.block-search input[type=text]
{
	background: url(images/ubok/searchbox.png) top left no-repeat transparent;
	border: none;
	width: 207px;
	padding: 5px;
}

.block-search input[type=submit]
{
	color: transparent;
	text-transform: capitalize;
	text-indent: -999em; /* IE requires all three of these to hide the search button text */
	background: url(images/ubok/searchbutton.png) center no-repeat transparent;
	border: none;
	padding: 5px;
	width: 60px;
	outline: none;
}
.block-search input[type=submit]:focus
{
	outline: none;
}

.related_link
{
	display: block;
	margin: 10px 0px 20px;
	line-height: 1.4;
}

#header_login_block
{
	color: white;
	font-weight: bold;
}

a.white_header_link
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}

#header_volunteer_button
{
	display: inline-block;
	vertical-align: middle;
	margin: 8px;
}

a.glossary-term
{
	border-bottom: solid 1px #ddd;
	color: #444444;
}

a.glossary-term:hover
{
	text-decoration: none;
	border-bottom: solid 1px #444;
}

dfn
{
	font-style: normal;
}


.group-facts .content {
	border-radius: 5px;
	padding: 10px !important;
}

.group-facts .content h2 {
	margin-bottom: 10px;
}

#main .group-facts {
	display: none;
}