/*
logo orange: F36F24
*/

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

a {
    color:#10712A;
    font-weight: normal;
}

.notification {
    color: black;
    font-weight: bold;
    background-color: #C9F76F;
    padding: 5px;
    text-align: center;
    border: 1px solid black;
    border-top: none;
}

.notify_del {
    border: 0px;
    position: absolute;
    cursor: pointer;
    right: 10px;
}

.topbar {
    font-family: georgia, serif;
    font-weight: bold;
    background-color: #FFB639;
    border-style: none;
    padding: 0px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    color: black;
    border-collapse: collapse;
    margin-bottom: 10px;
}

#logotd {
    padding:0px;
    margin:0px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width:200px;
    background-color: white;
    border-bottom: solid black 1px;
}

#brbox {
    background-color: white;
    text-align: center; 
    border-left: solid black 1px;
    width: 210px; 
}

.tdleft, .tdright {
    padding-bottom: 10px;
    vertical-align: bottom;
    border-bottom: solid black 1px;
}

.tdleft {
    padding-left: 10px;
    border-left: solid black 1px;
    text-align: left;
}

.tdright {
    text-align: right;
    padding-right: 10px;
}

#footer {
    background-color: #FFB639;
    border-top: solid black 1px;
}

.dateinput {
    width: 58px;
}

html, body, #wrap {
    height: 100%;
}

body > #wrap {
    height: auto; min-height: 100%;
}

#main {
    padding: 10px;
    padding-bottom: 69px;
}

#footer {
    position: relative;
	margin-top: -69px; /* negative value of footer height */
	height: 68;
	clear:both;
} 

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#ui-datepicker-div {
    display: none;
}
