/*MAIN -- IMPORTANT */

body {font-family: Verdana, Arial; font-size: 14px;}

.wrapper 
{
    width: 1px; 
    position:absolute; 
    left: 50%; 
    top:0px; 
}

.main 
{
    width: 800px; 
    position:absolute; 
    left:-400px; 
    top:0px; 
    background-image:url(../images/table_bg.gif);
}

h1
{
    margin: 5px auto;
    font-size: 14px;
    color: #353535;
    text-decoration: underline;
}

h1 a
{
    margin: 5px auto;
    font-size: 14px;
    color: #353535;
    text-decoration: underline;
}

h3 a
{
    margin: 5px auto;
    font-size: 14px;
    color: #353535;
    text-decoration: underline;
}

.serveris
{
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 9px;
    color: #666666;
}

.info_table
{
    width: 800px;
}

.feed_container
{
    width: 800px;
    border: 1px solid Gray;
    height: inherit;
}

.feed_title
{
    padding: 5px;
    background-color: #ededed;
    font-weight: bold;
    font-size: 14px;
}

.feed_title a, .feed_title a:link, .feed_title a:visited { text-decoration:underline; color: Black; }
.feed_title a:hover { text-decoration: underline; color: Gray; }
.item {border-top: 1px solid Gray; padding: 5px; }
.item_title { color: Black; }
.item_title a, .item_title a:link, .item_title a:visited { text-decoration:underline; color: Black; }
.item_title a:hover { text-decoration: underline; color: Gray; }
.item_content { font-size: 12px; }
