/* $Id: screen.css 41 2007-07-19 11:38:51Z hri $ */

body {
    background-color: #442244;
    margin: 0; padding: 0;
    color: #252525;
    font-family: sans-serif;
}

* { margin-top: 0; }
h1, h2, h3, h4 { margin-bottom: 1em }
img { border: none; }

a {
    color: #634F9D;
    text-decoration: none;
}
a:hover {
    color: #252525;
}
a img {
    vertical-align: bottom;
    margin-bottom: -2px;
}

#content a:hover {
    color: #252525;
    background-color: #fff;
}
#wrapper {
    width: 750px;
    background-color: #FAC8A8;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6em;
}
#header {
    height: 160px;
    padding-left: 1em;
    margin-bottom: 1em;
}
#header h1 {
    text-align: center;
    font-size: 1.3em;
    padding: 23px 120px 0 120px;
    text-transform: none;
    margin-bottom: .7em;
}
#header h1 a {
    text-decoration: none;
    color: #7C287E;
    display: block;
}
h2, h3 {
    color: #7C287E;
}
h2 {
    border-bottom: 1px solid #7C287E;
    text-transform: uppercase;
}
h3 {
    font-variant: small-caps;
}

#logo {
    top: 6px;
    height: 150px;
    width: 116px;
    background-image: url(logo.png);
    position: absolute;
}
* html #logo {
    top: 11px;
}
#logo a {
    height: 150px;
    width: 116px;
    display: block;
}
#change_language {
    float: right;
    margin: 0 1em;
    font-size: small;
}
#change_language img {
    vertical-align: bottom;
}
/* ************* menu ***************** */
#menu ul {
    margin: 0 0 0 110px;
    padding: 0;
    padding-left: 1em;
    list-style: none;
    background-image: url(m_bg.png);
    background-repeat: repeat-x;
    height: 30px;
    border-top: solid #442244 2px;
    border-bottom: solid #442244 2px;
}
#menu li {
    position: relative;
    float: left;
    background-color: #7C287E;
    margin: 2px;
    height: 26px;
}
#menu a {
    text-decoration: none;
    color: #fff;
    font-size: small;
    display: block;
    height: 20px;
    padding: 6px 6px 0 6px;
    zoom: 1;
}
* html #menu a { float: left; }

#menu a.active,
#menu a:hover,
#menu a.active:hover {
    background-color: #fff;
    color: #7C287E;
}

#menu li.sub a {
    background: #7C287E url(ard_fff.gif) right center no-repeat;
    color: #fff;
    padding-right: 18px;
}
#menu li.sub a:hover,
#menu li.sub a.active,
#menu li.sub a.active:hover {
    background: #fff url(ard.gif) right center no-repeat;
    color: #7C287E;
}

#menu ul ul {
    border: solid 2px #442244;
    border-top: none;
    position: absolute;
    background-image: none;
    background-color: #F5862D;
    top: 100%;
    left: -6px;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    display: none;

    /* ie6 positioning defect causes 1px error when parent has odd height */
    _margin-top: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : 1);
}
#menu li:hover > ul { display: block; }

#menu li li {
    float: none;
    width: 10em;
    vertical-align: bottom;
    margin: 4px 4px;
}
* html #menu li li a { width: 11em; }

#menu li li a.active {
    color: #fff;
    background-color: #7C287E;
}

#menu li li a.active:hover,
#menu li li a.active {
    background-color: #fff;
    color: #7C287E;
}
#menu li.sub li a {
    background: #7C287E none;
}
#menu li.sub li a:hover,
#menu li.sub li a.active,
#menu li.sub li a.active:hover {
    background: #fff none;
}

#menu ul { zoom: 1; }
#menu li { behavior: url(/script/IEmenu.htc); }

/*

#menu li.sub a.active,
#menu li.sub a.active:hover {
    background: #fff url(ard.gif) right center no-repeat;
}

#mnu li.mnus a.active:hover {
    background: #e70 url(ard_fff.gif) right center no-repeat;
}
*/

/* ************* /menu ***************** */

#main {/*visibility:hidden;*/
    margin-left: 1em;
    margin-right: 1em;
}

#footer {
    border-top: solid #442244 1px;
    text-align: center;
    font-size: x-small;
    padding: .5em 1em;
}
#footer a {
    color: #252525;
}
#footer a:hover {
    background-color: #fff;
}
#calBox {
    float: right;
}
.center { text-align: center }
.error {
    border: solid #6A000E 2px;
    color: #6A000E;
    padding: .5em;
    margin-bottom: 1em;
}
.success {
    border: solid #004E00 3px;
    color: #004E00;
    padding: .5em;
    margin-bottom: 1em;
}

fieldset {
    margin-bottom: 1.5em;
    padding: .5em 1em;
    border-color: #442244;
}

table {
    border-collapse: collapse;
    margin-bottom: 1.5em;
}
td, th {
    border: solid #442244 1px;
    padding: .1em .5em;
    font-family: sans-serif;
}
hr {
    border: none;
    border-bottom: dotted #252525 1px;
    margin: .25em .5em;
}

.fmt_strong { font-weight: bold; }
.fmt_emphasis { font-style: italic; }
.fmt_underline { text-decoration: underline; }

.sched_data {
    width: 100%;
}
.sched_data th, .sched_data td {
    text-align: center;
}
.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }

.calSchedTab td {
    padding: 0;
}
.calSchedTab a {
    display: block;
    padding: .25em .5em;
}

.calendarTable { border-collapse: collapse; }
.calendarTable thead { font-weight: bold; }
.calendarTable td { width: 2.5em; }
.calendarTable th, .calendarTable td { text-align: center; margin: 0; padding: 0; }
.calendarTable th, .calendarTable thead th { padding: .1em; }
.calendarTable a { display: block; padding: .1em; }
.calendarTable th.active span, .calendarTable td.active span { display: block; background-color: #fff; }
.calendarTable th.today, .calendarTable td.today { background-color: #F57E20; }
