html,body {
	background: #fff;
	margin: 0;
	padding: 0;
}

body {
	padding: 0px;
	overflow-y:scroll;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:12px;
	color: #414042;
}

a {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:12px;
	color: #414042;
}

.left { float: left; }
.right { float: right; }

#wrapper {
	position:relative;
	width: 980px;
	margin: 0 auto;
	background: #fff;
}

#headerWrapper {
	background-color: #eeeeee;
	height:128px;
}

#header {
	position:relative;
	width: 980px;
	margin: 0 auto;
}
#logo {
	float:left;
}
#menu {
	float:right;
	margin-top:35px;
}
#menu a {
	display:block;
	float:left;
	font-size:14px;
	text-decoration: none;
	margin-right:8px;
}
#menu a:hover {
	text-decoration: underline;
}

#menu img {
	margin-bottom: 8px;
	vertical-align:middle;
	margin-right:5px;
}

fieldset {
	background-color: #fafafa;
	width: 444px;
	padding: 14px;
	margin:0;
	border:0;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
fieldset legend {
	color: #43AFFC;
	font-size:16px;
	padding-top:50px;
}
fieldset legend span {
	color: #414042;
}

table {
	width: 444px;
}

table tr td {
	line-height:25px;
	height:25px;
	vertical-align: top;
}
table tr td input, table tr td select, table tr td textarea {
	line-height:100%;
	height:25px;
	width: 250px;
	float:right;
	border: 1px solid #d3d3d3;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:12px;
	color: #414042;
	padding-left:10px;
	margin-bottom:5px;
}

table tr td select {
	line-height:29px;
	height:29px;
	width: 262px;
}

table tr td textarea {
	height: 61px;
	line-height:20px;
	width: 248px;
}








/************/
#bookWrapper,#bookWrapperCover {
	display: none;
}

#bookUploadWrapper,#coverUploadWrapper {
	/*float: left; width: 50%;*/
}

#pageLeft,#pageRight {
	width: 173px; height: 242px; border: 1px solid #555555;
}

#ppsDiv {
	font-size: 16px; color: #ff0000; font-weight: bold;
}

#coverFront {
	border: solid 1px black;
}

#coverBack {
	border: solid 1px black;
}

#coverImage {
	border: solid 1px black !important;
}

#book {
	position: relative
}

#loadingBook, #loadingCover {
	display:none;
	margin-top:5px;
}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24 {width:950px;margin-right:0;}


.redButton {
	background-image: url('/Images/v2/uploader.png');
	width:162px;
	height:32px;
}


#clickbelow { position:absolute;margin-top:50px; font-size:15px;margin-left:10px;}
.transparent {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */

	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);

	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;

	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;

	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}

#uploader {
	margin: 0 100px;
}

#bookUpload { margin-top: -10px; }

.transparent {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 

	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);

	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;

	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;

	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}

.popupimage {
	cursor: url(/Images/cursor_lupe.cur), url(/Images/cursor_lupe.png) 11 10,pointer;
}










#timeline {
	width: 980px;
	overflow: hidden;
	position: relative;
}
#dates {
	background-color: #43AFFC;
	height:100px;
	overflow:hidden;
	margin:0;
	padding:0;
	border-radius: 30px 30px 0px 0px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
}
#dates li {
	list-style: none;
	float: left;
	margin-top: -30px;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	cursor: pointer;
}
#issues {
	width: 980px;
	height:207px;
	overflow: hidden;
	margin:0;
	padding:0;
}	
#issues li {
	width: 980px;
	list-style: none;
	float: left;
	background-color: #fafafa;
}
#issues li .tabwrapper {
	padding:14px;
}

#mySlider {
	position: relative;
	top: 100px;
}
.euro {
	background-image: url('/Images/v2/euro.png');
	background-repeat: no-repeat;
	padding-left:20px;
	width: 240px;
	background-position: 0 0 !important;
}

input {
	background-repeat:no-repeat;
	background-position: right 4px;
}
textarea,select {
	background-repeat:no-repeat;
	background-position: 92% 4px;
}




.ui-datepicker-week-end a, .highlight a {
    background-image: none !important;
    background-color: #1d566b !important;
	color:white !important;
}

button {
	//width:162px;
	width: 111px;
	height:32px;
	background:#43AFFC;
	border:0;
	color:white;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:11px;
	cursor: pointer;
}

#fancybox-content {
	font-size: 12px;
	line-height:20px;
}


.tableV2 {
	border-collapse:collapse;
	background-color: #fafafa;
}

.tableV2 th {
	text-align: left;
	background-color:#43AFFC;
	height:37px;
	line-height:37px;
	color: #ffffff;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
	text-transform: uppercase;
	font-size:13px;
	border-right: 1px solid #dddddd;
}
.tableV2 td {
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
	font-weight:normal;
	height:38px;
	line-height:18px;

}

.tableV2 th:first-child {
	border-radius: 8px 0px 0px 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}
.tableV2 th:last-child {
	border-radius: 0px 8px 8px 0px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-right: 0;
}
.tableV2 td {
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.tableV2 td:last-child {
	border-top: 1px solid #dddddd;
	border-right: 0;
}
.tableV2 .last {
	border-right: 0;
}
