#main {
    display: table;
    width: 100%;
    height:100%;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    box-sizing: border-box;
}

#wrapper {
    display: table;
    width: 1200px;
    height: 50px;
    padding: 0.3125em;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    background-color: #F9FAFB;
    margin-bottom: 2px;
}

#header {
    display: table;
    width: 99%;
    height: 50px;
    padding: 0.3125em;
    background: #F9FAFB;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: 5px;
    border-width: 1px;
    border-color: #b9b9b9;
    border-style: solid;
    box-sizing: border-box;
    border-radius: 0.3125em;
    box-shadow: 1px 1px 2px #000;
}

#header > div {
    display: table-cell;
    padding: 1em;
    width: 50%;
}

#content {
    display: table;
    width: 99%;
    height: 500px;
    padding: 0.3125em;
    background: #F9FAFB;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border-width: 1px;
    border-color: #b9b9b9;
    border-style: solid;
    box-sizing: border-box;
    border-radius: 0.3125em;
    box-shadow: 1px 1px 2px #000;
}

#footer {
    display: table;
    width: 99%;
    height: 50px;
    padding: 0.3125em;
    background: #F9FAFB;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    border-width: 1px;
    border-color: #b9b9b9;
    border-style: solid;
    box-sizing: border-box;
    border-radius: 0.3125em;
    box-shadow: 1px 1px 2px #000;
}

body {
    padding: 0;
    margin: 0;
    min-width: 1200px;
    color: #0F1419;
    background-color: #F9FAFB;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top left;
}

#toplink {
    height: 30px;
    top: 10px;
    font-family: Thoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    line-height: 1.25em;
    text-align: center;
    padding-right: 125px;
}

#toplink ul a {
    color: #002f2f;
    text-decoration: none;
    padding: 0px 4px 0 4px;
}

#toplink ul li.selected a {
    color: margin-top: 5px;
}

#toplink ul, #toplink li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#toplink ul {
    margin-top: 10px;
}

#toplink li {
    display: inline;
    border-right: 1px solid #fa7f00;
}

#toplink .first {
    border-left: 1px solid #fa7f00;
    padding-left: 5px;
}

#daydate {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    top: 5px;
    bottom: 10px;
    color: #002f2f;
    height: 30px;
    width: 100%;
}

#wrapper_topbar
{
	width: 99%; /*1040px*/
	margin:0px auto;
	display:block;
	position: relative;
	z-index:1000;
        background: #f9f9f9;
}

.topbar
{
	list-style:none;
	width:100%; /*1005px*/
	margin-bottom:4px;
	height:43px;
	padding:3px 10px 5px 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	/*border-radius: 7px; */
    border-width: 1px;
    border-color: #b9b9b9;
    border-style: solid;
    box-sizing:border-box;
    border-radius: 0.3125em;
    box-shadow:1px 1px 2px #000;
}

.topbar li {
	float:left;
	text-align:center;
	position:relative;
	margin-right:20px;
	margin-top:10px;
	border:none;
}

.topbar .right {
	float:right;
	right:0;
	margin-right:20px;
}
 
