/*
 * CSS for SWAKK website (global)
 */

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

div.left_area {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 174px;
    color: black;
}

div.main_area {
    position: absolute;
    top: 0px;
    left: 220px;
    height: auto;
    width: 714px;
    color: black;
    padding-left: 10px;
    text-align: justify;
}

#main_table th {
    background-color: #563d7c;
    color: #FFFFFF;
    font-family: sans-serif;
    text-align: center;
}

#main_table table {
    width: 100%;
}

#main_table {
    width: 100%;
}

#main_table td {
    text-align: center;
    vertical-align: center;
}

#main_table .nav_td {
    width: 30%;
    border: 1px solid;
}

#main_table .nav_padding {
    width: 5%;
}

td.halign_right {
    text-align: right;
}

.main_content {
    border: 1px solid grey;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    min-height: 300px;
}

#header_div {
    margin-top:10px;
}
#swakk_title h1 {
    display: inline;
}

#swakk_title {
    text-align: center;
}
#swakk_title img {
    height: 120px;
}
div.sub_title {
    background-color: #E0E0EF;
    width='100%';
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

.invisible{
    display: none;
}

p.prereq {
    color: red;
}

.news p{
    font-weight: bold;
}

#dontsueme {
    text-align: center;
    font-size: small;
    font-weight: bold;
}

label {
    font-weight: bold;
}

#cssmenu {
    margin-top: 30px !important;
}

input:read-only { 
    color: grey;
}

