/* The "standard" Medeek colors - Red with Bear Logo*/
/* 
 */

/* Overall settings
 */
body {
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 10pt;
    font-family: verdana,helvetica,arial,sans-serif;
}
body,div,p {
    border: 0;
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
a {
    text-decoration: underline;
    color: #B90000;
}
a:visited {
    color: #B90000;
}
a:hover {
    color: #D19900;
}
tt {
    font-family: andale mono, courier new, monospace;
}
h1,h2,h3,h4,h5,h6 {
    color: #B90000;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-family: gill sans std, trebuchet ms, sans-serif;
    font-weight: normal;
}
h1 { font-size: 22px; }
h2 { font-size: 19px; }
h3 { font-size: 16px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }
.blockquote {
    margin-left: 2.5em;
    margin-right: 2.5em;
}
.error {
    color: #c00;
    width: 70%;
    margin: 0 auto;
}



/* Main menu settings
 */
#top {
    position: relative;
    width: 100%;
    height: 53px;
    margin: 0;
    text-align: center;
    background: white;
}
#mainmenu {
    position: relative;
    width: 780px;
    margin: 0 auto;
}
#mainmenu h1 {
    position: absolute;
    margin: 0;
    right: 10px;
    top: 7px;
}
#mainmenu ul {
    list-style-type: none;
    padding: 26px 0px 0px 5px;
    margin: 0;
    /* No spaces betwen the images */
    /* font-size: 0px; */
}
#mainmenu li {
    margin: 0;
    padding: 0;
    padding-left: 1px;
    width: 121px;
    float: left;
}


/* Submenu settings
 */
#submenu {
    width: 100%;
    border-top: solid #547eba 1px;
    border-bottom: solid #547eba 1px;
    padding-top: 2px;
    clear: both;
    text-align: center;
    font-family: gill sans std, trebuchet ms, sans-serif;
    font-size: 12px;
}
/* This extra div is necessary because of an IE bug. Sshould Microsoft 
 * manage to fix its CSS support, this can be folded into the #submenu ul
 * below.
 */
#submenu div {
    width: 780px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
#submenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
#submenu li {
    margin: 0;
    padding: 0;
    display: inline;
}
#submenu a {
    padding: 0px 10px 0px 10px;
    color: black;
    text-decoration: none;
}
#submenu a:visited {
    color: black;
}





/* Content div settings
 */
#content {
    clear: both;
    padding-top: 5px;
    width: 824px;
    margin: 0 auto;
    text-align: left;
}
.nomargin #content {
    width: 1024px;
}
.smallmargin #content {
    width: 1000px;
}
#content p {
    margin-top: 1em;
    margin-bottom: 1em;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    position: relative;
    left: -10px;
}
/* Stupid IE doesn't support child selectors
 */
#content * h1, #content * h2, #content * h3, #content * h4, #content * h5, #content * h6 {
    position: static;
}

/* Bottom div settings
 */
#bottom {
    clear: both;
    width: 50%;
    margin: 4em auto;
    border-top: solid #000000 1px;
    font-family: gill sans std, trebuchet ms, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}
#bottom ul {
    list-style-type: none;
    margin: 1em;
    padding: 0;
}
#bottom li {
    margin: 5px;
    padding: 0;
    display: inline;
}


/* Panels and forms
 */
.panel {
    margin: 1em 15% 1em 15%;
    background: url("/images2/panel2_br.png") no-repeat bottom right;
}

.panel .header {
    background: url("/images2/panel2_tl.png") no-repeat top left;
    position: relative;
}

.panel .header img {
    float: left;
    padding-right: 10px;
}

.panel .header h2 {
    background: url("/images2/panel2_tr.png") no-repeat top right;
    margin: 0;
    padding: 7px 10px 7px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
    /*text-shadow: rgba(0,0,0,.4) 0px 2px 5px;*/
}

.panel .content {
    position: relative;
    background: url("/images2/panel2_bl.png") no-repeat bottom left;
    padding: 5px 20px 18px 20px;
}

.buttons {
    text-align: center;
}

.form {
    width: 100%;
    margin-left: 1em;
    margin-right: 1em;
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
}
.form td:first-child, .form td.first-child {
    text-align: right;
    font-weight: bold;
}
.form th {
    padding-top: 1em;
    text-align: center;
    color: #336699;
}

