@CHARSET "UTF-8";
body {
	background-color: #F0F0F0;
	color: #000000;
	font-size: 12px;
	font-family: Arial;
}

a img {
	border-width: 0px;
}


#page {
	background: #ffffff url(img/klacek.png) right repeat-y;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#maincontent {
	padding: 0px;
	float: left;
	width: 545px;
}



#menu {
	width: 175px;
	float: right;
	height: auto;
	vertical-align: top;
}

#menu h1 {
	font: bold 1.2em/1.1em arial;
	align: right;
	background: #ffffff url(img/logo.png) right top no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 185px;
}

#menu ul {
	list-style: none;
	text-align: right;
	margin: 0px;
	padding:0px;
	margin-right: 100px;
}

#menu a {
	color: #000000;
	text-decoration: none;
	font: bold 1.2em/1.1em arial;
}

#menu a:hover {
	color: #0a0aff;
}

#body {
	margin: 5px;
}

.bodyText {
	padding-left: 10px;
}

#footer {
	clear: both;
	height: 60px;
	padding-top: 10px;
	background: #ffffff url(img/footer.png) right top no-repeat;
}

#footer #copyright {
	text-align: right;
	margin-top: 40px;
	margin-right: 10px;
}

p.photo {
	padding-left: 30px;
}	

.photo img.photo {
	border: 10px solid #000000;
}

div.photoInfo {
	margin-bottom: 10px;
	/*width: 150px;*/
	/*padding: 10px;*/
	/*border: 1px solid #000000;*/
}

div.photoInfo img {
	border: 1px solid #000000;
	padding: 1px;
}

div.photoInfo h3 {
	padding: 0;
	margin: 0;
}

#createPhotoForm {
}

#createPhotoForm #title, #createPhotoForm #description {
	width: 240px;
}

#createPhotoForm #photo {
}

#createPhotoForm #captcha {
	width: 4em;
}

p.error, p.success, p.addPhoto {
	font-weight: bold;
	font-size: 140%;
	background: #ffffff url(img/cancel_48.png) left top no-repeat;
	height: 43px;
	color: #e00000;
	/* border: 1px solid black; */
}

p.error b, p.success b, p.addPhoto b {
	position: relative;
	top: 12px;
	left: 53px;
}

p.success {
	background: #ffffff url(img/accepted_48.png) left top no-repeat;
	color: #00e000;
}

p.addPhoto {
	background: #ffffff url(img/add_48.png) left top no-repeat;
	color: #00e000;
}

p.addPhoto a {
	color: inherit;
}

.photoRating p {
	display: inline;
	margin: 0px;
	parring: 0px;
}


div.comment {
	width: 480px;
	background: #ffffff url(img/bublina.gif) left top no-repeat;
}

div.comment p.commentAuthor {
	padding: 0.5em 100px 1em 0px;
	text-align: right;
}

div.comment p.commentText {
	background: #ffffff url(img/bublina.gif) left bottom no-repeat;
	padding: 0px 15px 15px 15px;
	margin: 0px;
}

div.comment textarea {
	width: 100%;
}

div.comment #captchaImage {
}

div.comment #captcha {
	width: 5ex;
}

div.photoDetail {
	margin-left: 10px;
}


ul#photoMenu {
	margin: 0px;
	padding: 0px;
}
ul#photoMenu li {
	display: inline;
	margin-right: 5px;
	list-style: none;
	
}

.pagination {
	clear: left;
}

.pagination p {
	float: left;
}

.pagination_next, .pagination_previous, .pagination_next_disabled, .pagination_previous_disabled {
	/*text-indent:-999em;*/
	width: 48px;
	height: 28px;
	position: relative;
}

.pagination a {
	width: 48px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}
.pagination b {
	display: none;
}

.pagination_previous, .pagination_next {
	width: 48px;
	height: 28px;
	position: relative;	
}
.pagination_previous {
	background: #ffffff url(img/arrow_left_green_48.png) left top no-repeat;
}
.pagination_next {
	background: #ffffff url(img/arrow_right_green_48.png) left top no-repeat;
}
.pagination_previous_disabled {
	background: #ffffff url(img/arrow_left_gray_48.png) left top no-repeat;
}
.pagination_next_disabled {
	background: #ffffff url(img/arrow_right_gray_48.png) left top no-repeat;
}

.pagination_pagecount {
	padding-top: 6px;
	width: 40px;
	text-align: center;
}

.clear {
	clear: both;
	height: 0px;
}

/* star rating code - use lists because its more semantic */
/* No javascript required */
/* all the stars are contained in one matrix to solve rollover problems with delay */
/* the background position is just shifted to reveal the correct image. */
/* the images are 16px by 16px and the background position will be shifted in negative 16px increments */
/*  key:  B=Blank : O=Orange : G = Green * /
/*..... The Matrix ....... */
/* colours ....Background position */
/* B B B B B - (0 0)*/
/* G B B B B - (0 -16px)*/
/* G G B B B - (0 -32px)*/
/* G G G B B - (0 -48px)*/
/* G G G G B - (0 -64px)*/
/* G G G G G - (0 -80px)*/
/* O B B B B - (0 -96px)*/
/* O O B B B - (0 -112px)*/
/* O O O B B - (0 -128px)*/
/* O O O O B - (0 -144px)*/
/* O O O O O - (0 -160px)*/


/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	width:80px;
	height:16px;
	margin:0 0 0px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(img/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.stars0 {background-position:0 0}
.stars1 {background-position:0 -16px}
.stars2 {background-position:0 -32px}
.stars3 {background-position:0 -48px}
.stars4 {background-position:0 -64px}
.stars5 {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.star1 a {left:0}
ul.rating li.star2 a {left:16px;}
ul.rating li.star3 a {left:32px;}
ul.rating li.star4 a {left:48px;}
ul.rating li.star5 a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(img/star-matrix.gif) no-repeat 0 0
}
ul.rating li.star1 a:hover {background-position:0 -96px;}
ul.rating li.star2 a:hover {background-position:0 -112px;}
ul.rating li.star3 a:hover {background-position:0 -128px}
ul.rating li.star4 a:hover {background-position:0 -144px}
ul.rating li.star5 a:hover {background-position:0 -160px}

.voted {
	color: #FF5050;
}

/* end rating code */
.voted .stars1 {background-position:0 -176px}
.voted .stars2 {background-position:0 -192px}
.voted .stars3 {background-position:0 -208px}
.voted .stars4 {background-position:0 -224px}
.voted .stars5 {background-position:0 -240px}


















