﻿html
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
body, form1
{
    padding: 0px;
    margin: 0px;
}

a
{
    color: #267CC4;
    border-style: none;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border-style: none;
}

a img:hover
{
    border-style: none;
}

h2
{
    padding-top: 0px;
}

#shellBig
{
    background-position: center top;
    background-color: #ffffff;
    height: 500px;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('Images/portal_bckrnd.png');
    background-repeat: no-repeat;
    color: #666;
}

#shell
{
    background-color: #ffffff; 
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: url('Images/portal_bckrnd.png');
    background-repeat: repeat-x;
    color: #666;
}

#header
{
    padding: 10px 5px 10px 5px;
}
.title
{
    font-size: 18px;
    color: #FFFFFF;
}

.logoBig
{
    float: left;
    padding-top: 25px;
}

.logoSmall
{
    position: absolute;
    float: right;
    right: 50px; /*margin-left: 885px;*/
    top: -5px;
}

#menuShell, #subMenuShell
{
    background-color: #999999;
    color: #FFFFFF;
}

#menuShell
{
    font-size: 16px;
}

#subMenuShell
{
    font-size: 14px;
    background-color: #3366FF;
    height: 25px;
}

#menu
{
    padding: 5px;
}

#subMenu
{
    padding: 5px 5px 5px 5px;
}

#menu ul, #subMenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

#menu li, #subMenu li
{
    float: left;
    padding-right: 15px;
}

#menu li.active
{
    font-weight: bold;
}

#subMenu li.active
{
    font-weight: bold;
}

#menu a, #menu a:active, #menu a:visited, #subMenu a, #subMenu a:active, #subMenu a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#menu a:hover, #subMenu a:hover
{
    text-decoration: underline;
}

#content
{
    padding: 3px 5px 5px 5px;
    background-color: #FFFFFF;
}

#sitemappath_Breadcrumb a, #sitemappath_Breadcrumb a:active, #sitemappath_Breadcrumb a:visited
{
    text-decoration: none;
    color: #0033CC;
}

#footer
{
    height: 40px;
    background-color: #EEEEEE;
    text-align: center;
    padding-top: 25px;
}

.pageTitle
{
    font-size: 18px;
    font-weight: bold;
}

.pageDescription
{
    font-size: 10px;
    font-style: italic;
    color: #3399FF;
}

.listview
{
    border: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
    table-layout: auto;
}

.listview th
{
    padding: 3px;
    border: 1px solid #CCCCCC;
    background-color: #005f9c;
    color: #FFFFFF;
    font-weight: bold;
}

.listview th a
{
    color: #FFFFFF;
}

.listview tbody tr td
{
    padding: 3px;
}

.listview tbody tr:hover
{
    background-color: #EEFFFF;
}

.headerCell
{
    padding: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0066FF;
}

.hint
{
    font-size: 10px;
    font-style: italic;
    color: #666666;
}

.alert {
    margin: 25px;
    padding: 10px;
}

.alert-warning {
    border: 1px solid #ffe69c;
    background-color: #fff3cd;
}

.alert-danger {
    border: 1px solid #f1aeb5;
    background-color: #f8d7da;
}

.alert-success {
    border: 1px solid #a3cfbb;
    background-color: #d1e7dd;
}