/* $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: #0000CC;  /*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;
}
.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;
}

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;
}

#logo {
  vertical-align: bottom;
  border: 0;
  padding:0px;
}

#logo img {
  float: left;
  padding: 0em 2px 0em 2px;
  border: 0;
}

#topmenu {
	padding: 0px;
	margin:0px;
}

/* Style for the top nav image bar */

.supermenu {
	font-family:  helvetica, arial, sans-serif;
	background-repeat: no-repeat;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	height: 38px;
	overflow: visible;
	width: 817px;
}

* html a:hover {visibility:visible}
.supermenu a { display: block; font-size: 0.0em; 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: 79px; background-image: url(../../images/IM/navigation/IM_topmenu_active_01.gif); }
.supertab_02 { width: 134px; background-image: url(../../images/IM/navigation/IM_topmenu_active_02.gif); }
.supertab_03 { width: 70px; background-image: url(../../images/IM/navigation/IM_topmenu_active_03.gif); }
.supertab_04 { width: 77px; background-image: url(../../images/IM/navigation/IM_topmenu_active_04.gif); }
.supertab_05 { width: 69px; background-image: url(../../images/IM/navigation/IM_topmenu_active_05.gif); }
.supertab_06 { width: 97px; background-image: url(../../images/IM/navigation/IM_topmenu_active_06.gif); }
.supertab_07 { width: 89px; background-image: url(../../images/IM/navigation/IM_topmenu_active_07.gif); }
.supertab_08 { width: 71px; background-image: url(../../images/IM/navigation/IM_topmenu_active_08.gif); }
.supertab_09 { width: 100px; background-image: url(../../images/IM/navigation/IM_topmenu_active_09.gif); }

.supertab_01 img {width: 79px; }
.supertab_02 img {width: 134px; }
.supertab_03 img {width: 70px; }
.supertab_04 img {width: 77px; }
.supertab_05 img {width: 69px; }
.supertab_06 img {width: 97px; }
.supertab_07 img {width: 89px; }
.supertab_08 img {width: 71px; }
.supertab_09 img {width: 100px;}

/*
** 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: 4px;
}

div.menu a {
  color: #888888;
  font-weight: bold;
}

div.menu a.active {
  color: #FFFFFF;
}

div.menu a.active:hover {
  color: #FFFFFF;
}

div.menu a.active:visited {
  color: #FFFFFF;
}

div.menu a:hover {
  color:#888;
}

div.menuitem {
	border: 0px;
	/* white space between menu items */
	margin: 0px 0px 5px 0px;
	/* bgspace/size of menu items */
	padding: 5px 1px 5px 5px;
	display:block;
}

div.menuitem + table {
	padding: 0px;
	margin: 0px;
}

table.navholder {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.navholder td {
	padding: 0px;
}

img.bullet {
}

span.menulink_label {
  font-weight: bold;
}

span.menulink_label a:visited {
  color: #888888;
}

span.menulink_bullet {
  float: left;
  padding: 5px;
}

div.activemenuparent {
  background-image: url(../images/navigation/highlight_bg.gif);
  background-repeat: repeat-y;
}

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 40px;
}
li.collapsed {
  list-style-type: disc;
  padding: 0px 0px 0px 0px;
  margin: 5px 5px 5px 60px;
}
li.leaf {
  list-style-type: square;
  padding: 0px 0px 0px 0px;
  margin: 5px 5px 5px 60px;
}


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 20px;
}

ul.menu {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

ul.tree a:hover {
  text-decoration: underline;
  color: #888888;
}

/*
ul.tree li {
  list-style-type: square;
  list-style-image: url(../images/IM_bullet.gif);
  margin: 10px 5px 10px 5px;
}

*/
/*
   Other custom elements
*/

.greybar {
	background-color: #AAAAAA;
}

div.communicareLogo {
}

.communicareLogo {
  vertical-align: bottom;
  float: right;
  border: 0px;
}

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: 5px 0px 10px 0px;
  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/navigation/right_bg.gif");
	background-repeat: repeat-y
}
#right-bar-top {
	background-image: url("../images/navigation/right_bg.gif");
	background-repeat: repeat-y
}

#right-bar-header {
	background-image: url("../images/navigation/right_bg.gif");
	background-repeat: repeat-y
}

#sidebar-left, #sidebar-right {
  background-color: #FFF;
  padding-top: 10px;
  vertical-align: top;
}

#sidebar-left {
  width: 179px;
}

#footer {
  margin-left: 0px;
  font-size: 0.8em;
  }
#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: #024c72;
  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;
}

.event-calendar td.days {
  color: #FFFFFF;
  background: #406882;
  text-align: center;
  border: 1px solid #242;
  border-width: 0 1px 1px 0;
}

.event-calendar div.links a {
  color: #024c72;
}
.event-calendar div.links a:hover {
  color: #024c72;
}

/*---------------------------- 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/navigation/cl.png) no-repeat top left;
  width: 7px;
  font-size: 0.75em;
  font-weight: bold;
}
.bright-img {
  background: #ce5003 url(../images/navigation/cr.png) no-repeat top right;
  width: 7px;
  text-align: right;
  font-size: 0.75em;
  font-weight: bold;
}
