/* CSS Document */

html, body
{
    font-size: 100%;
    padding:0px;
    margin: 0px;
    width:100%;
    background-color:#abcaca;
}

#ul_gif { list-style-image: url("/css/css1/site/listitem.gif");}

#line_break{
  border-top: 1px dashed black;
  background-color: transparent;
}

a:link { color: #006597; text-decoration: none; }
a:active, a:visited { 	color: #005784;	text-decoration: none; }
a:hover { color: #D46400;	text-decoration: underline; }

#search
{
    position:absolute; 
    padding: 0;
    right:1%;
    background: transparent;    
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 5px;    
}

#wrap_socialbookmarks
{
    position:relative;
    margin-top:1%;
    margin-left:1%;
    width:98%;
    padding:0px;
    background:#c6e7e7;
}

#search_input 
{ 
    background-color: white; 
    font: 12px verdana, arial, helvetica, sans-serif;
    color:black;
    border:1px solid black;
}

#search_button
{
    border:outset 1px #ccc;
    background:#c6e7e7;
    color:black;
    font-weight:bold;
    padding: 1px 2px;
    
}

#align_left
{
   float:left;
   text-align:left;
   padding:0px;
   margin:0px;
}

#align_right
{
   float:right;
   text-align:right;
   padding:0px;
   margin:0px;
}

#wrap_main
{
    position:relative;
    margin-top:1%;
    margin-left:1%;
    width:98%;
    padding:0px;
    background:#c6e7e7;
}

#wrap_padding
{
    padding:10px;
}

#wrap_footer
{
    position:relative;
    top : 0px;
    left: 0px;
    margin-right:1%;
    margin-left:1%;
    margin-top:5px;
    
    padding:5px;
    
    height: 20px;
    background-color:#c6e7e7;
}

#wrap_outer_logo
{
    position:relative
    top:0px;
    left:0px;
    background-image: url("/css/css1/barra.gif");
    background-repeat: repeat-x;
}

#wrap_logo
{
    position:relative;
    top : 0px;
    left: 7%;
    width:320px;
    height:98px;
    background-image: url("/css/css1/logo.gif");
    background-repeat: no-repeat;
}

#wrap_menu
{
    position:relative;
    top : 0px;
    left: 0px;
    height:26px;
    width:100%;    
    background-color:#8AB8B8;
}

#wrap_text_state
{
  background:#c6e7e7;
  height:15px;
}

#login {
 float : right;
 margin-right:10px;
 margin-top:5px;
}

#place {
  float : left;
  margin-left:10px;
  margin-top:5px;
  text-align:left;
}

#wrap_state {
   position:relative;
   margin-top:1%;
   margin-left:1%;
   margin-right:1%;
   height:30px;
   background-color:#c6e7e7;
}

#ddcolortabs
{
    position:relative;
    top:0px;
    height:20px;
    margin-top:0px;
    padding-top:0px;
    background-color:white;
}

#ddcolortabs ul
{
    font: bold 11px Arial, Verdana, sans-serif;
    margin-right:2%;
    list-style:none;
    padding-top:0px;
    margin-top:0px;
    float:right;
}

#ddcolortabs li
{
    display:inline;
}

#ddcolortabs a
{
    float:left;
    color: white;
    background: #8ab8b8 url("/css/css1/color_tabs_left.gif") no-repeat left bottom;
    margin:0 2px 0 0;
    padding:0px 0px 0px 0px;
    text-decoration:none;
    letter-spacing: 1px;
}

#ddcolortabs a span
{
    display:block;
    background: transparent url("/css/css1/color_tabs_right.gif") no-repeat right bottom;
    padding:4px 9px 2px 6px;
    padding-left:10px;
    padding-right:10px;
}

#ddcolortabs a:hover
  {
    background-color: #abcaca;
}

#ddcolortabs a:hover span
{
    background-color: #abcaca;
}

#ddcolortabs #current a, #ddcolortabs #current span
{ 
    background-color: #abcaca;
}

#invertedtabs
{
    margin-left: 4px;
    padding: 0;
    width: 98%;
    background: transparent;    
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 5px;
}

#invertedtabs ul
{
    font: bold 11px Arial, Verdana, sans-serif;
    margin:0;
    margin-bottom: 1em; /*margin between menu and rest of content*/
    padding:0;
    list-style:none;
}

#invertedtabs li
{
    display:inline;
    margin:0 2px 0 0;
    padding:0;
    text-transform:uppercase;
    line-height: 1.5em;
}

#invertedtabs a
{
    float:left;
    color: white;
    margin:0 2px 0 0;
    padding:0 0 0 3px;
    text-decoration:none;
    letter-spacing: 1px;
}

#invertedtabs a span
{
    float:left;
    display:block;
    background: transparent url(media/color_tabs_right2.gif) no-repeat right bottom;
    padding:3px 9px 3px 6px;
}

#invertedtabs a span
{
    float:none;
}


#invertedtabs a:hover
{
    background-color: #abcaca;
}

#invertedtabs a:hover span
{
    background-color: #abcaca;
}

#invertedtabs #current a, #invertedtabs #current span
{ /*currently selected tab*/
    background-color: #abcaca;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #8ab8b8;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

