@charset "utf-8";
/* CSS Document */

body { background-color:#3b4554; font-family: 'Montserrat', sans-serif; color:#ffffff; padding:10px; padding-top:0}
h1, h2 { color:#ffce55}
h1 {font-size:1.5em; font-weight:bold;padding-top:1.6em;padding-bottom:0em; margin-bottom:0.8em; border:0px solid red}
h2 {font-size:1em; font-weight:bold;padding-top:1.6em;padding-bottom:0em; margin-bottom:0.8em; border:0px solid red}
hr { border:0; border-bottom:1px solid #ffce55}
strong { font-weight:bold}
a {color:#fbfbfb; text-decoration:none}
strong, b {font-weight:bold}

.logo{ height:2em; width:auto; position:relative; top:0.3em}
.logo_top { height:3em; margin-top:0.3em}




/************************************************************************************/
/* Calendar                                                                         */
/************************************************************************************/
.table_div { width:100%; border:0px solid white}
.tr_div { clear:both;}
.day_names { background-color:#999; text-align:center; text-transform:uppercase}
.td_div { font-size:0.8em; width:14%; border:0px solid red; display:block; float:left}
.cell_full {min-height:16em; border:2px solid #3b4554; background-color:#424952}

.control_links {float:left; display:inline-block;color:white; margin-top:0;height:22px;line-height: 22px; font-size:10px;padding-left:11px; padding-right:11px; width:110px; background-color:#828d9f; border-radius: 4px;}
.control_links a{  }
.control_links_rhs { margin-left:0.4em; text-align:right}


/* height:22px; border:0; background-color:#828d9f;margin:0px; padding-left:11px; padding-right:11px; font-size:10px; color:white; border-radius: 4px;*/