/*
*	@author Tereso Ramos G - tramos@d-webstudio.com
*	Update: 14-06-2010
*/

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

body {
  background: #e6e6e6 url(images/bg2.gif);
  color: #444334;
  font: 87.5%/1.5em arial,helvetica,sans-serif;
}

/* header */
#header{
  background: url(images/bg-header.png) top repeat-x;
}

#logo{
  margin:0 auto;
  width: 980px;
  height: 200px;
  background: url(images/bg-logo.png) top repeat-x;
}

#menu-top{
  height: 40px;
}

#wrapper{
  margin: 0 auto;
  padding: 0 10px 15px 10px;
  width: 960px;
  background: #fff;
}

#submenu{
  padding: 0 0 10px 35px;
  height: 40px;
  background: url(images/bg-menu-bottom.png) no-repeat;
}

/* column*/
#container {
  width: auto;
  overflow: hidden;
  height: 1%;
}

#left {
  float: left;
  width:200px;
}

#main {
  float: left;
  padding: 0 20px;
  width: 510px;
}

#right {
  float: right; 
  width:210px;
}

#mainexpand {
  float: left;
  padding: 0 0 0 10px;
  width: 740px;
}
/*   */


#footer{
  margin:0 auto;
  width:950px;
  padding: 10px 15px 10px 15px;
  background: #d8e389 url(images/bg-footer.png) repeat-x;
  overflow: hidden;
  font-size: 15px;
  color: #6b7043;
  text-shadow: 1px 1px 1px #f3ff99;
}

#rss{
  float: right;
  margin-right: 40px;
}

.clear{ clear: both;}

/* General */
a {
  color:#8ea100;
  background:transparent;
  text-decoration: none;
}

a:hover {
  color: #000;
}

#footer a{
  color: #333;
  text-shadow: 1px 1px 1px #f3ff99;
}

#footer a:hover{
  color: #666;
  text-shadow: 1px 1px 1px #f3ff99;
}

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

p{
  margin:0 0 0.8em 0;
}

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

fieldset {
  margin-bottom:1em;
  border: 1px #ededee solid;
}
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:15px;
  list-style-position:outside;
  padding-right:2px;
}
form fieldset div.notes {
  float:right;
  position:relative;
  right:10px;
  width:150px;
  height:auto;
  margin:0px 0px 5px 5px;
  padding:5px;
  background-color:#ededee;
  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;
  margin-bottom:5px;
  margin-top:0px;
  font-size:1.3em;
}

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

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

button, input[type="submit"], input[type="button"], .add_ele_input {
  margin-top: 4px;
  padding: 3px 10px 6px 10px;
  background: #b1c800 url(images/bg-btn.png) repeat-x;
  color: #fff;
  border: 0;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}

button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus ,input[type="button"]:hover, input[type="button"]:focus{
  border: 0;
  cursor:pointer;
}

textarea, input[type="text"], input[type="password"], select {
  border-top: 1px solid #cfccbf;
  border-right: 1px solid #f3f1e7;
  border-bottom: 1px solid #f3f1e7;
  border-left: 1px solid #cfccbf;
  margin-bottom: 4px;
  padding: 2px 4px;
  font-family: arial,helvetica,sans-serif;
  font-size: 110%;
  color: #404040;
}

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

th {
  background: #ccc url('images/gray-grad.png') repeat-x;
  font-weight:bold;
  padding:3px;
  text-align:left;
  color: #444334;
  font-size: 13px;
  text-shadow: 2px 2px 2px #fff;
}

th a{
  color: #444334;
  font-size: 13px;
  text-decoration: none;
}


h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #404040; letter-spacing: -1px; line-height: 1em; font-weight: normal; font-family: "Rokkitt", Georgia, Times, Serif;}
/*h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #404040; }*/
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 15px; }

button, input[type="submit"], input[type="button"], .add_ele_input {
  margin-top: 4px;
  padding: 3px 7px 6px 7px;
  background: #b1c800 url(images/bg-btn.png) repeat-x;
  color: #fff;
  border: 0;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}
