/*********************************
** GENERAL DECLARATIONS         **
**                              **
** margins are soooo MSIE5.5... **
*********************************/

body {
    margin: 0px;
    padding: 0px;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: #000000;
    line-height: 21px;
	overflow-x: hidden;
	overflow-y: auto;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a h1:hover {
    text-decoration: underline;
}
a h2:hover {
    text-decoration: underline;
}
a h3:hover {
    text-decoration: underline;
}
img {
    margin: 0px;
    border: none;
}


/*********************************
** MAINCONTAINERS               **
**                              **
** these containers supply the  **
** main 3-column layout with a  **
** fixed 940 pixels wide center **
*********************************/

div.maincontainer_column_center {
    width: 940px;
    margin: 0 auto;
    overflow: visible;
    background-color: white;
    position: relative;
}
div.maincontainer_placeholder_left {
    left: 0;
    position:absolute;
    top:0;
    width:50%;
	z-index: -1;
}
div.maincontainer_placeholder_right {
    right: 0;
    position:absolute;
    top:0;
    width:50%;
	z-index: -1;
}
div.maincontainer_column_left {
    margin-right: 470px;
    background-color: white;
    overflow: hidden;
	height: 611px;
}
div.maincontainer_column_right {
    margin-left: 470px;
    background-color: white;
    overflow: hidden;
	height: 611px;
}


/*********************************
** TOPBAR                       **
**                              **
** here are the definitions for **
** the yellow topbar            **
*********************************/

/*********************************
** PROPERTIES THAT APPLY TO ALL **
** TOPBARS                      **
*********************************/
.column_top {
    float: left;
    overflow: hidden;
    margin: 0 auto;
}
/*********************************
** TOPBAR SPECIFIC PROPERTIES   **
*********************************/
div.maincontainer_column_left .menubar {
	background-image: url("../img/menubar_background.gif");
    background-repeat: repeat-x;
	position: relative;
	top: 174px;
    width: 100%;
    height: 37px;
}
div.maincontainer_column_right .menubar {
	background-image: url("../img/menubar_background.gif");
    background-repeat: repeat-x;
	position: relative;
	top: 174px;
    width: 100%;
    height: 37px;
}


/*********************************
** LOGOBAR                      **
**                              **
** here are the definitions for **
** the pink logobar with the    **
** logo on the left             **
*********************************/

div.maincontainer_column_center .logobar {
    width: 940px;
    height: 174px;
    clear: both;
    position: relative;
}
div.maincontainer_column_center .logobar .left {
    position: absolute;
    left: 0px;
    z-index: 2;
    width: 582px;
    height: 174px;
    background-color: #ffffff;
    background-image: url(../img/logobar_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}
div.maincontainer_column_center .logobar .right {
    position: absolute;
    z-index: 1;
    right: 0px;
    width: 100%;
    height: 174px;
    background-image: url(../img/logobar_right.gif);
    background-repeat: repeat-x;
    background-position: right top;
}
div.maincontainer_column_center .logobar .right .nowplayingbox {
	position: absolute;
	right: 0px;
	top: 57px;
    padding: 0px 23px 0px 23px;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: white;
    width: 380px;
    height: 60px;
    overflow: hidden;
	text-align: right;
}
div.maincontainer_column_center .logobar .right .nowplayingbox h1 {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 15px;
    color: white;
    margin: 0px 0px -5px 0px;
	font-weight: normal;
    text-transform: uppercase;
}

div.maincontainer_column_center .logobar .right .listenlivebox {
	position: absolute;
	right: 0px;
	bottom: 48px;
    padding: 3px 11px 3px 15px;
	background-image: url(../img/logobar_nowplayingbutton.gif);
/*    padding: 7px 10px 0px 50px;*/
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 15px;
	font-weight: normal;
    color: white;
    width: 162px;
    height: 20px;
    overflow: hidden;
    text-transform: uppercase;
	text-align: right;
	margin: 0px 12px;
}
div.maincontainer_column_center .logobar .right .listenlivebox a {
    color: white;
}



/*********************************
** MENUBAR                      **
**                              **
** here are the definitions for **
** the purple menubar           **
*********************************/

div.maincontainer_column_center .menubar {
    height: 37px;
    width: 940px;
    clear: both;
    position: relative;
    background-image: url(../img/menubar_background.gif);
    background-repeat: repeat-x;
}
div.maincontainer_column_center .menubar .left {
    position: absolute;
    left: 0px;
}
div.maincontainer_column_center .menubar .right {
    position: absolute;
    right: 0px;
}
div.maincontainer_column_center .menubar .menuitem {
    height: 19px;
    float: left;
    padding: 9px 18px 9px 18px;
    background-image: url(../img/menubar_background.gif);
    background-repeat: repeat-x;
    cursor: pointer;
    text-transform: uppercase;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: #FFFFFF;
}
div.maincontainer_column_center .menubar .menuitem a {
    color: #ffffff;
    text-decoration: none;
}
div.maincontainer_column_center .menubar .menuitem:hover {
    background-image: url(../img/menubar_background_hover.gif);
}
div.maincontainer_column_center .menubar .menuseparator {
    width: 1px;
    height: 37px;
    float: left;
    background-image: url(../img/menubar_separator.gif);
    background-repeat: no-repeat;
}


/*********************************
** SEPERATOR 15px               **
**                              **
** well, you know.. something   **
** that seperates other things. **
*********************************/

div.maincontainer_column_center .horizontal_seperator15 {
    height: 15px;
}


/*********************************
** HIGHLIGHTBAR                 **
**                              **
** here are the definitions for **
** the highlighted section      **
** (mainly on the frontpage)    **
*********************************/

div.maincontainer_column_center .highlightbar {
    width: 940px;
    height: 494px;
    clear: both;
    position: relative;
    background-color: white;
}
div.maincontainer_column_center .highlightbar a {
    color: rgb(87,35,129);
}
div.maincontainer_column_center .highlightbar .left {
    position: absolute;
    left: 0px;
    padding: 0px;
    width: 460px;
    height: 494px;
    overflow: hidden;
	z-index: 2;
}
div.maincontainer_column_center .highlightbar .left ul {
    padding: 0px;
    margin: 0px;
    list-style-type:none;
}
div.maincontainer_column_center .highlightbar .left ul li {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: white;
    padding: 0px 0px 0px 17px;
    margin-left: 0px;
    background-image: url(../img/bullet_purple.png);
    background-repeat: no-repeat;
    background-position: top left;
    list-style-type:none;
}
div.maincontainer_column_center .highlightbar .left ul li:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .highlightbar .left .toptext {
    padding: 24px 18px 0px 18px;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 24px;
    color: rgb(87,35,129);
    width: 424px;
    height: 308px;
    overflow: hidden;
	line-height: 36px;
}
div.maincontainer_column_center .highlightbar .left .toptext:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .highlightbar .left .toptext h1 {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 30px;
    color: rgb(87,35,129);
    margin: 10px 0px 15px 0px;
	font-weight: bold;
}
div.maincontainer_column_center .highlightbar .left .toptext h1:first-letter {
    text-transform: capitalize;
}

div.maincontainer_column_center .highlightbar .left .yellowbox {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgb(249,186,15);
    padding: 0px 18px 0px 18px;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: white;
    width: 424px;
    height: 170px;
    overflow: hidden;
}
div.maincontainer_column_center .highlightbar .left .yellowbox a {
    color: white;
}
div.maincontainer_column_center .highlightbar .left .yellowbox:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .highlightbar .left .yellowbox h1 {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 16px;
    color: white;
    margin: 18px 0px 15px 0px;
	font-weight: normal;
}
div.maincontainer_column_center .highlightbar .left .yellowbox h1:first-letter {
    text-transform: capitalize;
}

div.maincontainer_column_center .highlightbar .right {
    position: absolute;
    right: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 460px;
    height: 494px;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: #FFFFFF;
    background-color: white;
    overflow: hidden;
	z-index: 2;
}
div.maincontainer_column_center .highlightbar .right img{
    width: 460px;
	height: 494px;
}
div.maincontainer_column_center .highlightbar .right:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .highlightbar .right h1 {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0px 0px 15px 0px;
}
div.maincontainer_column_center .highlightbar .right h1:first-letter {
    text-transform: capitalize;
}


/*********************************
** CONTENTBAR                   **
**                              **
** here are the definitions for **
** the content section          **
*********************************/

div.maincontainer_column_center .contentbar {
    width: 940px;
    overflow: hidden;
	position: relative;
	min-height: 400px;
}
div.maincontainer_column_center .contentbar_low {
	min-height: 100px;
}
div.maincontainer_column_center .contentbar .ruler {
	position: absolute;
	top: 50px;
	width: 920px;
	height: 3px;
	z-index: 2;
	margin: 0px 10px 0px 10px;
	background-image: url(../img/column_ruler.gif);
	background-repeat: repeat-x;
}
div.maincontainer_column_center .contentbar .column300 {
    width: 270px;
    background-image: url(../img/column300_background.png);
}
div.maincontainer_column_center .contentbar .column340 {
    width: 310px;
    background-image: url(../img/column340_background.png);
}
div.maincontainer_column_center .contentbar .column640 {
    width: 610px;
    background-image: url(../img/column640_background.png);
}
div.maincontainer_column_center .contentbar .column940 {
    width: 910px;
    background-image: url(../img/column940_background.png);
}
div.maincontainer_column_center .contentbar .column {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: repeat-y;
    margin-bottom: -20000px;
    padding-bottom: 20015px;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
}
div.maincontainer_column_center .contentbar .contentspacer {
	height: 64px;
}
div.maincontainer_column_center .contentbar .column:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .contentbar .readonlink {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: rgb(87,35,129);
}
div.maincontainer_column_center .contentbar a {
    color: rgb(87,35,129);
}
div.maincontainer_column_center .contentbar h1 {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 20px;
    color: rgb(87,35,129);
    margin: 20px 0px 30px 0px;
    text-transform: capitalize;
	font-weight: normal;
}
div.maincontainer_column_center .contentbar h1:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .contentbar h1 a {
    color: rgb(87,35,129);
}
div.maincontainer_column_center .contentbar h2 {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 12px;
    color: black;
    margin: 5px 0px 0px 0px;
}
div.maincontainer_column_center .contentbar h2:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .contentbar h2 a {
    color: black;
}
div.maincontainer_column_center .contentbar h3 {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    font-weight: normal;
    color: rgb(87,35,129);
    margin: 0px 0px 0px 0px;
}
div.maincontainer_column_center .contentbar h3:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .contentbar h3 a {
    color: rgb(87,35,129);
}
div.maincontainer_column_center .contentbar ul {
    padding: 0px;
    margin: 0px;
    list-style-type:none;
}
div.maincontainer_column_center .contentbar ul li {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: black;
    padding: 0px 0px 0px 17px;
    margin-left: 0px;
    background-image: url(../img/bullet_purple.png);
    background-repeat: no-repeat;
    background-position: top left;
    list-style-type:none;
}
div.maincontainer_column_center .contentbar ul li:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .contentbar .searchbox {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin: 20px 0px 0px 0px;
    padding: 10px;
    width: 250px;
    height: 80px;
    background-color: rgb(197,195,195);
}
div.maincontainer_column_center .contentbar .searchbox input {
    margin: 10px 0px 0px 0px;
    background-color: white;
    border: solid 1px grey;
    width: 250px;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 14px;
    color: black;
}
div.maincontainer_column_center .contentbar .searchbox .button {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    background-color: lightgrey;
    border: solid 1px grey;
    width: 90px;
    float: right;
    color: black;
}

/*********************************
** FRONTPAGEBAR                 **
**                              **
** here are the definitions for **
** the content section          **
*********************************/

div.maincontainer_column_center .frontpagebar_greyflow {
	position: absolute;
	left: -940px;
	width: 2820px;
	height: 206px;
	top: 211px;
	background-color: #f0f0f0;
}
div.maincontainer_column_center .frontpagebar {
    width: 922px;
    overflow: hidden;
	position: relative;
	padding: 0px 0px 0px 18px;
	background-color: #f0f0f0;
}
div.maincontainer_column_center .frontpagebar_low {
	height: 174px;
}
div.maincontainer_column_center .frontpagebar_superlow {
	height: 32px;
}
div.maincontainer_column_center .frontpagebar .ruler {
	position: absolute;
	top: 50px;
	width: 904px;
	height: 3px;
	z-index: 2;
	padding: 5px 0px 5px 0px;
	background-image: url(../img/column_ruler.gif);
	background-repeat: repeat-x;
}
div.maincontainer_column_center .frontpagebar .column300 {
    width: 270px;
/*    background-image: url(../img/column300_background.png);*/
}
div.maincontainer_column_center .frontpagebar .column340 {
    width: 310px;
/*    background-image: url(../img/column340_background.png);*/
}
div.maincontainer_column_center .frontpagebar .column640 {
    width: 610px;
    background-image: url(../img/column640_background.png);
}
div.maincontainer_column_center .frontpagebar .column940 {
    width: 910px;
    background-image: url(../img/column940_background.png);
}
div.maincontainer_column_center .frontpagebar .column {
    float: left;
	z-index: 2;
    padding-left: 0px;
    padding-right: 20px;
    background-repeat: repeat-y;
	height: 100%;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
}
div.maincontainer_column_center .frontpagebar  .column .readmore {
	width: 150px;
    float: right;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 14px;
	text-align: right;
	position: relative;
    color: rgb(87,35,129);
}
div.maincontainer_column_center .frontpagebar  .column .readmore a {
    color: rgb(87,35,129);
}
div.maincontainer_column_center .frontpagebar .contentspacer {
	height: 64px;
}
div.maincontainer_column_center .frontpagebar .column:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .frontpagebar .readonlink {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: rgb(87,35,129);
}
div.maincontainer_column_center .frontpagebar a {
/*    color: rgb(87,35,129);*/
	color: black;
}
div.maincontainer_column_center .frontpagebar h1 {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 20px;
    color: rgb(87,35,129);
    margin: 20px 0px 30px 0px;
    text-transform: capitalize;
	font-weight: normal;
}
div.maincontainer_column_center .frontpagebar h1 {
    margin: 24px 0px 16px 0px;
}
div.maincontainer_column_center .frontpagebar h1:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .frontpagebar h1 a {
    color: rgb(87,35,129);
}
div.maincontainer_column_center .frontpagebar h2 {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 12px;
    color: black;
    margin: 5px 0px 0px 0px;
}
div.maincontainer_column_center .frontpagebar h2:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .frontpagebar h2 a {
    color: black;
}
div.maincontainer_column_center .frontpagebar h3 {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    font-weight: normal;
    color: rgb(87,35,129);
    margin: 0px 0px 0px 0px;
}
div.maincontainer_column_center .frontpagebar h3:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .frontpagebar h3 a {
    color: rgb(87,35,129);
}
div.maincontainer_column_center .frontpagebar ul {
    padding: 0px;
    margin: 0px;
    list-style-type:none;
}
div.maincontainer_column_center .frontpagebar ul li {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: black;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
	line-height: 19px;
/*    background-image: url(../img/bullet_purple.png);
    background-repeat: no-repeat;
    background-position: top left;*/
    list-style-type:none;
}
div.maincontainer_column_center .frontpagebar ul li:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .frontpagebar .searchbox {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin: 20px 0px 0px 0px;
    padding: 10px;
    width: 250px;
    height: 80px;
    background-color: rgb(197,195,195);
}
div.maincontainer_column_center .frontpagebar .searchbox input {
    margin: 10px 0px 0px 0px;
    background-color: white;
    border: solid 1px grey;
    width: 250px;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 14px;
    color: black;
}
div.maincontainer_column_center .frontpagebar .searchbox .button {
    font-family: helvetica, arial, sans-serif, futura;
    font-size: 14px;
    font-weight: bold;
    background-color: lightgrey;
    border: solid 1px grey;
    width: 90px;
    float: right;
    color: black;
}

/*********************************
** PINK SEPERATOR               **
**                              **
** well, you know.. something   **
** that seperates other things, **
** but only in pink and lower   **
*********************************/

div.maincontainer_column_center .horizontal_seperator_pink {
    height: 8px;
    background-color: rgb(227,0,81);
}


/*********************************
** FOOTERBAR                    **
**                              **
** the yellow bar at the footer **
** of the page                  **
*********************************/

div.maincontainer_column_center .footerbar {
    background-color: rgb(249,184,5);
    background-image: url(../img/footer_background.gif);
    background-repeat: repeat-x;
    padding: 5px 25px 20px 35px;
    width: 880px;
    min-height: 130px;
	line-height: 140%;
}
div.maincontainer_column_center .footerbar .column {
    float: left;
    padding: 0px 10px 0px 0px;
    width: 166px;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: black;
    list-style-type:none;
}
div.maincontainer_column_center .footerbar .column:first-letter {
    text-transform: capitalize;
}
div.maincontainer_column_center .footerbar .column h1 {
    padding: 1px 0px 2px 0px;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    font-weight: bold;
}
div.maincontainer_column_center .footerbar .column h1:first-letter {
    text-transform: capitalize;
}

/*********************************
** SEPERATOR 20px               **
**                              **
** well, you know.. something   **
** that seperates other things. **
*********************************/

div.maincontainer_column_center .horizontal_seperator20 {
    height: 15px;
}


/*********************************
** PAYOFF                       **
**                              **
** here are the definitions for **
** the payoff-bar               **
*********************************/

div.maincontainer_column_center .payoffbar {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 20px;
}
.maincontainer_column_center .payoffbar .left {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: black;
    position: absolute;
    left: 35px;
    z-index: 1;
}
.maincontainer_column_center .payoffbar .left:first-letter {
    text-transform: capitalize;
}
.maincontainer_column_center .payoffbar .center {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: black;
    position: absolute;
    left: 0px;
    margin: 0px;
    width: 940px;
    text-align: center;
    z-index: 0;
}
.maincontainer_column_center .payoffbar .center:first-letter {
    text-transform: capitalize;
}
.maincontainer_column_center .payoffbar .right {
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 12px;
    color: black;
    position: absolute;
    right: 35px;
    z-index: 1;
}
.maincontainer_column_center .payoffbar .right:first-letter {
    text-transform: capitalize;
}


/*********************************
** ADBAR                        **
**                              **
** here are the definitions for **
** the adbar                    **
*********************************/

div.maincontainer_column_center .adbar_placeholder {
    position: absolute;
    left: 950px;
    top: 226px;
    margin: 0px;
	z-index: 2;
}
div.maincontainer_column_center .adbar_placeholder .adbar {
    margin: 0px 0px -4px 0px;
    width: 150px;
    padding: 0px 0px 15px 0px;
/*    background-color: #d0d0d0;*/
}
div.maincontainer_column_center .adbar_placeholder .twitt0r {
    margin: 0px 0px -4px 0px;
    width: 120px;
    padding: 0px 15px 0px 15px;
    background-color: #ffffff;
}
div.maincontainer_column_center .adbar_placeholder .adbar_end {
    width: 150px;
    padding: 0px 0px 0px 0px;
    background-color: #d0d0d0;
}


/*********************************
** SCHEDULE                     **
**                              **
** here are the definitions for **
** the schedule-layout          **
*********************************/

div.maincontainer_column_center .contentbar .schedule {
    width: 950px;
    margin: 0px 0px 0px -10px;
/*    font-family: helvetica, arial, sans-serif, futura;*/
    font-family: arial, helvetica;
    font-size: 12px;
    color: white;
}
div.maincontainer_column_center .contentbar .schedule .time {
    float: left;
    width: 63px;
    text-align: center;
    margin: 0px 0px 0px 10px;
}
div.maincontainer_column_center .contentbar .schedule .time .header {
    background-color: rgb(113,113,113);
    font-weight: bold;
    height: 30px;
}
div.maincontainer_column_center .contentbar .schedule .time .even {
    background-color: rgb(153,152,152);
    font-weight: normal;
    height: 25px;
	padding-top: 5px;
}
div.maincontainer_column_center .contentbar .schedule .time .odd {
    background-color: rgb(175,174,174);
    font-weight: normal;
    height: 25px;
	padding-top: 5px;
}
div.maincontainer_column_center .contentbar .schedule .day {
    float: left;
    font-size: 10px;
    width: 111px;
    margin: 0px 0px 0px 10px;
	cursor: pointer;
}
div.maincontainer_column_center .contentbar .schedule .day .header {
    background-color: rgb(113,113,113);
    font-weight: bold;
    height: 24px;
    padding: 2px 4px 4px 4px;
    
}
div.maincontainer_column_center .contentbar .schedule .day .even {
    background-color: rgb(153,152,152);
    font-weight: normal;
    min-height: 22px;
    padding: 4px;
    overflow: hidden;
    line-height: 100%;
}
div.maincontainer_column_center .contentbar .schedule .day .even:hover {
    background-color: rgb(198,197,197);
}
div.maincontainer_column_center .contentbar .schedule .day .odd {
    background-color: rgb(175,174,174);
    font-weight: normal;
    min-height: 22px;
    padding: 4px;
    overflow: hidden;
    line-height: 100%;
}
div.maincontainer_column_center .contentbar .schedule .day .odd:hover {
    background-color: rgb(198,197,197);
}
div.maincontainer_column_center .contentbar .schedule .day .current {
    background-color: rgb(227,0,89);
    font-weight: normal;
    min-height: 22px;
    padding: 4px;
    overflow: hidden;
    line-height: 100%;
}
div.maincontainer_column_center .contentbar .schedule .day .current:hover {
    background-color: rgb(257,0,101);
}

