@import url(document.css);
@import url(list.css);
@import url(details.css);

body
{
background: #D5D5D5 url(../img/background.gif) repeat-x fixed top;
text-align: center;
padding:0px;
margin:0px;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
font-size: 11px;
/*behavior: url("lib/csshover.htc");*/
}

img
{
border: 0px none;
margin: 0px;
}


div#conteiner_outer
{
margin:0px auto 10px auto;
padding:0px;
width:920px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shadow-trans.png', sizingMethod='scale')
}
html>body div#conteiner_outer
{
background: transparent url(../img/shadow-trans.png);
}

div#conteiner_inner
{
margin:auto;
text-align: left;
width:898px;
background-color: #ededed;
}

div.black_bar
{
margin:0px;
padding: 3px 15px;
background-color: Black;
border-top: 1px solid white;
border-bottom: 1px solid white;
border-width: 1px 0px;
color: White;
font-size: 11px;
}
div.black_bar_center
{
text-align: center;
}

div#document
{
background-color: #ededed;
}




div.black_bar a
{
color:silver;
text-decoration: none;
}

div.black_bar a:hover
{
color:#D43541;
text-decoration: none;
}


div#header_bar
{
position:absolute;
background: red;
top:132px;
height:28px;
}

div#header_bar a
{
display:block;
position: absolute;
height:28px;
background-color: White;
filter:alpha(opacity=0);
-moz-opacity:0;
}

div#header_bar a:hover
{
filter:alpha(opacity=30);
-moz-opacity:0.3;
}
