BODY
{
    TEXT: #000000;
    LINK: #0000ff;
    VLINK: #800080;
	BACKGROUND: #000000;
	COLOR: #000000;
	font-size: 12px; 
	FONT-FAMILY: Arial, Verdana, Helvetica, Tahoma;
}
.BodyMenu
{
    BackGround: #cccccc;
    Background-Attachment: fixed;
}
FORM
{
    COLOR: #000000;
    TEXT-DECORATION: none;
    FONT-SIZE: 10px;
    MARGIN: 0px;
}
FONT
{
    COLOR: #000000;
    TEXT-DECORATION: none;
    FONT-SIZE: 13px;
    MARGIN: 0px;
}
H1
{
    FONT-SIZE: 18px;
}
HR
{
   height: 18px;
   background: #fff url(/images/line.png) repeat center;
   Border: 0;
}
.TableSetup
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-TOP: 0px;
    PADDING-BOTTOM: 0px;
    FONT-SIZE: 10px;
    MARGIN: 5px 5px 5px 5px;
    COLOR: #000000;
    BACKGROUND: #ffffff;
    LINE-HEIGHT: 16px;
    BORDER: 1px ridge black;
}
TD
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 0px;
    MARGIN: 5px;
    LINE-HEIGHT: 16px;
    PADDING-TOP: 0px;
}

td.book {border: none !important;padding: 1px 0 1px 1px !important;background: none !important;overflow:hidden;}
td.book a, .booktip {background: #ffff73 !important;  border: 1px #000000 solid !important;}

td.bookrental {border: none !important;padding: 1px 0 1px 1px !important;background: none !important;overflow:hidden;}
td.bookrental a, .bookrentaltip {background: #99ee73 !important;  border: 1px #000000 solid !important;}

.TableMain
{
	Width: 101%;
	Border: None;
	Margin-Left: -5px;
	Padding-Right: 5px;
}
.TableBoxLeft
{
	width: 50%;
	min-height: 216px;
	vertical-align: top;
	Margin-Left: -5px;

/*	display: table-cell;
	display: inline-block;
	Padding-Left: 5px;
	Width: 45%; 
	Position: absolute; 
	left: 50%; 
	top: 89px;*/
}
.TableBoxRight
{
	Width: 50%;
	min-height: 216px;
	vertical-align: top;
	text-align: right;

/*	margin-top: 89px;
	display: table-cell;
	display: inline-block;
	min-height:216px;
	float: right;*/
}

.tdTopMenu
{
	Border-right: 1px solid black;
 }
P
{
    MARGIN-TOP: 0px;
    FONT-SIZE: 10px;
    MARGIN-BOTTOM: 8px;
    LINE-HEIGHT: 16px;
}
A
{
    COLOR: #0000ff;
    FONT-SIZE: 12px;
    TEXT-DECORATION: None;
}
A:hover
{
    COLOR: #aa0000;
    TEXT-DECORATION: Underline;
}
.ASpecial
{
    COLOR: #0000ff;
    FONT-SIZE: 15px;
    TEXT-DECORATION: Underline;
    LINE-HEIGHT: 16px;
}
.onclick {
	cursor: pointer;
}
.Title
{
    FONT-SIZE: 14px;
    LINE-HEIGHT: 16px;
    FONT-WEIGHT: BOLD;
}
P, .Text
{
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 12px;
    LINE-HEIGHT: 16px;
}
/*** Menu CSS - Start ***/
.MenuText
{
    FONT-SIZE: 14px;
    MARGIN-BOTTOM: 12px;
    LINE-HEIGHT: 16px;
}
A.MenuText
{
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 12px;
    LINE-HEIGHT: 16px;
    COLOR: #000000;
    FONT-WEIGHT : Bold;
    TEXT-DECORATION: None;
}
A.MenuText:hover
{
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 12px;
    LINE-HEIGHT: 16px;
    COLOR: #aa0000;
    FONT-WEIGHT : Bold;
	TEXT-DECORATION: Underline;
}

#menu {
    list-style:none;
    width:95%;
    margin:5px auto 0px auto;
    height:43px;
    padding:0px 20px 0px 20px;

/* Rounded Corners */
     
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
/* Background color and gradients */
     
/*    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
*/
}

#menu li {
    float:left;
    display:block;
    text-align:center;
    position:relative;
    padding: 4px 10px 4px 10px;
    margin-right:30px;
    margin-top:7px;
    border:none;
}

