/*	@author Tereso Ramos G - tramos@d-webstudio.com */

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

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

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

#header{
  height: 100px;
  background: url(images/bg-header.png) top center no-repeat;
}

#logo {
  float: left;
  margin: 0 0 0 40px;
  width: 200px;
  height: 85px;
  background: url(images/px.gif);
}

#slogan {
  float:right;
  margin-right: 250px;
  _margin-right: 125px;
  font: 22px georgia, arial,Tahoma,helvetica,sans-serif;
  line-height: 85px;
  color: #2f8cca;
}

#col3{
  height: 120px;
  background: url(images/bg-col3.png) top center no-repeat;
}


#box-top-1{
  float: left;
  width: 290px;
  height: 90px;
  margin: 10px 0 0 18px;
}

#box-top-2{
  float: left;
  width: 290px;
  height: 90px;
  margin: 10px 0 0 43px;
}

#box-top-3{
  float: right;
  width: 290px;
  height: 90px;
  margin: 10px 18px 0 0;
}

#menu{
  padding: 0 26px;
  height: 40px;
  background: url(images/bg-menu.png) center no-repeat;
}

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

#language {
float: right;
padding: 10px 4px 0 0;
}

#language img{
  border-top: 2px solid #6b87a8;
  border-left: 2px solid #6b87a8;
  border-right: 2px solid #324e71;
  border-bottom: 2px solid #324e71;
}


#language  a{
color: #fff;
}

#container {
  padding: 0 18px;
  background: url(images/bg-container.png) center repeat-y;
  overflow: hidden;
  height: 1%;
}

#story-container {
  background: #fff url(images/bg-ghost.png) top repeat-x;
  padding: 15px;
}

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


#right_side {
  float : right;
  width: 269px;
  padding: 0 4px;
/*  background: #dbe2e3 url(images/bg-right.png) top repeat-x;
  border-top: #dae1e3 1px solid;
  border-left: #dae1e3 1px solid;
  border-right: #ced5d6 1px solid;
  border-bottom: #ced5d6 1px solid;*/
  background: #eef0f2;
}


#footer {
  height: 32px;
  background: url(images/bg-footer.png) center no-repeat;
}


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

#footermenu {
  float: right;
}

#powered {
  float: right;
  padding-right: 135px;
}

/* general */

a {
  background:transparent;
}

a:link.non-ul,
a:visited.non-ul,
a:active.non-ul {
/*  color: #295ab6;*/
  color: #2f8cca;
  text-decoration:none;
}
a:hover.non-ul{
  color: #2f8cca;
  text-decoration:underline;
}

a {
  color: #2f8cca;
  text-decoration:none;
}

a:hover, a:active {
  color: #2f8cca;
  text-decoration:underline;
}

fieldset {
  margin-bottom:1em;
  border: 1px solid #d6d6d6;

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

fieldset legend {
 /* font-size:0.9em;*/
}

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:5px;
  list-style-position:outside;
  padding-right:2px;
}
form fieldset div.notes {
  float:right;
  right:10px;
  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;
}

form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
form label {
}

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 {
  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; 
}


h1 {
  font-size:160%;
  line-height: 100%;
  margin: 0 0 10px 0;
}
h2 {
  font-size:140%;
  line-height: 100%;
}
h3 {
  font-size:120%;
  line-height: 100%;
}
img {
  border:0;
}

hr{
  margin: 5px 0;
  border: 0;
  border-top: 1px solid #d7e3f4;
}

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;
}

#box-user {
  width: 250px;
  height: 140px;
  background: url(images/bg-box-user.png);
}

#box-user #photo {
  float: left;
  margin: 10px 0 0 10px;
  padding: 1px;
  border: 1px solid #fff;
}

#box-user #msg {
  float: left;
  margin: 25px 0 0 10px;
  width: 140px;
  color: #fff;
  text-align: center;
}

#box-user #name {
  clear:both;
  margin: 0 10px;
  padding: 5px 0;
  width: 230px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

#box-user #icons {
  text-align: center;
}

#box-user #icons img{
  margin: 0 2px;
}

/* search form */
#searchform {
  float: right;
  margin: 0 15px 0 0;
  padding: 0;
  background: url(images/searchform-bg.png) no-repeat left top;
  height: 40px;
  text-align: left;
}

#searchform #s{
  background: transparent;
  height: 16px;
  width: 140px;
  margin: 0;
  padding: 0 3px 5px 5px;
  color: #808080;
  border: none;
}

#searchform #searchsubmit { 
  margin: 0;
  background: url(images/search-btn.png) no-repeat left top;
  height: 28px;
  width: 33px;
  border: none;
  text-indent: -999%;
  line-height: 1;
  cursor: pointer;
}

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

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

