/* --- General --- */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body, td, th, span, fieldset, legend, h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
p {
    margin: 0;
    padding: 0 0 10px 0;
}
body {
    color: #ffffff;
    background-color: black;
    overflow-y: hidden;
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #28cbe1;
    font-weight: normal;
    font-size: 12px;
}

/* --- Page data --- */
.pageTitle{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #28cbe1;
    vertical-align: top;
    height: 25px;
}

.pageContent {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    height: 100%;
    width: 100%;
    color: white;
    overflow: auto;
    padding-top: 0px;
    scrollbar-base-color: #444444;
    scrollbar-arrow-color: #dcdcdc;
    scrollbar-highlight-color: #bbbbbb;
}

/* --- Navigation --- */
#navContainer
{
    height: 16px;
    margin: 0;
    padding: 0;	
}
#navContainer ul.navlist
{
    margin: 0;
    padding: 0;	
    white-space: nowrap;
}

#navContainer .navlist li
{
    display: inline;
    list-style-type: none;
}

#navContainer .navlist a 
{ 
    padding: 3px 10px;
    text-decoration: none;
    color: #000;
}

#navContainer .navlist li
{
    color: #fff;
    background-color: #999;
}

#navContainer .navlist li.active
{
    color: #fff;
    background-color: #7E7F7E;
}

#navContainer .navlist li.active a
{
    color: #fff;
    text-decoration: none;
}

/* --- Contact zone --- */
table.contact_zone_outer
{
    width: 99%;
    margin-bottom: 25px;
    margin-right: 10px;
}
table.contact_zone_outer h1
{
    border: 1pt solid #ccc;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 2px;
    background-color: #666;
    height: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}
table.contact_zone_outer  > tbody  > tr > th
{
    width: 30px;
    color: black;
}
table.contact_zone_outer > tbody  > tr > td
{
    width: 32% !important;
    color: white;
}
table.contact_zone_inner {
    border: 1pt solid #ccc;
    width: 100%;
    height: 80px;
}
table.contact_zone_inner th {	
    border-bottom: 1pt solid #ccc;
    font-weight: bold;
    color: #ccc;
    text-align: center;
    padding: 2px;
    vertical-align: top;
    background-color: #444;
    height: 15px;
    line-height: 15px;
}
table.contact_zone_inner td {
    font-weight: normal;
    color: white;
    text-align: left;
    padding: 3px;
    vertical-align: top;
}
table.contact_zone_inner table {
    width: 100%;
    height: 100%;
}

/* --- Panels --- */
table.panel_zone_outer {
    width: 99%;
    margin-bottom: 25px;
    margin-right: 10px;
}
table.panel_zone_outer  th
{
    width: 135px;
    color: black;
    border-right: 1pt solid #ccc;
    vertical-align:top;
    text-align: left;
}
table.panel_zone_outer td
{
    border-bottom: 1pt solid #ccc;
    vertical-align:top;
}
table.panel_zone_outer table
{
    width: 100%;
    height: 118px;
}
table.panel_zone_inner td
{
    width: 50%;
    height: 100%;
    color: white;
    border-bottom: 0;
    padding: 2px;
}
table.panel_zone_inner ul
{
    margin: 0;
    padding-left: 17px;
    white-space: nowrap;
}
table.panel_zone_inner li
{
    list-style-type: circle;
}

/* --- News zone --- */
div.news_zone_item
{
    padding-top:5px;
    padding-bottom:10px;
}
div.news_zone_item p, h3
{
    padding:0;
    margin:0;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
    float: left;
}

.MODX_RichTextWidget a {
    border: 0px;
}
