/* CSS Document */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
body {
	line-height: 1;
        background: #121e27;
        color: #DDD;
        font-family: 'Trebuchet Ms';
        font-size: 14px;
}
ol, ul {
	list-style: none;
}

a {
        color: #DDD;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin: 0;
        padding: 0 15px 0 0;
        line-height: 40px;
        white-space: nowrap;
}

select {
    height: 50px;
    border-radius: 0px;
    border: 0px;
    width: 100%;
    padding-left: 5px;
    font-size: 16px;
    display:block;
}

input[type="text"],input[type="password"] {
    height: 50px;
    border-radius: 0px;
    border: 0px;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    display:block;
}

input[type="button"] {
    height: 50px;
    border-radius: 0px;
    border: 0px;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    display:block;
}

td input[type="button"] {
    margin-top: 0;
}

#wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

#block_signin {
    margin-top: 50px;
}

.menu {
    padding: 10px 0;
}

.menu a{
    text-decoration: none;
}

.controls li {
    display: inline-block;
    padding: 5px;
    width: 30%;
}

.menu ul li {
    display: inline-block;
    padding: 5px;
}

.menu ul li:hover {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.table_wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 2px 0 0;
}

.table_wrapper table {
        width: 100%;
    	border: solid #dbdbdb;
	border-width: 1px 0 0 1px;
}

.table_wrapper td, .table_wrapper th {
        text-align: left;
        padding: 5px;
        line-height: 26px;
}

.table_wrapper td, .table_wrapper th {
        border: solid #dbdbdb;
        border-width: 0 1px 1px 0;
}

.table_wrapper tr.second td {
        background: #f2f2f2;
}


.table_wrapper th {
        font-weight: bold;
        font-size: 13px;
}