.nav ul {
  height: 40px;
  float: left;
  margin: 0;
  list-style: none;
  font-size: 120%;
}
.nav li {
  float: left;
  padding: 0 7px;
  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: 40px;
  overflow: hidden;
  float: left;
  color: #fff;
}
a .menu-left {
  background: url(images/menu_left.png) no-repeat left top;
  width: 8px;
  height: 40px;
  line-height: 40px;
  display: block;
  float: left;
}
a .menu-mid {
  background: url(images/menu_mid.png) repeat-x top left;
  height: 40px;
  line-height: 40px;
  display: block;
  float: left;
}
a .menu-right {
  background: url(images/menu_right.png) no-repeat top left;
  width: 8px;
  height: 40px;
  line-height: 40px;
  display: block;
  float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
  background-position: 0 -40px;
  line-height:40px;
  cursor:pointer;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
  color: #333;
  text-decoration: none;
}
.nav li:hover .sub,
.nav li.hover .sub {
  display:block;
}
.nav li .sub {
  display: none;
  position: absolute;
  top: 40px;
  left: 7px;
  width: 226px;
}
.nav li ul {
  background: #e6e6e6;
  width: 206px;
  height: auto;
  margin: 0;
  list-style: none;
  padding: 0 10px;
  font-size: 90%;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  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;
}


/* 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;
}
/* Menus in blocks *****************************************************************/
.blocklist ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.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-left,
.block-box-right,
.block-box-mini  {
  padding: 10px 15px;
}

.block-box-right{
  background: url(images/bg-box-right.png) repeat-x;
}

.topline {
  background: url(images/bg-box-right.png) repeat-x;
  padding: 12px 10px 10px 10px;
}

.topline2 {
  background: url(images/bg-box-right.png) repeat-x;
  padding:8px 0;
}


.block-box,
.basic {
  padding: 10px;
}

.margin-box-right {
  padding-right: 15px;
}

.margin-box-left {
  padding-left: 15px;
}

.block-box-left ul,
.block-box-right ul,
.block-box ul
 {
  margin:10px;
}

.block-box-warning {
  background: #fff;
  border: 1px solid #2f8cca;
  margin: 10px 0;
  padding: 15px 15px 5px 15px;
  color: #2f8cca;
}

.block-box-warning a{
  color: #369;
}

.postit {
  height: 154px;
  padding: 45px 35px 30px 35px;
  background: url(images/bg-postit.png) no-repeat;  
  font: 125% "Times New Roman", sans-serif;
  font-style: italic;
  color: #000;
}

/* Comments *******************************************************************/
.commentbody{
  border: 1px solid #d7e3f4;
  padding: 5px;
  margin-bottom: 10px;
}
.commentbar-line1 {
  background:transparent;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  background:#E7E7E7;
  text-align:center;
  padding-left:3px;
  padding-right:3px;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  padding:3px 3px;
  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;
}
/******************************************************************************/
.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;
}

/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:120px;
  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 */
}
/* Header *********************************************************************/
.header-logo {
  float:left;
  padding-left:15px;
  padding-top:13px;
}
.header-slogan {
  float:right;
  line-height:78px;
  padding-right:15px;
  color: #ffffff;
}
.header-logobg-container-inner {
  background:url(images/header-bg.png) #1A3955;
  border-bottom:1px solid #CCCCCC;
  height:78px;
  margin-bottom:1px;
}
.header-navigation-container {
  border-bottom:1px solid #FFFFFF;
  background:#E7E7E7;
}
.header-navigation-container ul {
  list-style: none;
  padding:0px;
  margin:0px;
  border-bottom:1px solid #CCCCCC;
  color:#FFFFFF;
  float:right;
  height:24px;
}
.header-navigation-container li {
  float:left;
  padding-right:9px;
  padding-left:9px;
  margin-top:4px;
  background:transparent;
  font-size:.9em;
  border-left: 1px dotted #FFFFFF;
}
.header-navigation-container a:link {
  color:#0000FF;
}
.header-navigation-container a:visited {
  color:#800080;
}
.header-navigation-container a:hover {
  color:#008000;
}
.header-navigation-container a:active {
  color:#FF0000;
}
.header-welcomeanddate-text {
  padding-top:12px;
  padding-left:4px;
  margin: 0px;
  height:40px;
  border-bottom:1px solid #CCCCCC;
}
/******************************************************************************/
.highlight {
  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 {
  color:#ffffff;
  background:transparent;
}
.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 */
  /*border: 1px solid #d6d6d6;*/
  margin: 0 0 15px 0;
}
.story h1 {
  /* the title of a story */
  color: #2f8cca;
}

