﻿/******************************************
***                          TELE2 CSS ***
******************************************/

body
{
    margin: 0px;
    background-color: #292929;
    font-family: trebuchet ms, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #444444;
    font-weight: normal;
    letter-spacing: normal;
}

li
{
    padding-bottom: 8px;
}

a:link
{
    color: #0066DD;
    text-decoration: none;
    font-weight: normal;
}
a:visited
{
    color: #0066DD;
    text-decoration: none;
    font-weight: normal;
}
a:active
{
    color: #0066DD;
    text-decoration: none;
    font-weight: normal;
}
a:hover
{
    color: #0055b9;
    text-decoration: underline;
    font-weight: normal;
}

h1
{
    color: #00a6d6;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

h2
{
    color: #187CC7;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

h3
{
    color: #0C5AC5;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}

.action
{
    color: #0C5AC5;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
}

#container
{
    position: relative;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#maincontent
{
    background-color: white;
    padding-top: 12px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 8px;
}

/* Error handling / Info messages */

.errortext
{
    color: #ff0000;
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 11px;
}

.oktext
{
    color: #19932A;
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 11px;
}

.infotext
{
    color: #2211F0;
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 11px;
}

.whitetext
{
    color: #ffffff;
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 11px;
}

/* validatorCallout */

.validatorCalloutHighlight
{
    background-color: #FFFFE0;
}


/* Modal Popup */

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #222222;
    padding: 3px;
    width: 500px;
}
