body {
 font-family: Tahoma,Verdana,Trebuchet MS,Arial,Times New Roman;
 font-size: 12px;
 margin: 20px;
}

#Container {
 width: 852px;
 margin: 0 auto 0 auto;
}

#Header {
 display: block;
 height: 203px;
 margin: 0 0 10px 0;
 background: url(/images/main_header.jpg) 0 0 no-repeat;
}

a {
 color: #5086de;
 text-decoration: underline;
}

a:hover {
 color: #d1867c;
}

img {
 border-color: #c0c0c0;
}

input, textarea, form, select, option {
 font-family: Tahoma,Verdana,Trebuchet MS,Arial,Times New Roman;
 font-size: 12px;
}


/* ********* */
/* LEFT MENU */
/* ********* */
#LeftMenuContainer {
 float: left;
 width: 210px;
}

#LeftMenuContainer a {
 display: block;
 padding: 7px 0 7px 0;
 background: url(/images/main_menu_off.gif) 0 100% no-repeat;
 color: #8f8f8f;
 font-weight: bold;
 text-decoration: none;
}

#LeftMenuContainer a:hover, #LeftMenuContainer .MenuActive {
 background: url(/images/main_menu_on.gif) 0 100% no-repeat;
 color: #d1867c;
 text-decoration: none;
}

#LeftMenuContainer div {
 display: none;
 padding-left: 20px;
 background: url(/images/main_menu_gradient.gif) repeat-x;
}

#LeftMenuContainer div a {
 display: block;
 padding: 3px 0 3px 0;
 color: #000000;
 font-weight: normal;
 background: none;
 border-right: 1px solid #ffffff;;
}

#LeftMenuContainer div a:hover, #LeftMenuContainer .SubMenuActive {
 color: #5086de;
 font-weight: normal;
 background: none;
}


/* ********** */
/* RIGHT SIDE */
/* ********** */
#RightSideContainer {
 float: right;
 width: 612px;
 min-height: 386px;
 padding: 0 0 0 20px;
 background: url(/images/main_vertical_seperator.jpg) 0 0 no-repeat;
}


h1 {
 margin: 0 0 20px 0;
 font-size: 20px;
 color: #5086de;
 font-weight: normal;
}

h2 {
 margin: 0 0 10px 0;
 font-size: 14px;
 color: #000000;
 font-weight: bold;
}

p {
 margin: 0 0 15px 0;
 padding: 0;
 line-height: 18px;
}

.NextPage {
 margin-top: 10px;
 float: right;
}


/* ***************** */
/* SPACER AND FOOTER */
/* ***************** */
#Spacer {
 clear: both;
 font-size: 1px;
 height: 20px;
}

#FooterBar {
 height: 20px;
 background: url(/images/main_footer_back.gif) repeat-x;
 text-align: right;
 color: #ffffff;
 font-size: 11px;
}

#FooterBar #Left {
 float: left;
 height: 20px;
 width: 5px;
 background: url(/images/main_footer_left.gif) no-repeat;
}

#FooterBar #Right {
 float: right;
 height: 20px;
 width: 5px;
 background: url(/images/main_footer_right.gif) no-repeat;
}

#FooterBar span {
 display: block;
 padding-top: 2px;
}

#FooterBar a {
 color: #000000;
 font-size: 11px;
 text-decoration: none;
}

#Footer {
 padding: 5px 0 0 0;
 font-size: 11px;
 color: #808080;
}

#Footer span {
 float: right;
 text-align: right;
 padding-bottom: 10px;
}


/* ******** */
/* CALENDAR */
/* ******** */
.Calendar {
 width: 100%;
 border: 1px solid #9f9f9f;
 border-left: 0px;
 font-size: 10px;
}

.Calendar th {
 width: 14%;
 background: #3f5483;
 border-left: 1px solid #9f9f9f;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
}

.Calendar td {
 height: 30px;
 border-left: 1px solid #9f9f9f;
 border-top: 1px solid #9f9f9f;
 text-align: right;
 vertical-align: top;
}

.Calendar .EmptyCell {
 background: #808080;
}

.Calendar .Weekend {
 background: #d5deff;
}

.Calendar .Today {
 background: #ffe6e6;
}

/* ****** */
/* ALERTS */
/* ****** */
.GoodAlert, .BadAlert {
 margin-bottom: 10px;
 padding: 2px 0 2px 0;
 background: #e7ffe6;
 border: 1px solid #beffbb;
 color: #000000;
 font-weight: bold;
 text-align: center;
 cursor: pointer;
}

.BadAlert {
 background: #ffe6e6;
 border: 1px solid #ffbbbb;
} 
