
html {

    overflow-y: scroll;
}

font.notable { 
    
    font-weight: bold;
}

body { 
    
    margin: 0px;
}

div.notification { 

    background-color: #ddffaa;
    font-family: Verdana;
    font-size: 11;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-top: 1px;
    border-color: #c6c6c6;
    border-style: solid;
}

td {
    
    font-family: Arial;
    font-size: 16;
}

td.notification { 

    font-family: Arial;
    font-size: 12;
}

.alert { 

    background-color: #ffddaa;
    font-family: Arial;
    font-size: 11;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-top: 1px;
    border-color: #c6c6c6;
    border-style: solid;
}

A:link {
    text-decoration: none;
    font-family: Arial;
    color: #095196;
}

A:visited {
    text-decoration: none;
    font-family: Arial;
    color: #095196;
}

A:active {
    text-decoration: none;
    font-family: Arial;
    color: #095196;
}

A:hover {
    text-decoration: underline; 
    font-family: Arial;
    color: #095196;
}

textarea.plain {

    font-family: "Trebuchet MS", verdana, arial; 
    color: #333333;
    border: solid 1px #cacbcb;
    background-color: #ffffff;
    padding: 1px;
    padding-left: 3px;
}

input {

    font-family: "Trebuchet MS", verdana, arial; 
    color: #333333;
    border: solid 1px #cacbcb;
    background-color: #ffffff;
    padding: 1px;
    padding-left: 3px;
}

input.textfield_selected {

    font-family: "Trebuchet MS", verdana, arial; 
    color: #444444;
    border: solid 2px #63872b;
    background-color: #ffffff;
    padding: 2px;
    padding-left: 3px;
    font-size: 13px;
}

input.textfield {

    font-family: "Trebuchet MS", verdana, arial; 
    color: #444444;
    border: solid 2px #cacbcb;
    background-color: #ffffff;
    padding: 2px;
    padding-left: 3px;
    font-size: 13px;
}

select {

    font-family: "Trebuchet MS", verdana, arial; 
    color: #333333;
    border: solid 1px #cacbcb;
    background-color: #ffffff;
    padding: 0px;
    padding-left: 3px;
}

select.small {

    font-family: "Trebuchet MS", verdana, arial; 
    font-size: 10px;
    color: #505050;
    border: solid 1px #cacbcb;
    background-color: #ffffff;
    padding: 0px;
    padding-left: 1px;
    margin: 0px;
}

td.tabs_selected {

    padding: 5px;
    background-color: #ffffff;
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;
    border-bottom: 0px;
    border-left: 1px;
    border-right: 1px;
    border-top: 1px;
    border-style: solid;
    border-color: #cccccc;
}

td.tabs_unselected {

    padding: 5px;
    background-color: #f1f1f1;
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-top: 1px;
    border-style: solid;
    border-color: #cccccc;
}

td.tabs_border {

    padding: 2px;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-style: solid;
    border-color: #cccccc;
}

span.button_green {

    height: 25px;
    border: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    background: url( ../img/buttons/button_green_left.png ) top left no-repeat;
}

span.button_green input {

    height: 25px;
    border: none;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 6px;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 10px;
    color: #fff !important;
    background: url( ../img/buttons/button_green_right.png ) top right no-repeat !important;
}