html, body{
	height:100%;
	width:100%;
	margin:0;
}
body{
	background-color:#000000;
	background-image:url('/~/media/Images/Global/bg.jpg');
}
h1 {
	margin:0px;
	padding:0px;
}
h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
#content-container{
	width:1000px;
	margin:0px auto;
	height:100%;
	overflow:hidden;
	position:relative;
	font-size:12px;
}
#header {
	position:relative;
	height:80px;
	margin-bottom:10px;
}
#header div {
	display:inline-block;
}
#header a{
	text-decoration:none;
}
#header #pageInfo{
	position:absolute;
	top:10px;
	left:170px;
}

	.rtl #header #pageInfo  {
		left:auto;
		right:170px;
	}

#header .pdf-title{
	font-weight:bold;
	font-size:16px;
/*	padding:8px 0 0 0;*/
	margin:0px;
	max-width: 640px;
    color: #fff;
}
#header .pdf-supplier{
	font-size:14px;
	padding:0;
	margin:0px;
	max-width:640px;
	color: white;
	text-decoration: underline;
}


.pdf-supplier:hover {
	background-color: #0066FF	
}

#pdf-wrapper{
	position:relative;
}
#header, #pdf-wrapper{
	color:#FFFFFF;
}
#collapse-expand{
	text-align:center;
}
#pdf-footer{
	margin-top:15px;
}
#collapse-expand .image-link{
	border-radius:3px 3px 0 0;
	border-bottom:solid 2px #9d1e21;
	padding-top:3px;
	margin-bottom:-2px;
}
.image-link{
	background-image:url('/~/media/Images/Global/buttonbg.png');
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	background-position:center;
	border:solid 1px #999999;
	height:20px;
	text-align:center;
	cursor:pointer;
	padding:0px 15px;
	display:inline-block;
	border-radius:3px;
}
.part-section{
	background-image:url('/~/media/Images/Global/table-wrapper.png');
	background-repeat:no-repeat;
	background-size: 100%;
	padding:20px 20px 0 20px;
	margin:0;
	border-radius:5px 5px 0 0;
	font-size:11px;
	max-height:250px;
	overflow-y:auto;
}
.part-section .title{
	color:#ffffff;
}
.part-section table{
	font-size:12px;
}
#share, #download{
	float:right;
	margin:45px 0 0 10px;
}

	.rtl #share, .rtl #download {
		float:left;
		margin:45px 10px 0 0;
	}

.parts-wrapper{
	width:1000px;
	position:relative;
	z-index:100;
	bottom:0;
}
#table-section{
	position:fixed;
	bottom:0;
}
[if IE 8] .part-section{
	background-image:none;
}