﻿body
{
	margin:0px;
	color:#333333;
	background-color:#f2f1f1;
}

.wfLeftHighlight
{
	position:absolute;
	width:5px;
	height:100%;
	background-color:#74ba12;
	z-index:10;
	border-right:solid 1px #aaaacc;
}

.wfPageHeader
{
	width:100%;
	background-color:White;
	border-bottom: solid 1px #a9a9a9;	
}

.wfPageHeaderContentRight
{
	position:relative;
	float:right;
	padding-top:3px;
	padding-right:8px;
}

.wfPageHeaderContentLeft
{
	position:relative;
	float:left;
	padding-top:3px;
	padding-left:8px;
}

.wfCanvas
{
	position:relative;
	float:left;
	font-family:Verdana;
	font-size:11px;
	overflow: auto;
}

.wfLeftMargin
{
	width:30px;
}

.wfTopMargin
{
	height:15px;
}

.wfLeftMargin, .wfCol
{
	position:relative;
	float:left;
	height:100%;	
	overflow:hidden;
}

.wfTopMargin, .wfRow
{
	position:relative;
	width:100%;	
	overflow:hidden;
}

.wfGroupHeader
{
	position:relative;
	font-weight:bold;
	font-size:13px;
	font-family:Sans-Serif;
	border-bottom: 1px solid #999999;
	line-height: 24px;
}

.wfGroupHeaderIcon
{
	position:relative;
	float:right;
	top:4px;
}

.wfGroupHeaderSpaceBelow
{
	height:6px;
	font-size:5px;
	border-top: 2px solid white;
}

.wfButtonCanvas
{
	width:75px;
	height:100%;
	position:relative;
	float:left;
	padding-left:30px;
}

.wfButton
{
	font-size:12px; 
	font-family:Sans-Serif; 
	width:70px;
	height:25px;
	position:relative;
}

.wfButtonSpacing
{
	width:100%;
	float:right;
	position:relative;
	height:6px;
	font-size:5px;
}

.wfHighlightText
{
	color:#1d2f75;
}

.wfTopMenu
{
	width:100%;
	height:18px;
	border-top:solid 1px #74ba12;
	border-bottom:solid 1px #74ba12;
	background-color:White;	
}

.wfToolBarMenu
{
	width:100%;
	height:21px;
	border-top:solid 1px #74ba12;
	border-bottom:solid 1px #74ba12;
	background-color:White;	
}

.wfToolbarButton
{
	overflow:hidden;
	float:left;
	position:relative;
	height:100%;
	height:21px;
	width:22px;
	background-position:center;
	background-repeat:no-repeat;	
}

.Menus
{
	background-color:Black;
	color:White;
	padding: 5px 5px 5px 10px;
}



.MenuDivider
{
	border-top: solid 1px gray;
	border-bottom: solid 1px white;
	height: 0px;
}


.FormSpacingSmall
{
	height:6px;
	font-size:5px;
}

.FormSpacing
{
	height:10px;
	font-size:5px;
}

.FormSpacingLarge
{
	height:20px;
}

.FormColSpacingMini
{
	height:100%;
	width:7px;
	float:left;
	position:relative;
}

.FormColSpacingSmall
{
	height:100%;
	width:15px;
	float:left;
	position:relative;
}

.FormColSpacing
{
	height:50px;
	width:30px;
	float:left;
	position:relative;	
}

.ToolbarButton, .ToolbarButton:hover
{
	overflow:hidden;
	float:left;
	position:relative;
	height:100%;
	height:30px;
	width:40px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position:center;
	background-repeat:no-repeat;	
}

.ToolbarButton:hover
{
    width: 38px;
    height: 28px;
    border: 1px solid silver;
    background-color: #c3d8f1;
}

.FormSmallButtons
{
	width:20px;
	float:right;
	position:relative;
}

.FormDetailCaption
{
	text-align:right;
	padding-right:5px;
}