#menu li.nodrop:hover {
    border: 1px solid #777777;
    padding: 4px 9px 4px 9px;
     
/* Background color and gradients */
     
    background: #F4F4F4;
    background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
    
/* Rounded corners */
     
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

}

#menu li:hover {
    border: 1px solid #777777;
    padding: 4px 9px 4px 9px;
     
/* Background color and gradients */
     
    background: #F4F4F4;
    background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
    
/* Rounded corners */
     
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;

}

#menu li:hover a {
/*    color:#161616;*/
    text-shadow: 1px 1px 1px #FFFFFF;
}
#menu li .drop {
    padding-right:21px;
}
#menu li:hover .drop {
}

#menu li:hover .dropdown_menu1, 
#menu li:hover .dropdown_menu2, 
#menu li:hover .dropdown_menu3,
#menu li:hover .dropdown_menu4,
#menu li:hover .dropdown_menu5 
{
    left:-1px;top:auto;
}

.dropdown_menu1 {width: 130px;}
.dropdown_menu2 {width: 80px;}
.dropdown_menu3 {width: 130px;}
.dropdown_menu4 {width: 140px;}
.dropdown_menu5 {width: 140px;}

.dropdown_menu1, 
.dropdown_menu2, 
.dropdown_menu3, 
.dropdown_menu4,
.dropdown_menu5 {
    margin:4px auto;
    position:absolute;
    left:-999em; /* Hides the drop down */
    text-align:left;
    padding:10px 5px 10px 15px;
    border:1px solid #777777;
/*    border-top:none;*/
     
    /* Gradient background */
    background:#F4F4F4;
    background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
 
    /* Rounded Corners */
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
	z-index: 2;
}

.MenuLogo
{
	Height: 45px;
	Width: 45px;
	top: 42px;
	Right: 38px;
    text-align:center;
    position:absolute;
    border:none;
    padding: 4px 10px 0 0;
}
.MenuLogo2
{
	Height: 45px;
	Width:150px;
	top: 50px;
	Right: 38px;
    text-align:center;
	font-weight: bold;
	font-size: 25px;;
    position:absolute;
    border:none;
    padding: 4px 10px 0 0;
}
/*** Menu CSS - Slut ***/

.IndexText
{
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 0px;
    LINE-HEIGHT: 14px;
}
.MessageFieldText
{
    FONT-FAMILY: Arial, Verdana, Helvetica;
    MARGIN-TOP: 0px;
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 0px;
    LINE-HEIGHT: 12px;
}
.FieldText
{
    FONT-SIZE: x-small;
    MARGIN-BOTTOM: 2px;
    LINE-HEIGHT: 14px;
}
.FieldNumber
{
	Text-Align: Right;
}
.BookTotalRight
{
	Text-Align: Right;
	Padding-right: 158px !important;
}
.FieldSelect
{
    FONT-SIZE: 11px;
    MARGIN-BOTTOM: 2px;
    LINE-HEIGHT: 14px;
	Height: 20px;
}
/* --- Login felter - Start --- */
.MainLoginBox
{
	Width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	BACKGROUND: #ffffff; 
	Background-Repeat: repeat-x;
    TEXT-DECORATION: none;
    FONT-SIZE: 10px;
    TEXT-ALIGN: justify;
	Border-Radius: 10px;
	Box-Shadow: 5px 5px 5px #777777;
    PADDING-BOTTOM: 5px;
    PADDING: 5px;
}

logininputs:-webkit-input-placeholder {
    color: #b5b5b5;
}

logininputs-moz-placeholder {
    color: #b5b5b5;
}

.logininputs {
/*    width: 180px;*/
    padding: 5px 5px;
/*    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
*/    font-weight: 400;
    font-size: 12px;
    color: #9D9E9E;
    text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
    background: #FFD;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
}

.logininputs:focus {
    background: #DFE9EC;
    color: #414848;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    outline: 0;
}

