/*
*  @
*/

/* body */
* {
  margin: 0;
  padding: 0;
}

body {
  background: #8fa5a7 url(images/background.png) repeat-x;
  color: #333;
  font: 81.25%/1.5em arial,verdana,helvetica,sans-serif;
}

#wrapper {
  margin:0 auto;
  width: 970px;
}

#header{
  position: relative;
  height: 120px;
  background: #8fa5a7 url(images/bg-header.png) repeat-x;
}

#logo{
  position: absolute;
  top: 10px;
  left: 35px;
  width: 185px;
  height: 78px;
}

#menu{
  padding: 0 20px;
  height: 49px;
  background: url(images/bg-menu.png) top repeat-x;
}

#menu ol, #menu ul{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

#div_line{
  height: 1px;
  padding: 0 20px;
  background: url(images/bg-line.png) center no-repeat;
}


#container {
  background: url(images/bg-content.png) repeat-y;
}

#content {
 /* position: relative;*/
  overflow: hidden;
  height: 1%;
  background: url(images/bg-content-top.png) no-repeat;
  padding: 0 15px;
}

#left_side {
  float : left;
  width: 690px;
}

#right_side {
  float : right;
  width: 250px;
  padding-top: 20px;
}

#story-container {
  padding: 20px 40px 0 40px;
  background: url(images/bg-story.png) no-repeat;
}

#story-container h1, #story-container h2, #story-container h3{
  color: #013073;
}


#footer {
  position: relative;
  margin-top: 10px;
  padding: 50px 50px 20px 50px;
  background: #8fa5a7 url(images/bg-footer.png) top no-repeat;
  color: #e8e6e6;
}

#copyright{
  padding: 0 40px 20px 40px;
  color: #e8e6e6;
}

#footermenu {
  position: absolute;
  right: 45px;
  color: #e8e6e6;
}

#footermenu a{
  color: #e8e6e6;
}

#footermenu a:hover{
  color: #fff;
}

#powered {
  position: absolute;
  right: 420px;
}


/* SEMANTICS ******************************************************************/

a {
  background:transparent;
}

a:link.non-ul,
a:visited.non-ul,
a:active.non-ul {
  color: #0b6ca9;
  text-decoration:none;
}

a:hover.non-ul {
  color: #4680cf;
}

a {
  color: #0b6ca9;
  text-decoration:none;
}

a:hover {
  color:#4680cf;
  text-decoration: underline;
}


fieldset {
  margin-bottom:1em;
}
fieldset p {
  padding:0 5px;
  margin:0px;
}

form {
  margin-top:5px;
  margin-bottom:5px;
}
form div.notes p,
form div small {
  line-height:125%;
}
form div.notes ul {
  margin:0px;
  padding:0px;
  padding-left:2px;
}
form div.notes ul li {
  margin-left:15px;
  list-style-position:outside;
  padding-right:2px;
}
form fieldset div.notes {
  float:right;
  position:relative;
  right:30px;
  width:150px;
  height:auto;
  margin:0px 0px 10px 10px;
  padding:5px;
  border:1px solid #666666;
  background-color:#ffffe1;
  color:#666666;
  font-size:.75em;
}

form fieldset div.notes h4 {
  background-image:url(images/icon_info.png);
  background-repeat:no-repeat;
  background-position:top left;
  padding:3px 0px 2px 27px;
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#666666;
  color:#666666;
  margin-bottom:5px;
  margin-top:0px;
  font-size:1.3em;
}

form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
  color:#666666;
}

button, .button, input[type="submit"], input[type="button"], .add_ele_input {
  margin: 4px 4px 0 0;
  padding: 1px 4px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #babdb6;
  border-right: 1px solid #babdb6;
  background: #efefef url(images/but-bg.gif);
}

button:hover, .button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus{
  border-top: 1px solid #babdb6;
  border-right: 1px solid #f0f8ff;
  border-bottom: 1px solid #f0f8ff;
  border-left: 1px solid #babdb6;
  cursor:pointer;
}

textarea, input[type="text"], input[type="password"], select {
  background: #fff url(images/form-field-bg.gif) top left no-repeat;
  border-top: 1px solid #babdb6;
  border-right: 1px solid #edeeec;
  border-bottom: 1px solid #edeeec;
  border-left: 1px solid #babdb6;
  margin-bottom: 10px;
  padding: 2px 4px;
}

