/* CSS Document */
li image
{
  border:2px solid #FFFFFF;
}
div.dialogo
{
  border:1px solid #666666;
  background-color:#eee;
  color:#333;
  position:absolute;
  visibility:hidden;
  z-index:2500;
}

.span_load
{
background-repeat:repeat-x;
padding:0px 30px;
opacity:70%;
width:300px;
}

tr.odd
{
background-color:#ccf;
}
tr.even
{
 background-color:#eee;
}
caption
{
  font-size:16px;
  font-weight:900;
  color:#666666;
}
div#myData
{
   height:650px;
   border:1px solid #999999;
   overflow:auto;
   padding:5px;
}
div#loading
{
 height:45px; 
 z-index:2007;
 text-align:center;
 visibility:visible;
 overflow:auto;
 vertical-align:middle;
 font-size:16px;
 font-weight:bold;
 color:#000;
}
input.text
{
 background-color:#eee;
 border:1px solid #0099CC;
 width:300px;
}
span.ast
{
 font-weight:bold;
 color:#FF0000;
}
.linkText
{
  cursor:default;
  color:#FF0000;
  font-weight:bold;
}
.file
{
 background-color:#FFFFFF;
 border:1px solid #ccc;
}
li a img
{
 border:5px solid #fff;
}
img
{
 border:none;
}
.inputText
{
 border:1px solid #ccc;
 background-color:rgb(253,253,253);
 width:100%;
}
.inputText:hover
{
  border:1px solid #999;
  background-color:rgb(253,253,250);
}
.inputText:active
{

 border:2px solid #999;
 background-color:rgb(153,250,250);
}
table
 {
   border-right:1px solid #999;
   border-bottom:1px solid #666;
   border-left:1px solid #ccc;
   border-top:1px solid #ccc;
   background-color:#FFFFFF;
 }
textarea
{
 width:100%;
}
input.button
{
   padding:0px 15px; 
   height:24px;
   border:1px solid #ccc;
   background-color:#CCCCCC;
   border-bottom:1px solid #999;
   border-right:2px solid #aaa;
   border-top:1px solid #ccc;
   background-image:url(../images/backDialogT.png);
  background-repeat:repeat-x;
}
img.slogan
{
  float:right;
  margin:5px;
  border:5px solid #fff;
  
}
span.sloganText
{
 text-align:justify;
 font-weight:600;
}

input.button:hover
{
  background-repeat:no-repeat;
  color:#000;
  padding;2px; 
  background-color:none;
  font-weight:bold;
  background-color:#ccc;
   border-bottom:1px solid #999;
   border-left:2px solid #aaa;
   border-top:1px solid #ccc;
   border-right:1px solid #ccc;
   background-image:url(../images/backDialogT.png);
  background-repeat:repeat-x; 
}
span.pagination
{
  padding:0px 10px;
} 
span.pagination a
{
  border:1px solid #ccc;
  background-image:url(../images/backPag.png);
  background-repeat:repeat-x;
  color:#fff;
  padding:5px 5px;
  text-decoration:none;
} 
caption
{
 padding:5px; 
 font-size:18px;
 color:#003366;
 font-weight:bold;
 text-decoration:underline;
}
span.pagination a:hover
{  
  border:1px solid #cba;
  background-image:url(../images/backPags.png);
  background-repeat:repeat-x;
  text-decoration:underline;
} 
div.pageHolder
{
 margin:5px;
 padding:6px;
 text-align:center;
}
/*======  Menu================*/
  ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;font:bold 16px Helvetica, Verdana, Arial, sans-serif;line-height:165%;width:200px;}
  ul.vert-one li{margin:0;padding:0;border-top:1px solid #4D0000;border-bottom:1px solid #761A1A;}
  ul.vert-one li a{display:block;text-decoration:none;color:#fff;background:#600;padding:0 0 0 20px;width:180px;}
  ul.vert-one li a:hover{background:#900 url("/code/vert-one/images/vert-one_arrow.gif") no-repeat 0 9px;}
  ul.vert-one li a.current,ul.vert-one li a.current:hover{background:#933 url("/code/vert-one/images/vert-one_arrow.gif") no-repeat 0 9px;}