/* @override http://peet/css/style.css */

/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	color: #555; 
	line-height: 1.4em;
	height: 100%;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/

#header {
  text-align:center;
  background-color: #69c;
}
#content {  
  text-align:left;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}

#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
	background-color: #eee;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}

#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

/* ADDITIONAL STYLES ADDED BY RDH */
#mdt td#menu-row {height: 43px; background: url(/images/tab-off-mdt.gif) 0px 0px repeat-x;}
#mdt.ctr-title .Head {color: #294982;}
/*#mdt a:link, #mdt a:visited, #mdt a:active, #mdt a:hover, #mdt a.CommandButton:link, #mdt a.CommandButton:visited, #mdt a.CommandButton:active, #mdt a.CommandButton:hover, #mdt a.Normal:link, #mdt a.Normal:visited, #mdt a.Normal:active, #mdt a.Normal:hover, #mdt a.breadcrumb-link:link, #mdt a.breadcrumb-link:visited, #mdt a.breadcrumb-link:active, #mdt a.breadcrumb-link:hover {color: #294982;}*/
#mdt td.privacy-td a:link, #mdt td.privacy-td a:visited, #mdt td.privacy-td a:active, #mdt td.privacy-td a:hover {color: #fff;}

table.site-width-narrow {width: 770px;}
td#baseline-row table.site-width-narrow {}
td#header-row {height: 100px; background: url(/images/header-bg.gif) top repeat-x; border-top: 1px solid #fff; padding-top: 10px;}

#menu-row table.site-width-narrow tbody tr td.menu-td table.menu tbody {
	border-top:  0px solid white;
}
td#content-row a img, td#baseline-row a img, td#header-row a img {border: 0;text-align:center}
td#content-row a:hover img, td#baseline-row a:hover img, td#header-row a:hover img {border: 0;}
td#baseline-row {height: 1px; padding-bottom: 20px; padding-top: 20px;}
#breadcrumb-row {height: 39px; background: url(/images/breadcrumb-bg.gif) repeat-x;}

#maindiv {
	display:inline;
	position:relative;
	top:0px;
}

#footer-row {
	margin-top:40px;
	display:block;
	position:relative;
	bottom:0px;
	width: 100%;
	height: 60px; 
	background: url(/images/foot-bg-mdt.gif) top repeat-x #294982;
	vertical-align:top;
}

#footer-row  a:link, 
#footer-row  a:visited, 
#footer-row  a:active{
	color: #FFF;
	text-decoration:none;
}
#footer-row  a:hover {
	color: #FFF;
	text-decoration:underline;
}