.logininputs:hover {
    background: #DFE9EC;
    color: #414848;
}
.loginbutton{
	border : solid 0px #e6e6e6;
	border-radius : 3px;
	Height: 23px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	font-size : 12px;
	color : #696869;
	padding : 1px 8px;
	background : #ffffff;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background : -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : -o-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.formbutton1{
	border : solid 0px #e6e6e6;
	border-radius : 3px;
	Height: 23px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	font-size : 12px;
	color : #252525;
	padding : 1px 8px;
	background : #ffffff;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(49%,#e5e5e5), color-stop(51%,#c5c5c5), color-stop(100%,#f6f6f6));
	background : -moz-linear-gradient(top, #eeeeee 0%, #e5e5e5 49%, #c5c5c5 51%, #f6f6f6 100%);
	background : -webkit-linear-gradient(top, #eeeeee 0%, #e5e5e5 49%, #c5c5c5 51%, #f6f6f6 100%);
	background : -o-linear-gradient(top, #eeeeee 0%, #e5e5e5 49%, #c5c5c5 51%, #f6f6f6 100%);
	background : -ms-linear-gradient(top, #eeeeee 0%, #e5e5e5 49%, #c5c5c5 51%, #f6f6f6 100%);
	background : linear-gradient(top, #eeeeee 0%, #e5e5e5 49%, #c5c5c5 51%, #f6f6f6 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );

}

.workcardbutton{ /* #00bbff #0099ff #0088ff #0066ff */
	border : solid 0px #e6e6e6;
	border-radius : 3px;
	Height: 60px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	font-size : 13px;
	font-weight: bold;
	color : #dddddd;
	padding : 1px 8px;
	background : #00bbff;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bbff), color-stop(49%,#0099ff), color-stop(51%,#0088ff), color-stop(100%,#0066ff));
	background : -moz-linear-gradient(top, #00bbff 0%, #0099ff 49%, #0088ff 51%, #0066ff 100%);
	background : -webkit-linear-gradient(top, #00bbff 0%, #0099ff 49%, #0088ff 51%, #0066ff 100%);
	background : -o-linear-gradient(top, #00bbff 0%, #0099ff 49%, #0088ff 51%, #0066ff 100%);
	background : -ms-linear-gradient(top, #00bbff 0%, #0099ff 49%, #0088ff 51%, #0066ff 100%);
	background : linear-gradient(top, #00bbff 0%, #0099ff 49%, #0088ff 51%, #0066ff 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#0066ff',GradientType=0 );
}

.changestatusblack{ /* #00ee00 #00dd00 #00cc00 #00aa00 */
	Width: 139px;
	color : #ffffff;
	background : #000000;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(49%,#777777), color-stop(51%,#444444), color-stop(100%,#000000));
	background : -moz-linear-gradient(top, #999999 0%, #777777 49%, #444444 51%, #000000 100%);
	background : -webkit-linear-gradient(top, #999999 0%, #777777 49%, #444444 51%, #000000 100%);
	background : -o-linear-gradient(top, #999999 0%, #777777 49%, #444444 51%, #000000 100%);
	background : -ms-linear-gradient(top, #999999 0%, #777777 49%, #444444 51%, #000000 100%);
	background : linear-gradient(top, #999999 0%, #777777 49%, #444444 51%, #000000 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='000000',GradientType=0 );
}

.changestatus1{ /* #ff0000 #dd0000 #cc0000 #bb0000 */
	color : #000000;
	background : #ff0000;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(49%,#dd0000), color-stop(51%,#cc0000), color-stop(100%,#bb0000));
	background : -moz-linear-gradient(top, #ff0000 0%, #dd0000 49%, #cc0000 51%, #bb0000 100%);
	background : -webkit-linear-gradient(top, #ff0000 0%, #dd0000 49%, #cc0000 51%, #bb0000 100%);
	background : -o-linear-gradient(top, #ff0000 0%, #dd0000 49%, #cc0000 51%, #bb0000 100%);
	background : -ms-linear-gradient(top, #ff0000 0%, #dd0000 49%, #cc0000 51%, #bb0000 100%);
	background : linear-gradient(top, #ff0000 0%, #dd0000 49%, #cc0000 51%, #bb0000 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bb0000',GradientType=0 );
}

.changestatus2{ /* #ffff00 #dddd00 #cccc00 #aaaa00 */
	color : #000000;
	background : #ffff00;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff00), color-stop(49%,#dddd00), color-stop(51%,#cccc00), color-stop(100%,#aaaa00));
	background : -moz-linear-gradient(top, #ffff00 0%, #dddd00 49%, #cccc00 51%, #aaaa00 100%);
	background : -webkit-linear-gradient(top, #ffff00 0%, #dddd00 49%, #cccc00 51%, #aaaa00 100%);
	background : -o-linear-gradient(top, #ffff00 0%, #dddd00 49%, #cccc00 51%, #aaaa00 100%);
	background : -ms-linear-gradient(top, #ffff00 0%, #dddd00 49%, #cccc00 51%, #aaaa00 100%);
	background : linear-gradient(top, #ffff00 0%, #dddd00 49%, #cccc00 51%, #aaaa00 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#aaaa00',GradientType=0 );
}

.changestatus3{ /* #00ee00 #00dd00 #00cc00 #00aa00 */
	color : #000000;
	background : #00cc00;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ee00), color-stop(49%,#00dd00), color-stop(51%,#00cc00), color-stop(100%,#00aa00));
	background : -moz-linear-gradient(top, #00ee00 0%, #00dd00 49%, #00cc00 51%, #00aa00 100%);
	background : -webkit-linear-gradient(top, #00ee00 0%, #00dd00 49%, #00cc00 51%, #00aa00 100%);
	background : -o-linear-gradient(top, #00ee00 0%, #00dd00 49%, #00cc00 51%, #00aa00 100%);
	background : -ms-linear-gradient(top, #00ee00 0%, #00dd00 49%, #00cc00 51%, #00aa00 100%);
	background : linear-gradient(top, #00ee00 0%, #00dd00 49%, #00cc00 51%, #00aa00 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ee00', endColorstr='#00aa00',GradientType=0 );
}
/* --- Login felter - Slut --- */


/*--- Search field - Start ---*/
.Search {
	Position: relative;
	Display: inline-block;
	Top: -6px;
	Margin-Right: 10px !important;
}
.Search[type=text] {
	padding: 2px 5px 2px 25px;
	margin: 3px 0;
	box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: white;
    background-image: url('/images/searchicon.png');
	background-size: 14px 14px;
    background-position: 4px 3px; 
    background-repeat: no-repeat;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;

	box-shadow: 2px 2px 2px #888888;
	-webkit-box-shadow : 2px 2px 2px #888888;
	-moz-box-shadow : 2px 2px 2px #888888;

	width: 90px;
	box-sizing: border-box;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.Search[type=text]:focus {
	Width: 200px;
}

.Search[type=submitsearch] {
    padding:5px 15px; 
	Line-Height: 30px;
}
/*--- Search field - Slet ---*/


/*--- ToolTip - Start --- */
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: gray;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
/*--- ToolTip - Slut --- */


/* Select option - Start */
.select2-results__option { 
  font-size: 11px;
  Height: 3px !important;
  Line-Height: 3px !important;
}

.select2-container, .select2-selection--single, .select2-selection__rendered { 
  font-size: 11px;
  Height: 22px !important;
  Line-Height: 21px !important;
}
/* Select option - Slut */


.DivBGmain2
{
	/* Safari 5.1 to 6.0 */
	background: -webkit-linear-gradient(#464D53 10%, #ffffff 90%);
	/* Opera 11.1 to 12.0 */
	background: -o-linear-gradient(#464D53 10%, #ffffff 90%);
	/* Firefox 3.6 to 15 */
	background: -moz-linear-gradient(#464D53 10%, #ffffff 90%);
	/* Standard syntax */
	background: linear-gradient(#464D53 10%, #ffffff 90%);
    BORDER: 1px solid black;
	Border-Radius: 25px;
	Box-Shadow: 5px 5px 5px #777777;

	TEXT-DECORATION: none;
    FONT-SIZE: 10px;
    MARGIN: 5px 10px;
    PADDING-BOTTOM: 5px;
    PADDING: 5px;
}

.DivDefSize
{
	min-height: 300px;
}

.DivTextBG
{
    WIDTH: Auto;
	min-width: 300px;
	BACKGROUND: #ffffff; 
	Background-Repeat: repeat-x;
    TEXT-DECORATION: none;
    FONT-SIZE: 10px;
    TEXT-ALIGN: justify;
    MARGIN: 5px 10px;
    BORDER: 1px solid black;
	Border-Radius: 10px;
	Box-Shadow: 5px 5px 5px #777777;
    PADDING-BOTTOM: 5px;
    PADDING: 5px;
}
.DivMenu
{
    BACKGROUND: #aaaaff;
    TEXT-DECORATION: none;
    FONT-SIZE: 10px;
    MARGIN: 5px;
    BORDER: 1px solid black;
}
.DivText
{
    COLOR: #000000;
    FONT-SIZE: 12px;
    FONT-WEIGHT: BOLD;
    TEXT-DECORATION: none;
}
.DivText:hover
{
    COLOR: #000000;
    FONT-SIZE: 13px;
    FONT-WEIGHT: None;
    TEXT-DECORATION: none;
}

.tdDark
{
	Padding-Left: 5px;
	Padding-Right: 5px;
	COLOR: #000000;
	BackGround:#eeeeee;
	Border-bottom:1px dashed #000000;
}
.tdLight
{
	Padding-Left: 5px;
	COLOR: #000000;
	BackGround:#ffffff;
	Border-bottom:1px dashed #000000;
}
.tdRed
{
	COLOR: #000000;
	BackGround:#ff0000;
}
.TextRed
{
    COLOR: #FF0000;
    FONT-SIZE: 14px;
    FONT-WEIGHT: BOLD;
    TEXT-DECORATION: none;
}
.OkText
{
    COLOR: #00bb00;
    FONT-SIZE: 15px;
    MARGIN-BOTTOM: 12px;
    LINE-HEIGHT: 16px;
    FONT-WEIGHT : BOLD;
    TEXT-DECORATION : Underline
}
.ErrorText
{
    COLOR: #ff0000;
    FONT-SIZE: 15px;
    MARGIN-BOTTOM: 12px;
    LINE-HEIGHT: 16px;
    FONT-WEIGHT : BOLD;
    TEXT-DECORATION : Underline
}
.DropdownBox-down
{
	Width: 22px;
	Height: 22px;
	background: url(/images/button-arrow-down.png) 0 0;
}
.DropdownBox-up
{
	Width: 22px;
	Height: 22px;
	background: url(/images/button-arrow-up.png) 0 0;
}
#reddot15 {
     width: 16px;
     height: 16px;
     background: url(/images/dots15.gif) -2px -38px;
 }
#yellowdot15 {
     width: 16px;
     height: 16px;
     background: url(/images/dots15.gif) -21px -38px;
 }
#greendot15 {
     width: 16px;
     height: 16px;
     background: url(/images/dots15.gif) -62px -1px;
 }

.WorkcardTable {
	Width: 450px; 
	table-layout: fixed; 
	Border: 1px solid black;
}

.Workcard {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-TOP: 0px;

	Text-Align: Center;
	Width: 20px;
	Border-Left: 1px dashed black;
}

.WorkcardTextMiddle {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 3px;
    PADDING-TOP: 0px;

	Width: 190px;
	Border-Left: 1px dashed black;
}

.WorkcardTurnTD {
    PADDING: 0px;
	Margin: 0px;
	
	Height: 130px;
	
	Border-Left: 1px dashed black;
}

.WorkcardTurn {
	Vertical-Align: Left;
	overflow: hidden;
	Height: 15px;
	width: 125px;
	
	Margin-left: -48px;

	/* Safari */
	-webkit-transform: rotate(-90deg);

	/* Firefox */
	-moz-transform: rotate(-90deg);

	/* IE */
	-ms-transform: rotate(-90deg);

	/* Opera */
	-o-transform: rotate(-90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.WorkcardTopCels {
	Border-Top: 1px Solid #000;
}


/*** Rental Agreement - start ***/
.RentalAgr-Left {
	Padding-Left: 10px !important;
	Vertical-Align: Top;
	top: 30px;
	Width: 490px;
	Display: inline-block;
	Font-Size: 12px;
}

.RentalAgr-Leftback {
	Margin-top: -46px;
	Margin-bottom: 10px;
	Width: 490px;
}

.RentalAgr-Right {
	Padding-Left: 10px !important;
	Vertical-Align: Top;
	Padding-Left: 5px;
	top: 30px;
	Width: 450px;
	Display: inline-block;
	Border-Left: 1px dashed #000;
	Font-Size: 12px;
}

.RentalAgr-Top {
	Top: 20px;
	Margin: 20px auto 10px auto;
	Text-Align: Left;
	width: 1000px;
}
.RentalAgrViewLogo {
/*	Margin: 5px;*/
	Display: inline-block;
	Vertical-Align: Top;
	Text-Align: Right;
	Width: 50%;
}
.RentalAgrViewType {
	Margin: 15px;
	Display: inline-block;
	Text-Align: Center;
	Vertical-Align: Middle;
	Width: 45%;
}

.RentalAgrViewTextBox1 {
	Vertical-Align: Top;
	Width: 995px;
	Display: inline-block;
}
.RentalAgrViewTextBox2 {
	Vertical-Align: Top;
	Text-Align: Center;
	top: 30px;
	Right: 25px;
	Width: 200px;
	Display: inline-block;
}
.RentalAgr-NameBox {
	BackGround-Color: #ccc;
/*	Width: 200px;
	Margin-Top: 5px;*/
	Font-Weight: Bold;
}
.RentalAgr-NameTitleConf {
	Width: 200px;
	Margin-Top: 5px;
	Font-Weight: Bold;
	Display: inline-block;
}
.RentalAgr-NameTextConf {
	Margin-Top: 5px;
	Font-Weight: None;
	Display: inline-block;
}
.RentalAgr-NameTextConf2 {
	Width: 200px;
	Margin-Top: 5px;
	Font-Weight: None;
	Display: inline-block;
}
.RentalAgr-NamePriceConf {
	Width: 100px;
	Text-Align: Right;
}
.RentalAgr-TermsCondView {
	Text-Align: Left;
	Font-Size: 11px;
}
/*** Rental Agreement - slut ***/


/*** Info message - start ***/
.InfoWindow1 {
	Background-Color: #ffffff;
/*	Background-Color: #ffff99;*/
	Width: 800px;
/*	Height: 610px;*/
	margin-left: auto;
	margin-right: auto;
	Padding: 10px;
/*	Margin: -10px;*/
}
.InfoTableTop {
	Margin: -5px;
	Border-Bottom: 1px solid black;
}
/*** Info message - slut ***/


/*** Account postings start ***/
.AccountPostingMenuWindow {
    WIDTH: Auto;
	min-width: 300px;
	BACKGROUND: #ffffff; 
	Background-Repeat: repeat-x;
    TEXT-DECORATION: none;
    FONT-SIZE: 10px;
    TEXT-ALIGN: justify;
    MARGIN: 5px 10px;
    BORDER: 1px solid black;
	Border-Radius: 10px;
	Box-Shadow: 5px 5px 5px #777777;
	PADDING-Top: 5px;
	PADDING-BOTTOM: 5px;
    PADDING-Right: 20px;
	PADDING-Left: 5px;

	Top: 100px;
	Width: 1300px;
	Text-Align: Center;
    position: fixed;
/*	Font-Size: 1em;*/
	Z-Index: 1;
	left: 50%;
	margin-left: -650px; /* Negative half of width. */
}
.AccountPostingMenuField1 {
	Position: relative;
	display: table-cell;
	Vertical-Align: top;
	Text-Align: Left;
	Font-Weight: Bold;
	Padding-Left: 20px;
	Width: 190px;
}
.AccountPostingMenuField3 {
	Position: relative;
	display: table-cell;
	Vertical-Align: top;
	Text-Align: Left;
	Font-Weight: Bold;
	Padding-Left: 20px;
	Width: 120px;
}
.AccountPostingMenuField4 {
	Position: relative;
	display: table-cell;
	Vertical-Align: top;
	Text-Align: Center;
	Font-Weight: Bold;
	Width: 250px;
}
.AccountPostingMenuField5 {
	Position: relative;
	display: table-cell;
	Vertical-Align: top;
	Text-Align: Left;
	Font-Weight: Bold;
	Padding-Left: 20px;
}
.SubmitButton {
	padding: 3px 8px;
	box-sizing: border-box;
    border: 1px solid #ababab;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
	box-shadow: 2px 2px 2px #888888;
	-webkit-box-shadow : 2px 2px 2px #888888;
	-moz-box-shadow : 2px 2px 2px #888888;

	cursor: pointer;
}
/*** Account postings slut ***/

/*** Account print start ***/
.AccountPrintWindow {
	Margin: auto;
	Margin-Bottom: 6px;
	Min-Width: 900px;
	Max-Width: 70%;
}
.AccountPrintListWindow {
	Margin: auto;
	Min-Width: 900px;
	Max-Width: 70%;
}
.AccountPrintContainer {
	display: block;
	Min-Height: 50px;
	Width: 700px;
	Margin-left: Auto;
	Margin-right: Auto;
}
.AccountPrintField1 {
	Position: relative;
	display: table-cell;
	Text-Align: Left;
	Font-Weight: Bold;
	Width: 200px;
}
.AccountPrintField1 > input {
	Width: 90px;
}
.AccountPrintField2 {
	Position: relative;
	display: table-cell;
	Text-Align: Center;
	Font-Weight: Bold;
	Width: 50px;
}
.AccountPrintField3 {
	Position: relative;
	display: table-cell;
	Text-Align: Center;
	Font-Weight: Bold;
	Width: 220px;
}
/*** Account print slut ***/

/*** Account balance start ***/
.AccountBalanceMenuWindow {
	Width: 1060px;
	Height: 70px;
    position: relative;
	BACKGROUND: #ffffff; 
	Background-Repeat: repeat-x;
    TEXT-DECORATION: none;
    FONT-SIZE: 10px;
    TEXT-ALIGN: justify;
/*    MARGIN: 5px 10px;*/
	margin-left: auto; /* Negative half of width. */
	margin-right: auto; /* Negative half of width. */
	BORDER: 1px solid black;
	Border-Radius: 10px;
	Box-Shadow: 5px 5px 5px #777777;
	PADDING-Top: 5px;
	PADDING-BOTTOM: 5px;
    PADDING-Right: 20px;
	PADDING-Left: 5px;
}
.AccountBalanceMenuField1 {
	Position: relative;
	display: table-cell;
	Vertical-Align: top;
	Text-Align: Left;
	Font-Weight: Bold;
	Padding-Left: 20px;
	Width: 290px;
}
.AccountBalanceMenuField2 {
	Position: relative;
	display: table-cell;
	Vertical-Align: top;
	Text-Align: Left;
	Font-Weight: Bold;
	Padding-Left: 20px;
	Width: 190px;
}
.AccountBalanceMenuField3 {
	Position: relative;
	display: table-cell;
	Vertical-Align: top;
	Text-Align: Left;
	Font-Weight: Bold;
	Padding-Left: 20px;
	Width: 120px;
}
.AccountBalanceMenuField5 {
	Position: relative;
	display: table-cell;
	Vertical-Align: top;
	Text-Align: Left;
	Font-Weight: Bold;
	Padding-Left: 22px;
}
.AccountBalanceMenuLine2 {
	Text-Align: Center;
/*    position: fixed;*/
	Font-Size: 1em;
	margin-left: 100px;
}
.AccountBalanceMenuField6 {
	Position: relative;
	display: table-cell;
	Vertical-Align: middle;
	Text-Align: Right;
	Font-Weight: Bold;
	Padding-Left: 20px;
	Margin-top: 50px;
	Width: 190px;
}
.AccountBalanceMenuField7 {
	Position: relative;
	display: table-cell;
	Vertical-Align: top;
	Text-Align: Left;
	Font-Weight: Bold;
	Padding-Left: 20px;
	Width: 190px;
}
.AccountBalanceMenuField8 {
	Position: relative;
	display: table-cell;
	Vertical-Align: top;
	Text-Align: Left;
	Font-Weight: Bold;
	Padding-Left: 20px;
	Width: 190px;
}
.AccountBalanceMenuField9 {
	Position: relative;
	display: table-cell;
	Vertical-Align: Middle;
	Text-Align: Left;
	Font-Weight: Bold;
	Padding-Left: 20px;
	Width: 143px;
}
.AccountBalanceMenuField10 {
	Position: relative;
	display: table-cell;
	Vertical-Align: top;
	Text-Align: Left;
	Font-Weight: Bold;
/*	Padding-Left: 0px;*/
}

.SubmitButton {
	padding: 3px 8px;
	box-sizing: border-box;
    border: 1px solid #ababab;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
	box-shadow: 2px 2px 2px #888888;
	-webkit-box-shadow : 2px 2px 2px #888888;
	-moz-box-shadow : 2px 2px 2px #888888;

	cursor: pointer;
}
.AccountBalanceListWindow {
	Margin: 5px auto auto auto;
	Width: 1200px;
	Margin-Bottom: 55px;
	Text-Align: Left;
}

.AccountBalanceListTable {
	Text-Align: Center;
	Width: 100%;
	Border-bottom: 1px solid #000000;
}
.AccountBalanceListTableTd {
	Border-top: 1px solid #000000;
	Cursor: pointer;
}

.AccountBalanceListVATWindow {
	Margin: 10px auto auto auto;
	Width: 650px;
	Text-Align: Left;
}
.AccountBalanceListVATTable {
	Text-Align: Center;
	Width: 100%;
}
/*** Account balance slut ***/

/*** Account setup start ***/
.AccountsMenuLeft {
	padding: 8px 0 0 20px; 
	Display: inline-Block;
	Text-Align: Left;
	Font-Size: 1em;
	left: 10px;
	float: left;
	Width: 16%;
}
.AccountsList {
	Margin: 5px auto 10px auto;
	Width: 260px;
	Text-Align: Left;
}

.AccountsWindowRight {
	padding: 8px 0 0 10px; 
	Display: inline-Block;
	Text-Align: Left;
	Font-Size: 1em;
	left: 320px;
	right: 40px;
	Width: 80%;
}

.PostingAccountList {
	Width: 1024px;
	Max-Height: 200px;
	position: fixed;
	bottom: 20px;
	Z-Index: 2;
	left: 50%;
	margin-left: -512px; /* Negative half of width. */
	overflow-y: auto;
	Background: #555555;
	Color: #ffffff;
	Border-Top: 1px solid #000000;
    scrollbar-face-color: #dddddd;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #cccccc;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #FFFFFF;
}

.PostingAccountTable {
	Border: 1px solid #000000;
	Text-Align: Center;
	Width: 100%;
	Color: #000000;

    border-radius: 4px 4px 0.0;
    -webkit-border-radius: 4px 4px 0.0;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.PostingAccountTableTitle {
	Color: #ffffff;
}
/*** Account setup slut ***/

/*** Account voucher start ***/
.AccountVoucherWindow {
	Margin: auto;
	Width: 750px;
	Max-Width: 70%;
}
.AccountVoucherContainer {
	display: block;
	Min-Height: 50px;
}

.AccountVoucherListWindow {
	Margin: auto;

	Max-Width: 100%;
/*	Text-Align: Center;*/
}
/*** Account voucher slut ***/


@page {
  size: A4;
}
@media print{
	*{
		text-shadow:none !important;
		color:#000 !important;
		background:transparent !important;
		box-shadow:none !important;
	}
	.hidden-print{
		display:none !important;
		height: 0;
		visibility: hidden;
	}
	.print-80px {
		margin-top: -48px;
		Width: 1024px !important;
	}
	html, BODY {
		font-family: Arial, Verdana, Helvetica;
		Width: 640px;
		page-break-after:always;
		top: 0;
		left: 0;
		display:block;
	}
	.MenuLogo {
		top: 0px;
	}
	.DivTextBG {
		BORDER: 0px solid black;
		Border-Radius: 0px;
		Box-Shadow: None;
		Margin: 0px;
		Padding: 0px;
	}
	.Title {
		font-size: 14px;
		line-height: 16px;
		Margin: 0px;
		Padding: 0px;
	}
	.Text {
		font-size: 11px;
		line-height: 13px;
		margin-bottom: 11px;
		text-decoration: none;
	}
	.RentalAgr-NameBox {
		Border-Bottom: 1px solid #000;
	}
	.RentalAgr-Left, .RentalAgr-Right, .RentalAgr-TermsCondView {
		Font-Size: 13px !important;
	}

}