img{
  border:0;
}


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

table.center {margin-left:auto; margin-right:auto;}

cite {
  font: 120% "Times New Roman", Georgia, Garamond, Times;
  font-style:italic;
}

.textsign{
  font-size: 90%;
}


#address{
  float: right;
  width: 400px;
  text-align: right;
}

/*  donate  */
#donate{
  float: right;
  margin: 0 20px;
  padding: 6px 0 0 0;
  width: 80px;
  height: 28px;
  background: url(images/donate.png) no-repeat;
}

#donate a{
  display: block;
  width: 80px;
  height: 28px;
  color: #464e57;
  text-indent: -9999%;
}

/* search form */
#searchform {
  float: right;
  margin: 6px 54px 0 0;
  background: url(images/bg-search.png) no-repeat;
}

#searchform #s{
  height: 18px;
  width: 156px;
  padding: 3px;
  background: transparent;
  color: #d1ed00;
  border: none;
  font-style:italic;
}

#searchform #searchsubmit { 
  margin: 0;
  height: 25px;
  width: 25px;
  background: transparent;
  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;
}button, input[type="submit"], input[type="button"], .add_ele_input {
  margin-top: 4px;
  padding: 3px 7px 6px 7px;
  background: #b1c800 url(images/bg-btn.png) repeat-x;
  color: #fff;
  border: 0;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}
.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-smalltable {
  text-align:left;
  border-spacing:1px;
}
.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;
  padding-top:2px;
  padding-bottom:2px;
}
/* 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 {
  margin-bottom: 10px;
}

.block-box-right {
  margin-top: 10px;
}

.block-box-left{
  padding: 5px 10px 15px 10px;
  background: #eff4cc url(images/bg-box-smart.png) 100% 100% no-repeat;
}

.block-box-left-title h2{
  height: 38px;
  padding: 0 10px;
  background: #eff4cc url(images/bg-box-smart-h2.png) no-repeat;
  color: #fff;
  line-height: 32px;
}

.block-box-left ul,
.block-box-right ul {
  margin:0px;
  padding-left:20px;
}


.block-box-warning {
  background: #b1c800;
  margin-bottom: 10px;
  padding: 15px 15px 5px 15px;
  color: #fff;
  overflow: hidden;
  height: 1%;
}

.block-box-warning h1{
  color: #fff;
}

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

.block-divider {
  background:#FFFFFF;
  border-bottom:1px solid #F7F7F7;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding-top:2px;
}

.block-calendar{
  padding: 0 10px 18px 10px;
  border-top: 3px #c0cb00 solid;
  background: #ededee url(images/bg-sheet.png) 100% 100% no-repeat;
  text-shadow: 1px 1px 1px #fff;
}

.block-calendar ul{
  padding: 8px 0 0 0;
}

.block-right-content li{
  padding:4px 15px;
  border-bottom: 2px #fff solid;
}

.block-right-content a{
  color: #464e57;
}

.banner {
  margin-top: 10px;
  background: none;
}
/* Comments *******************************************************************/
#commentarea{
  margin-top: 15px;
}
.comment {block-box-right
  position: relative;
  overflow: hidden;
  height: 1%;
  margin: 5px 0;
}

.commentbar-line1 {
  border-top: 1px solid #ccc;
  color: #666;
}
.commentbar-line1 a{
  font-weight: bold;
  color: #666;
}

.commentbar-line2 {
  background:#E7E7E7;
  text-align:center;
  padding-left:3px;
  padding-right:3px;
}
.commentbar-line3, .featured-box {
  margin-bottom: 15px;
  padding: 3px 10px; 
  border-top: 1px solid #e5e5dc;
  border-bottom: 1px solid #e5e5dc;
  background: #f3f3e9;
}
.commentbar-line3 h2, .featured-box h2 {
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px #fff;
}
.featured-box div {
  margin-bottom: 15px;
  text-align: center;
  font-size:120%;
  font-weight: 700;
  text-shadow: 1px 1px 1px #fff;
}
.featured-box li {
  list-style:none;
  text-shadow: 1px 1px 1px #fff;
}
.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;
}
.comment-picture{
  position: absolute;
  top: 0;
  left: 0;
  width: 57;
  height: 57;
  padding: 5px;
  background: url(images/avatar-bg.png) no-repeat;
}
.comment-body{
  margin-left: 80px;
}
.comment-author{
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 1px #e6e6e6;
}
.comment-reply {
    text-align: right;
}
.comment-reply input{
  padding:0;
  background: none;
  color: #444334;
  text-shadow: 1px 1px 1px #e6e6e6;
  font-weight: 700;
}

