/**
	Header
	**/
#PBFPageHeader {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 40px;
	background-image: url(/i/SDL.png);
	background-position: 30px 0;
	background-repeat: no-repeat;
	background-color: #333333;
	color: #FFFFFF;
	align: right;
	font-size: 11px;
}

#PBFPageHeaderUserData {
	display: none;
}

/**
	Menu
	**/
#PBFUserBox {
	position: fixed;
	width: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #333333;
	border-color: #666666;
	border-style: solid;
	border-width: 0 1px 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
}

#PBFMenuBox {
	position: fixed;
	width: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #333333;
	border-color: #666666;
	border-style: solid;
	border-width: 0 1px 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
}

.PBFMenuHeader {
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	margin: 10pt 10pt 2pt 10pt;
	padding: 2px 5px;
	border: 0 solid #bbbbbb;
	border-right-width: 1px;
	border-bottom-width: 1px;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	background-color: #222222;
	color: #dddddd;
}

#PBFMenuBox a {
	font-size: 16px;
	border: solid 1px #333333;
	border-right-width: 3px;
	display: block;
	margin: 1px 25px;
	padding: 8px 3px;
	text-decoration: none;
	overflow: hidden;
	color: #ffffff;
}

.PBFMenuLink {
	text-align: left;
}

/**
	Footer
	**/
#PBFFooter {
	display: none;
}

#PBFPageFooterLogo {
	position: relative;
	right: 10pt;
	float: right;
}

#PBFPageFooterContent {
	padding-top: 4pt;
	float: left;
}

/**
	Content
	**/
#PBFContent {
	background-color: #ffffff;
	padding: 5px;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
}

#PBFPageContent {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 41px;
	bottom: 0px;
	scroll: auto;
	padding-bottom: 15px;
	-webkit-overflow-scrolling: touch;
}

#PBFLoginBox {
	padding: 15px;
}

.PBFBox {
	border-radius: 4px 4px 4px 4px;
	border: solid 1px #999999;
	/*background-color: #EEEEEE;*/
	border-shaddow: 0 1px 1px rgba(0, 0, 0, 0, .05) inset;
	display: table;
	width: 100%;
}

.PBFHoverBox {
	margin: 2px;
	border: solid 1px #999999;
	background-color: #EEEEEE;
}

.PBFRBoxTitle {
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid #777777;
	background-color: #dddddd;
	color: #777777;
	padding: 3px;
	font-weight: normal;
	margin: 1px;
	padding-left: 7px;
	font-size: 20px;
}

.PBFSBoxTitle {
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid #777777;
	background-color: #333333;
	color: #ffffff;
	padding: 3px;
	font-weight: normal;
	margin: 1px;
	padding-left: 7px;
	font-size: 14px;
}

.PBFBoxTitle {
	background-color: #003366;
	color: #ffffff;
	padding: 3px;
	font-weight: 100;
	margin: 1px;
	padding-left: 7px;
}

.PBFBoxErrorTitle {
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid #777777;
	background-color: #990000;
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
	margin: 1px;
	padding-left: 7px;
}

.PBFBoxContent {
	margin: 5px;
}

.PBFHoverBoxContent {
	margin: 0px;
}

.PBFBoxContentError {
	margin: 5px;
	padding: 5px;
	border: solid 1px #999999;
	background-color: #DDDDDD;
	color: #FF0000;
}

#PBFHoverInfo {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 100;
	border: solid 1px #999999;
	background-color: #DDDDDD;
}

.header {
	font-size: 16px;
}

.headitem {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #555555;
	color: #ffffff;
	padding: 2px 10px;
	margin: 2px;
	clear: left;
}

.supportitem {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #ffffff;
	color: #222222;
	padding: 2px 8px 0px 8px;
	margin: 2px;
}

.supportitemsmall {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #ffffff;
	color: #222222;
	padding: 2px 8px 0px 8px;
	margin: 2px;
	height: 330px;
}

.supportitembig {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #ffffff;
	color: #222222;
	padding: 2px 8px 0px 8px;
	margin: 2px;
	height: auto;
}

.supportitem .imgitem, .supportitemsmall .imgitem, .supportitembig .imgitem
	{
	width: 60px;
	height: 60px;
	background-color: #cccccc;
	float: left;
	margin-bottom: 7px;
	margin-right: 5px;
	text-align: right;
	color: #ffffff;
	font-size: 24px;
	overflow: hidden;
	line-heigt: 0;
	text-overflow: clip;
}

.supportitem .item {
	white-space: no-wrap;
	overflow: hidden;
}

.supportitem .enditem {
	clear: left;
}

.newitem {
	font-weight: bold;
}
