/* general tags */

body {
  font-family: "Trebuchet MS", Georgia, Tahoma;
  font-size: 11px;
  color: #000;
  background-color: #fff;
  margin: 0px;
}

p {
  text-align: justify;
}

a {
  color: #069;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: square;
}

table {
  font-family: "Trebuchet MS", Georgia, Tahoma;
  font-size: 11px;
}

hr {
  border: 0px;
  background-color: #ddc;
  width: 70%;
  text-align: center;
}

form {
  margin-right : 36px;
  margin-top : 0px;
  padding : 12px
}

input {
  background-color: #EAEAEA;
  border: 1px solid #999;
}

textarea {
  background-color : #EAEAEA;
  border : 1px solid #999;
  width: 300px;
}

/* Header */

#my_site{/*#contenedor-general {*/
  position: relative;
  width: 90%;
  margin: 0 auto 0 auto;
}

#my_header{/*#cabecera {*/
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  color: white;
  background-color: #3991EE;
}

#my_header_header{
  width: 100%;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  border: solid blue 2px
}

#my_header_header_text{
  /*position: relative;
  float: left;
  width: 75%;*/
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  border: solid red 2px
}

#my_header_header_text h1{/*#cabecera h1 {*/
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
  border: solid green 2px
}

#my_header_header_text h1 span{
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
}

#my_header_header_user{
  position: relative;
  width: 25%;
}

#my_header_menu{
  padding: 0px;
  width: 100%;
  background-color: #FFF;
}

#my_header_menu table{
  width: 100%;
  background-color: white;
  border: 1px solid #ddc;
}

#my_header_menu table tr{
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

#my_header_menu table td{
  border: 1px solid #ddc;
}

#my_header_menu table td:hover{
  border: 1px solid #000;
  background-color: #ddc;
}


#my_header_menu img{
  vertical-align: middle;
  border: 0;
  margin: 2px 5px 2px 5px;
}

#my_blocks_and_content{
  width: 100%;
  margin: 12px 0px 20px 0px;
}

#my_left_blocks{/*#izquierda {*/
  position: relative;
  float: left;
  width: 20%;
  margin: 0px 0px 10px 0px;
}

#my_main_content_box{/*#central {*/
  position: relative;
  float: left;
  margin: 0px 0px 0px 0px;
  /*width: auto;*/
  width: 75%;
}

#my_main_content {
    position: relative;
    margin: 0px 0px 0px 20px;
}

#my_right_block{/*#derecha {*/
  float: left;
  width: 20%;
  margin-left: 15px;
}

#my_copyright {
  border-top: 1px solid #000;
  text-align: center;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 10px 0 0 0;
}

/* general classes */

.descripcion {
  font-size: 15px;
  font-weight: bold;
}

.warning {
  font-weight: bold;
  font-size: 13px;
  color: #FF6500;
}

/* Blocks */

.my_block {
  border: 1px solid #ddc;
  margin-bottom: 10px;
  padding: 0px;
  background-color: #fff;
}

.my_block_title {
  background-color: #3991EE;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}

.my_block_content {
  padding: 5px;
}

/*.bloque-pie {
  background-color: #f5f5f5;
  color: #888;
  padding: 4px;
  font-size: x-small;
  margin-top: 7px;
  text-align: center;
}*/

.my_block h2 {
  font-size: 12px;
}

.my_block a {
  color: #000;
  text-decoration: underline;
}

/* Estilos en contenido */

.my_content {
  margin-bottom: 10px;
  padding: 0px;
  border: 1px solid #ddc;
}

.my_content_title {
  font-size: 15px;
  color: #FFF;
  font-weight:bold;
  background-color: #3991EE;
  padding: 3px;
}

.my_content_story {
  color: #000;
  line-height: 140%;
  padding: 10px;
  text-align: justify;
}

.my_content_details {
  background-color: #f5f5f5;
  color: #888;
  padding: 4px;
  font-size: x-small;
  margin-top: 5px;
  text-align: center;
  border: 1px dotted #CDCECD;
}

.my_content img {
  float: right;
}

/* comments */

.my_comment {
  border: 1px dotted #CDCECD;
  padding: 5px;
  margin-bottom: 5px;
}

.my_comment_title {
  font-size: 13px;
  font-weight: bold;
}

.my_comment img {
  float: left;
  margin-right: 3px;
}

/* Common Navbar CSS - Add if not already included */
#navcontainer a { text-decoration: none; }

#navcontainer ul  {
    margin: 0px;
    list-style-type: none;
    position: relative;
    border: 0px;
    background-color: #667AB3;
    padding: 5px 0px 0px 0px;
    height:26px;
}

#navcontainer li { float: left; display: inline; margin:0px; padding-top:6px; padding-bottom:5px;}

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited  {
    background-color: #4358E1;
    border:0px solid #4358E1;
    color: white;
    padding: 5px;
    margin:2px;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus  {
    background-color: #55516B;
    border: 0px solid black;
    padding-bottom:7px;
    color: white;
}

/* current Link */
#navcontainer ul a#current {
    background-color: #F2F2F2;
    border: 0px solid black;
    padding-bottom:7px;
    color: #4358E1;
}

