/* $Id: $ */
@import url("blocks.css");
/*
** HTML elements
*/
body {
  margin: 12px;
  padding: 0;
  color: #000;
  background-color: #fff;
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
}
tr, td, th {
border:none;
}
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: #024c72;
}
a:visited {
  color: #024c72;
}
a:hover {
  color: #000066;
  text-decoration: underline;
  /*color: #FFF;*/
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #EEEEEE;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}

table.listing {
        border-color: #024c72;
        border: 1px;
        width: 100%;
}

table.listing tr, table.listing td {
        padding: 5px;
        border-color: #024c72;
        background-color: #FFFFFF;
}

table.listing th {
        background-color: #EEEEEE;
        padding: 5px;
        border-color: #024c72;
}

.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}

.item-list li {
  list-style-type: none;
  /*list-style: none;*/
}

.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/

#header {
	margin-left: 0px
}

#content {
	margin-left: 0px;
	text-align: left;
}

#content {
	width: 825px;
}

#contentbody {
	padding: 10px 20px 10px 20px;
	width: 596px;
}

/* Body/content table formatting */

.content table {
        border: 1px;
        border-color: #024c72;
        padding: 5px;
        border-collapse: separate;
}

.content tr, .content td {
        border: 1px;
}

.content th {
        background-color: #EEEEEE;
}

#logo {
  vertical-align: bottom;
  border: 0;
  padding:0px;
}

#logo img {
  float: left;
  padding: 0em 2px 0em 2px;
  border: 0;
}

/* Top image menu formatting */

#topmenu {
	padding: 0px;
	margin:0px;
}

.supermenu {
font-family:  helvetica, arial, sans-serif;
background-repeat: no-repeat;
white-space: nowrap;
margin: 0;
padding: 0;
height: 38px;
overflow: hidden;
}

* html a:hover {visibility:visible}
.supermenu a { display: block; font-size: 0.7em; height: 38px; float: left; color: #FFF; text-decoration: none; overflow:hidden; }
.supermenu a:hover img{visibility:hidden}
.supermenu span { position: relative; left: 1px; top: 1px; margin: 0px; padding: 0px; cursor: pointer; }

.supertab { height: 38px; float: left; }
.supertab img { border: 0; }

.supertab_01 { width: 197px; background-image: url(../../images/DT/navigation/DT_topmenu_active_01.gif); }
.supertab_02 { width: 136px; background-image: url(../../images/DT/navigation/DT_topmenu_active_02.gif); }
.supertab_03 { width: 167px; background-image: url(../../images/DT/navigation/DT_topmenu_active_03.gif); }
.supertab_04 { width: 142px; background-image: url(../../images/DT/navigation/DT_topmenu_active_04.gif); }
.supertab_05 { width: 176px; background-image: url(../../images/DT/navigation/DT_topmenu_active_05.gif); }

.supertab_01 img {width: 197px; }
.supertab_02 img {width: 136px; }
.supertab_03 img {width: 167px; }
.supertab_04 img {width: 142px; }
.supertab_05 img {width: 176px; }


/*
** Normal menu styles
*/

div.menu {
  font-weight: bold;
  font-size: 0.9em;
  text-align: left;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
}

div.menu a:hover {
  color:#024c72;
}

div.menuitem {
	border: 0px;
	/* white space between menu items */
	margin: 0px 0px 5px 0px;
	/* bgspace/size of menu items */
	padding: 5px 1px 5px 5px;
}

table.navholder {
        padding: 0px;
        margin: 0px;
        spacing: 0px;
        border-collapse: collapse;
}

table.navholder td {
        padding: 0px;
}

img.bullet {
}

span.menulink_label {
  font-weight: bold;
}

span.menulink_label a.active {
}

span.menulink_label a:visited {
}

span.menulink_bullet {
  float: left;
  padding: 5px;
}

div.activemenuparent {
  background-image: url(../images/DT_highlight_bg.gif);
  background-repeat: repeat-y;
}

div.menu a {
  color: #003b59;
  font-weight: bold;
}

div.menu a.active {
}

div.menu a.active:visited {
  color: #FFFFFF;
}

div.menu a.active:hover {
  color: #FFFFFF;
}

div.activemenuparent a {
  color: #FFFFFF;
}

div.activemenuparent a:hover {
  color: #FFFFFF;
}

div.activemenuparent a:visited {
  color: #FFFFFF;
}

li.expanded {
  list-style-type: circle;
  padding: 0px 0px 0px 0px;
  margin: 5px 5px 5px 10px;
}
li.collapsed {
  list-style-type: disc;
  padding: 0px 0px 0px 0px;
  margin: 5px 5px 5px 20px;
}
li.leaf {
  list-style-type: square;
  padding: 0px 0px 0px 0px;
  margin: 5px 5px 5px 20px;
}

ul.menu {
        margin: 5px;
        padding: 5px;
}

ul.tree {
        background: #FFFFFF;

        text-align:left;
        font-family: Arial, sans-serif;
        font-size: 1em;
        font-weight: bold;

        border: none;
        margin: 0 0 0 0;
        padding: 0px 0px 0px 10px;
}

ul.tree a:hover {
  text-decoration: underline;
  color: #888888;
}

/*
   Other custom elements
*/
div.communicareLogo {
}

.communicareLogo {
  vertical-align: bottom;
  float: right;
  border: 0px;
}

.greybar {
	background-color: #AAAAAA;
}

td.menu-disabled {
  background: #CCCCCC;
}

#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 ;
  margin: 0;
}
#search .form-submit {
  height: 1.5em;
  padding:0;
  margin:0 0.2em 0;
}
#mission {
  background-color: #E5D4F7;
  padding: 1.5em 2em;
  color: #7E3517;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