/******************************************************************************/
.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;
  padding-left:0.8em;
  padding-right:0.8em;
}

/* 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;
}
.searchresult-byline {
  color:green;
}
.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 {
  margin-top: 5px;
  position: relative;
}
.story-body {
  padding-top: 5px;
}
.story-featured {
  position: relative;
}
.story-icons {
  float:right;
  margin-top: 5px;
}
.story-icons a {
  margin-left: 15px;
}
.story-footer {
  padding: 3px;
  text-align:center;
}
.story-footer p {
  padding:0px;
  margin:0px;
}
.story-information {
  /* the author, views and date of a story */
  padding:3px;
  font-size:0.85em;
  background:transparent;
}
.story-information p {
  padding:0px;
  margin:0px;
}

.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;
}
.storybr {
  height: 5px;
}
.sstorybr {
  height: 28px;
}
/* share story */
#socialnetwork {
  position: relative;
}
#socialnetwork div{
  position: absolute;
  z-index: 999;
  top: 10px;
  left: 0;
}
#socialnetwork ul{
  display:block;
  width: 130px;
  background: #f3f3e9;
  border-top: 1px solid #dedfc4;
  border-left: 1px solid #dedfc4;
  border-right: 1px solid #dedfc4;
}
#socialnetwork ul li{
  padding: 1px 18px;
  list-style: none;
  border-bottom: 1px solid #dedfc4;
}
#twitter {
  float: none;
  background: url(images/twitter.png) 8% 50% no-repeat;
}
#facebook {
  background: url(images/facebook.png) 8% 50% no-repeat;
}
#meneame {
  background: url(images/meneame.gif) 8% 50% no-repeat;
}
#delicious {
  background: url(images/delicious.png) 8% 50% no-repeat;
}
#digg {
  background: url(images/digg.png) 8% 50% no-repeat;
}

.story ol, .story ul,  .story-featured ol, .story-featured ul { margin: 0 0 1em 2.5em;}
.story li, .story-featured li { margin-bottom: .5em}
/******************************************************************************/
#token-expirynotice {
  padding:1em;
  border:1px solid #CCCCCC;
  background:#F7F7F7;
}
#token-expirytime {
  font-weight:bold;
}
.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;
}
.plugin ul, .plugin ol {
  margin-left: 25px;
}
.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 {
  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 {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  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 #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 {
  z-index:99;
  margin-top: 5px;
  color:#fff;
  font-style:normal;
  font-size:.8em;
  line-height: 125%;
  display:block;
  position:absolute;
  border:1px solid #ccc;
  background-color:#000;
  padding:7px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:170px;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:3px 6px 8px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);

}

/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */


/* Extras */
#custom_topics
{
  padding: 5px 10px;
  border: 1px solid #cfccbf; 
  color: #333;
  background-color: #fff;
  width: 400px;
  height: 120px;
  overflow: auto;
  line-height: 1.8em;
}

.paydata{
  padding: 3px 10px; 
  border-top: 1px solid #dedfc4;
  border-bottom: 1px solid #dedfc4;
  background: #f3f3e9;
  text-align: center;
}

.sbresult {
  padding: 3px 10px;
  border-top: 1px solid #dedfc4;
  background: #f3f3e9;
}
#urlsections {
  margin-bottom: 10px;
  padding: 2px; 
  border-top: 1px solid #dedfc4;
  border-bottom: 1px solid #dedfc4;
  /*background: #f3f3e9;*/
  font-size: 90%;
  line-height: 160%;
}


