/*
*	@author Tereso Ramos G - tramos@d-webstudio.com
*	Update: 29-07-2009
*/

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

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

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

#menu-top{
  height: 40px;
}

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

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

#content{
  padding: 0 10px 10px 10px;
  background: #fff;
}

#menu-bottom{
  height: 30px;
  padding-left: 35px;
  background: url(images/bg-menu-bottom.png) center no-repeat;
}

#footer{
  margin-bottom: 30px;
  padding: 15px 20px 55px 20px;
  background: #d8e389;
}

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

#login{
  color: #fff;
  margin-left:160px;
}
#login a{
  line-height: 30px;
  color: #fff;
}


.clear{ clear: both;}

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

a:hover {
  color: #000;
}

#footer a{
  color: #444334;
  text-decoration: underline;
}

#footer a:hover{
  color: #000;
  text-decoration: underline;
}

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 1em 0;
}

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 {
  border: 0;
  margin-top: 4px;
  padding: 3px 6px;
  background: #b1c800;
  color: #464e57;
  /*font-weight: bold;*/
}

button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus ,input[type="button"]:hover, input[type="button"]:focus{
  border: 0;
  color: #fff;
  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;
}

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-color:#b1c800;
  font-weight:bold;
  font-size:larger;
  padding:3px;
  text-align:left;
  color: #fff;
}

th a{
color: #fff;
}

h1 {
  font-size:125%;
  line-height: 130%;
}
h2 {
  font-size:120%;
  line-height: 130%;
}
h3 {
  font-size:115%;
  line-height: 115%;
}
h4 {
  font-size:110%;
  line-height: 110%;
}

img{
  margin: 0;
  padding: 0;
  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: 3px 0 0 0;
  width: 70px;
  height: 27px;
  line-height: 27px;
}

#donate a{
  color: #464e57;
}

#donate a:hover{
  color: #fff;
  text-decoration: none;
}



/* search form */
#searchform {
  float: right;
  margin: 7px 0 0 0;
  padding: 0; 
  /*height: 20px;*/
  text-align: left;
}

#searchform #s{
  background: transparent;
  height: 16px;
  width: 140px;
  margin: 0;
  padding: 0 3px;
  border: 1px #464e57 solid;
  font-size: 100%;
}

#searchform #searchsubmit {
  margin: 0;
  background: #fff;
  color: #464e57;
  height: 20px;
  width: 70px;
  border: none;
  line-height: 1;
  cursor: pointer;
  font-weight: normal;
  font-size: 100%;
}

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

/* Admin lists ****************************************************************/
.admin-menu-icon {
  float:left;
  padding:5px;
}
.admin-menu { /* the box around the menu */
  padding:5px;
  border:1px solid #ededee;
}
.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;
}
.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 {
 margin:5px 10px 15px 10px;
}
.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:200px;
  height:1px;
}

.block-content,
.block-content-right,
.block-content-left {
  background:transparent;
  color:#000000;
  padding-bottom:2px;
  padding-top:2px;
  clear:both;
}
.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-divider {
  background:#FFFFFF;
  border-bottom:1px solid #f3f3e9;
  border-top:1px solid #e5e5dc;
  padding-top:2px;
  margin: 5px 0 10px 0;
}

.block-featured-left {
  background:#fff;
  padding-bottom: 15px;
}
.block-featured-right {
  background:#fff;
  padding-left: 10px;
  padding-bottom: 15px;
}
.block-helpicon {
  padding-top:5px;
  text-align:right;
  float:right;
}

.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  background:transparent;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}

/* Blocks extras **************************************************************/
.block-sheet{
border-top: 3px #c0cb00 solid;
background: #ededee url(images/bg-sheet.png) center bottom no-repeat;
margin-top: 15px;
padding-bottom: 12px;
}

.block-sheet ul{
margin:0;
padding-left: 20px;
}

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

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

.block-h2-smart{
   padding: 3px 15px;
   margin-top: 15px;
   background: #b1c800;
   color: #fff;
}
.block-h2-smart h2{
  color: #fff;
  text-transform:uppercase;
}

.block-box-smart{
  width: 200px;
  background: #eff4cc url(images/bg-box-smart.png) right bottom no-repeat;
  /*padding: 0 15px 15px 15px;*/
}

.block-box-smart li{
  list-style:none;
}


#block-box-helpuccs{
  width: 180px;
  padding: 5px 15px 15px 15px;
  background: #eff4cc url(images/bg-box-smart.png) right bottom no-repeat;
}

