/*@font-face {
    font-family: Yanone Kaffeesatz;
    src: url('../fonts/YanoneKaffeesatz-Regular.eot');
    src: local(Yanone Kaffeesatz), url('../fonts/YanoneKaffeesatz-Regular.ttf');
} */

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

body {
    font: normal .85em arial, sans-serif;
    background: #F9F9F9;
    color: #555;
}

p {
    padding: 0 0 20px 0;
    line-height: 1.7em;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #362C20;
    letter-spacing: 0em;
    padding: 0 0 5px 0;
}

h1, h2, h4 {
    font: normal 200% arial, sans-serif;
    text-shadow: 1px 1px #FFF;
    margin: 0 0 15px 0;
    padding: 15px 20px 5px 0;
    color: #555;
}

h2 {
    font: normal 150% arial, sans-serif;
}

h4 {
    font: normal 150% "Yanone Kaffeesatz", arial, sans-serif;
    padding: 5px 20px 5px 0;
    margin: 0;
    color: #555;
}

h3 {
    color: #0FCFEB;
    padding: 10px 0 5px 0;
    font: normal 170% arial;
}

h5 {
    color: #888;
    font: italic 95% arial;
    letter-spacing: normal;
    padding: 0 0 15px 0;
}

h6 {
    padding: 5px 0 25px 0;
}

a, a:hover {
    outline: none;
    text-decoration: underline;
    color: #A4AA04;
}

    a:hover {
        text-decoration: none;
    }

blockquote {
    margin: 20px 0;
    padding: 10px 20px 0 20px;
    border: 1px solid #E5E5DB;
    background: #FFF;
}

ul {
    margin: 2px 0 22px 17px;
}

    ul li {
        list-style-type: circle;
        margin: 0 0 6px 0;
        padding: 0 0 4px 5px;
        line-height: 1.5em;
    }

ol {
    margin: 8px 0 22px 20px;
}

    ol li {
        margin: 0 0 11px 0;
    }

.left {
    float: left;
    width: auto;
    margin-right: 10px;
}

.right {
    float: right;
    width: auto;
    margin-left: 10px;
}

.center {
    display: block;
    text-align: center;
    margin: 20px auto;
}

#main, #logo, nav, #site_content, footer {
    /*margin-left: auto; */
    margin-right: auto;
}

#menu_container {
    padding-left: 8px;
}

header {
    background: #202020 url(../images/back.png) repeat-x;
    height: 165px;
}

#logo {
    width: 875px;
    padding-left: 20px;
    position: relative;
    height: 120px;
    background: url(../images/logo.png) no-repeat bottom right;
}

    #logo h1, #logo h2 {
        font: normal 220% arial, sans-serif;
        border-bottom: 0;
        text-transform: none;
        text-shadow: none;
        margin: 0;
    }

    #logo h2 {
        font: normal 140% 'Yanone Kaffeesatz', arial, sans-serif;
    }

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
    padding: 25px 0 0 0;
    color: #FFF;
    text-decoration: none;
}

    #logo_text h1 a .logo_colour {
        color: #09D4FF;
        text-shadow: 0;
    }

#logo_text a:hover .logo_colour {
    color: #FFF;
}

#logo_text h2 {
    padding: 0 0 0 0;
    color: #A8AA94;
}

nav {
    width: 935px;
    height: 44px;
    padding: 0 0 0 4px;
}

#site_content {
    margin: 20px auto 0 0px;
    padding: 0 0 20px 20px;
    min-width: 875px;
}



#content {
    text-align: left;
    width: 600px;
    padding: 0 0 0 5px;
    float: left;
}

    #content ul {
        margin: 2px 0 22px 0px;
    }

        #content ul li, .sidebar ul li {
            list-style-type: none;
            background: url(../images/bullet.png) no-repeat;
            margin: 0 0 0 0;
            padding: 0 0 4px 28px;
            line-height: 1.5em;
        }

footer {
    width: 100%;
    font-family: 'trebuchet ms', sans-serif;
    font-size: 100%;
    height: 80px;
    padding: 25px 0 5px 0;
    text-align: center;
    background: #333;
    color: #A8AA94;
}

    footer p {
        line-height: 1.5em;
        padding: 0 0 10px 0;
    }

    footer a {
        color: #A8AA94;
        text-decoration: none;
    }

        footer a:hover {
            color: #FFF;
            text-decoration: none;
        }