textarea:hover, input[type="text"]:hover, input[type="password"]:hover, select:hover,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus{
  border: 1px solid #babdb6;
}


h1, h2, h3, h4, h5, h6 { 
  font-weight: normal;
  color: #000;
}

h1 {
  font-size:160%;
  line-height: 100%;
  margin: 0 0 5px 0;
}
h2 {
  font-size:140%;
  line-height: 100%;
  margin: 0 0 5px 0;
}
h3 {
  font-size:120%;
  line-height: 100%;
}
h4 {
  font-size:100%;
  line-height: 100%;
}
h5 {
  font-size:80%;
  line-height: 100%;
}
img {
  border:0;
}
hr {
	background:#c1c2c3;
	border: 0;
	color: #c1c2c3;
	height: 1px;
	margin:10px 0;
}
table {
  border:0px;
}
textarea {
/*  font-family:arial,verdana,tahoma,helvetica,sans-serif;*/
}

th {
  background-color:#DAE0ED;
  font-weight:bold;
  padding-left:3px;
  text-align:left;
}
p{
  margin:0 0 1em 0;
}
select {
  font-size:.9em;
}

.lfloat {
  float: left;
  margin-right: 10px;
}

.customprofile {
  float: left;
  margin-left: 5px;
  width: 495px;
}

.customprofile-full {
  float: left;
  margin-left: 5px;
  width: 535px;
}

.rfloat {
  float: right;
  margin-left: 10px;
}

.no-spam {
  unicode-bidi:bidi-override;
  direction: rtl;
}


/* MENUS **************************************************************/

.nav {
  float: left;
  z-index:100;
}

.nav ul {
  height: 49px;
  float: left;
  margin: 0;
  list-style: none;
  font-size: 125%;
}
.nav li {
  float: left;
  padding: 0 3px;
  background: url(images/split.png) no-repeat right center;
  position: relative;
  z-index: 101;
}
.nav li.last {
  background:none;
}
.nav li:hover {
  z-index:102;
}
.nav li a {
  display: block;
  line-height: 48px;
  overflow: hidden;
  float: left;
  color: #fff;
}
a .menu-left {
  width: 12px;
  height: 50px;
  line-height: 48px;
  display: block;
  float: left;
}
a .menu-mid {
  height: 50px;
  line-height: 48px;
  display: block;
  float: left;
}
a .menu-right {
  width: 12px;
  height: 50px;
  line-height: 48px;
  display: block;
  float: left;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
  background: url(images/bg-menu-hover.png) no-repeat center bottom;
  text-decoration: none;
  color: #fff;
}
.nav li:hover .sub,
.nav li.hover .sub {
  display:block;
}
.nav li .sub {
  display: none;
  position: absolute;
  top: 49px;
  left: 3px;
  width: 226px;
}
.nav li ul {
  background: url(images/bg-submenu.gif) repeat-x;
  background: url(images/bg-submenu.png) repeat-x !important;
  width: 206px;
  height: auto;
  margin: 0;
  list-style: none;
  padding: 0 10px;
  font-size: 90%;
  z-index:103;
}

.nav li:hover li,
.nav li.active li {
  width: 100%;
  padding: 0 ;
  border-bottom: 1px #ccc solid;
  background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
  color: #333;
  background: none !important;
  line-height: normal;
  width: 186px;
  padding: 5px 10px;
  text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
  color: #0d0d0d;
  background: #ccc !important;
  text-decoration: none;
  line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
  color: #0d0d0d;
  background: #ccc !important;
  text-decoration: none;
  line-height: normal;
}


/* search form */
#searchform {
  position: absolute;
  top: 0;
  right: 35px;
  width: 230px;
  height: 38px;
  background: url(images/bg-search.png) no-repeat;
}

#searchform #s{
  height: 18px;
  width: 174px;
  margin: 0 5px;
  padding: 0 8px;
  background: transparent;
  border: none;
}

#searchform #searchsubmit { 
  margin: 0;
  height: 24px;
  width: 22px;
  background: transparent;
  border: none;
  text-indent: -999%;
  line-height: 1;
  cursor: pointer;
}

/* CLASSES ********************************************************************/

