/*
 * 
 * HTML Elements
 * 
 */



body, td {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	background: url("http://jcore.net/template/images/softwarebg.jpg") repeat-x #f0f0f0;
	margin: 0;
}

a {
	color: #ea2127;
}

a:hover {
	color: #ea2127;
}

a.comment {
	color: #999999;
	text-decoration: none;
}

a.comment:hover {
	color: #ea2127;
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
}

label {
	white-space: nowrap;
}

hr {
	height: 1px;
	overflow: hidden;
	border: 0;
	border-bottom: 1px dotted #dddddd;
	color: #dddddd;
}

h1 {
	color: #000000;
	margin: 0;
}

h2 { 
	margin: 0;
	color: #000000;
	font-size: 200%;
	line-height: 95%;
}

h3 {
	color: #000000;
}



/*
 * 
 * Color classes
 * 
 */



.hilight {
	color: #ea2127;
}

.hilight-bg {
	background-color: #ea2127;
	color: #ffffff;
}

.site-color {
	color: #ea2127;
}

.comment {
	font-size: 10px;
	color: #999999;
}

.red {
	color: #ff0000;
}

.green {
	color: #00FF00;
}

.blue {
	color: #0000FF;
}

.black {
	color: #000000;
}

.white {
	color: #ffffff;
}

.bold {
	font-weight: bold;
}

.absolute {
	position: absolute;
	display: none;
}



/*
 * 
 * Globally used elements
 * 
 */