.block-donation{
  padding: 2px;
  font-size: 12px;
  background: #dedec4;
  border: 1px #a4ac5d solid;
}
.block-donation:hover {
  border: 1px #a4ac5d solid;
}

.donation-btn{
  margin: 0 0 4px 5px;
}

.block-featured-pages-h2 h2{
   padding: 3px 15px;
   margin: 15px 0 10px 0;
   background: #b1c800;
   color: #fff;
}

.block-featured-pages-h2 h2 a{
   color: #fff;
}
.block-featured-pages{
padding: 10px:
}

.block-box-warning {
  background: #b1c800;
/*  margin: 10px 0;*/
  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;
}

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

/* smart menu */
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  /*width: 15em;*/
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  border-bottom: 2px #fff solid;
}

ul.menu li a {
  padding: 5px 15px;
  color: #464e57;
}

ul.menu li a:hover {
  /*background: #000;*/
}

ul.menu li ul li a {
  background: #dedec4;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
 /* background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;*/
}


/* top menu */
#nav-box{
float: right;
}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height: 30px; 
}

#nav a{
display:block;
padding:0px 10px;
color:#fff;
text-decoration:none;
background:#464e57;
}

#nav a:hover{
background: #b1c800;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:180px;
top:30px;
}

#nav li ul a{
width:180px;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:180px;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}


/* nav bar menu */
#hmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#hmenu li {
  float: left;
  margin: 0;
  padding: 0;
}
#hmenu a {
  color: #464e57;
  display: block;
  float: left;
  margin: 0;
  padding: 3px 10px 0 10px;
  line-height: 27px;
  text-decoration: none;
}
#hmenu a:hover {
  color: #fff;
}
/**/

/* Comments *******************************************************************/
.commentbar-line1 {
  background:transparent;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  background:#ededee;
  text-align:center;
  padding: 3px;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commenttitle {
  background:#ededee;
  padding: 2px; 
}
#commentarea li{
list-style-type: square;
}

/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up {
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size: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 {
  /*font-weight:bold;*/
  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 {
  position: relative;
}
.story-body {
  padding-top: 5px;
}
.story-featured {
  position: relative;
}

.story-icons {
  /* print & mail icons in a storybox */
float:right;
padding-top:10px;
}
.story-icons a {
margin-left:5px;
}
.story-container {
  /* frame around all stories & centerblocks*/
padding: 15px 0 0 0;
width:100%;
vertical-align:top;
}
.story-footer {
  /* the bottom of the story with edit-links etc */
padding:10px 0 5px 0;
clear:both;
}
.story-footer p {
padding:0px;
margin:0px;
}
.story-footer .info {
}

.story-information {
  /* the author, views and date of a story */
margin: 5px 0;
background:transparent;
line-height: 1.2em;
}
.story-information p {
padding:0px;
margin:0px;
}

.read-more{
  text-align: right;
  font-size: 90%;
}

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

.story-container li{
  padding: 0px;
  margin-left: 3em;
  margin-bottom: .6em;
}

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

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

.story-no a{
  text-decoration: none;
  color: #666;
}

.news-home{
border-top: 3px solid #b1c800;
margin-bottom: 5px;
}

.news-home h2{
border-bottom: 2px dotted #bfbfbf;
}

.list-news{
  padding: 0px;
  margin: 0px;
}
.list-news li{
  list-style: none;
}

.news-date{
  width: 85px;
  display: block;
  float: left;
}
.news-items{
  width: 390px;
  display: block;
  float: left;
  padding-bottom: 5px;
}


.p-style{
  padding-left: 16px;
  background: url(images/p-style.png) no-repeat;
}

.p-style2{
  margin: 0;
  padding-left: 16px;
  background: url(images/p-style.png) no-repeat;
}

.ui-tabs-panel p{
  padding-left: 16px;
}

.usrls{
  padding: 3px 10px;
}

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

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

/******************************************************************************/
.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:#b1c800;
  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:#eff4cc;
  /*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:#fff;
}
.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:#eff4cc;
  line-height:160%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#dedec4;
  line-height: 160%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:160%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#F7F7F7;
  line-height:160%;
}
.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:#ededee;*/
  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;
  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:#666;
  font-style:normal;
  font-size:.8em;
  line-height: 1.3em;
  display:block;
  position:absolute;
  background-color:#eff4cc;
  padding:4px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:180px;
}
/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */

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

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

/* UCCS calendar  */
#calendaruccstop
{
margin:0 auto;
width: 560px;
padding: 8px 7px 0 7px;
background: url(images/calboxtop.png) center top no-repeat;
}

#calendaruccstop button{
margin: 0;
padding: 0;
border: 0;
background: none;
cursor: pointer;
}

