﻿/***************************************************************************************************************/
/** COMMON *****************************************************************************************************/
/***************************************************************************************************************/
html, body, form
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	line-height: 19px;
	line-spacing: 0.01em;
	font-weight: inherit;
	font-style: inherit;
	font-family: Segoe UI Light, Verdana Regular, Verdana, Tahoma, sans-serif;
	vertical-align: baseline;
}

img
{
	border:0;
}

hr
{
	height:1px;
	border:none;
	background-color:gray;
}
td
{
	vertical-align:top;
}


.mainDiv
{
	background: white;
	padding: 5px 20px 80px 20px;
	width:95%;
	margin-left: auto; 
	margin-right: auto;
}

.title
{
	font-family:Segoe UI Light, Verdana Regular, Verdana, Tahoma, sans-serif;
	font-size:28px;
}

.hoverHighlight:hover
{
    background-color:#e0e0e0;
    cursor:pointer;
}

.highlight
{
    background-color:#e0e0e0;
    cursor:pointer;
}

.space_h_xsmall
{
	height:15px;
}

.space_h_small
{
	height:15px;
	padding:none;
}

.space_h
{
	height:15px;
	padding:none;
}
.space_w
{
	width:15px;
}

.space_w_small
{
	width:15px;
}
.alerts
{
	color:black;
	background-color:#6dc2e9;
	width:540px;
	padding:15px 5px 15px  15px;
}

.kbLink
{
	padding:0px 0px 0px 20px;
}

.actionSelected 
{
	color:black;
    background-color:#e0e0e0;
}

.pictureButton
{
	width:50px;
	height:50px;
	vertical-align:middle
}

.pictureButtonSmall
{
	width:25px;
	height:25px;
	vertical-align:middle
}

.message 
{
    color:red;
}

#alerts {clear: both; }
#alerts .viewport { width: 520px; height: 150px; overflow: hidden; position: relative; }
#alerts .overview { list-style: none; position: absolute; left: 0; top: 0; }
#alerts .thumb .end,
#alerts .thumb { background-color: #fcd116; }
#alerts .scrollbar {background: transparent url(../scrollbar/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 10px; }
#alerts .track { background: transparent url(../scrollbar/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:10px; position: relative; }
#alerts .thumb { background: transparent url(../scrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 20px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#alerts .thumb .end { background: transparent url(../scrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 20px; }
#alerts .disable{ display: none; }

.deliveryList
{
	padding: 0px 5px 0px  0px;
}

#deliveryList {clear: both; }
#deliveryList .viewport { height: 350px; overflow: hidden; position: relative; }
#deliveryList .overview { list-style: none; position: absolute; left: 0; top: 0; }
#deliveryList .thumb .end,
#deliveryList .thumb { background-color: #fcd116; }
#deliveryList .scrollbar {background: transparent url(../scrollbar/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 10px; }
#deliveryList .track { background: transparent url(../scrollbar/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:10px; position: relative; }
#deliveryList .thumb { background: transparent url(../scrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 20px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#deliveryList .thumb .end { background: transparent url(../scrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 20px; }
#deliveryList .disable{ display: none; }

.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

/*end of scrollbar*/
                    
.box
{
	color:black;
	padding:15px 15px 15px 15px;
	/*#00bcf2;*//*6dc2e9*/
}