.story-body {
  /* this is the actual content of the story */
  padding:3px;
}
.story-featured {
  background: #fff;
  border: 1px solid #d7e3f4;
  margin: 0 0 15px 0;
  padding: 10px;
}
.story-featured h1 {
  /* the title of a featured story */
  color: #295ab6;
}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;
}
.story-icons a {
  margin-left:5px;
}
.story-footer {
  text-align: right;
  clear:both;
}
.story-footer p {
  padding:0px;
  margin:0px;
}
.story-information {
  padding:2px 5px;
  background:transparent;
  border: 1px solid #d7e3f4;
  color: #2f8cca;
}

.story-information p {
  padding:0px;
  margin:0px;
}

#story-options {
  margin-bottom:30px;
}

#story-options #email-story, #story-options #print-story {
  float: right;
  width: 30px;
  height: 20px;
  text-align: right;
}


.story ul {
  margin:0px;
  padding-left:20px;
  list-style:square;
}

.story ol {
  margin:0px;
  padding-left:20px;
}

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

.reports h2 {
  background: #1a5380;
  color: #fff;
  margin-top: 10px;
  padding: 2px 0;
  text-align: center;
}

.reports h3 {
  background: #2e8bc9;
  color: #fff;
  padding: 2px 0;
  text-align: center;
}

.repborder {border: 2px solid #2e8bc9}

.tspace{padding: 0 3px;}

.comentarios, .comments{
float: right;
margin-left: 8px;
width:20px;
height:20px;
background:#FFFFFF url(images/comment.png) no-repeat; 
line-height: 17px;
font-size: 10px;
text-align: center;
}

/******************************************************************************/
.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 {
  padding: 0 3px;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  padding: 0 3px;
  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 {
  color:#000000;
  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 #d6d6d6;
  }
#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;
}

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

.visitors:hover{
background: #e4e6ea;
}

.slideshow {
  position: relative;
  width: 634px;
  height: 240px;
  padding-bottom: 15px;
  overflow: hidden;
}

.slideshow span{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0px 10px 22px 16px;
  font-size: 18px;
  color: #fff;
}


.slideshow-mini {
  position: relative;
  width: 634px;
  height: 120px;
  padding-bottom: 15px;
  overflow: hidden;
}

.slideshow-mini span{
  position: absolute;
  top: 95px;
  left: 0;
  padding: 0 10px 0 16px;
  font-size: 18px;
  color: #fff;
}


/*******   Dynamic Tabs  *************/
#bg-tabnav {
width: 614px;
height: 152px;
padding: 4px 10px;
background: url(images/bg-tabnav.png) no-repeat left top;
}

.dynamictabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.dynamictabs ul{
margin:0;
padding:0;
list-style:none;
}

.dynamictabs li{
display:inline;
padding:0;
}


.dynamictabs a{
float:left;
width: 307px;
font-size: 130%;
text-decoration:none;
text-align: center;
color: #fff;
}

.dynamictabs a span{
float:left;
display:block;
line-height: 32px;
}

.dynamictabs a span{
float:none;
}

.dynamictabs #item1 a:hover{
background: url(images/bg-over1.png) no-repeat left top;
color: #1c2224;
}

.dynamictabs #item2 a:hover{
background: url(images/bg-over2.png) no-repeat left top;
color: #1c2224;
}


.dynamictabs #item1 a.current, #dynamictabs #item1 a.current span{ /*currently selected tab*/
background: url(images/bg-over1.png) no-repeat left top;
color: #1c2224;
}

.dynamictabs #item2 a.current, #dynamictabs  #item2 a.current span{ /*currently selected tab*/
background: url(images/bg-over2.png) no-repeat left top;
color: #1c2224;
}

/*   Dynamic tabs    */
.tabcontainer{
clear: left;
}

.tabcontent{
display:none;
}

#ct1 {
  height: 110px;
  padding: 10px 140px 0 15px;
  background: url(images/bg-ct1.png) no-repeat left top;
}

#ct2 {
  height: 110px;
  padding: 10px 140px 0 15px;
  background: url(images/bg-ct2.png) no-repeat left top;
}

#ct1 p, #ct2 p {
  background: url(images/bg-p.png) no-repeat left top;
  padding-left: 10px;
  margin-bottom: 6px;
  line-height: 1.2em;
}

/*  Products  */

.bg-products{
  background: url(images/bg-prod-tb.png) left repeat-y;
  padding: 0 4px;
}

.bg-products-h2 {
  padding: 10px 0 6px 14px;
  margin: 0;
  background: url(images/bg-prod-title.png) no-repeat left top;
  color: #fff;
  font-size: 18px;
}

.bg-products-bott {
  height: 25px;
  background: url(images/bg-prod-bott.png) no-repeat left top;
}

.bg-products table{
  margin: 0;
  padding: 0 5px;
  background: #fff url(images/bg-prod-t.png) no-repeat right bottom;
}

.bg-products th{
  padding: 4px;
  border-bottom: 1px solid #d9d9d9;
  background: none;
  font-size: bold;
}

.bg-products td{
  padding: 5px;
  border-bottom: 1px solid #d9d9d9;
}
