body {
	font-family:"Calibri","Arial",sans-serif
}

.card {
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border: 1px solid #f4f4f4;
	border-top:1px solid #fcfcfc;
	border-bottom:2px solid #f5f5f5;
	box-shadow: 5px 5px 15px 0px #807E82;
	min-height: 50px;
	padding: 6px;
	background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #f0f0f0 100%);
	width: 260px; 
	max-height:600px;
	position: absolute; 
	z-index: 10; 
	display: inline-block; 
	margin-top: 8px; 
	margin-left: 25px; 
	padding-left: 0px; 
	padding-right: 0px;
}

.cardpopover {
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border: 1px solid #adafb1;
	box-shadow: 5px 5px 15px 0px #807E82;
	padding: 10px;
	position: relative;
	background-color: white;
	
	min-height: 350px;
	min-width: 300px;
	max-width: 300px;
	cursor: default;
}

.cardsidebarstub {
	border-bottom-right-radius: 15px;
	border: 1px solid #adafb1;
	box-shadow: 5px 5px 15px 0px #807E82;
	background-color: white;
	
	min-height: 10px;
	min-width: 110px;
	
	text-align: center;
	
	display: inline-block;
	position: absolute;
	z-index: 10;
}

.cardsearchbar {
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border: 1px solid #adafb1;
	box-shadow: 5px 5px 15px 0px #807E82;
	min-height: 50px;
	padding: 10px;
	position: relative;
	background-color: white;
	
	min-height: 85px;
	min-width: 700px;
}

.cardgatekeeper {
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border: 1px solid #adafb1;
	box-shadow: 5px 5px 15px 0px #807E82;
	min-height: 50px;
	padding: 10px;
	background-color: white;
	
	height: 150px;
	width: 350px;
}

.sidebartabs {
	border-top-left-radius: 15px;
	border-top-color: #ff0000;
	border-bottom: 1px solid #adafb1;
	min-height: 40px;
	min-width: 150px;
	background-image: -webkit-linear-gradient(top, #204188 0%, #F4F4F4 100%);
	font-size: 12pt;
	margin-top: -10px;
	margin-bottom: 10px;
}

.sidebartriangleleft {
	color: #103C68;
	line-height: 40px;
	padding-left: 10px;
	min-height: inherit;
	font-size: 12pt;
	height: 40px;
	width: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

.sidebartriangleright {
	color: #ADAFB1;
	line-height: 40px;
	padding-left: 2px;
	min-height: inherit;
	font-size: 14pt;
	cursor: pointer;
}
.sidebarHeader {
	padding-left: 40px;
}

.sidebarMenu{
	font-size: 14px; 
	position: absolute; 
	top: 45px; 
	left: 0;
}

.countpip {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: red;
	color: white;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	border: 2px double white;
	display: block;
	font-size: 8pt;
	
	top: -5px;
	right: 0px;
}

.action {
	color: blue;
	font-weight: bold;
	font-size: 10pt;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.action a {
	color: blue;
}

.actiondisabled {
	color: gray;
	cursor: default;
}

.actiondisabled a {
	color: gray;
}

.dialogtitle {
	font-weight: bold;
	font-size: 12pt;
	border-bottom: 1px solid #adafb1;
	position: absolute;
	top: 5px;
	left: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	width:360px;
}

.dialogtext {
	font-weight: normal;
	font-size: 9pt;
	margin-bottom: 10px;
	padding-left: 20px;
}

#sidebarSection {
	margin-left: -25px;
	margin-top: -20px;
	margin-bottom: 5px;
}