/*******   Dynamic Tabs  *************/
.dynamictabs{
  margin-top: 15px;
  padding: 0;
  width: 100%;
  background: transparent;
  voice-family: "\"}\"";
  voice-family: inherit;
}

.dynamictabs ul{
  margin:0;
  padding:0;
  list-style:none;
  background: #fff url(images/bg-ul-feature.png) repeat-x bottom;
  overflow: hidden;
  height: 1%
}

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


.dynamictabs a{
  float:left;
  margin-right: 3px;
  padding: 0 0 0 15px;
  text-decoration:none;
  text-align: center;
  background: url(images/bg-box-feature.png) no-repeat left top;
  color: #444334;
  font-weight: bold;
}

.dynamictabs a span{
  float:left;
  display:block;
  padding: 5px 25px 0 0;
  background: url(images/bg-box-feature.png) no-repeat right top;
  line-height: 22px;
}


.dynamictabs a.current 
{
  background: url(images/bg-box-feature-h.png) no-repeat left top;
  border-bottom: 1px solid #fff;
}

.dynamictabs a.current span
{
  background: url(images/bg-box-feature-h.png) no-repeat right top;
}


/*   Dynamic tabs    */

.tabcontainer{
  clear: left;
}

.tabcontent{
  display:none;
}

.tabcontent .wbold {
  font-weight: bold;
}

#ct1, #ct2, #ct3, #ct4 {
  height: 310px;
  padding: 10px 15px 0 15px;
  border-left: 1px solid #dedfc4;
  border-right: 1px solid #dedfc4;
  border-bottom: 1px solid #dedfc4;
}


/* bloque ayuda uccs */

.ayuda-uccs {
  padding: 12px 12px 20px 12px;
  background: url(images/bg-box-help.png) bottom no-repeat;
  font-family: Georgia, serif;
}

.ayuda-uccs h2 {
  padding: 10px 0;
  color: #668000;
  font-size: 20px;
}

.ayuda-uccs span{
  color: #501616;
}
.ayuda-uccs p{
  color: #000;
  font-size: 110%;
}

/* Mac calendar */
.dwscal {
  width: 196px;
  height: 180px;
  padding: 10px 17px 0 17px;
  background: url(images/bg-calendar.png) no-repeat;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
}

#dwscaltitles {
  height: 20px;
  text-align: center;
  color: #bcd35f;
}

#dwscalpmonth {
  float: left;
  width: 28px;
  height: 20px;
  background: url(images/bg-pmonth.png) center no-repeat;
  text-decoration:underline;
  cursor:pointer;
  text-indent: -999%;
}

#dwscalnmonth {
  float: right;
  width: 28px;
  height: 20px;
  background: url(images/bg-nmonth.png) center no-repeat;
  text-decoration:underline;
  cursor:pointer;
  text-indent: -999%;
}

.dwscaltitlesweek {
  float: left;
  width: 28px;
  height: 20px;
  text-align: center;
  color: #b2b2b2;
}

.mycalNextMonth, .mycalDateField, .mycalTodayHighlight, .mycalEventHighlight {
  float: left;
  width: 28px;
  height: 20px;
  text-align: center;
}

.mycalNextMonth .mycallink{
  color: #8c8c8c;
}

.mycalDateField .mycallink{
  color: #fff;
}

.mycalTodayHighlight .mycallink{
  color: #80b3ff;
}

.mycalTodayHighlight .mycallink{
  color: #bcd35f;
}

.mycalEventHighlight .tooltip{
  color: #80b3ff;
}



#celendar_container {
  width: 740px;
  background: url(images/bg-div-calendar.gif) left repeat-y;
  overflow: hidden;
}

#eventsleft {
  float: left;
  width: 495px;
}

#eventsright {
  float: right;
  width: 230px; 
}

.calendardate {
  font-weight: bold;
}
.calendartype {
  float: left;
  width: 80px;
  font-size: 95%;
}

.calendardata{
  margin-left: 90px; 
}


