body {
	background:#ffffff url('images/head_bg.png') no-repeat top left;
	margin: 0;
	font-family: Arial;
}

body.home {
	background:#ffffff url('images/head_bg_home.png') no-repeat top left;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #654397;
}
a:hover {
	text-decoration: underline;
	color: #654397;
}

a.beli {
	color: #fff;
}

a.beli:hover {
	color: #fff;
}

#menu_container {
	background: transparent url('images/menu_bg_zelena.png') no-repeat top left;
	height: 35px;
	width: 925px;
}
	
#menu {
	padding:0; 
	margin:0; 
} 

#menu li {
	list-style-type: none;
	float: left;
	padding: 9px 12px 9px 12px;
	border-right: 3px solid #fff;
}

#menu li.menu_item_1 {
	background: transparent url('images/menu_bg_vijolcna.png') no-repeat top left;
}

#menu a, #menu a:visited {
	display: block; 
	font-family:arial, verdana, sans-serif; /* ADDED */ 
	font-size: 12px;
	text-align:center;
	text-decoration:none;
	color: #000;
} 

#menu a.menu_item_1 {
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
}

#search_container {
	float: right;
	font-size: 10px;
	height: 34px;
	margin-top: 35px;
	margin-right: 5px;
}

#search_container td {
	font-size: 10px;
	padding: 2px;
}

.search_box {
	border: 1px solid #E1E3CD;
	width: 126px;
	height: 18px;
}

#prostovoljci {
	float: right;
}

#main {
	
}

#main_left {
	width: 210px;
	font-size: 12px;
	float: left;
}

#main_left.home {
	width: 578px;
	font-size: 14px;
	float: right;
}

#main_left.contents {
	
}

#main_right {
	width: 660px;
	float: right;
}

#main_right.home {
	width: 298px;
	font-size: 14px;
	float: left;
}

.content_block {
	width: 100%;
/*	border-top: 1px solid #000;*/
	margin-top: 43px;
}

.left_menu_block {
	width: 100%;
	border: none;
	margin-top: 43px;
}

.title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 20px;
/*	background: transparent url('images/arrows.gif') no-repeat scroll left center;*/
	background: url('images/menu_bg_vijolcna.png') no-repeat left center;
/*	height: 24px;*/
	height: 35px;
	text-transform: uppercase;
	line-height: 200%;
}

.title_zelena {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 20px;
/*	background: transparent url('images/arrows.gif') no-repeat scroll left center;*/
	background: url('images/menu_bg_zelena.png') no-repeat left center;
/*	height: 24px;*/
	height: 35px;
	text-transform: uppercase;
	line-height: 200%;
}

.title_siva {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 20px;
/*	background: transparent url('images/arrows.gif') no-repeat scroll left center;*/
	background: url('images/menu_bg_siva.png') no-repeat left center;
/*	height: 24px;*/
	height: 35px;
	text-transform: uppercase;
	line-height: 200%;
}

.pub_title {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
	padding-left: 30px;
	background: transparent url('images/arrows.gif') no-repeat scroll left center;
/*	background: url('images/menu_bg_vijolcna.png') no-repeat left center;*/
	height: 24px;
/*	height: 35px;*/
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

.org_title {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
	padding-left: 30px;
	background: transparent url('images/arrows.gif') no-repeat scroll left center;
/*	background: url('images/menu_bg_vijolcna.png') no-repeat left center;*/
	height: 24px;
/*	height: 35px;*/
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

.org_sub_title {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial;
	padding-left: 30px;
/*	background: transparent url('images/arrows.gif') no-repeat scroll left center;*/
/*	background: url('images/menu_bg_vijolcna.png') no-repeat left center;*/
	height: 24px;
/*	height: 35px;*/
/*	text-transform: uppercase;*/
	margin-top: 0;
	margin-bottom: 0;
}

.gumb_zelen {
	background: url('images/button_bg_zelena.png') no-repeat left center;
	height: 35px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	border: none;
	padding-left: 1.25em;
	padding-right: 1.25em;
	cursor: pointer;
	cursor: hand;
}

a.gumb_zelen:hover {
	color: #fff;
}

.gumb_zelen_mali {
	background: url('images/button_bg_zelena_mala.png') no-repeat left center;
	height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	border: none;
	padding-left: 1.25em;
	padding-right: 1.25em;
	cursor: pointer;
	cursor: hand;
}

.news_date {
	color: #654397;
}

a.news_link {
	color: #000;
	color: #654397;
}

.news_row {
	color: #000;
	font-size: 12px;
	font-family: Arial;
	padding-left: 33px;
	background: transparent url('images/arrows.gif') no-repeat scroll left top;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.news_title {
	font-size: 14px;
}

img.e_novice {
	float: right;
}

.clear {
    overflow: hidden;
    width: 100%;
}

#footerLinks_belt {
	width: 100%;
	height: 26px;
	background-image: url('images/menu_bottom_bg.png');
}

.footer_links_container {
	width: 919px;
	height: 19px;
	color: #fff;
	padding-top: 7px;
	padding-left: 135px;
}

.footer_links {
	float: right;
	font-size: 10px;
}

.footer_links a {
	color: #fff;
}

.copyright {
	float: left;
	font-size: 8px;
}

.copyright a {
	color: #fff;
}

#bottom {
	width: 100%;
	height: 150px;
	background-color: #FCFCD6;
}

#bottom_contents {
	padding-left: 129px;
	padding-top: 15px;
	width: 900px;
}

