 /**
  * 
  * @author Jorn
  * @created 2009-06-17 20:18
  */


BODY
{
    font-family: Helvetica, Arial, Verdana;
    font-size: 13px;
    Color: Black;
    Background-color: #666666;
    Margin: 0;
    Padding: 0;
}

A, A:visited
{
    text-decoration: none;
}


A:hover
{
    text-decoration: underline;
}


TD
{
font-family: Helvetica, Arial, Verdana;
font-size: 15px;
line-height: 125%
}

.main_menu_item
{
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 5px;
 padding-right: 5px;
 background-color: #8296b1;
 -moz-border-radius: 5px;
}

.main_menu_item_selected
{
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 5px;
 padding-right: 5px;
  background-color: #E0E0E0;
 -moz-border-radius: 5px;
}

.main_menu_href
{
    font-family: Helvetica, Arial, Verdana;
    font-size: 13px;
    font-weight: normal;
    Color: White;
    text-transform: uppercase; 
  }

.main_menu_href_selected
{
    font-family: Helvetica, Arial, Verdana;
    font-size: 13px;
    font-weight: normal;
    Color: #000099;
    text-transform: uppercase; 
}    

.main_content
{
    background-color: White;
    Color: #153879;
    padding: 40px;
}

.main_content A, .main_content A:visited
{

    color: Blue;
}

.read_more
{
    font-family: Helvetica, Arial, Verdana;
    font-size: 13px;
    font-weight: normal;
    Color: Blue;
    text-transform: uppercase; 
}    

.footer
{
    font-family:  Helvetica, Arial, Verdana;
    color: #444444;
 
   font-size: 11px;
border-top: solid #cccccc 1px;
    background-color: #eeeeee;
padding: 5px;
}

.error
{
    padding: 3px;
    border: solid red 1px;
    font-family: arial;
    font-size: 14px;
    font-weight: Bold;
    color: #007070;
    background-color: #FFE0E0;
    text-decoration: none;
}

.warning
{
    padding: 3px;
    border: solid blue 1px;
    font-family: arial;
    font-size: 14px;
    font-weight: Bold;
    color: #707000;
    background-color: #E0E0FF;
    text-decoration: none;
}

.ok
{
    padding: 3px;
    border: solid green 1px;
    font-family: arial;
    font-size: 14px;
    font-weight: Bold;
    color: #700070;
    background-color: #E0FFE0;
    text-decoration: none;
}

.debug
{
    padding: 3px;
    border: solid Yellow 1px;
    font-family: arial;
    font-size: 14px;
    font-weight: Bold;
    color: #000070;
    background-color: #FFFFE0;
    text-decoration: none;
}