.clear-both {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.spacer {
	clear: both;
	height: 5px;
	overflow: hidden;
	display: block;
}

.separator {
	height: 1px;
	overflow: hidden;
	border: 0;
	border-bottom: 1px dotted #dddddd;
	clear: both;
	display: block;
}

.align-right {
	float: right;
}



/*
 * 
 * Tooltip / notification element
 * 
 */



.tooltip {
	background: #ea2127;
	padding: 2px;
	margin-bottom: 15px;
	border-top: 1px solid #ea2127;
	border-left: 1px solid #ea2127;
	border-right: 1px solid #ea2127;
	border-bottom: 3px solid #ea2127;
	color: #ffffff;
	text-align: left;
}

.tooltip > span {
	display: block;
	padding: 11px 5px 5px 35px;
	background: url("http://www.rk-dubrava.hr/lib/icons/32/Orange Ball.png") no-repeat 0px 60%;
}

.tooltip.error {
	background: #f2432e;
	border-top: 1px solid #d91b0b;
	border-left: 1px solid #d91b0b;
	border-right: 1px solid #d91b0b;
	border-bottom: 3px solid #d91b0b;
	color: #ffffff;
}

.tooltip.error > span {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/dialog-error.png");
}

.tooltip.notification {
	background: #e9e9e9;
	border-top: 1px solid #ea2127;
	border-left: 1px solid #ea2127;
	border-right: 1px solid #ea2127;
	border-bottom: 3px solid #ea2127;
	color: #000000;
}

.tooltip.notification > span {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/Get Info.png");
}

.tooltip a {
	color: #ffffff;
}

.tooltip.notification a {
	color: #000000;
}



/*
 * 
 * Ajax Loading status
 * 
 */


 
.loading {
    background: #fbf7aa;
    color: black;
    font-weight: bold;
    padding: 3px 10px 5px 10px;
    border: 2px solid #f9e98e;
}



/*
 * 
 * Buttons
 * 
 */



.button {
	float: left;
	padding-right: 5px;
	height: 28px;
	overflow: hidden;
}

.button a {
	display: block;
	padding: 7px 15px 7px 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: url("http://www.rk-dubrava.hr/img/crvena.jpg") repeat-x #ea2127;
}

.button a:hover {
	background: #ea2127;
	text-decoration: underline;
}

input.button {
	float: none;
	background: url("http://www.rk-dubrava.hr/img/crvena.jpg") repeat-x #ea2127;
	border: 0;
	color: #ffffff;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	height: auto;
}

input.button:hover {
	background: #ea2127;
	cursor: pointer;
	text-decoration: underline;
}



/*
 * 
 * Frame containers
 * 
 */
 


.fc {
	clear: both;
	margin-bottom: 10px;
}

.fc.hidden {
	display: none;
}

.fc a.fc-title {
	background: url("http://www.rk-dubrava.hr/lib/icons/16/colapsed-black.gif") 0px -4px no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
	display: block;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
	cursor: pointer;
}

.fc a.fc-title:hover {
	color: #000000;
	text-decoration: underline;
}

.fc.expanded a.fc-title, 
.fc a.fc-title.expanded
{
	background-image: url("http://www.rk-dubrava.hr/lib/icons/16/expanded-black.gif");
	background-repeat: no-repeat;
	background-position: 0px -4px;
}

.fc.colapsed a.fc-title, 
.fc a.fc-title.colapsed
{
	background-image: url("http://www.rk-dubrava.hr/lib/icons/16/colapsed-black.gif");
	background-repeat: no-repeat;
	background-position: 0px -4px;
}

.fc .fc-content {
	border-left: 1px dotted #cccccc;
	margin-left: 10px;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
	display: none;
}

.fc.expanded .fc-content {
	display: block;
}

.fc .fc-content .form-entry .form-entry-title {
	width: 100px;
}



/*
 * 
 * Tables with list elements 
 * 
 */



.list {
	margin: 0;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #cccccc;
}

.list .list {
	border: 0;
	border-left: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

.list .order-id-entry {
	width: 30px;
}

.list tbody tr {
	background: #e9e9e9;
}

.list tbody tr.pair {
	background: #efefef;
}

.list tbody tr.hilight {
	background: #f5f5f5;
}

.list tbody td {
	padding: 3px 5px 3px 5px;
	width: 1px;
	border-right: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
}

.list tbody td.auto-width {
	width: 100%;
}

.list thead tr {
	background: url("http://www.rk-dubrava.hr/img/crvena.jpg") repeat-x #ea2127;
}

.list thead th {
	padding: 7px;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	width: 1px;
	color: #ffffff;
	white-space: nowrap;
	border-right: 1px solid #ea2127;
}



/*
 * 
 * Pictures 
 * 
 */



.pictures {
}

.picture {
	text-align: center;
	margin-bottom: 10px;
	width: 160px;
}

.picture .picture-title {
	margin-top: 5px;
}

.picture img {
	border: 1px solid #dddddd;
}



/*
 * 
 * Comments for the contents and others 
 * 
 */



.comments {
}

.comments .comment-entry {
	padding-top: 5px;
	margin: 5px 0px 10px 0px;
}

.comments .comment-body {
	background: url("http://www.rk-dubrava.hr/lib/icons/16/comment.png") no-repeat 5px 3px;
	border-bottom: 1px dotted #dddddd;
	padding: 5px 20px 10px 30px;
	color: #000000;
}

.comments .comment-rating {
	padding-top: 5px;
	display: block;
	float: right;
}

.comments .comment-functions {
	float: right;
	padding-top: 4px;
}

.comments .comment-functions a {
	display: block;
	float: left;
}

.comments .comment-functions .comment-reply {
	margin-right: 10px;
	padding: 5px 0px 0px 20px;
	background: url("http:///icons.jcore.net/16/comment.png") no-repeat 0px 50%;
}

.comments .comment-functions .comment-rating-up {
	width: 16px;
	height: 16px;
	background: url("http://www.rk-dubrava.hr/lib/icons/16/vote_yes.png") no-repeat;
	margin-right: 5px;
}

.comments .comment-functions .comment-rating-down {
	display: block;
	width: 16px;
	height: 16px;
	background: url("http://www.rk-dubrava.hr/lib/icons/16/vote_no.png") no-repeat;
}

.comments .comment-details {
	padding-top: 4px;
}

.comments .sub-comment {
	margin-left: 30px;
}

.comments .comment-rating-1 {
	opacity: 0.10;
}

.comments .comment-rating-2 {
	opacity: 0.20;
}

.comments .comment-rating-3 {
	opacity: 0.30;
}

.comments .comment-rating-4 {
	opacity: 0.40;
}

.comments .comment-rating-5 {
	opacity: 0.50;
}

.comments .comment-rating-6 {
	opacity: 0.60;
}

.comments .comment-rating-7 {
	opacity: 0.70;
}

.comments .comment-rating-8 {
	opacity: 0.80;
}

.comments .comment-rating-9 {
	opacity: 0.90;
}

.comments .comment-rating-10 {
	opacity: 1.0;
}



/*
 * 
 * Keywords 
 * 
 */



.keywords {
	color: #999999;
	padding: 10px 0px 15px 0px;
}

.keywords a {
	text-decoration: none;
	text-transform: lowercase;
}

.keywords a:hover {
	text-decoration: underline;
}



/*
 * 
 * Attachments 
 * 
 */



.attachments {
	margin-bottom: 20px;
	padding: 10px;
}

.attachments .attachments-title {
	font-style: italic;
	margin-bottom: 5px;
}

.attachments .paging {
	margin: 10px 0 0 0;
}

.attachments .attachment {
	margin: 10px 0px 5px 0px;
}

.attachment-icon {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-downloads.png") no-repeat;
}

.attachments .attachment a {
	font-weight: bold;
	padding-right: 5px;
}

.attachments .attachment .attachment-details {
	padding-top: 5px;
}



/*
 * 
 * Javascript calendar
 * 
 */



.ui-datepicker {
	background: #ffffff;
	border: 1px solid #5179bc;
	display: none;
	width: 200px;
	text-align: center;
}

.ui-datepicker-header {
	color: #ffffff;
	background: #5179bc;
	padding: 5px;
	text-align: center;
}

.ui-datepicker-prev {
	cursor: pointer;
	float: left;
	background: url("http://www.rk-dubrava.hr/lib/icons/16/arrow_left.png") no-repeat;
	width: 16px;
	height: 16px;
}

.ui-datepicker-prev span {
	display: none;
}

.ui-datepicker-next {
	cursor: pointer;
	float: right;
	background: url("http://www.rk-dubrava.hr/lib/icons/16/arrow_right.png") no-repeat;
	width: 16px;
	height: 16px;
}

.ui-datepicker-next span {
	display: none;
}

.ui-datepicker-title {
	display: inline;
}

.ui-datepicker-calendar {
	padding: 5px;
}

.ui-datepicker-calendar th {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
}

.ui-datepicker-calendar td {
	border: 1px solid #cccccc;
	text-align: center;
}

.ui-datepicker-calendar td a {
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	color: #3159ac;
}

.ui-datepicker-calendar td a:hover {
	color: #000000;
}

.ui-datepicker-calendar td.ui-datepicker-today {
	border: 1px solid #dd7a64;
	background: #ffeeee;
}

.ui-datepicker-calendar td.ui-datepicker-today a {
	color: #000000;
}

.ui-datepicker-calendar td.ui-datepicker-other-month {
	border: 0px;
}

a.show-calendar-input {
	cursor: pointer;
	font-size: 16px;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 10px;
	background: url("http://www.rk-dubrava.hr/lib/icons/16/calendar_2.png") no-repeat;
}

a.clear-calendar-input {
	cursor: pointer;
	font-size: 16px;
	padding: 0px 0px 0px 16px;
	background: url("http://www.rk-dubrava.hr/lib/icons/16/cross.png") no-repeat;
}



/*
 * 
 * Star rating 
 * 
 */



.star-rating {
	float: left;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

.star-rating a {
	background: url("http://www.rk-dubrava.hr/lib/icons/16/star_1.png") no-repeat 0px 0px;
}

.star-rating a {
	display: block;
	width: 16px;
	height: 16px;
	opacity: 0.30;
}

.star-rating-on a {
	opacity: 1.0;
}

.star-rating-hover a{
	opacity: 1.0;
}

.star-rating-readonly a {
	cursor: default;
}


/*
 *
 * Mime type icons
 *
 */



.mime-type-directory {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/folder.png");
}

.mime-type-torrent {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/application-x-bittorrent.png");
}

.mime-type-perl {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/application-x-perl.png");
}

.mime-type-php {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/application-x-php.png");
}

.mime-type-ruby {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/application-x-ruby.png");
}

.mime-type-copyright {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/text-x-copying.png");
}

.mime-type-changelog {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/text-x-changelog.png");
}

.mime-type-makefile {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/text-x-makefile.png");
}

.mime-type-patch {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/text-x-patch.png");
}

.mime-type-python {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/text-x-python.png");
}

.mime-type-readme {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/text-x-readme.png");
}

.mime-type-source {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/text-x-source.png");
}

.mime-type-package {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-package.png");
}

.mime-type-office {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-office.png");
}

.mime-type-money {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-money.png");
}

.mime-type-multimedia {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-multimedia.png");
}

.mime-type-system {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/applications-system.png");
}

.mime-type-theme {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/application-x-theme.png");
}

.mime-type-db {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/Database.png");
}

.mime-type-important {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-important.png");
}

.mime-type-mail {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-mail.png");
}

.mime-type-personal {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-personal.png");
}

.mime-type-photo {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-photos.png");
}

.mime-type-plan {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-plan.png");
}

.mime-type-special {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-special.png");
}

.mime-type-readonly {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-readonly.png");
}

.mime-type-urgent {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-urgent.png");
}

.mime-type-web {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-web.png");
}

.mime-type-folder {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/folder.png");
}

.mime-type-font {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/font-x-generic.png");
}

.mime-type-text {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/32/text.png");
}



/*
 * 
 * Ads & Banners 
 * 
 */



.ad {
	text-align: center;
}


 
/*
 * 
 * Paging 
 * 
 */


 
.paging {
	clear: both;
	margin-bottom: 15px;
}

.paging .paging-text {
	float: left;
	color: #999999;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 7px;
}

.paging .pagenumber a, 
.paging .pagenumber.pagenumber-selected a:hover 
{
	background: transparent;
	padding: 2px 7px 2px 7px;
	border: 1px solid #dddddd;
	color: #ea2127;
	text-align: center;
	float: left;
	text-decoration: none;
	margin-right: 2px;
}

.paging .pagenumber a:hover, 
.paging .pagenumber.pagenumber-selected a 
{
	background: url("http://www.rk-dubrava.hr/img/crvena.jpg") repeat-x #ea2127;
	padding: 3px 8px 3px 8px;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	float: left;
	text-decoration: none;
	margin-right: 2px;
	border: 0;
}



/*
 * 
 * Website forms to submit 
 * 
 */



.form {
	padding: 10px 15px 10px 15px;
	background: url("http://jcore.net/template/images/softwareform.jpg") 50% 0 no-repeat #e9e9e9;
	border: 1px solid #dddddd;
}

.form-title {
	margin-top: 20px;
	background: url("http://www.rk-dubrava.hr/img/crvena.jpg") repeat-x #ea2127;
	padding: 5px 0px 5px 15px;
	overflow: hidden;
	font-weight: bold;
	color: #ffffff;
}

.form-entry {
	clear: both;
	padding-bottom: 10px;
}

.form-entry.last {
	padding-bottom: 0;
}

.form-entry .form-entry-title {
	float: left;
	text-align: right;
	width: 120px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.form-entry .security-image {
	margin-bottom: 5px;
}

.form-entry .security-image .reload-link {
	position: relative;
	top: -10px;
}

.form-entry .add-link {
	padding: 0 0 5px 20px;
	background: url("http://www.rk-dubrava.hr/lib/icons/16/add.png") no-repeat;
}

.form-entry .remove-link {
	padding: 0 0 5px 20px;
	background: url("http://www.rk-dubrava.hr/lib/icons/16/cross.png") no-repeat;
}

.form-entry .reload-link {
	padding: 0 0 5px 20px;
	background: url("http://www.rk-dubrava.hr/lib/icons/16/arrow_refresh.png") no-repeat;
}



/*
 * 
 * qTip Modifications so our content looks good here too 
 * 
 */



.qtip .qtip-button {
	display: block;
	width: 16px;
	height: 16px;
	background: url("http://www.rk-dubrava.hr/lib/icons/16/cross.png") no-repeat;
}

.qtip .qtip-button span {
	display: none;
}

.qtip .form {
	padding: 5px;
	background: transparent;
	color: #000000;
}

.qtip .form-title {
	margin: 0;
	padding: 5px;
	background: transparent;
	color: #000000;
}

.qtip .form-entry-title {
	width: auto;
	float: none;
	text-align: left;
	padding-bottom: 3px;
}

.qtip .tooltip {
	margin: 0;
}

.qtip input.button {
	background-color: #0a222c;
}

.qtip .paging .paging-text { 
	color: #A27D35;
}

.qtip .paging .pagenumber a, 
.qtip .paging .pagenumber.pagenumber-selected a:hover 
{
	background: transparent;
	padding: 2px 7px 2px 7px;
	border: 1px solid #F0DE7D;
	text-align: center;
	margin-right: 2px;
	color: #A27D35;
}

.qtip .paging .pagenumber a:hover, 
.qtip .paging .pagenumber.pagenumber-selected a 
{
	background: #e7cE6D;
	padding: 3px 8px 3px 8px;
	border: 0;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-right: 2px;
}



/*
 * 
 * Posts 
 * 
 */



.post {
	margin-bottom: 20px;
}

.post .post-links a {
	display: block;
	padding: 5px 0px 5px 20px;
	background: url("http://www.rk-dubrava.hr/lib/icons/16/link.png") 0px 50% no-repeat;
	float: left;
	margin-right: 10px;
}

.post .post-links a.back {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/16/doc_page_previous.png");
}

.post .post-links a.read-more {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/16/doc_text_image.png");
}

.post .post-links a.comments {
	background-image: url("http://www.rk-dubrava.hr/lib/icons/16/comment.png");
}

.post.one .post-title {
	font-size: 120%;
}

.post .post-details {
	margin-top: 5px;
}

.post .post-dates {
}

.post .post-content {
}

.post .post-content.one {
}

.post .post-pictures {
	margin: 0 0 0px 15px;
	float: right;
}

.post.one .post-pictures {
	margin: 10px 10px 0px 0;
	float: left;
}

.post.last .separator.bottom,
.post.last .spacer.bottom
{
	display: none;
}



/*
 * 
 * Lightbox for pictures preview
 * 
 */
 
 
 
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none; 
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { 
	padding: 10px; 
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url("http://www.rk-dubrava.hr/lib/icons/32/ajax-loader.gif") no-repeat 50% 50%;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0; 
}

#lightbox-nav a { 
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	overflow: hidden;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}
	
#lightbox-image-details-caption { 
	font-weight: bold; 
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav-btnClose {
	overflow: hidden;
	width: 32px;
	height: 32px; 
	float: right;
	background: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-unreadable.png") no-repeat;
	margin-bottom: 9px;
}

#lightbox-secNav-btnDownload {
	overflow: hidden;
	width: 32px;
	height: 32px; 
	float: right;
	background: url("http://www.rk-dubrava.hr/lib/icons/32/emblem-downloads.png") no-repeat;
	margin-bottom: 9px;
}

#lightbox-nav-btnPrev { 
	background: url("http://www.rk-dubrava.hr/lib/icons/16/empty.gif") left 15% no-repeat;
}

#lightbox-nav-btnNext { 
	background: url("http://www.rk-dubrava.hr/lib/icons/16/empty.gif") right 15% no-repeat;
}