#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; }


A.navsubmenu,
A.navsubmenu:visited,
A.navsubmenu:link {
    padding:2 5 15 5px;
    text-decoration: none;
    color:black;
}

A.navsubmenu:hover,
A.navsubmenu:focus  {
    background-color: #55516B;
    color: white;
    text-decoration:none;
}

a.navsubcurrent, 
a.navsubcurrent:visited, 
a.navsubcurrent:link  {
    padding: 2 5 15 5px;
    background-color: #667AB3;
    text-decoration: none;
    color: white;
}
a.navsubcurrent:hover  {
    background-color: #55516B;
    color: white;
}
/* End of NavBar CSS */


/* New GL Common Plugin CSS Declarations */
.pluginBG              { background-color: #EFEFEF; }
.pluginAltBG           { background-color: #1C1E2D; }
.pluginTitle           { color: #1C1E2D; background-color:#CACAAF; font-weight: bold; font-size: 10pt; font-family: Verdana, sans-serif; }
.pluginHeader          { color: #1A3955; font-weight: bolder; font-size: 95%; background-color: #CCC; padding:5px; }
.pluginFooter          { background-color:#EFEFEF; }
.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-size: 8pt; font-weight:normal;}

.pluginSolidOutline    { background-color: #396998; }
.pluginSolidFill       { background-color: #1A3955; }
.pluginCellTitle       { color: #1C1E2D; font-weight: bold; font-size: 80%; font-family: Verdana, sans-serif; background-color: #E5E5EA; }
.pluginCellFill        { background-color: #E5E5EA; }
.pluginCellText        { color: #000; font-weight: plain; font-size: 75%; font-family: Verdana, sans-serif; background-color: #F7F7F7; }
.pluginTinyText        { font-size:65%; }
.pluginSmallText       { font-size:80%; }
.pluginMediumText      { font-size:85%; }
.pluginLargeText       { font-size:90%; }
.pluginAltText         { color: #FFF }

.pluginRow1            { background-color: #EFEFEF; }
.pluginRow2            { background-color: #D9D9D9; }

.pluginRollOver         { color: #1C1E2D; background-color: #FFFF8F; }
.pluginRollOut          { color: #1C1E2D; background-color: #F7F7F7; }

.pluginLinks A:link     { color: #0000FF; font-style: normal; font-weight: plain; text-decoration: none }
.pluginLinks A:visited  { color: #1E1E8E; font-style: normal; font-weight: plain; text-decoration: none }
.pluginLinks A:hover    { color: #0000FF; font-style: normal; font-weight: plain; text-decoration: underline }
.pluginBreadCrumbs, .pluginBreadCrumbs A:link     { color: #EFEFEF; font-style: normal; font-weight: plain; text-decoration: none }
.pluginBreadCrumbs A:visited  { color: #EFEFEF; font-style: normal; font-weight: plain; text-decoration: none }
.pluginBreadCrumbs A:hover    { color: gold; font-style: normal; font-weight: plain; text-decoration: none }

A.pluginButton:link, A.pluginButton:visited {
    color: #000;
    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: url('navbar/images/button_over.gif') repeat-x center; 
    display:block; height:19px; text-decoration:none; background-repeat:repeat-x; background-color:transparent
}
/* END of GL Plugin Common CSS */


/* Forum Plugin specific CSS */
.codeblock  { 
    background-color: #ECE9D8; 
    color: #000;
    width: 470px;
    height: 160px;
    overflow: auto;
    font-size: 11px;
    min-height: 50px;
    max-height: 120px;
    margin: 5px 0px 5px 5px;
    padding:5px;
    border: 1px dashed black;
    }
.quotetop
{
    border-right:1px dotted #000; border-top:1px dotted #000; border-bottom:1px dotted #000; background:#E4EAF2 url('forum/image_set/img_quote.gif') no-repeat right; border-left:4px solid #8394B2; color: #000;
    font-weight: bold;
    font-size: 10px;
    padding: 3px; margin-left:auto; margin-right:auto; margin-top:8px; margin-bottom:0
}

.quotemain
{
    background: #FAFCFE;
    border: 1px dotted #000;
    border-left: 4px solid #8394B2;
    color: #465584;
    padding: 4px;
    margin: 0 auto 8px auto;
}

/* End of Forum specific CSS  */


/* Common CSS for on-hover info feature - Add if not already included */
a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none
}

a.info:hover  {
    z-index:25;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration:none
}

a.info span{display: none}

a.info:hover span { /*the span will display just on :hover state*/
    font-family:Verdana, Tahoma, Arial; 
    font-style:normal;
    font-size: 7pt;
    display:block;
    position:absolute;
    top:3em; left:-15em; width:22em;
    border:1px solid #5D96B9;
    background-color:#FFFFA0; color:#555;
    padding:2px;
    text-align: left;
    text-decoration:none
}
/* End of common CSS for on-hover info feature */