/* Admin lists ****************************************************************/
.admin-menu-icon {
  float:left;
  padding:5px;
}
.admin-menu { /* the box around the menu */
  padding:5px;
  border:1px solid #EEEEEE;
}
.admin-menu-text { /* the text below the links */
  padding:5px;
}
.admin-menu-item { /* a single link in the menu */
  padding: 0px 5px 0px 5px;
}
.admin-list-table {
  width:100%;
  text-align:left;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search {
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}
.admin-list-headerfield {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
  font-size:larger;
}
/* Menus in blocks *****************************************************************/
.blocklist ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
  padding-left: 5px;
}
.alignright {
  text-align:right;
  padding-right: 5px;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
.floatright {
  float:right;
}
.floatleft {
  float:left;
}
.clearboth {
  clear:both;
}
/* clear floats by applying the clearfix class to float-encasing block !*******/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* general formatting classes **************************************************/
.b {
  font-weight:bold;
}
.ext-link {
  background-color: transparent;
  background: url(images/external.png) center right no-repeat;
  background-attachment: scroll;
  padding-right: 13px;
}
.ext-link-rtl {
}
.feed-link {
  background-color: transparent;
  background: url(images/feed.png) center right no-repeat;
  background-attachment: scroll;
  padding: 2px 16px 2px 0px;
}
.feed-link-rtl {
}
.strike {
  text-decoration: line-through;
}
/* Blocks *********************************************************************/
.block-box {
  padding: 0 35px 15px 15px;
}

.line {
  padding-bottom: 10px;
}

.block-box-left,
.block-box-right {
  padding: 0 35px 15px 15px;
}

.block-box-right-h2{
  padding: 0 30px 5px 0;
  line-height: 41px;
  text-align: right;
  background: url(images/bg-block.png) no-repeat;
  font-size:110%;
  color: #fff;
}

.block-box-right-list{
  padding: 0 30px 5px 0;
  line-height: 41px;
  text-align: right;
  background: url(images/bg-block-list.png) no-repeat;
  font-size:110%;
  color: #fff;
}

.block-box-left ul,
.block-box-right ul {
  /* do not indent lists in the blocks too much */
  margin:0px;
  padding-left:20px;
}
.block-bg-spreader {
  /* this is making sure that the blocks have a minimum width */
  background:transparent;
  width:180px;
  height:1px;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  margin-top:0;
  margin-bottom:0;
  margin-left:16px;
  padding-left:0;
  border:none;
}
.block-helpicon {
  padding-top:5px;
  text-align:right;
  float:right;
}
.block-outerborder-left {
  border-left:1px solid #E7E7E7;
  padding:0px;
  margin:0px;
}
.block-outerborder-right {
  border-right:1px solid #CCCCCC;
}
.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  background:transparent;
  color:#1A3955;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}
.block-box-warning {
  margin-bottom: 10px;
  padding: 15px 15px 5px 15px;
  border: 4px solid #999;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  overflow: hidden;
  height: 1%;
}

.block-box-warning a{
  color: RED;
}

/* Comments *******************************************************************/
.comment { padding: 0 4px;}
.commentbar-line1 {
  border-top: 1px solid #ccc;
  color: #b91d73;
}
.commentbar-line1 a{
  font-weight: bold;
  color: #666;
}

.commentbar-line2 {
  background:#E7E7E7;
  text-align:center;
  padding-left:3px;
  padding-right:3px;
}
.commentbar-line3 {
  text-align:center;
}
.commenttitle {
  background:#F7F7F7;
  border-bottom:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  border-top:1px solid #E7E7E7;
  font-weight:bold;
  font-size:smaller;
  padding:3px 0px 3px 10px;
}
.comment-edit {
  font-style: italic;
  padding-top:1ex;
}
.comment-sig {
  color:#666666;
  padding-top:1ex;
}
/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up {
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
  color:#666666;
}
/* Footer *********************************************************************/
.footerblock {
  background:#1A3955;
  border-top:1px solid #CCCCCC;
  color:#FFFFFF;
  font-size:0.85em;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:4px;
  padding-right:4px;
  vertical-align:middle;
}
.footerblock a:link {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:visited {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:hover {
  background:transparent;
  color:#008000;
  text-decoration:none;
}
.footerblock a:active {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footer-divider-top {
  background:#FFFFFF;
  border-top:1px solid #CCCCCC;
  padding-top:1px;
  color:#000000;
}
/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:5px;
  display:block;
}
.form-field {
  padding-bottom:5px;
  margin-left:105px;
}
.checkboxes-list {  /* this is used for example by COM_checkList */
  list-style:none;
  padding:0px;
  margin:0px;
}
.checkboxes-list span { /* space between the text and the checkbox */
  padding-left:5px;
}
.checkboxes-list .gldefault { /* default blocks in the user settings block list */
  font-weight:bold;
}
.missing-field {
  /* reserved for future use */
}
.required-field {
  /* reserved for future use */
}

/******************************************************************************/
.highlight {
  color:#000000;
  background-color:yellow;
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  float:right;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.nowrap {
  white-space:nowrap;
}
.pagenav {
  text-align:center;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  color:#000000;
  text-align:left;
}
.searchdate {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchform-box {
  background:#E7E7E7;
  text-align:right;
  border-bottom:1px solid #CCCCCC;
  height:52px;
  padding:0px 4px 0px 1px;
  margin:0px;
}
.searchform-elements {
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input {
  font-size:0.9em;
}
.searchhits {
  background:transparent;
  color:#000000;
  text-align:right;
}
.site-slogan {
  padding: 30px 30px 0 30px;
  color: #666;
  text-align: center;
  font: 35px/60px "times new roman","Courier New", serif;
  font-style: italic;
}
.sysmessage img {
  border:none;
  float:left;
  padding-bottom:3px;
  padding-right:5px;
}
/* Stats **********************************************************************/
.stats-list-count {
  text-align:right;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-title {
  text-align:left;
  width:90%;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-count {
  text-align:left;
  width:10%;
  padding-left:5px;
  padding-right:5px;
}
/* Story **********************************************************************/

.story {
  /* the frame around all elements of one story */
  background:transparent;
}
.story h1 {
  /* the title of a story */
  background:#transparent;
  color: #000;
}
.story-body {
  /* this is the actual content of the story */
  padding: 0;
}
.story-featured {
  /* the frame around all elements of a featured story */
  background:transparent;

}
.story-featured h1 {
  /* the title of a featured story */
  background:transparent;
  color: #cb2d77;
}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;

}
.story-icons a {
  margin-left:5px;
}
.story-footer {
  /* the bottom of the story with edit-links etc */
  text-align:right;
  clear:both;
}
.story-footer p {
  padding:0px;
  margin:0px;
}
.story-information {
  padding:3px 0;
  background:transparent;
  border-top: 1px solid #999;
  font:normal 85% Georgia, "Times New Roman", Times, serif; margin-right:10px;
  color: #c6325c;
}
.story-information a {
  font-weight: bold;
  text-transform: uppercase;
  color: #c6325c;
}
.story-information a:hover {
  color: #637da0;
}
.story_more_items h2,
.title-comments h2{
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #ccc;
  font-size: 90%;
  font-weight:bold;
}

.story_more_items p{
  background: url(images/more_news.gif) left center no-repeat;
  padding-left: 10px;
}
.story_comments{
  background: url(images/comment.png) left center no-repeat;
  padding-left: 17px;
  line-height: 16px;
}
.comment-icon{
  float: left;
  margin: 0 4px;
  padding: 2px 0;
  width: 20px;
  height: 16px;
  border-right: 1px solid #ccc;
  background: url(images/comment.png) left center no-repeat;
}
.story ul, .story ol, .story-featured ul, .story-featured ol{
  margin-left: 30px;
}

/******************************************************************************/
.topicoption,
.topicoption-off {
}
.warning {
  background:transparent;
  color:#FF0000;
  font-weight:bold;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  color:#000000;
  background-color:#EFEFEF;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.plugin th {
  color:#000000;
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#FEFEFE;
  background-color:#7398BA;
}
.pluginAltBG {
  background-color:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#666666;
  font-weight:bold;
  background-color:#E6E6E6;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  background-color:#507AA1;
  color:#F5F9FF;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  background-color:#F7F7F7;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  background-color:#E7E7E7;
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginLinks A:link {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  color:#000000;
  text-align:center;
  padding-top:2px;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
a.pluginButton:hover {
  color:blue;
  text-align:center;
  padding-top:2px;
  background:center url(navbar/images/button_over.gif);
  background-repeat:repeat-x;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  }
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a {
  float:left;
  background:url("navbar/images/tableftJ.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  float:left;
  display:block;
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  background-position:100% -42px;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
  background-position:0% -42px;
}

/* Common CSS for on-hover tooltip feature */
a.tooltip {
  position: relative; /*this is the key*/
  z-index:10;
  color:#000;
  text-decoration:none;
}
a.tooltip:hover  {
  z-index:100;
  text-decoration:none;
}
a.tooltip span {
  display: none;
}
a.tooltip:hover span {
  /*the span will display just on :hover state*/
  z-index:100;
  color:#033666;
  font-style:normal;
  font-size:.8em;
  line-height: 125%;
  display:block;
  position:absolute;
  border:1px solid #C8DAF7;
  background-color:#E5EFFF;
  padding:4px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:150px;
}
/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */




.slideshow {
  position: relative;
  width: 690px;
  height: 240px;
  overflow: hidden;
}

.slideshow-mini {
  position: relative;
  width: 690px;
  height: 160px;
  overflow: hidden;
}

.slideshow span
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 660px;
  padding: 7px 20px 12px 20px;
  font-size: 18px;
  background: #000;
  background: url(images/bg-slideshow.png) !important;
  color: #fff;
  filter: alpha(opacity=68);
  -moz-opacity: 0.68;
  -khtml-opacity: 0.68;
  opacity: 0.68;
}

.slideshow-mini span
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 660px;
  padding: 7px 20px 7px 20px;
  font-size: 18px;
  background: #000;
  background: url(images/bg-slideshow.png) !important;
  color: #fff;
  filter: alpha(opacity=68);
  -moz-opacity: 0.68;
  -khtml-opacity: 0.68;
  opacity: 0.68;
}

.visitors{
float: left;
width: 40px;
padding: 3px 0 3px 0;
text-align: center;
}

.visitors:hover{
background: #e4e6ea;
}

/* Login */

#login_div {
  display: none;
}

.login {
  float:right;
}

.login a{
  display: block;
  padding-left: 44px;
  background: url(images/bg-user.png) no-repeat;
  color: #fff;
  text-decoration: none;
}

.login span{
  display: block;
  padding: 0 20px 0 5px;
  line-height: 48px;
  background: url(images/split.png) no-repeat left center;
  font-size: 125%;
}

#login_form {
  position: relative;
  width: 304px;
  height: 130px;
  left: 641px;
  background: url(images/bg-login.png) no-repeat;
  _background: url(images/bg-login.gif) no-repeat;
  z-index: 999;
}

#login_form #loginname, #login_form #passwd{
  background: transparent;
  width: 148px;
  margin: 10px 0 2px 22px;
  font-size: 12px;
  color: #666;
  border: none;
}


#login_form #loginsubmit {
  position: absolute;
  top: 10px;
  left: 194px;
  background: transparent;
  width: 86px;
  height: 44px;
  border: none;
  text-indent: -999%;
  line-height: 1;
  cursor: pointer;
}

#login_form p {
  padding: 8px 0 0 20px;
  color: #999;
}

#login_form a {
  color: #fff;
}
#login_form a:hover {
  color: #fff;
}

/*******************/
.suggestionsBox {
  position: relative;
  width: 200px;
  margin-left: 296px;
  padding: 3px;
  background-color: #000;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 2px solid #000;
  color: #e6e6e6;
  z-index: 999;
}

.suggestionsBox span {
  display: block;
  text-align: center;
  color: #999;
  border-bottom: 1px solid #4c4c4c;
}

.suggestionList {
  margin: 0px;
  padding: 0px;
}

.suggestionList li {
  margin: 0px 0px 3px 0px;
  padding: 3px;
  cursor: pointer;
}

.suggestionList li:hover {
  background-color: #659CD8;
}

/******************/
#members_list{
margin-bottom: 15px;
}

