/* ===== layout ===== */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
	background: #ffffff url("img/bg.gif") repeat-x;
}

div.container {
	margin: 1em auto;
	margin-top: 0px;
	text-align: left;
	position: relative;
	width: 730px;
}

div.wideheader {
	display: block;
	width: 100%;
	height: 120px;
	background: ;
	position: absolute;
	left: 0px;
	top: 0px;
}

div.header {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100px;
	text-align: left;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	color: #000000;
	cursor: default;
}

div.body {
	display: block;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	color: #000000;
}

div.body_inset {
	padding: 5px;
	background-color: #ffffff;
}

div.body>div {
	display: block;
}

div.footer {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 14px;
	text-align: center;
	border: 1px solid #c0c0c0;
	background: #f0f0f0;
	padding: 5px;
}

/* ===== Layout Parts ===== */
div.progress {
	z-index: 2000;
	position: fixed;
	right: 2px;
	top: 2px;
}

div.menulogo {
	float: left;
	display: block;
	width: 281px;
	height: 47px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 10px;
	background: url("img/logo-credityard.png") no-repeat;
	display: block;
	cursor: pointer;
}

div.adminMenuContainer {
	float: left;
	margin-top: 2px;
	padding: 3px;
	border: 1px solid #c0c0c0;
}

div.adminMenu {
	float: left;
}

div.menuRightTop {
	text-align: right;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
}

div.headerTop {
	display: block;
	height: 79px;
	width: 100%;
}

div.headerBottom {
	display: block;
	border-top: 1px solid #c0c0c0;
	width: 100%;
}

div.menu {
	float: left;
}

/* ===== Layout globals ===== */
div.deco_lefttop {
	z-index: -1000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 480px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("img/qrcode_rotated.png");
}

div.deco_rightbottom {
	z-index: -1000;
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 300px;
	height: 313px;
	background-image: url("img/qrcode_rotated2.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	position: fixed;
}

td {
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
}

a img {
	border: none;
}

label {
	font-weight: bold;
}

h3 {
	padding-bottom: 10px;
	font-size: 16px;
}

table.valigntop td {
	vertical-align: top;
}

table.nobreak td {
	white-space: nowrap;
}

table.valignmiddle td {
	vertical-align: middle;
}

.error {
	color: red;
}


