html {
    overflow-y: scroll;
}
body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}
body {
    margin: 0 0 10px 0;
/*    background-color: #335;*/
    background-color: #eee;
}
a {
    color: #696969;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p, h1, h2, h3, h4, h5, h6, pre {
    margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
    color: #000;
    line-height: normal;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 10px;
}
hr {
    color: #999999;
    backgroung-color: #999999;
    height: 1px;
}
ul {
    list-style-type: square;
}
img {
    border: 0;
}
acronym,abbr {
    cursor: help;
}
input.text {
    margin: 1px;
    border: #CCCCCC solid 1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
    background-color: #FFFFFF;
}

.underline {
    border-bottom: solid 1px;
}
.quote {
    margin-left: 50px;
    margin-right: 50px;
    padding: 5px 10px;
    background: #F9F9F9 url(quote.png) no-repeat;
    border: #999999 dashed 1px;
    font-size: 11px;
    display: block;
}
.left_line {
    margin-left: 50px;
    margin-right: 50px;
    padding: 5px 10px;
    border-left: #CCCCCC solid 2px;
    font-size: 11px;
    display: block;
}

.title {
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
    padding: 16px;
    margin-bottom: 16px;
    font-weight: normal;
    background-color: #668;
    color: white;
}

.maillist {
    font-size: 18px;
}

#tiny_nav {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    text-align: right;
    background-color: #A9A9A9;
    float: right;
    border-bottom: #696969 solid 1px;
    border-right: #696969 solid 5px;
    border-bottom-left-radius = 10px;
    -ms-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomleft = 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft:10px;

    border-top-left-radius = 10px;
    -ms-border-radius-topleft: 10px;
    -moz-border-radius-topleft = 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft:10px;

}
#tiny_nav a {
    margin: 5px 0 0 5px;		
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#tiny_nav a:hover {
    color: #0066CC;
}
#tiny_nav input {
    margin: 5px 0 0 5px;
    background-color: #E7E7E7;
    border: none;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
#slogan {
    margin: 0 10px;
    padding: 1px 0px 4px 11px;
    background-color: #F3F3F3;
    color: #333333;
    font-size: 18px;
    clear: both;
}
#body_table {
    clear:left;
    width: 100%;
    padding: 0;
    text-align: left;
    line-height: 18px;
}
#body_table td {
    vertical-align: top;
}
#body_left {
    margin: -1px;
    width: 180px;
    padding: 10px 15px;
    background-color: #F3F3F3;
    border-bottom: #FFFFFF solid 1px;
}
#body_right {
    padding-left: 5px;
}
#menu {
    margin: -10px -15px 10px -15px;
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu ul li {
    border-bottom: #696969 solid 1px;
    background-color: #A9A9A9;
    color: #333333;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom-left-radius = 10px;
    -ms-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomleft = 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft:10px;

    border-top-left-radius = 10px;
    -ms-border-radius-topleft: 10px;
    -moz-border-radius-topleft = 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft:10px;

}

#menu ul li a {
    width: 175px;
    padding: 7px 15px;
    border-right: #696969 solid 5px;
    color: #333333;
    text-decoration: none;
    display: block;
}
#menu ul li a:hover {
    border-right-color: #CCCCCC;
    background-color: #696969;
    color: #FFFFFF;
    border-bottom-left-radius = 10px;
    -ms-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomleft = 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft:10px;

    border-top-left-radius = 10px;
    -ms-border-radius-topleft: 10px;
    -moz-border-radius-topleft = 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft:10px;

}
#menu .pressed {
    padding: 7px 15px;
    border-right: #0066CC solid 5px;
    background-color: #E7E7E7;
    display: block;
}
#footer {
/*    background-color: #446;*/
    border-top: 1px solid #aaa;
    background-color: #eee;
    color: #888;
    padding: 5px;
    font-size: 9pt;
    text-align: center;
}
#footer a {
    color: #888;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: underline;
}
#footer a:hover {
    color: #888;
    text-decoration: underline;
}

/* ------------------------------------------------------------------------- */
/* Page layout */

div.clearer {
    clear: both;
}

div.documentwrapper {
    background: #fff;
    border-radius: 5px 5px 0px 0px;
}
div.document {
    float: left;
    width: 100%;
}

div.mainwrapper {
    margin: 0 230px 0 0;
}
div.main {
    border: 0px;
    background-color:#fff;
    color: #000000;
    padding: 1px 20px 30px 40px;
}
div.sidebarwrapper {
    float:right;
    width:230px;
    margin-left: -100%;
}
div.sidebar {
    /* padding:10px 10px 10px 20px; */
    margin: 10px;
    margin-right: 24px;
    background: #fff;
    padding-top: 8px;
    padding-left: 0px;
    border-radius: 5px;
    border: 1px solid #aaa;
    box-shadow: 0px 2px 3px 1px #ccc;
}

/* --------------------------------------------------------------------------- */

#main_frame {
}

#main_frame_content {
    padding: 0px;
}

#main_frame_content p {
}

/* --------------------------------------------------------------------------- */

.phonymenu {
    font-weight: bold;
    margin: 8px;
    margin-left: 24px;
}

/* --------------------------------------------------------------------------- */
/* Search box */

.searchbox {
    font-size: 10pt;
    float: right;
/*    margin: 0px; */
/*    padding: 0px; */
/*    position: absolute; */
/*    top: 18px; */
/*    left: 230px; */ /* same than width of sidebarwrapper */
/*  float: left; */
}

.searchbox input[type=text] {
    font-size: 10pt;
    background: #fff;                  
    color: #000;
    border-left: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    border-top: 1px solid #a0a0a0;
    border-right: 0px;
    padding: 2px;
    margin: 0px;

    -moz-box-shadow: inset 1px 1px 1px #ddd;
    -webkit-box-shadow: inset 1px 1px 1px #ddd;
    box-shadow: inset 1px 1px 1px #ddd;
}

.searchbox input[type=submit] {
    font-size: 10pt;
    background: #f0f0f0;
    color: #000000;                  
    border: 1px solid #a0a0a0;
    padding: 2px;
    margin: 0px;
    padding-left: 16px;
    padding-right: 16px;
}
.searchbox input[type=submit]:hover {
    font-size: 10pt;
    background: #e8e8e8;
    border: 1px solid #a8a8a8;
}
.searchbox input[type=submit]:active {
    font-size: 10pt;
    background: #d0d0d0;
    border: 1px solid #909090;
}