#lightbox-nav-btnPrev:hover { 
	background: url("http://www.rk-dubrava.hr/lib/icons/32/prevlabel.gif") left 15% no-repeat;
}

#lightbox-nav-btnNext:hover { 
	background: url("http://www.rk-dubrava.hr/lib/icons/32/nextlabel.gif") right 15% no-repeat;
}


/*
 *
 * Login / Quick Login and Request Password forms
 *
 */



#requestanewpasswordform .form-entry .text-entry {
	width: 300px;
}
 
#memberloginform .form-entry-member .text-entry {
	width: 250px;
}
 
#memberloginform .form-entry-password .text-entry {
	width: 200px;
}
 
#quickloginform .form-entry-member .text-entry {
	width: 150px;
}
 
#quickloginform .form-entry-password .text-entry {
	width: 150px;
}
 


/*
 * 
 * ONLY Related to this site
 * 
 */



#website {
	width: 870px;
	margin: 0 auto;
	text-align: center;
}

#header {
	font-weight: bold;
	font-size: 0%;#353a3d;
	background: url("http://www.zrs.com.hr/new/img/header.png") no-repeat;
	margin-bottom: 1px;
	text-align: left;
	height: 272px;
}

#header a {
	padding: 30px 30px 15px 10px;
	display: block;
	text-align: right;
	text-decoration: none;

}


