body {
	background: url('/gfx/body.gif') repeat-x #cae8fa;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

/* PNG fix */
* {
	behavior: url('/css/iepngfix.htc');
}

* ul, * form {
	margin: 0;
	padding: 0;
}

* img {
	border: none;
}

#overlay {
	background: #000;
	cursor: pointer;
	display: none;
	filter: alpha(opacity=70);
	height: 100%;
	left: 0px;
	opacity: 0.7;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
	-moz-opacity:0.7;
}

#contactWrapper {
	background: url('/gfx/contact_bg.gif') no-repeat;
	display: none;
	height: 389px;
	margin: 0 0 0 165px;
	position: absolute;
	text-align: left;
	top: 150px;
	width: 500px;
	z-index: 2;
}

#ok, #error {
	font-family: Lucida Sans Console, arial, verdana, tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;
	overflow: auto;
	padding: 10px 0 0 20px;
}

#ok {
	color: #41e002;
}

#error {
	color: #ca0202;
}

#contactWrapper div.content {
	padding: 15px 20px 15px 20px;
}

#contactWrapper form {
	margin: 5px 20px 20px 20px;
}

#contactFormLeft {
	float: left;
	line-height: 27px;
	width: 90px;
}

#contactFormRight {
	float: left;
	width: 200px;
}

#contactWrapper label {
	display: block;
}

#contactWrapper #antiSpamCode {
	float: left;
	margin: 0 0 10px 0;
}

#contactWrapper label#besked {
	margin: 0 0 95px 0;
}

#contactWrapper input.contactText {
	background-color: #9e9e9e;
	border: none;
	float: left;
	margin: 0 0 10px 0;
	padding: 2px;
	width: 170px;
}

#contactWrapper textarea {
	background-color: #9e9e9e;
	border: none;
	height: 100px;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 335px;
}

#contactWrapper input.contactText, #contactWrapper textarea {
	font-family: Lucida Sans Console, arial, verdana, tahoma, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#antiSpamWrapper {
	float: left;
	width: 300px;
}

#antiSpamWrapper input.contactText {
	margin: 0 0 0 10px;
}

#submitWrapper {
	clear: both;
	text-align: right;
}

#contactFormSubmit {
	border: none;
	background: url('/gfx/send.png') no-repeat bottom;
	clear: both;
	cursor: pointer;
	height: 26px;
	margin: 0 15px 0 0;
	overflow: hidden;
	width: 75px;
}

#contactFormSubmit:hover {
	background: url('/gfx/send.png') no-repeat top;
}

#closeContact {
	float: right;
	margin: 15px;
}

#log {
}
 
#logRes {
	overflow: auto;
}
 
#logRes.ajax-loading {
	padding: 20px 0;
	background: url('/gfx/spinner.gif') no-repeat center;
}

#bodyWrapper {
	margin: auto;
	width: 950px;
}

#topWrapper {
	float: left;
	height: 122px;
	width: 950px;
}

#logo {
	float: left;
	width: 229px;
}

#tabs {
	background: url('/gfx/tabs_bg.gif') no-repeat;
	float: left;
	height: 113px;
	text-align: left;
	width: 721px;
}

#tabs ul {
	margin: 78px 0 0 0;
}

#tabs li {
	display: inline;
	line-height: 36px;
	list-style: none;
}

#tabs li a {
	background: url('/gfx/tab.gif') no-repeat top center;
	display: block;
	float: left;
	height: 36px;
	margin: 0 15px 0 0;
	text-align: center;
	width: 152px;
}

#tabs li a:hover {
	background: url('/gfx/tab.gif') no-repeat bottom center;
}

#tabs li a#active {
	background: url('/gfx/tab.gif') no-repeat bottom center;
	color: #686868;
}

#ornamentWrapper {
	background: url('/gfx/ornaments.jpg') no-repeat top center;
	clear: both;
	height: 364px;
	text-align: left;
	width: 950px;
}

#contentWrapper {
	margin: 0 0 0 60px;
}

#content {
	background: url('/gfx/content_top_shadow.gif') no-repeat #fff;
	float: left;
	width: 654px;
}

#content .content, #content .intro {
	padding: 20px;
}

#right {
	background: url('/gfx/right_bg.png') no-repeat;
	float: left;
	margin: 10px 0 0 0;
	height: 201px;
	width: 236px;
}

#right div {
	float: left;
	padding: 20px;
	width: 155px;
}

#right ul {
	margin: 15px 0 0 0;
}

#right li {
	display: inline;
	line-height: 67px;
	list-style: none;
}

#right li a {
	display: block;
	float: left;
	height: 67px;
	text-align: center;
	width: 67px;
}

#right li#budento a {
	margin: 0 15px 0 0;
	background: url('/gfx/budento.gif') no-repeat top center;
}

#right li#budento a:hover {
	background: url('/gfx/budento.gif') no-repeat bottom center;
}

#right li#minnote a {
	background: url('/gfx/minnote.gif') no-repeat top center;
}

#right li#minnote a:hover {
	background: url('/gfx/minnote.gif') no-repeat bottom center;
}

#right li a span {
	display: none;
}

.grayLine {
	margin: 0 0 0 20px;
}

/* tips */

.skills-tip {
	color: #fff;
	width: 145px;
	word-wrap: break-word;
}

.skills-title {
	background: url('/gfx/skill_tips_bg.png') no-repeat top left;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 0 8px;
	text-align: left;
}

.skills-text {
	background: url('/gfx/skill_tips_bg.png') no-repeat bottom right;
	font-family: Lucida Sans Console, arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 8px;
	word-wrap: break-word;
}

.project-tip {
	color: #fff;
	width: 145px;
	word-wrap: break-word;
}

.project-title {
	background: url('/gfx/project_tips_bg.png') no-repeat top left;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 0 8px;
	text-align: left;
}

.project-text {
	background: url('/gfx/project_tips_bg.png') no-repeat bottom right;
	font-family: Lucida Sans Console, arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 8px;
	word-wrap: break-word;
}

.profileImage {
	float: right;
	margin: 20px;
}

/* common classes */

.clear {
	clear: both;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
} 

#chart {
	filter: alpha(opacity=25);
	opacity: 0.25;
	position: absolute;
	right: 0;
	top: 0;
	-moz-opacity:0.25;
}