.link{
  padding: 2px 4px;
  border: 1px solid #ccc;
}


.actived{
  padding: 2px 5px;
  border: 1px solid #999;
  background: #333;
  color: #fff;
}



#members_list a:hover{
  text-decoration: none;
  border: 1px solid #999;
  background: #333;
  color: #fff;
}

/***/
.destinatarios {
  margin-bottom:10px;
  padding: 10px;
  background: #ececec;
  border: 1px solid #e6e6e6;
}

a.info {
  position:relative;
  z-index:24;
  text-decoration: none;
}
a.info:hover {
  z-index:25;
}
a.info span {
  display: none;
}
a.info:hover span {
  display:block;
  position:absolute;
  width: 300px;
  padding: 5px 10px;
  background-color: #000;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 2px solid #000;
  color: #e6e6e6;
  font-size: 110%;
  z-index: 999;
}

#_telephone {
  background: url(images/telephone.png) left center no-repeat;
  padding-left: 38px;
  line-height: 46px;
}

#_cellphone {
  background: url(images/cellphone.png) left center no-repeat;
  padding-left: 38px;
  line-height: 46px;
}

#_skype {
  background: url(images/skype.png) left center no-repeat;
  padding-left: 38px;
  line-height: 46px;
}

#_msn {
  background: url(images/msn.png) left center no-repeat;
  padding-left: 38px;
  line-height: 46px;
}