.list-events-home li {
  margin-left: 0;
  padding-left: 26px;
  list-style:none;
  background: url(images/schedule.png) no-repeat;
}

.list-events-home a {
  color: #333;
}

.list-events-home-date{
  padding: 0 0 8px 26px;
  color: #949494;
  text-transform: capitalize;
  font-size: 95%;
  border-bottom: 1px solid #d4d4d4;
}


/*******************/
.suggestionsBox {
  position: relative;
  width: 225px;
  margin-left: 420px;
  padding: 3px;
  font-size: 88%;
  background-color: #000;
  border: 2px solid #000;
  color: #e6e6e6;
  z-index: 999;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:3px 6px 8px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
}

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

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

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

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

.li_list {
  width: auto;
}
.li_head {
  position: relative;
  cursor: pointer;
  padding-left: 15px;
  font-weight: bold;
  line-height: 1.2em;
  background: url(images/bg-expand.png) left center no-repeat;
}

.li_body {
  padding: 5px 0 15px 0;
  border-top: 1px solid #ccc;
}

.li_body li {
  margin-left: 35px;
  list-style-type: square; 
}

.calendar-events {
  padding: 60px 10px 10px 10px;
  background: url(images/bg-events.png) no-repeat;
}
.calendar-events h2{
  margin-bottom: 10px;
}
.block-divider2 {
  border-bottom: 1px solid #ccc;
}
div.lfigure {
  float: left;
  border: thin silver solid;
  margin: 0 10px 5px 0;
  padding: 10px 10px 0 10px;
}

div.rfigure {
  float: right;
  border: thin silver solid;
  margin: 0 0 5px 10px;
  padding: 10px 10px 0 10px;
}

div.lfigure p, div.rfigure p {
  text-align: center;
  font-style: italic;
  font-size: 90%;
  line-height: 1.2em;
  text-indent: 0;
}
/* members menu */
#members_list{
border-top: 1px solid #b1c800;
border-bottom: 1px solid #b1c800;
margin-bottom: 10px;
font-size: 110%;
}

#members_list a{
padding: 3px 8px;
}
#members_list a:hover{
color: #b1c800;
}

.square {
  margin-left: 25px;
  list-style-type: square; 
}

.usrls{
  padding: 3px 10px;
}

.usrlstitle{
  background: #B1C800;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
}

.fusrls{
  float:left;
  width:350px;
}

/* File Manager */

.filemgmt{
  margin: 20px 0;
}

.filemgmt .preview {
  float: left;
  margin-right: 10px;
/*width: 120px;*/
}

.filemgmt .info {
  float: right;
  width: 200px;
  margin-left: 10px;
  padding-left: 5px;
  border-left: 1px solid #ededee;
}

.filemgmt-space{
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ededee;
  text-align: center;
  clear: both;
}

.block-divider {
  background:#FFFFFF;
  border-bottom:1px solid #F7F7F7;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding-top:2px;
}

.filemgmt .preview .img_preview{
  border:1px solid #ededee;
  padding: 2px;
}

.multimedia{
  width:460px;
  margin:0 auto;
}

.multimedia-info{
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ededee;
}
.multimedia-download{
  margin-top: 10px;
  padding: 10px;
  background: #ededee;
}

.readmore { background-image: url(images/readmore-left3.png); height: 24px; display: block; float: right; margin: 0 15px 5px 0; }
		.readmore a {background: url(images/readmore-right3.png) no-repeat right;  margin-right: -15px;  height: 21px; display: block; color: #444334; text-shadow: 1px 1px 0px #fff; padding: 2px 14px 0 14px; font-family: Arial; float: right; }


#newsletter {
  position: relative;
  padding: 10px;
  width: 190px;
  height: 120px;
  background: url(images/bg-nl.png) no-repeat;
  color: #000;
}

#newsletter #email{
  position: absolute;
  top: 60px;
  padding: 0 3px;
  width: 184px;
  height: 31px;
  background: url(images/bg-nl-input.png) no-repeat;
  color: #fff;
  border: 0;
}

#newsletter #register{
  position: absolute;
  top: 95px;
}