#calendaruccsbottom
{
margin:0 auto;
width: 574px;
height: 20px;
background: url(images/calboxbottom.png) center bottom no-repeat;
}

#calendaruccs
{
margin:0 auto;
width: 518px;
padding: 10px 28px;
background: url(images/calboxbg.png) repeat-y;
}

.mycal td{
font-family: "trebuchet ms", georgia, "lucida sans unicode", sans-serif;
padding: 4px 0;
}

.mycalTopTitle {
color: #fff;
background-color:#cbe1af;
font-size:170%;
font-weight:bold;
}
.mycalTitle {
width:74px;
line-height: 30px;
color: #fff;
background: url(images/caltitle.png) center center no-repeat;
font-size:130%;
}
.mycalDateField {
width:74px;
line-height: 36px;
background: url(images/date.png) center center no-repeat;
font-size:180%;
font-style: italic;
}
.mycalDateField a {
color: #ac9393;
text-decoration: none;
}
.mycalEventHighlight {
width:74px;
line-height: 36px;
background: url(images/eventhighlight.png) center center no-repeat;
font-size:180%;
font-style: italic;
}
.mycalEventHighlight a {
color: #3771c8;
}
.mycalTodayHighlight {
width:74px;
line-height: 36px;
background: url(images/today.png) center center no-repeat;
font-size:180%;
font-style: italic;
}
.mycalTodayHighlight a {
color: #55d400;
text-decoration: none;
}
.mycalNextMonth {
width:74px;
line-height: 36px;
background: url(images/othermonth.png) center center no-repeat;
font-size:180%;
font-style: italic;
}
.mycalNextMonth a {
color: #999;
text-decoration: none;
}

/* news menu */

#menu_topics_news{
  border-bottom: 1px solid #ededee;
  line-height: 30px;
  margin-bottom: 10px;
}

#menu_topics_news ul{
  width: auto;
  height: 30px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
}
#menu_topics_news li {
  float:left;
}
#menu_topics_news a {
  text-align:center; 
  padding: 0 5px;
  font-size: 120%;
  float:left;
  color:#26475d;
}
#menu_topics_news a:hover {
  text-decoration: none;
}

#menu_topics_news .topic-selected{
  font-size: 140%;
  text-decoration: none;
}

/* sitemap  */
.sitemap li{
  list-style:none;
  /*font-weight: bold;*/
  color: #000;
}

.sitemap-item li{
  margin-left: 10px;
  list-style:none;
  font-weight: normal;
  color: #000;
}

/* jqalert */
.jqalert {
background-color: #fff;
font: 1em/1.4em Arial,Helvetica, sans-serif;
text-align: center;
}

.jqalert-buttons button{
border: 0;
margin: 4px 0;
padding: 3px 6px;
background: url("images/but-bg.png") center repeat-x;
color: #f0f5d6;
font-weight: bold;
font-size: 95%;
}

.jqalert-title{
padding:7px 0 5px 10px;
margin-bottom:1px;
background-color:#e8e8e8;
cursor: default;
text-align: left;
}

.jqalert-icon{

}

.jqalert-message{
padding: 2px 10px;
min-height: 50px;
text-align: left;
}

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


/* Forum Plugin specific CSS */
.codeblock  { 
  background-color:#ECE9D8; 
  color:#000;
  width: 550px;
  height: 160px;
  overflow: auto;
  min-height: 50px;
  max-height: 120px;
  margin: 5px 0px 5px 5px;
  padding:5px;
  border: 1px dashed black;
}
.quotemain
{
  background:#FAFCFE url('forum/image_set/img_quote.gif') no-repeat top right;      
  border: 1px dotted #000;
  border-left: 4px solid #8394B2;
  color:#465584;
  padding: 4px;
  margin: 5px auto 8px auto;
}

/* CSS Declarations for Code block feature - default will use the .php one */
div .php { max-height:400px; overflow:auto; height:auto; width:auto; min-height:100px; }
div .html { height:300px; overflow:auto; width:auto; min-height:100px; }  
div .css { height:300px; overflow:auto; width:auto; min-height:100px; }  

/* END of Forum 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;
}
#custom_topics input{
}

/* PDF */

.pdf {
  display: block;
  width: 122px;
  height: 14px;
  background: url(images/pdf.png) no-repeat;
  text-indent: -999%;
}

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


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