﻿/* BASICS */
html
{
    background-color: #fff;
    background-image: url(backdrop.png);
    background-repeat: repeat-x;
    background-position: left top;
    font-family: Tahoma,Sans-Serif;
    font-size: 12px;
    color: #606060;
    overflow-y: scroll;
}

a
{
    color: #677f98;
}
a:hover
{
    color: #b2b2b2;
}

p
{
    line-height: 18px;
}

h1
{
    color: #5e96b5;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h2

{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}

h3
{
    color: #555;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 12px;
}
.floatfix
{
    display: block;
    clear: both;
    width: 0px;
    height: 0px;
    overflow: hidden;
}



/* PAGE LAYOUT */
.page
{
    margin-left: auto;
    margin-right: auto;
    width: 976px;
}

.shadow
{
    width: 15px;
    float: left;
    padding-top: 90px;
}

.main
{
    width: 944px;
    float: left;
}

.header
{
    height: 95px;
    color: #fff;
}
.header .logo
{
    margin-left: 20px;
    margin-top: 12px;
}
.topimage
{
    height: 137px;
    width: 944px;
    border-bottom: solid 3px #585c5f;
}

.content
{
    background-color: #fff;
    width: 944px;
    border-left: solid 1px #585c5f;
    border-right: solid 1px #585c5f;
    border-bottom: solid 1px #585c5f;
}

.menubar
{
    height: 59px;
    position: relative;
}
.menubar img
{
    position: absolute;
}
.menubar .menu-left
{
    left: 0px;
    top: 0px;
}
.menubar .menu-right
{
    left: 929px;
    top: 0px;
}

.footer
{
    color: #8c8c8c;
    font-family: Tahoma,Sans-Serif;
    font-size: 11px;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer a
{
    color: #8c8c8c;
    text-decoration: none;
}
.footer a:hover
{
    color: #8c8c8c;
}
.footer .right
{
    float: right;
}



/* TOP MENU */

.menu
{
    font-family: Tahoma,Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    background-image: url(menu_bg.png);
    background-repeat: repeat-x;
    height: 59px;
    width: 914px;
    position: absolute;
    left: 15px;
}
.menu li
{
    float: left;
}
.menu li.right
{
    float: right;
}
.menu a
{
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #ccc;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 19px;
    height: 40px;
    _width: 1px; /* IE6 fix for variable width */
    white-space: nowrap;
}
.menu .no-caps a
{
    text-transform: none;
}

.menu a:hover, .menu li.active a
{
    color: #fff;
    background-image: url(menu_hover.png);
    background-position: left top;
    background-repeat: repeat-x;
}


/* CONTENT AREA STYLES */
.content p
{
    margin-bottom: 10px;
}
.content ul.bullets
{
    margin: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.content ul.bullets li
{
    list-style-type: none;
    background-image: url(bullet_blue.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    margin-bottom: 10px;
    padding-left: 12px;
}
.content .columns
{
    padding-left: 35px;
    clear: both;
}
.content .left-550
{
    float: left;
    width: 550px;
    padding-right: 60px;
    padding-top: 45px;
    padding-bottom: 30px;
}
.content .left-812
{
    float: left;
    width: 812px;
    padding-right: 60px;
    padding-top: 45px;
    padding-bottom: 30px;
}

.content .right-275
{
    float: left;
    width: 275px;
    background-image: url(right_col_ds.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 14px;
    padding-top: 30px;
}
.content .right-275 h1
{
    background-color: #e9e6df;
    color: #000;
    padding: 15px;
    margin: 0px;
}


/* SPECIAL ELEMENTS */
ul.news
{
    background-color: #494d50;
    color: #cecece;
    padding-bottom: 20px;
}
ul.news li
{
    padding: 15px;
}
ul.news h2, ul.news h6
{
    margin: 0px;
}
ul.news h2
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-top: 4px;
    margin-bottom: 4px;
}
ul.news h6
{
    color: #a3bfce;
    font-size: 10px;
}
ul.news a
{
    color: #cecece;
    text-decoration: none;
}
ul.news a img
{
    vertical-align: bottom;
    margin-left: 5px;
}

.newsdato
{
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-top: 4px;
    margin-bottom: 4px;
}

/* GridView */

.GridHeader
{
    font-weight: bold;
    background-color: #EAE9E2;
    height: 30px;
}
.GridItem
{
    background-color: #F7F7EA;
}

.GridAltItem
{
    background-color: white;
}


/******************************* calendar ***********************************/
.calendar .ajax__calendar_container {
    background-color:#f2f2f2;
    border:solid 1px #808080;
    font-family:arial,helvetica,clean,sans-serif;
    cursor:default;
    width:205px;
    font-size:12px;
    text-align:center;
    padding:0px;
}

.calendar .ajax__calendar_body {
    height:139px;
    width:205px;
    position:relative;
    overflow:hidden;
}

.calendar .ajax__calendar_days, .calendar .ajax__calendar_months, .calendar .ajax__calendar_years {
    top:0px; 
    left:0px;
    height:139px;
    width:195px;    
    padding:5px;
    position:absolute;
    text-align:center;
}

.calendar .ajax__calendar_days table {
    border-spacing:0;
    border-collapse:collapse;
    font:100% sans-serif;
    text-align:center;    
}

.calendar .ajax__calendar_header {
    background:url(/admin/Images/Sprite.png) repeat-x 0 0; 
    height:22px;
    width:100%;
    font-size:10pt;
    font-weight:bold;
    text-align:center;
    padding-top:3px;
}

.calendar .ajax__calendar_prev {
    margin-top:2px;
    margin-left:4px;
    height:15px;
    width:25px;
    cursor:pointer;
    float:left;
    background:url(/admin/Images/Sprite.png) 0px -450px no-repeat;
}

.calendar .ajax__calendar_next {
    margin-top:2px;
    margin-right:4px;
    height:15px;
    width:25px;    
    cursor:pointer;
    float:right;
    background:url(/admin/Images/Sprite.png) 0px -500px no-repeat;
}

.calendar .ajax__calendar_title {
    cursor:pointer;
    font-weight:bold;
    text-align:center;
}

.calendar .ajax__calendar_footer, .calendar .ajax__calendar_today {
    display:none;
}

.calendar .ajax__calendar_dayname {
    padding-left:3px;
    padding-right:3px;
    margin-bottom:5px;
    margin-left:2px;
    margin-right:2px;
    text-align:center;
    font-weight:700;
    font-size:10pt;
    color:#000;
    border-bottom:solid 1px #a6a6a6;
}

.calendar .ajax__calendar_day, .calendar .ajax__calendar_month, .calendar .ajax__calendar_year {
    padding:0px;
    color:#000;
    text-align:center;  
    padding:0pt 2px;
}

.calendar .ajax__calendar_hover .ajax__calendar_day, .calendar .ajax__calendar_hover .ajax__calendar_month, .calendar .ajax__calendar_hover .ajax__calendar_year, .calendar .ajax__calendar_hover .ajax__calendar_title {
    color:#0066cc;
}

.calendar .ajax__calendar_other .ajax__calendar_day, .calendar .ajax__calendar_other .ajax__calendar_year {
    color:#a6a6a6;   
}

.calendar .ajax__calendar_active .ajax__calendar_day {
    color:#0066cc;   
}

div.htmltooltip{
  position: absolute;/*leave this and next 3 values alone*/
  z-index: 1000;
  left: -1000px;
  top: -1000px;
  background: #404040;
  border: 5px solid black;
  color: white;
  padding: 10px;
  width: 250px;/*width of tooltip*/
}