.FormDetailCaptionTop
{
	text-align:right;
	padding-right:5px;
    vertical-align: top; 
    position: relative; 
    top: 3px;	    
}

.FormTimeEntry
{
	width:33px;
}

a:link, a:visited
{
	color:#1d2f75;
	font-weight:bold;
}

a:hover
{
	color:Blue;
}

input, textarea, select
{
	font-family:Verdana;
	font-size:11px;
}

.TopMenu
{
	width:100%;
	height:16px;
	border-bottom:solid 1px #74ba12;
	background-color:#ffffff;
}

.TopMenuSpaceBelow
{
	width:100%;
	height:8px;
	font-size:5px;
	background-color:#ffffff;
}

.LeftMenu
{
	width:230px; height:100%; 
	position:relative;
	float:left;
	cursor:default;
	border:solid 1px #f2f1f1;
	overflow-y: auto;
	overflow-x: hidden;
	
}

.LeftMenuPadding
{
	padding-left:10px; 
	padding-right:10px;   
}

.LeftMenuMainItem
{
	padding-top: 10px; 
	padding-bottom: 10px; 
	border-bottom: solid 1px white;
	overflow: hidden;
	cursor: pointer;
}

.MainItem:hover
{
    color: #74ba12;
}

.MainItem
{
    color: #333333;
	color: #1d2f75;    
    cursor: pointer;
}

.MenuItem, .MenuItemSelected
{
	cursor: pointer;
	color: #333333;
	padding-top: 6px;
	font-weight: normal;
}

.MenuItem:hover
{
    color: #74ba12;
}

.LinkItem
{
	cursor: pointer;
	color: #1d2f75;
	padding-top: 3px;
	font-weight: normal;
}

.LinkItem:hover
{
    color: #74ba12;
	cursor: pointer;    
}

.MenuItemSelected, .MainItemSelected
{
    color: #74ba12;
    font-weight: bold;
}

.TopMenuItem
{
	position:relative;
	float: right;
	cursor: pointer;
	padding-right: 15px;
	top:1px;
}

.LeftMenuSpacing
{
	width:100%; 
	height:6px;
	font-size:5px;
}

th
{
	font-weight:normal;
	padding-bottom:6px; 
	padding-top:6px; 
}

.TableListCaption
{
    padding: 2px 20px 4px 3px;
    border-bottom: solid 1px #cccccc;
    color: #1d2f75;
}

.TableListRow
{
    padding: 3px 17px 3px 3px;    
}

.TableListBullet
{
    padding: 3px 5px 3px 3px;    
}

.ModalBackGround
{
    position:absolute;
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 199;
}

.ToolButtonStrip
{
     position: absolute; 
     top: 5px; 
     left: 5px;
}

a img
{
    border: 0px none transparent;
}

.ReadOnly
{
    width: 190px; 
    background-color: #ffffff; 
    border: 1px solid silver; 
    padding: 2px;
    color: #333333;
}

.CloseForm
{
     float:right; 
     width: 30px; 
     background-image: url(http://123booking.dk//Graphics/Kryds.gif); 
     background-position: right top; 
     background-repeat: no-repeat; 
     cursor: pointer;
}

.CloseForm:hover
{
     background-image: url(http://123booking.dk/Graphics/kryds-over.gif); 
}

.TitleForm
{
    overflow:hidden; 
    background-color: #999999; 
    font-weight:bold; 
    text-transform: uppercase; 
    background-image: url(http://123booking.dk/Graphics/gradient-menucaption.gif); 
    background-repeat: repeat-x; 
    border-bottom: 2px solid white; 
    color: White; 
    font-family: Verdana; 
    font-size: 11px; 
    line-height: 23px; 
    padding-left: 5px; 
    padding-right: 2px; 
    padding-top: 2px;
}

.TitleCaptionForm
{
    float:left; 
    line-height: 21px;
}