.newslist {
	padding: 0;
	margin-left: 15px;
/*	color: #654397;*/
	color: #000;
	list-style-image: url('images/arrows.gif');
}

.newslist li {
	padding: 1.25em 0 1.25em 0;
	border-bottom: 1px solid #000;
}

.newslist-short {
	padding: 0;
	margin-left: 30px;
/*	color: #654397;*/
	color: #000;
}

.newslist-short li {
	padding: 1.25em 0 1.25em 0;
}

.left_menu {
	border-top: 1px solid #000;
	display: block;
	padding: 11px;
	font-size: 14px;
}

.left_menu_child {
	display: block;
	padding: 5px 11px 5px 31px;
	font-size: 12px;
}

.left_menu_month {
	display: block;
	padding: 11px;
	font-size: 14px;
}

table.calendar {
	font-family: Arial;
	width: 175px;
	padding: 0px;
	border-spacing: 0px;
	border: none;
}

table.calendar th {
	text-align: left;
	border: 0;
	width: 22px;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}

table.calendar td {
	text-align: center;
	border: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 10px;
}

table.calendar td.linked-day {
	font-size: 11px;
	font-weight: bold;
	background-image: url('images/calendar_mark.gif');
	background-repeat: no-repeat;
	background-position: center;
}

table.calendar .calendar-month {
	font-family: Arial;
	color: #654397;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* Calendar for homepage */
table.calendar-home {
	font-family: Arial;
	width: 280px;
	padding: 0px;
	border-spacing: 0px;
	border: none;
}

table.calendar-home th {
	text-align: center;
	border: 0;
	width: 40px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
}

table.calendar-home td {
	text-align: center;
	border: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 12px;
}

table.calendar-home td.linked-day {
	font-size: 12px;
	font-weight: bold;
	background-image: url('images/calendar_mark.gif');
	background-repeat: no-repeat;
	background-position: center;
}

table.calendar-home .calendar-home-month {
	font-family: Arial;
	color: #654397;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

a.linked-day {
	color: #654397;
}

.formstuff {
	font-family: Arial;
	border: 1px solid #E1E3CD;
}

.error {
	font-family: Arial;
	font-size: 12px;
	color: #ec008c;
}

.content_block_jobs {
	width: 100%;
/*	border-top: 1px solid #000;*/
	margin-top: 43px;
	background: url('images/jobs_bg.png') no-repeat left bottom;
}

.footer_logos_left {
	float: left;
	margin-left: 5px;
}

.footer_logos_right {
	float: right;
	margin-right: 5px;
}

#EnoviceForm {
	height: 100px;
}

#pridruzi_se {
	background: transparent url(images/pridruzi_se.png) no-repeat scroll left top;
	height: 50px;
	padding-top: 15px;
	color: #fff;
	font-weight: bold;
	padding-left: 70px;
	width: 115px;
	float: right;
}

.thumbnail {
	border: 10px solid #999999;
}

.thumbnail:hover {
	border: 10px solid #DDFC03;
}

.thumbnail_over {
	border: 10px solid #DDFC03;
}

.home_vm_box {
	border: 1px solid #BEC2C5;
	width: 244px;
	height: 252px;
	background: url('images/vm_index_bg.png') no-repeat top left;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.gumb_puscice {
	border: none;
	background: url('images/gumb_puscice.png') no-repeat top left;
	padding-top: 7px;
	padding-left: 60px;
	height: 43px;
	color: #654397;
}

.gumb_mozicki {
	border: none;
	background: url('images/gumb_mozicki.png') no-repeat top left;
	padding-top: 7px;
	padding-left: 60px;
	height: 43px;
	color: #654397;
}

#drobtinice {
	font-size: 12px;
	position: absolute;
	margin-top: 5px;
}

#logout {
	font-size: 12px;
	float: right;
	position: absolute;
	margin-top: 5px;
}

/* Volunteer match tabs */
#vm_zavihki a
{
	color: #654397;
	background: url(images/left-tab-p.png) left top no-repeat;
	text-decoration: none;
	padding-left: 50px;
	height: 51px;
	font-family: Arial;
	font-size: 12px;
}

#vm_zavihki a.active
{
	color: #654397;
	background: url(images/left-tab-p-active.png) left top no-repeat;
	text-decoration: none;
	padding-left: 50px;
	height: 51px;
	font-family: Arial;
	font-size: 12px;
}

#vm_zavihki span
{
	background: url(images/right-tab.png) right top no-repeat;
	padding-right: 10px;
	height: 51px;
}

#vm_zavihki span.active
{
	background: url(images/right-tab-active.png) right top no-repeat;
	padding-right: 10px;
	height: 51px;
}

#vm_zavihki a, #vm_zavihki a span
{
	display: block;
	float: left
}

#vm_zavihki a:hover
{
	background: url(images/left-tab-p-active.png) left top no-repeat;
	padding-left: 50px;
	height: 51px;
}

#vm_zavihki a:hover span
{
	background: url(images/right-tab-active.png) right top no-repeat;
	padding-right: 10px;
	height: 51px;
}

#vm_zavihki
{
	list-style: none;
	padding: 0;
	margin: 0
}

#vm_zavihki li
{
	float: left;
	margin: 0;
	border-top: 1px solid #000;
}

#vm_zavihki li.sep {
	width: 10px;
}

#vm_zavihki li.active {
	border: none;
	font-weight: bold;
}
