body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h2 {
	font-size: normal;
	color: #C60;
	font-weight: bold;
	text-transform: none;
	margin-top: 20px;
	margin-bottom: 4px;
	padding: 4px;
	border-bottom: 1px solid #CC6600;
	text-decoration: none;
}			

h3 {
	color: #900;
	font-size: small;
	font-weight: bold;
  	background: #FFF;	
  	text-transform: none;	
	letter-spacing: 0em;
	margin-top: 14px;
}

/* site header and its main menu */
#header {
	height: 82px;
	background-color: #744200;
	background-image: url(http://www.chrome.pl/bg.png);
	background-repeat: repeat-x;
}

#headerlogo {
	width: 364px;
	height: 82px;
}
#headertag {
	position: absolute;
	left: 214px;
	top: 46px;
	color: #e00;
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
}

#headermenu {
	height: 18px;
	position: absolute;
	top: 46px;
	left: 364px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	white-space: nowrap;
}
#headermenu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
	margin-top: -1px;
}
#headermenu li {
	display: inline;
	padding-right: 0.6em;
}
#headermenu a {
	text-decoration: none;
	color: #fff;
}
#headermenu a:hover {
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#headermenu div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	white-space: nowrap;
}

#loginbox {
	position: absolute;
	text-align: right;
	right: 4px;
	top: 4px;
	color: #fff;
}
#loginbox a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#headline,#localnavigation {
	padding-left: 344px;
	white-space: nowrap;
	margin-top: 2em;
}
#headline h1 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.4em;
}
#headline a {
	color: #000;
	text-decoration: none;
}

/* local site navigation */
#localnavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 0.9em;
	letter-spacing: 0.08em;
	text-transform: capitalize;
	padding: 3px 5px;
	border-bottom: 1px solid #dedede;
	margin: 0;
	margin-top: 0.5em;
	margin-left: 235px;
	padding-left: 134px;
}
#localnavigation ul {
	margin: 0;
	padding: 0;
	padding-top: 8px;
}
#localnavigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding-right: 0.1em;
}
#localnavigation li a {
	text-decoration: none;
	color: #222;
	border: 1px solid #dedede;
	background: #F0F0F0;
	padding: 3px 0.5em;
}
#localnavigation li a:hover {
	color: #000;
	background: #fff;
	border-color: #dedede;
}
#localnavigation li.current a,#localnavigation li.TabOn a {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 3px solid #fc3;    
}

/* site content */
#content {
	margin: 0;
	padding: 0;
	margin-left: 200px;
}
#contentmain {
	border: 0px solid red;
	width: 100%;
	float: right;
}
#contentmain h4,
#contentmain h4 a {
	font-size: 1.2em;
	color: #900;
	font-weight: bold;
	text-transform: none;
	padding: 6px;
	margin: 0;
	text-decoration: none;
}			
#contentmain h2 {
	font-size: normal;
	color: #C60;
	font-weight: bold;
	text-transform: none;
	margin-top: 20px;
	margin-bottom: 4px;
	padding: 4px;
	border: none;
	text-decoration: none;
}			
#contentmain hr {
	border: none;
	border-bottom: 1px dotted #222;
	width: 99%;
}
#contentmain a {
	text-decoration: none;
	border-bottom: 1px dotted #00F;
	color: #00F;
}

/* sidebar */
#contentsidebar {
	width: 192px;
	float: left;
	margin: 0;
	margin-left:-200px;
	padding: 0;
	padding-left: 4px;
	font-size: small;
}
#contentsidebar h2 {
	color: #FED;
	background: #900;
	font-size: small;
	font-weight: bold;
  	text-transform: none;	
	letter-spacing: 0em;
	margin: 0;
	padding: 4px;
	padding-bottom: 3px;
	border-bottom: 2px solid #C60;
}
#contentsidebar a {
	text-decoration: none;
	border-bottom: 1px dotted #00F;
	color: #000;
}
#contentsidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 4px;
}
#contentsidebar a.button {
	border-width: 1px;
	border-style: solid;
	border-color: #888;
	background-color: #ddd;
	display: inline;
	font-size: 15px;
	font-weight: bold;
	padding: 4px;
	margin: 0px;
	text-decoration: none;
	color: #000;
	margin-left: 10px;
}
#contentsidebar a.button:hover {
	border-style: outset;
}
#contentsidebar a.button:active {
	border-style: inset;
}
#contentsidebar a.button img {
	border: 0;
	position: relative;
	top: 2px;
}

/* and finally footer */
#footer {
	clear: both;
}

/* forms */
div.row {
	clear: both;
	margin: 0;
	margin-top: 4px;
	padding: 0px;
	padding-bottom: 4px;
	padding-top: 5px;
}
div.row span.label, div.row span.formc {
	width: 72px;
	float: left;
	text-align: right;
	margin-right: 6px;
}
div.row span.clabel, div.row span.formw {
	float: left;
	text-align: left;
} 
div.row span.comment {
	text-align: left;
	font-size: 8px;
	margin: 0px;
	position: relative;
	top: -7px;
} 
span.label label {
	cursor: pointer;
	cursor: hand;
	padding-left: 15px; /* To leave room for the icon */
}
label.required {
	background-image: url(/img/required);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
label.completed {
	background-image: url(/img/valid);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
input {
	border: 1px solid #999;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
input:focus {
	border: 1px solid #000;
}
input.submit, input.checkbox, input[type='image'] {
	border-style: none;
}

fieldset {
	background-color: #fff;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	color: #000;
	padding: 6px;
}
fieldset legend {
	color: #000;
}
form div.row span.formw input {
	width: 220px;
	position: relative;
	top: -4px;
}
form input[type='image'] {
	border: none;
	margin-left: 10px;
}
form input[type='file'], form #export {
	width: 220px;
}

/* misc */
div.infobox {
	padding-left: 2em;
	padding-right: 2em;
	border-left: 1px dotted #111;
	margin-top: 2em;
	margin-bottom: 2em;
}