.form_settings {
    margin: 15px 0 0 0;
}

    .form_settings p {
        padding: 0 0 4px 0;
    }

    .form_settings span {
        float: left;
        width: 200px;
        text-align: left;
    }

    .form_settings input, .form_settings textarea {
        padding: 5px;
        width: 299px;
        font: 100% arial;
        border: 1px solid #E5E5DB;
        background: #FFF;
        color: #47433F;
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        -webkit-border: 7px 7px 7px 7px;
    }

    .form_settings .submit {
        font: 100% arial;
        border: 0;
        width: 99px;
        margin: 0 0 0 212px;
        height: 33px;
        padding: 2px 0 3px 0;
        cursor: pointer;
        background: #3B3B3B;
        color: #FFF;
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        -webkit-border: 7px 7px 7px 7px;
    }

    .form_settings textarea, .form_settings select {
        font: 100% arial;
        width: 299px;
    }

    .form_settings select {
        width: 310px;
    }

    .form_settings .checkbox {
        margin: 4px 0;
        padding: 0;
        width: 14px;
        border: 0;
        background: none;
    }

.separator {
    width: 100%;
    height: 0;
    border-top: 1px solid #D9D5CF;
    border-bottom: 1px solid #FFF;
    margin: 0 0 20px 0;
}

table {
    margin: 10px 0 30px 0;
}

    table tr th, table tr td {
        background: #3B3B3B;
        color: #FFF;
        padding: 7px 4px;
        text-align: left;
    }

    table tr td {
        background: #E5E5DB;
        color: #47433F;
        border-top: 1px solid #FFF;
    }

/* scroll to top */
#scroll {
    position: relative;
    width: 900px;
    margin: 10px auto;
    bottom: 15px;
    right: 0;
    background: red;
    padding: 0;
}

    #scroll a {
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        #scroll a img {
            float: right;
            padding: 0 0 0 0;
            margin: 0;
        }

/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul, html body ul.sf-menu ul li {
    width: 200px;
}

    html body ul.sf-menu ul ul {
        margin: 0 0 0 200px;
    }

/* Framework for proper showing/hiding/positioning */
ul.sf-menu, ul.sf-menu * {
    margin: 0;
    padding: 0;
}

ul.sf-menu {
    display: block;
    position: relative;
}

    ul.sf-menu li {
        display: block;
        list-style: none;
        float: left;
        position: relative;
        list-style-image: none;
    }

li.static, li.dynamic {
    list-style: none;
}

ul.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

ul.sf-menu a {
    display: block;
    position: relative;
}

ul.sf-menu ul {
    position: absolute;
    left: 0;
    width: 150px;
    top: auto;
    left: -999999px;
}

    ul.sf-menu ul a {
        zoom: 1; /* IE6/7 fix */
    }

    ul.sf-menu ul li {
        float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
        width: 150px;
    }

    ul.sf-menu ul ul {
        top: 0;
        margin: 0 0 0 150px;
    }

        ul.sf-menu li:hover ul, ul.sf-menu li:focus ul, ul.sf-menu li.sf-hover ul,
        ul.sf-menu ul li:hover ul, ul.sf-menu ul li:focus ul, ul.sf-menu ul li.sf-hover ul,
        ul.sf-menu ul ul li:hover ul, ul.sf-menu ul ul li:focus ul, ul.sf-menu ul ul li.sf-hover ul,
        ul.sf-menu ul ul ul li:hover ul, ul.sf-menu ul ul ul li:focus ul, ul.sf-menu ul ul ul li.sf-hover ul {
            left: auto;
        }

            ul.sf-menu li:hover ul ul, ul.sf-menu li:focus ul ul, ul.sf-menu li.sf-hover ul ul,
            ul.sf-menu ul li:hover ul ul, ul.sf-menu ul li:focus ul ul, ul.sf-menu ul li.sf-hover ul ul,
            ul.sf-menu ul ul li:hover ul ul, ul.sf-menu ul ul li:focus ul ul, ul.sf-menu ul ul li.sf-hover ul ul,
            ul.sf-menu ul ul ul li:hover ul ul, ul.sf-menu ul ul ul li:focus ul ul, ul.sf-menu ul ul ul li.sf-hover ul ul {
                left: -999999px;
            }

/* autoArrows CSS */
span.sf-arrow {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 20px;
    right: 5px;
    display: block;
    background: url(../images/arrows-black.png) no-repeat 0 0;
    overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
    font-size: 1px;
}

ul ul span.sf-arrow {
    right: 10px;
    top: 20px;
    background-position: 0 100%;
}

