body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
}

input[type=text], input[type=password], input[type=file], select {
	background-color: #F9F9F9;
	padding: 1px 2px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Tahoma;
	margin: 5px;
}

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, select:focus {
	background-color: #FFF;
	border-color: #900;
}

input[type=submit], input[type=button] {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #EEE;
	font-size: 11px;
	margin: 5px auto;
}

input[type=submit]:hover, input[type=button]:hover {
	border-color: #900;
	color: #900;
	cursor: pointer;
}

fieldset legend {
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Tahoma;
	color: #006;
}

#top {
	background-color: #E3E3E3;
	border-bottom: 1px solid #CCC;
	height: 50px;
	position: relative;
	background-image: url("../gfx/logo.gif");
	background-repeat: no-repeat;
	background-position: 20px center;
}

#top .zalogowany {
	position: absolute;
	top: 3px;
	right: 13px;
	color: #333;
}

#top .sep {
	vertical-align: -1px;
	margin: 0px 5px;
}

#topmenu {
	padding-left: 20px;
	background-color: #F3F3F3;
	height: 20px;
	border-bottom: 1px dotted #AAA;
	margin-bottom: 30px;
}

#topmenu a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	height: 17px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #BBB;
	white-space: pre;
}

#topmenu a:hover {
	color: #C00;
}

#menuvar, #menulogout, #menumags, #menuadmin, #menuupload, #menustats, #menunews, #menulinks, #menucontest, #menuads {
	background-position: 6px 2px;
	background-repeat: no-repeat;
}

#menuvar {
	background-image: url("../gfx/configure.png");
}

#menulogout {
	background-image: url("../gfx/exit.png");
}

#menumags {
	background-image: url("../gfx/contents.png");
}

#menuadmin {
	background-image: url("../gfx/admins.png");
}

#menuupload {
	background-image: url("../gfx/wizard.png");
	background-position: 6px 0;
}

#menustats {
	background-image: url("../gfx/stat2.png");
}

#menunews {
	background-image: url("../gfx/kexi.png");
}

#menulinks {
	background-image: url("../gfx/network.png");
}

#menucontest {
	background-image: url("../gfx/idea.png");
}

#menuads {
	background-image: url("../gfx/comment.png");
}

#ptitle {
	position: absolute;
	top: 90px;
	left: 30px;
	font-family: Georgia, Tahoma, Verdana;
	font-size: 18px;
	width: 200px;
	height: 30px;
}

#leftmenu {
	padding-top: 100px;
}

#leftmenu .menu {
	width: 160px;
	padding: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: none;
	background-color: #F9F9F8;
	font-family: Arial, Verdana;
	font-size: 11px;
}

#leftmenu .menu a {
	display: block;
	padding: 5px 0px;
	border-top: 1px dotted #AAA;
	color: #000;
	text-decoration: none;
}

#leftmenu .menu .title {
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

#right {
	vertical-align: top;
	padding: 0px 20px;
	width: 100%;
}

#right .search {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #AAA;
	background-color: #EEE;
	padding: 0px 10px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
}

#right .search .title {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #900;
	font-family: Arial;
	font-weight: bold;
}

.disabled{
	cursor: help;
	color: #999999 !important;
	text-decoration: line-through !important;
}

#info .ok{
	border: 1px solid #55AA55;
	padding: 10px 15px 15px 38px;
	background-color: #F5FFF5;
	background-image: url("../gfx/info.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #55AA55;
}
#info .ok legend{
	color: #00AA00;
}
#info .error legend{
	color: #FF0000;
}
#info .error{
	border: 1px solid #FF5555;
	padding: 10px 15px 15px 35px;
	background-color: #FFF5F5;
	background-image: url("../gfx/error.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #FF5555;
}
#info .error span, #info .ok span{
	margin: 0 0 0 80px;
	display: block;
}
