* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 50px;
	line-height: 50px;
	background: #337ab7;
}
.header .logo {
    display: block;
    width: 200px;
    height: 50px;
    float: left;
    background: url(../images/logo.png) no-repeat;
    text-align: center;
    text-decoration: none;
    margin-right: 20px;
}
.header .name {
	display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.header .exit {
	float: right;
	color: #fff;
	margin-right: 25px;
}

form {
	margin: 25px 0;
}

input[type="text"],
input[type="password"],
select[name="ts"] {
	height: 40px;
}
input[type="submit"] {
	display: block;
    margin-top: 15px;
}

.table {
	width: 100%;
	display: block;
	overflow-x: auto;
}
.table th {
	/*text-align: left;*/
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position: relative;
	height: 40px;
    line-height: 40px;
    background: #337ab7;
    text-align: center;
    color: #fff;
}
.footer a,
.footer a:hover {
    color: #fff;
}