html {
    height: 100%;
    font-family: "Verdana", sans-serif;
    font-size: 10pt;
    background-color: steelblue;
    background-image: -moz-linear-gradient(90deg, white, lightsteelblue, steelblue);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, to(lightsteelblue), from(steelblue));
    background-attachment: fixed;
}

body.login {
    height: 100%;
    min-height: 100%;
    display: table;
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

h1.title {
    color: white;
    text-shadow: 0px 0px 3px black;
}

div.vcenter {
    display: table-cell;
    vertical-align: middle;
}

.center {
    text-align: center;
}

body.login div.vcenter > div.content {
    display: block;
    margin: 0px auto;
    width: 375px;
    padding: 30px;
    background-color: lightsteelblue;
    background-image: -moz-linear-gradient(90deg, white, lightsteelblue);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, to(white), from(lightsteelblue));
    border: 3px solid #358;
    color: black;
    text-align: center;
}

body.login div.vcenter > div.content span {
    font-family: "Verdana";
}

body.login h1.logotext {
    font-family: "Lucida Grande", sans-serif;
    font-size: 25pt;
    text-align: center;
    margin: 0px 0px 25px 0px;
    letter-spacing: 0.2em;
}

body.login div.content input[type="email"], body.login div.content input[type="password"] {
    border: 1px solid #9AC;
    width: 175px;
}

div.loginfieldcontainer {
    display: block;
    margin: 0px auto 10px;
    line-height: 20px;
    float: left;
}

input#loginbutton {
    margin: 0px auto 0px auto;
    display: block;
    border: 1px solid black;
    background-color: #DC9;
    font-size: 16pt;
    padding: 0.5em 0.5em;
    font-family: "Arial";
    cursor: pointer;
    background-image: -moz-linear-gradient(90deg, #FEFEFE, lightsteelblue);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, to(#FEFEFE), from(lightsteelblue));
    width: 100px;
}

input#loginbutton:hover {
    background-image: -moz-linear-gradient(90deg, white, steelblue);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, to(white), from(steelblue));
    border-color: grey;
}

div.orcontainer {
    margin: 8px 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}


ul#mainmenu {
    list-style-type: none;
    display: block;
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    border: 1px solid black;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 3em;
    line-height: 3em;
    margin-bottom: 0px;
}

ul#mainmenu li {
    display: block;
    float: left;
    width: 25%;
    background-color: white;
    border-right: 1px solid black;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    background-image: -moz-linear-gradient(90deg, lightsteelblue, white);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, to(lightsteelblue), from(white));
    font-family: "Verdana";
    font-size: 16pt;
}

ul#mainmenu li:hover {
    background-image: -moz-linear-gradient(90deg, #CDF, white);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, to(#CDF), from(white));
}

ul#mainmenu li a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: inherit;
    -moz-box-sizing: padding-box;
    -webklt-box-sizing: padding-box;
}

ul#mainmenu li:last-child {
    border-right: none;
}

.content {
    background-color: white;
    border: 1px solid #666;
    padding: 1em;
}

.content p:first-child {
    margin-top: 0px;
}

.content p:last-child {
    margin-bottom: 0px;
}

li.project {
    list-style-image: url('http://bios.buildingintelli.com/img/building.png');
}

li.job {
    list-style-image: url('http://bios.buildingintelli.com/img/folder.png');
}

li.task {
    list-style-image: url('http://bios.buildingintelli.com/img/task.gif');
}

.error {
    color: red;
    font-weight: bold;
}

blockquote.error {
    background-color: pink;
    border: 1px solid red;
    padding: 1em;
    text-align: center;
}
