html, body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
html {
    overflow-y: scroll;
}
body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    background:#fff;
}
h1, h2, h3, h4, h5, h6 { 
    font-weight:normal; 
}
ul, li {
    margin: 0px;
    padding: 0px;
    list-style-type:none;
}
.clearer { 
    clear: both; 
    font-size:1px; 
}
a { 
    color:#000; 
    text-decoration:none; 
}
a:hover { 
    text-decoration:underline; 
}
a:active { 
    outline: none; 
}
a:focus { 
    -moz-outline-style: none; 
}
p {
	margin: 0;
}
fieldset { 
    border:none; 
}
input, select, textarea { 
    font-family: Arial, Verdana, sans-serif; 
    color:#444; 
    font-size: 13px; 
}
img { 
    display:block; 
}
a img { 
    border:none; 
}
form {
    padding: 0px;
    margin: 0px;
}
/* Font Auto 1 Bold */
@font-face {
    font-family: "Auto1Bold";
    src: url('../fonts/auto_1_bold-webfont.eot');
    src: url('../fonts/auto_1_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/auto_1_bold-webfont.woff') format('woff'),
        url('../fonts/auto_1_bold-webfont.ttf') format('truetype'),
        url('../fonts/auto_1_bold-webfont.svg#Auto1Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Font Auto 1 Bold End */

#container {
    width: 1000px;
    margin: 0px auto;
}

#header {
    z-index: -1;
}
#footer {
	background: url('../img/header.gif');
	padding-left: 140px;
	width: 860px;
	overflow: auto;
}
#photo {
    float: right;
    width: 860px;
    height: 380px;
    overflow: hidden;
    z-index: 0;

    background: url('../img/header.jpg');
}
#toplinks {
    margin-left: 20px;
    padding-top: 31px;
}
#toplinks a {
    font-size: 11px;
    color: #9C9C9C;
}
#logo {
    display: block;
    width: 240px;
    height: 90px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 100;
    background: url(../img/logo-green-saxion_NEW.png) no-repeat 0 0;
    position: absolute;
    top: 110px;
    margin-left: 20px;
}
#main {
    position: absolute;
    top: 245px;
    margin: 0px auto;
    z-index: 1000;
    margin-left: 140px;
    width: 860px;
}
#loginbar {
    width: 490px;
    margin: auto;
}
.portletWrapper {
    width: 470px;
    margin: auto;
    height: 135px;
    background: url(../img/main-nav-transparent-bg.png) repeat 0 0;
    background: rgba(166, 206, 57, 0.7);
}
.portletWrapper:hover {
    background: rgb(166, 206, 57);
}
.portletWrapper h1 {
    padding: 10px;
    margin: 0px;
}
.portletWrapper h1 {
    font-family: Auto1Bold, Arial;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    color: white;
}
.portletWrapper table {
    width: 470px !important;
}
.portletWrapper table table {
    margin-left: 240px;
    width: 200px !important;
}
.portletWrapper tr {
    display: block;
    width: 230px;
    float: left;
    line-height: 1px;
}
.portletWrapper table table tr {
    width: auto !important;
}
.portletWrapper table table td {
    margin-right: 5px;
    width: auto !important;
}
.portletWrapper td {
    display: inline;
}
.portletWrapper td.wpsEditText, .portletWrapper td.wpsFieldText {
    line-height: 25px;
}
.portletWrapper .wpsFieldText input {
	margin-left: 15px;
	width: 170px !important;
}
.portletWrapper label {
	color: white;
	text-align: right;
	display: block;
}
.wpsStatusMsg, .wpsInstructionText, .centeredTextDiv {
	color: white;
	padding: 15px;
	position: absolute;
	top: -65px;
	width: 440px;
	background-color: rgb(166, 206, 57);
}
.centeredTextDiv {
    height: 100px;
    left: 190px;
    top: 1px;
}
.centeredTextDiv .bigErrorText {
    font-size: 1rem;
    font-weight: normal;
}
.wpsStatusMsg img {
	display: none;
}
.linkblock {
    float: left;
    width: 240px;
    padding: 0;
    margin: 0px;
    background: url(../img/main-nav-shadow-bg.png) no-repeat -440px bottom;
}
.links {
    width: 220px;
    margin: 8px 10px 18px;
}
.linkblock_spacer {
    float: left;
    width: 10px;
}
.linkblock a {
    display: block;
    width: 177px;
    height: auto;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    color: black;
    padding: 0 20px 0 23px;
    margin: 0px;
    background: url(../img/ic-items.png) no-repeat 10px -114px;
}


.greener {
    background: #A6CE39!important;
}
#loginerror {
    margin-top: 5px;
    color: white;
    font-size: 15px;
    margin-left: 25px;
    width: 400px;
}
#loginerror li {
    height: auto;
    /*padding: 2px 12px;*/
}
#loginerror a {
    margin: 0px;
    padding: 0px;
    background: none;

}