#left-menu {
	float: left;
	width: 200px;
	margin: 00px 20px 0 0;
	border-top: 0px solid #ea2127;
	background:transparent;
	text-align: left;
}

#left-menu #main-menu_outer {
	padding: 0px;
}

#left-menu .menu a {
	display: block;
	border-bottom: 1px dotted #cccccc;
	padding: 5px;
	text-decoration: none;
}

#left-menu .menu.last a {
	border-bottom: 0;
}

#left-menu .menu a:hover {
	color: #ffffff;
	background: url("http://www.rk-dubrava.hr/img/crvena.jpg") repeat-x #9f0817;
}

#left-menu .sub-menu {
	margin-left: 20px;
	background:transparent;
}
#reklama {

	width: 200px;
	margin: 5px 5px 5px 5px;
	padding-bottom: 10px;
	background:transparent;
	color: #9f0817;
	text-align: left;
}


#content {
	width: 620px;
	float: left;
	padding-top: 20px;
	text-align: left;
}

#footer {
	border-top: 1px solid #dddddd;
	color: #9f0817;
	clear: both;
	padding: 10px 20px 10px 20px;
	font-size: 90%;
	text-align: left;
}

#footer .validXHTML,
#footer .validCSS
{
	margin: 0;
	float: right;
}



/*
 * 
 * IE Fixes if needed
 * 
 */



* html {
}