.Head {font-family: verdana, sans-serif; font-size: 13px; text-decoration: none; color: #555; font-weight: normal; white-space: nowrap;}
td.ctr-title-gry .Head {color: #444;}
td.ctr-header-title .Head {color: #fff;}

/* current date */
.current-date {color: #888;}

/* copyright */
.CopyrightText {color: #fff; font-size: 11px;}

td.breadcrumb-td {text-align: left; width:50%; font-size: 11px; padding-top: 8px; vertical-align:bottom; color: #888; }
td.login-td {text-align: right; width:50%; font-size: 11px; padding-top: 8px; vertical-align:top; }
td.login-td img, td.privacy-td img {height: 1px; width: 20px; margin: 0; padding: 0; border: 0;}
td.search-td {padding: 0 0 5px 0; text-align: right; font-size: 11px; color: #777;}
td.copyright-td {padding: 7px 0 0 0; font-size: 11px;}
td.privacy-td {padding: 7px 0 0 0; text-align: right; font-size: 11px;}
td.content-td {}
td.content-top {padding-bottom: 20px;}
td.content-left {width: 34%; padding-right: 20px; padding-bottom: 20px;}
td.content-center {padding-bottom: 20px;}
td.content-right {width: 34%; padding-left: 20px; padding-bottom: 20px;}
td.content-bottom {padding-bottom: 20px;}

/* button in search area */
.search-td a:link, .search-td a:visited, .search-td a:active, .search-td a:hover {width: 56px; padding: 2px 50px 5px 0; _padding: 0 0 5px 0; height: 20px; background: url(/images/search-btn.gif) no-repeat; text-decoration: none;}

/* for the search text field */
#Search_Text.NormalTextBox {line-height: 14px; width: 140px; padding: 0px 3px 0 3px; height: 22px; color: #555; cursor: text; background: #f8f8f8;}


/* Containers  */
table.ctr-mdt {margin-bottom: 20px;}
table.ctr-mdt td.ctr-header-row {background: url(/images/t-mdt.gif) repeat-x #2f518d; border-bottom: 1px solid #294781;}
table.ctr-mdt table.header-table {background: url(/images/tl-mdt.gif) no-repeat;}
table.ctr-mdt td.ctr-header-right {background: url(/images/tr-mdt.gif) no-repeat;}

/* Basic */

td.ctr-actions {padding: 0 0 1px 0;}
td.basic-ctr-ul td.ctr-actions {padding: 0 0 2px 0; background: url(/images/dotted-ul.gif) bottom repeat-x;}
td.ctr-title {padding: 5px 0 2px 0;}
td.basic-ctr-ul td.ctr-title {padding: 10px 0 2px 0; background: url(/images/dotted-ul.gif) bottom repeat-x;}
td.ctr-title .Head {font-family: verdana, sans-serif; font-size: 15px; font-weight: bold; white-space: nowrap; color: #333;}
td.basic-ctr-ul td.ctr-visibility, td.basic-ctr td.ctr-visibility {width: 11px; padding-top: 12px; text-align: right; background: url(/images/dotted-ul.gif) bottom repeat-x; font-size: 0px;}
td.ctr-content {padding: 6px 0 0 0;}
td.ctr-admin {padding: 8px 0 0 0; text-align: right; font-size: 0px;}
td.ctr-admin img {margin-left: 5px;}
td.basic-ctr, td.basic-ctr-ul {padding-bottom: 20px;}

/* Colored containers - base styles */

td.ctr-header-row {height: 33px;}
td.ctr-header-actions {padding: 0; width: 1px; background: transparent;}
td.ctr-header-title {padding: 2px 10px 0 21px; background: transparent;}
td.ctr-header-title .Head {color: #fff; font-size: 12px; font-weight: bold;}
td.ctr-visibility {width: 28px; padding-top: 6px; text-align: right;}
td.ctr-header-right {width: 11px; height: 33px; background-position: top right;}
td.mt-l {width: 11px; height: 11px; background: url(/images/mt-l.gif) no-repeat;}
td.mt-l img, td.mt-r img  {width: 11px; height: 1px;}
td.mt-c {height: 11px; background: url(/images/mt-c.gif) repeat-x;}
td.mt-r {width: 11px; height: 11px; background: url(/images/mt-r.gif) no-repeat;}
td.mb-l {width: 11px; background: url(/images/mb-l.gif) repeat-y;}
td.mb-c {background: #fbfbfb; padding: 1px 6px 4px 6px; width: 100%;}
td.mb-r {width: 11px; background: url(/images/mb-r.gif) repeat-y;}
td.ctr-color-admin {padding: 2px 0 0 0; text-align: right; font-size: 0;}
td.ctr-color-admin img {margin-left: 5px;}
td.b-l {width: 11px; height: 12px; background: url(/images/b-l.gif) no-repeat;}
td.b-c {height: 12px; background: url(/images/b-c.gif) repeat-x;}
td.b-r {width: 11px; height: 12px; background: url(/images/b-r.gif) no-repeat;}

/* MENU CSS */

table.menu {
	color: #FFF;
}
td.menuItem {
	font-size:11px;
	color: #FFF;
	height: 43px; 
	background: url(/images/tab-off-mdt.gif) repeat-x;
}
.menuItem a:link, 
.menuItem a:visited, 
.menuItem a:active{
	color: #777;
	text-decoration:none;
}
.menuItem a:hover {
	color: #000;
	text-decoration:none;
}

td.menuItemSelected {
	font-size:12px;
	height: 43px; 
	color: #FFF;
	background: url(/images/tab-on-mdt.gif) repeat-x;
}
.menuItemSelected a:link, 
.menuItemSelected a:visited, 
.menuItemSelected a:active{
	color: #FFF;
	text-decoration:none;
}

