/* Global Resetting */
html, body{	
	width: 100%;
	height: 100%;
	background:#fff;
	font-size:11px;
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0px;
	margin: 0px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}

/* Layout CSS */
p {
	margin-bottom:1em;
}
table tr td {
	vertical-align:top;
	padding:0px 4px 0px 0px;
}
h1 {
	font-size:1.2em;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:1em;
}
h2 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0.8em;
}
h3 {
	font-size:1em;
	font-weight:bold;
	margin:0.6em 0px 0.6em 0px;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1em;
	color:#0fa200;
}
h5 {
	font-size:1em;
	font-weight:bold;
}
h6 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0.8em;
	color:#ff4e00;
}
#Main {
	z-index:1;
	position:absolute;
	top:0px;
	margin:0px auto;
	/* width:100%; */
	height: 100%;
}
#logoBox {
	margin-left:30px;
	margin-top:20px;
}
.Logo {
	padding-top: 20px;
	display: block;
	width: 140px;
}
#languageBox {
	position:absolute;
	display: block;
	height: 30px;
	width:160px;
	left:900px;
	top:35px;
}
#bg {
	width:100%;
	height:100%;
	position:absolute;
	overflow: hidden;
	z-index: 0;
}
#contentBox {
	position:absolute;
	top:160px;
	left:240px;
	width:860px;
	padding-bottom:50px;
}
#contentBlock {
	min-height:300px;
	color:#000;
	background:#c4c4c4;
	padding:4px;
}
#workBlock1 {
	color:#000;
	background:#c4c4c4;
	padding:6px 0px 0px 4px;
	margin-bottom:4px;
}
#workBlock2 {
	color:#000;
	background:#d4d4d4;
	padding:6px 0px 0px 4px;
	margin-bottom:4px;
}

#textBlock{
	padding:0px 0px 0px 4px;
	font-size:1em;
}
#textBlock a {
	text-decoration:none;
	color:#008ed0;
}
#textBlock a:hover {
	text-decoration:underline;
}
#textBlock ul li {
	margin:0px 0px 1em 12px;
	list-style:square;
}
#navigationBox {
	position:absolute;
	top:160px;
	width:220px;
	font-size:0.9em;
}
#register a {
	font-weight:bold;
	text-decoration:none;
	color:#2a2a2a;
	float:left;
	text-align:center;
	background:#d4d4d4;
	margin-right:1px;
	padding:4px;
	display:block;
	width:100px;
}
#register .active {
	background:#c4c4c4;
}
#stillRegister a {
	font-weight:bold;
	text-decoration:none;
	color:#2a2a2a;
	float:left;
	text-align:center;
	background:#d4d4d4;
	margin-right:1px;
	padding:4px;
	display:block;
	width:30px;
}
#stillRegister .active {
	background:#c4c4c4;
}
#navigationBox a {
	color:black;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:6px;
	background:#c4c4c4;
	margin-bottom:1px;
	margin-color:#d4d4d4;
}
#navigationBox a:hover {
	background:#a4a4a4;
}
#navigationBox .active {
	background:#a4a4a4;
}
#rental table td {
	padding:4px;
	border:solid;
	border-color:transparent;
	border-width:1px;
	background-color:#d4d4d4; 
}
.required {
	color:#0fa200;
}
/* ------------------------------------------------------------------------ 
 * Modal window styling
 * ------------------------------------------------------------------------ */

div#nyroModalFull {
	font-size: 10px;
	color: #404040;
}
div#nyroModalLoading {
	border: none;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/ajax-loader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: none;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: none;
}
a#closeBut {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 21px;
	text-indent: -9999em;
	background: url(../images/close.gif) no-repeat;
	background-position: center center;
	outline: none;
}
h1#nyroModalTitle {
	display:none;
}
div.wrapper div#nyroModalContent {
	padding: 10px 0px 10px 10px;
}