/* Theming the menu */
ul#nav {
    float: left;
}

    ul#nav ul {
        background: #eee;
        margin-top: 0;
        border: 1px solid #ddd;
    }

    ul#nav li a {
        padding: 9px 25px 10px 25px;
        font: 155% 'Yanone Kaffeesatz',helvetica,arial,verdana,sans;
        text-shadow: 1px 1px #FFF;
        text-decoration: none;
        color: #444;
    }

        ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected {
            background: #FFF;
        }
/* Theming the menu */
div.sf-menu ul.static {
    float: left;
}

/* Theming the menu */
#nav2 ul {
    float: left;
}

    #nav2 ul ul {
        background: #eee;
        margin-top: 0;
        border: 1px solid #ddd;
    }

    #nav2 ul li a {
        border-style: solid;
        border-width: 0px 1px 0px 1px;
        border-color: #808080;
        padding: 9px 25px 10px 25px;
        font: 155% helvetica,arial,verdana,sans;
        text-shadow: 1px 1px #FFF;
        text-decoration: none;
        color: #444;
    }

        #nav2 ul li a:hover, #nav2 ul li a:focus, #nav2 ul li a.selected {
            background: #FFF;
        }

ul.tabbed li {
    float: left;
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
}

ul.tabbed {
    margin: 0px;
}

    ul.tabbed li a {
        text-decoration: none;
        padding: 2px 10px 2px 10px;
        margin: 0px;
        border: thin solid #CCCCCC;
    }

        ul.tabbed li a.active {
            background-color: rgb(229, 229, 219);
            border-bottom-style: none;
        }

.modalBackground {
    background-color: #808080;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPanel {
    padding: 15px;
    border-style: solid;
    min-width: 350px;
    max-width: 500px;
    min-height: 150px;
    background-color: #FFFFFF;
}

Div#UpdateProgress1 > .modalPopupN
{
    background-color: White;
    border-width: thin;
    border-style: solid;
    border-color: Gray;
    padding: 20px;
    display: block;
    height: 40px;
    width: 300px;
    left:50%;
    top:50%;
    position:inherit;
    margin-top:-30px;
    margin-left:-150px;

    z-index: 10001;
}

Div .modalPopupBackground
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 50%;
    padding-left: 50px;
    /*z-index:99;*/
}


.modalPopup
{
    background-color: White;
    border-width: thin;
    border-style: solid;
    border-color: Gray;
    padding: 20px;
    display: block;
    height: 300px;
    width: 300px;
    /*z-index:100;*/
}
.ztopmost {

z-index:20000}
.modalPopupFlyOut
{
    background-color: White;
    border-width: thin;
    border-style: solid;
    border-color: Gray;
    padding: 20px;
    display: block;
    overflow:scroll;
    height:200px; 
}


.tabbedcontainer {
    margin: 0px;
    padding: 15px;
    border: 1px solid #CCCCCC;
    clear: both;
}

#UpdateProgress1 {
    background-color: #808080;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%; 
    z-index: 10000;
}
/*
.progressinner {
    width: 200px;
    height: 110px;
    padding: 20px;
    border: 1px solid #000000;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -100px;
    background-color: #FFFFFF;
    z-index: 10001;
}
    */
.logtable {
    font-size: x-small;
}

table.Person {
    background-color: #FFFFFF;
    border-style: none;
    margin:0 0 0 0;
}

    table.Person td {
        background-color: #FFFFFF;
        border-style: none;
    }

        table.Person td.table-title {
            font-weight: bold;
        }

    table.Person tr.table-row-title td {
        padding-top: 15px;
        font-weight: bold;
        border-style: none none solid none;
        border-width: 1px;
        border-color: #000000;
        color: black;
    }

.toolbar {
    background-color: #A4C486;
    height: 50px;
}

.toolbarbtn {
    border-style: none none none solid;
    border-width: 1px;
    border-color: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 55px;
    padding-left: 3px;
    padding-right: 3px;
}
    a.toolbarbtn {
    text-decoration: none;
    color: black;
    font-size: 11px;
}
    .toolbarbtn.first {
        border-left-style:none;
    }

.PersonTab {
    max-height:500px;
    overflow:auto;
}

table.Person tr th, table.Person tr td {
padding-top:1px;
padding-bottom:1px;
}

A.aspNetDisabled.toolbarbtn img {
      -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}
@media all and (min-height:1000px) {
    .PersonTab {
        max-height: none;
    }
}