#fname{
  text-align:left;
}
.site-name, .site-name a {
  font-weight: bold;
  font-size: 1.5em;
  color: #FF4500;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
  text-decoration: none;
}

.site-name a:link, .site-name a:visited {
  color: #000000;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #372612;
  display: block;
  padding:0;
  margin: 0em 0em 1.3em 0em;
  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.4;
  padding-left:3px;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

#breadcrumb {
  margin-bottom: .5em;
  font-size: 0.85em;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#right-bar {
	background-image: url("images/right_bg.gif");
	background-repeat: repeat-y
}
#right-bar-top {
	background-image: url("images/right_bg.gif");
	background-repeat: repeat-y
}

#right-bar-header {
	background-image: url("images/right_bg.gif");
	background-repeat: repeat-y
}

#sidebar-left, #sidebar-right {
  background-color: #FFF;
  padding-top: 9px;
  vertical-align: top;
}

#sidebar-left {
  width: 179px;
}

#footer {
  /* background-color: #eee; */
  /* padding: 1em; */
  margin-left: 0px;
  font-size: 0.8em;
  /* width:100%; */
  }
#copyright{
  text-align:center;
  font-weight: normal;
}
#footer-msg{
  text-align:center;
  font-weight: normal;
  padding-bottom:5px;
}

/*
** 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.4em;
  color: #000;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.node-title, .node-title a {
  font-size: 2.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  color: #cf9806;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
  text-decoration: none;
}
.node-title a:hover {
  color: #F88017;
}
.node-title a:visited {
  color: #F88017;
}
.submitted {
  color: #999;
  font-size: 0.8em;
  padding:0 0 0 2px;
  margin:0;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.box {
  padding: 0 0 1.5em 0;
}
.block {
  padding: 0;
}
.block {
  border-bottom:0px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 0.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  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;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 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 0.5em 0.5em 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: #AD661F;
}
#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 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

/*---------------------------- Primary Links -------------------------------*/
#prime-top{
  position:relative;
  padding:0;
  margin:0;
  line-height:normal;
  text-align:right;
}
#primary-tabs {
  font-size:93%;
  line-height:normal;
  float: right;
  margin:0;
  position:relative;
}
#primary-tabs ul {
  margin:0;
  padding:2px 2px 0 0;
  list-style:none;
}
#primary-tabs li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}
#primary-tabs a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  margin-right:2px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#primary-tabs a {float:none;}
/* End IE5-Mac hack */
#primary-tabs a:hover {
  color:#333;
}
#primary-tabs .current {
  background-image:url("images/left_on.gif");
}
#primary-tabs .current a {
  background-image:url("images/right_on.gif");
  color:#333;
  padding-bottom:3px;
}

/*---------------------------- Block Styles -------------------------------*/
.bleft {
  background: #fff;
  width: 5px;
  font-size: 0.75em;
  font-weight: bold;
}
.bright {
  background: #fff;
  width: 10px;
  text-align: right;
  font-size: 0.75em;
  font-weight: bold;
}
.blocktitle {
  color: #ffffff;
  background: #406882;
  font-size: 0.9em;
  font-weight: bold;
  padding:5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blockcontent {
  background: #ffffff;
  padding: 5px;
  margin-bottom: 1em;
  border: 0px solid #ce5003;
  font-size: 0.8em;
}
.bleft-img {
  background: #ce5003 url(../images/cl.png) no-repeat top left;
  width: 7px;
  font-size: 0.75em;
  font-weight: bold;
/*  
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
*/
}
.bright-img {
  background: #ce5003 url(../images/cr.png) no-repeat top right;
  width: 7px;
  text-align: right;
  font-size: 0.75em;
  font-weight: bold;
  /*
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  */
}

