html, body, form  
{  
  height: 100%;  
  margin: 0;  
  padding: 0;  
}

body
{
    background-repeat: repeat-x;
    background-attachment: fixed;
  
}

.page_head
{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}


.panel
{
    font-family: Verdana;
    font-size: 10px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
}

.space
{
    font-family: Verdana;
    font-size: 10px;
}

.left
{
    vertical-align: top;
}

.center
{
    font-family: Verdana;
    font-size: 10px;
    min-height: 450px;
    height: 100%;
    vertical-align: top;
}

.right
{
    vertical-align: top;
}

.footer
{
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}

.background
{
    background-color: white;
    vertical-align: top;
}

.space_row
{
    font-family: Verdana;
    font-size: 10px;
    background-color: white;
}

.menu_back
{
    background-color: #DCDEE4;
    color: black;
    height: 20px;
}

.tab
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 4px;
    padding-top: 3px;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
}

.active_tab
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    background-color: white;
    color: black;
    text-align: center;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 10px;
    padding-top: 3px;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
}

.submenu_subtitle
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    background-color: white;
    color: black;
    text-align: left;
    padding-right: 3px;
}

.submenu_item, .blocksmenu_item
{
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    padding-right: 3px;
}

.submenu_item, .submenu_active, .submenu_item:hover
{
    font-weight: bold;
}

.submenu_active, .submenu_item:hover, .blocksmenu_item:hover
{
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    color: black;
    text-align: left;
    padding-right: 3px;
}

.submenu_panel
{
    padding-bottom: 9px;
    vertical-align: top;
    text-align: left;
}

.block_head
{
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 10px;
    text-align: left;
    color: black;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.block_body
{
    font-family: Verdana;
    font-size: 10px;
    color: black;
    text-align: left;
    background-color: white;
    padding: 10px;
}

.block_simple_head
{
    font-family: Verdana;
    font-size: 10px;
    text-align: left;
    color: black;
}

.block_simple_body
{
    font-family: Verdana;
    font-size: 10px;
    color: black;
    text-align: left;
}

div.border_head
{
    font-weight: bold;
    padding: 3px;
}

div.border
{
    border: #000000 1px solid;
    padding: 5px;
}

.footer, .tab, div.border_head
{
    color: white;
}

.left, .center, .space_row, .block_head, .block_body
{
    border-left: #DCDEE4 1px solid;
}

.right, .center, .space_row, .block_head, .block_body
{
    border-right: #DCDEE4 1px solid;
}

.submenu_subtitle, .block_head, .block_body
{
    border-top: #DCDEE4 1px solid;
}

.submenu_panel, .block_head, .block_body
{
    border-bottom: #DCDEE4 1px solid;
}

.grid_footer
{
    font-weight: bold;
    text-align: center;
}

.grid_print
{
    font-size: 11px;
}

.gallery
{
    text-align: center;
    background-color: #F5F5F5;
    border: #EAEAEA 1px solid;
}

.gallery_border
{
    background-color: #FFFFFF;
    border: #EAEAEA 1px solid;
}

.popup_modal
{
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;
}

.blackboard_border
{
    border-style: solid;
    border-width: 5px;
}

.LinkButton
{
    background-color: #79889B;
    color: White;
    font-weight: normal;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 2px;
    text-decoration: none;
    background-image: url(../../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 10px;
    font-family: Verdana;
    cursor: hand;
    border: silver 1px solid;
}