#_gtalk {
  background: url(images/gtalk.png) left center no-repeat;
  padding-left: 38px;
  line-height: 46px;
}

/**/
#bar-msg{
  margin: 0 auto;
  width: 610px;
  padding-bottom:10px;
  height: 50px;
  background: url(images/bg-bar-msg.png) no-repeat;
}
#bar-msg h2{
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.bg-top-msg{
  margin: 0 auto;
  width: 602px;
  height: 10px;
  background: url(images/bg-top-msg.png) no-repeat;
}
.bg-center-msg{
  margin: 0 auto;
  padding: 8px 25px 2px 25px;
  width: 552px;
  background: url(images/bg-center-msg.png) repeat-y;
}
.bg-footer-msg{
  margin: 0 auto;
  padding: 0 20px;
  width: 562px;
  height: 30px;
  background: url(images/bg-footer-msg.png) bottom no-repeat;
}
.msg-title{
  font-size: 140%;
  color: #000;
/*  padding-bottom: 5px;
  background: url(images/bg-title-box.png) bottom repeat-x;*/
}
.msg-date{
  line-height: 140%;
  color: #999;
}
.msg-msg{
  padding-top:5px; 
}
.msg-att{
  display:block;
  float: right;
  padding-left: 26px;
  background: url(images/attachment.png) center left no-repeat;
  line-height: 30px;
}
.msg-att a{
  text-decoration: none;
  color: #999;  
}
.msg-att a:hover{
  color: #000;  
}
.msg-delete img, .msg-print img{
  display: block;
  float: right;
  margin-right: 5px;
  filter: alpha(opacity=40);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  -moz-opacity: 0.40;
  opacity:0.4;

}

