﻿@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #236991;
}
*/

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #236991;
	text-decoration: none;
}

.loginButtonCenter
{
	text-align: center;
}

a:hover {
	color: #236991;
	text-decoration: underline;
}

.menu {
	color: #FFFFFF;
	text-decoration: none;
}

.menu:hover {
	color: #E2E2E2;
	text-decoration: none;
}

.boxHeading {
	color: #FFFFFF;
	font-size: 14px;
	background-image: url(box_topLarge.gif);
	padding-bottom: 14px; 
	padding-top: 10px; 
	background-repeat: no-repeat;
}

.boxMainBackground
{
    padding-right: 10px; 
    padding-left: 10px; 
    background-image: url(box_tileLarge.gif);
    background-repeat: repeat-x;
}

.boxMainBackgroundTop
{
    background-image: url(box_leftTile.gif); 
    background-repeat: repeat-y;    
}

.boxMainBackgroundBottom
{
    background-image: url(img/box_rightTile.gif); 
    background-repeat: repeat-y;
}

.newsHeading {
	font-size: 14px;
	font-weight: bold;
}

.newsHeadingSmall {
	font-size: 11px;
	font-weight: bold;
	text-align:left;
}

.dato {color: #98b9cd}

.formElement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #236991;
}

.formElement2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #236991;
	background-color: #e0f3fd;
	border: #5c97b9 1px solid;
}

.leftBorder
{
    background-image: url(tile_left.gif);
    background-repeat: repeat-y;
}

.rightBorder
{
    background-image: url(tile_right.gif);
    background-repeat: repeat-y;
}

.menuBackground
{
    height: 33px; 
    background-image: url(menu_bg.gif); 
    background-repeat: no-repeat;
}

.backgroundGradient
{
    background-image: url(main_grad_tile.gif); 
    background-repeat: repeat-x;
}

.menuControl {
	color: #FFFFFF;
	text-decoration: none;
}

.menuControl:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: #e0f3fd;
	border: #5c97b9 1px solid;
}

.combolist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: #e0f3fd;
	border: #5c97b9 1px solid;
}

.tiny
{
	font-size: 0.5em;
	color: Black;
	background-color:Transparent;
}

.clearBoth
{
	clear: both;
}
    
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px;
}    

.leftalign
{
    text-align:left;
}

.leftalign table
{
    text-align:left;
}

.leftalign tr
{
    text-align:left;
}

.leftalign td
{
    text-align:left;
}

.leftalign .padding
{
    padding-left:10px;
}

.calendarHeader
{
    height: 33px; 
    background-image: url(menu_bgSmall.gif); 
    background-repeat:repeat-x;
    color: White;
    text-align: center;
}

.calendarCell
{
    background-image: url(calendarCell.gif); 
    background-repeat: repeat-x;
    height: 100%;
}

.calendarCellToday
{
    background-image: url(calendarCellToday.gif); 
    background-repeat: repeat-x;
    height: 100%;
}

.calendarCellNoDay
{
    background-image: url(calendarCellNoDay.gif); 
    background-repeat: repeat-x;
    height: 100%;
}

.monthSwitch
{
    height: 33px; 
    background-image: url(menu_bgSmallOrange.gif); 
    background-repeat:repeat-x;
    color: White;
    text-align: center;
}

.monthSwitchLarge
{
    height: 66px; 
    background-image: url(menu_bgLargeOrange.gif); 
    background-repeat:repeat-x;
    color: White;
    text-align: center;
}

.calendarHeaderNEW
{
    height: 33px; 
    background-image: url(menu_bgSmall.gif); 
    background-repeat:repeat-x;
    color: White;
    text-align: center;
    font-weight: bold;
}

.calendarDay
{
    min-height: 100px;
}

