/*
Code by Kristoffer Milligan
kristoffer.milligan@marlink.com
*/
/* 
    Created on : 18-Jun-2015, 13:32:23
    Author     : Kristoffer Milligan <kristoffer.milligan@marlink.com>
*/
body {
    padding:0px;
    margin:0px;
    font-family: Arial;
    background:#4D4D4F;
    color:white;
}
a:link	{color:#0066aa; text-decoration:none}
a:visited {color:#0066aa; text-decoration:none}
a:hover	{color:#0066aa; text-decoration:underline}
#page {
    width:100%;
    height:100%;
}
#page_frame {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    /*border:1px solid black;*/
}
#bottom {
    width:800px;
    margin-left:auto;
    margin-right:auto;
    padding-top:5px;
}
#footer {
    background:#0066aa; 
    color:white;
    position:absolute; 
    bottom:0px; 
    left:0; 
    height:28px; 
    padding-top:17px; 
    width:100%;
}
#logo {
    background-image: url("../gfx/Marlink_Logo_positive_sRGB.png");
    background-size: 350px 84px;
    padding-right:800px;
    background-repeat:no-repeat;
    background-position: left center;
    width:651px;
    height:124px;
}
#top_menu {
    margin-top:50px;
    padding-left:25px;
}
#current_page_display {
    display:block;
    float:left;
    padding-bottom:0px;
    padding-left:35px;
    padding-top:20px;
    font-weight:bold;
}
#top_menu div {
    display:block;
    float:left;
    margin-right:15px;
    height:32px;
    width:32px;
    line-height:32px;
    padding-left:35px;
    background-repeat:no-repeat;
}
#content {
    clear:both;
    padding-top:10px;
    padding-left:25px;
    padding-bottom:50px;
    overflow:auto;
}
#login {
    padding-top:50px;
}
#login table {
    margin-left:auto;
    margin-right:auto;
    margin-bottom:50px;
}
.error {
    color:red;
    font-weight:bold;
    margin-left:auto;
    margin-right:auto;
}
.bold {
    font-weight:bold;
}
.menu {
    /*border-radius: 14px 14px 14px 14px;
    border-right:1px solid black;*/
    margin-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}
input[type="button"], input[type="submit"] {
    background:#0066aa; 
    border:0; 
    padding:6px; 
    color:white; 
    width:8em; 
    cursor:pointer
}
