@charset "utf-8";

    html {
    min-height: 100%;
    background-color: #363638;
    font-family: avenir;
    }

body
{
	color: #FFFFFF;
  background-color: #363638;
	width: auto;
	margin: 0 auto;
}

.link-blue a
{
	font: normal 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #5893D2;
	text-decoration: none;
}

.link-blue a:hover
{
	font: normal 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #A2DB00;
	text-decoration: none;
}

.text-calendar
{
    color: #5893D2;
    width: 150px;
    padding: 3px 0px 3px 5px;
    margin-top: 2px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb url(../imgs/icons/ico_textcalendar.png) no-repeat 3px 3px;
    height: 25px;
    line-height:15px;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	padding-left: 38px;
	font-size: 13px;
	border-radius: 3px;
}

.text-calendar:hover
{
    border: 1px solid rgba(88,147,210,0.7);
}



#bottom-header
{
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    position:fixed;
    bottom:0px;
    left:0px;
    margin-left: 0px;
    margin-bottom: 10px;
    height:30px;
    max-height: 385px;
    width:auto;
    /*background-color:rgba(255,255,255,0.30);*/
    border: 0px solid #e5e5e5;
    outline: 0;
    color: #BBBBBB;
    font: normal 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
