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: 11px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
}

.space, .slideshowviewer
{
    font-family: Verdana;
    font-size: 11px;
}

.left
{
    vertical-align: top;
}

.center
{
    font-family: Verdana;
    font-size: 11px;
    min-height: 450px;
    height: 100%;
    vertical-align: top;
}

.right
{
    vertical-align: top;
}

.footer, .header
{
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    height: 20px;
}

.background
{
    background-color: white;
    vertical-align: top;
}

.space_row
{
    font-family: Verdana;
    font-size: 11px;
    background-color: white;
}

.menu_back
{
    /* background-color: #DCDEE4; */
    background-color: #e3e2e2;
    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;
}

.tab:hover
{
    text-decoration: none;
}

.active_tab
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    background-color: white;
    color: black;
    text-align: center;
    text-decoration: none;
    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;
}

.active_tab:hover
{
    text-decoration: none;
    color: black;
}

.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, .submenu_active, .submenu_item:hover, .blocksmenu_item, .blocksmenu_item:hover
{
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    padding-right: 3px;
}

.submenu_item, .submenu_active, .submenu_item:hover, .blocksmenu_item, .blocksmenu_item:hover
{
    font-weight: bold;
}

.submenu_active, .submenu_active:hover, .submenu_item:hover, .blocksmenu_item:hover
{
    color: black;
}

.submenu_active:hover
{
    text-decoration: none;
}

.submenu_panel
{
    padding-bottom: 9px;
    vertical-align: top;
    text-align: left;
}

.block_head
{
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 11px;
    text-align: left;
    color: black;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.block_body
{
    font-family: Verdana;
    font-size: 11px;
    color: black;
    text-align: left;
    background-color: white;
    padding: 10px;
}

.block_simple_head
{
    font-family: Verdana;
    font-size: 11px;
    text-align: left;
    color: black;
    font-weight: bold;
}

.block_simple_body
{
    font-family: Verdana;
    font-size: 11px;
    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, .slideshowviewer, .slides
{
    border-left: #DCDEE4 1px solid;
}

.right, .center, .space_row, .block_head, .block_body, .slideshowviewer, .slides
{
    border-right: #DCDEE4 1px solid;
}

.submenu_subtitle, .block_head, .block_body, .slideshowviewer, .slides
{
    border-top: #DCDEE4 1px solid;
}

.submenu_panel, .block_head, .block_body, .slideshowviewer, .slides
{
    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
{
    -moz-box-shadow: inset 0px 1px 4px -10px #ffffff;
    -webkit-box-shadow: inset 0px 1px 4px -10px #ffffff;
    box-shadow: inset 0px 1px 4px -10px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    min-width: 25px;
    border-radius: 7px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #444444;
    font-family: Verdana;
    font-size: 10.5px;
    font-weight: bold;
    padding: 3px 8px 3px 8px;
    text-decoration: none;
    text-shadow: 1px 0px 3px #ffffff;
}
.LinkButtonSmaller
{
    -moz-box-shadow: inset 0px 1px 4px -10px #ffffff;
    -webkit-box-shadow: inset 0px 1px 4px -10px #ffffff;
    box-shadow: inset 0px 1px 4px -10px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    min-width: 25px;
    border-radius: 6px;
    border: 1px solid #A9A9A9;
    display: inline-block;
    color: #444444;
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    text-shadow: 1px 0px 3px #ffffff;
}

.LinkButton:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}


.title2
{
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px;
    font-weight: bold;
    margin: 0px;
    position: inherit;
}

.gismarkertitle
{
    background-color: #ffffff;
    border: 1px #000000 solid;
    font-family: Arial;
    font-size: 9px;
}

table
{
    float: none;
}

.maintable
{
    margin: 0 auto;
    float: inherit !important;
}

.btnExport .rtbText
{
    background-image: none !important;
    background-image: url(../../images/excel-icon.gif) !important;
    background-repeat: no-repeat;
}

/*@media screen
{
    .maintable
    {
        width: 950px;
    }
}*/

/* SKINS */

.RadMenu_Silk, .RadButton_Office2010Black .rbDecorated
{
    font-family: Verdana !important;
    font-size: 11px !important;
}

.rdContent
{
    overflow-y: hidden !important;
}

/*.RadDockZone_Default, .RadDockZone_Default.rdVertical, .raddockzone
{
    padding: 0 !important;
}*/