html {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

body {
    margin: 0;
    padding: 0;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}

.header {
    background: none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 -1px 0 #FFFFFF inset;
    height: 60px;
    left: 0;
    margin: 0;
    padding: 0;
    top: 1px;
    width: 100%;
    z-index: 10;
}

.header .application_name {
    color: #474D57;
    float: left;
    font-size: 36px;
    font-weight: normal;
    line-height: 60px;
    margin: 0 30px;
    position: relative;
    text-shadow: 0 1px 1px #FFFFFF;
}

.main_menu {
    padding: 0;
    background: linear-gradient(#EEEEEE 6.6%, #DFDFDF) repeat scroll 0 0 #EEEEEE;
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 3px #DDDDDD;
    height: 37px;
}

.main_menu li {
    border-bottom: 2px solid #CFCFCF;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #DDDDDD;
    display: table-cell;
    list-style-type: none;
    margin: 0;
    width: 1%;
}

.main_menu a {
    color: #474D57;
    display: block;
    font-weight: bold;
    height: 35px;
    line-height: 36px;
    padding: 0 10px;
    text-align: center;
    text-shadow: 0 1px 1px white;
}

.form {
    background: linear-gradient(#EEEEEE 6.6%, #DFDFDF) repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 4px 7px;
}

.login_error {
    margin: 25px 30px;
    border: 2px solid #FF0000;
}

.login {
    margin: 25px 30px;
}

.login table {
    margin: 15px auto;
    border-collapse: collapse;
}

.login .submit {
    text-align: right;
}

.login .submit input {
    padding: 5px 15px;
}










/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

*:first-child+html .clearfix { 
    min-height: 0;
}

* html .clearfix {
    height: 1%;
}

* html>body .clearfix {
    display: inline-block;
    width: 100%;
}

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}