#main_website
{
    min-width: 820px;
}

body
{
    background-image: url(../images/header-background.png);
    background-position: right top;
    background-repeat: repeat-y;
    height: 100%;
}

#main_header_full_width
{
}

.horizontal-line
{
    color: #bbb;
    background-color: #bbb;
    height: 2px;
}
.vertical-sepator-10px
{
    height: 10px;
    background-color: transparent;
}

.vertical-sepator-1px
{
    height: 1px;
    background-color: transparent;
}

#main_header
{
    background-color: transparent;

    padding: 10px;
    height: 65px;
    width: 820px;
    margin:0px 10px;
    overflow: hidden;

}

#main_body_full_width
{
    background-color: #FFF;
    padding: 15px 0px;
}

#main_body
{
    /* width: 100%; */
    margin:0px 10px;
    overflow: hidden;

}

#main_footer_full_width
{
}

#main_footer
{
    width: 820px;
    margin:0px auto;
    overflow: hidden;
    height: 100%;

}

.small-text
{
    font-size: 9px;
}

.normal-text
{
    font-size: 13px; /* Set same on reset.css */
}

.big-text
{
    font-size: 16px;
}

#main_left_menu
{
    float: left;
    width: 150px;
}

#main_content
{
    float: left;
    margin: 0px 15px;
}


.customPagerLayoutPagerItem
{
    text-decoration: none;
    color: #000;
    border-style:solid;
    border-width:1px;
    border-color: black;
    padding: 0px 3px;
}

.customPagerLayoutPagerItem:hover
{
    background-color: #DDD;
}

.customPagerLayoutPagerItemSelected
{
    text-decoration: none;
    color: #000;
    background-color: #AAA;

    border-style:solid;
    border-width:1px;
    border-color: black;
    padding: 0px 3px;
}

.basicTable
{
    bo
}