.msg-delete:hover img, .msg-print:hover img{
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity:1;
}

.aleft {
  float: left;
  width: 300px;
  padding-left:5px;
}

/*********************/
.home-news{
  padding: 5px 0;
  /*background: url(images/bg-news.png) bottom;*/
}
.home-news h2{
  padding-left: 18px;
  background: url(images/bg-h2-news.png) left bottom no-repeat;
  border-bottom: 1px solid #ccc;
}
.home-news p{
  margin: 0;
  padding: 0 0 5px 8px;
  background: url(images/more_news.gif) 0 40% no-repeat;
}
.home-news a{
  color: #333;
  text-decoration:none;
}
.home-news a:hover{
  color: #000;
}

.list-feed {
  margin-left: 15px;
  list-style-image: url(images/more_news.gif);
  color: #013073;
}

/*************/
#box-user{
  padding-top:10px;
  background: url(images/bg-box-user.png) no-repeat;
  text-align: center;
  color: #fff;
}
#box-user p{
  margin:0;
  padding: 0 10px;
}
#box-user #icons{
  margin-top: 8px;
  padding: 7px 5px;
  height: 22px;
  background: url(images/bg-box-user-panel.png) no-repeat;
}
#box-user #icons img{
  margin-left: 7px;
}
#photo img{
  border: 2px solid #fff;
}

#custom-online{
  padding: 6px 10px 0 12px;
  height: 64px;
  background: url(images/bg-count.html) no-repeat;
}

#custom-online img{
  float: left;
  margin: 2px 4px 0 0;
}

.empresas {
  padding: 7px 15px;
}
