html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #58595B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#wholeContainer {
	width: 865px;
	text-align: left;
	position: relative;
	border: solid 1px black;
	margin-top: 10px;
	background-color: white;
}

div#topBanner-1, div#topBanner-2 {
	position: relative;
	text-align: left;
	top: 0px;
	font-size: 120%;
	font-weight: normal;
	color: rgb(206, 199, 189);
	height: 205px;
}

div#mainContainer {
	width: 865px;
	text-align: left;
	padding: 0px 30px 30px 30px;
	position: relative;
	padding-top: 180px;
}

div#logo-1 {
	width: 178px;
	height: 205px;
	background: url(templates/oblik/banner-top.jpg) no-repeat rgb(55, 55, 55);
}

div#logo-2 {
	width: 507px;
	height: 205px;
	background: url(templates/oblik/banner-top.jpg) no-repeat rgb(55, 55, 55);
	background-position: -178px 0px;
}

td#layout-left-column {
	width: 685px;
	vertical-align: top;
}

div#layout-left-top {
	width: 178px;
	height: 160px;
	background: url(templates/oblik/menu-top.jpg) no-repeat;
	margin-bottom: 20px;
}

td#column-3 {
	width: 180px;
	background: url(templates/oblik/right-col-bg.jpg) repeat;
	vertical-align: top;
}

div#layout-right-top {
	width: 180px;
	height: 205px;
	background: url(templates/oblik/right-col-top.jpg) no-repeat;
}

a {
	text-decoration: none;
	color: rgb(163, 154, 139);
}

a:hover {
	text-decoration: underline;
}

div#copyright {
	position: relative; 
	padding: 4px 0px 8px 0px;
	width: 100%;
	text-align: center;
}

div#copyright a {
	font-size: 11px;
	color: black;
}

table {
	width: 100%;
}

th {
	text-align: left;
	background: rgb(1, 126, 66);
	color: white;
	padding: 2px 4px 2px 4px;
}

tr.odd td {
	background: white;
}

tr.even td {
	background: rgb(255, 227, 172);
}

tr.odd:hover td, tr.even:hover td {
	background: rgb(194, 226, 169);
}

tr.odd:hover td a, tr.even:hover td a{
	color: rgb(110, 110, 112);
	text-decoration: underline;
}

#contentContainer {
	vertical-align: top;
	background: url(templates/oblik/wave-top.jpg) no-repeat;
	padding-top: 23px;
}

td.number, th.number {
	text-align: right;
}

span.errorMessage {
	
}

div#errorMessages {
	background-color: #BD1728;
	border: 2px solid black;
	color: white;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}

div#successMessages {
	background-color: rgb(122, 192, 67);
	border: 2px solid black;
	color: white;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}

div.message {
	font-size: 10pt;
	width: 100%;
	margin-top: 10px;
	padding: 5px;
}

table.calendar {
	
}

table.calendar th {
	text-align: center;
}
	
table.calendar th a {
	color: white;
}

table.calendar .otherMonth {
	background-color: rgb(255, 227, 172);
}

table.calendar .weekend {
}

table.calendar .today {
	border: dashed 2.5px rgb(122, 192, 67);
}

table.calendar .day {
	width: 72px;
	height: 50px;
	vertical-align: top;
	text-align: left;
}

table.calendar .day:hover {
	background-color: #48AA43;
	color: white;
}

table.calendar .day a {
	color: black;
}

table.calendar .day:hover a:hover {
	color: black;
}

table.calendar .calendar_event {
	font-size: 10px;
	color: black;
	margin-bottom: 4px;
	padding: 4px 0px 4px 0px;
}

table.calendarDetail {
	margin-top: 10px;
}

table.calendarDetail th {
	background: rgb(150, 174, 190);
	color: rgb(0, 38, 78); 
}

table.calendarDetail th a {
	color: rgb(0, 38, 78); 
}

table.calendarDetail div.calendar_detail_event {
	color: rgb(121, 121, 123);
}

table.calendarDetail h1 {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 12px;
	border-bottom: solid 1px;
}

#contentContainer-2 {
	text-align: justify;
	width: 686px;
	background: url(templates/oblik/wave-top.jpg) no-repeat #F5F8D4;
	padding-top: 23px;
}

#contentContainer-3 {
	text-align: justify;
	width: 506px;
	vertical-align: top;
	background: url(templates/oblik/wave-top.jpg) no-repeat #F5F8D4;
	padding-top: 23px;
}

#content-2 {
	overflow: auto;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	width: 646px;
	text-align: left;
}

#content-3 {
	overflow: auto;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	width: 466px;
	text-align: left;
}

#rightPane {
	width: 134px;
	padding: 0px;
}

#menuContainer {
	width: 178px;
	background: url(templates/oblik/menu-bg.jpg) repeat;
	color: white;
	padding: 0px 0px 0px 0px;
}

#menuContainer a {
	color: white;
	text-decoration: none;
}

div#left-menu {
	background-color: #C4D92B;
	padding-top: 2px;
	width: 173px;
}

ul.menu {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	width: 173px;
}

ul.menu li.current-menu {
	background-color: #038143;
}

ul.menu li.current-menu-item {
	border-left: solid 9px #ED1B24;
}

#menuContainer ul.menu li.current-menu-item a {
	color: #CBDB2A;
}

#menuContainer ul.menu li.current-menu a {
	color: #CBDB2A;
}

li.menu_id {
	background-color: #48AA43;
	list-style: none;
	font-weight: bolder;
	font-size: 12px;
	padding: 6px 0px 6px 18px;
	width: 155px;
	margin-bottom: 2px;
}

#menuContainer li.menu_id a {
	color: white;
}

li.menu_item {
	list-style: none;
	font-weight: bolder;
	font-size: 12px;
	padding: 6px 0px 6px 24px;
	background-color: #259543;
	width: 140px;
	border-left: solid 9px #CBDB2A;
	margin-bottom: 2px;
}

ul.menu li.last {
	 
}

div.member {
	font-size: 11px;
	letter-spacing: 1px;
	border: solid 1px;
}

div.member_normal  {
	border-color: rgb(122, 192, 67);
}

div.member_bronze {
	border-color: #BC8E6D;
}

div.member_argent {
	border-color: #A0A5AB;
}

div.member_platine {
	border-color: #6C722A;
}

div.member h1 {
	margin: 0px;
	font-size: 14px;
	color: white;
	padding: 4px 4px 4px 4px;
}

div.member_normal h1  {
	background-color: rgb(122, 192, 67);
}

div.member_bronze h1 {
	background-color: #BC8E6D;
}

div.member_argent h1 {
	background-color: #A0A5AB;
}

div.member_platine h1 {
	background-color: #6C722A;
}

div.memberAddress, div.memberPhones, div.memberWeb {
	margin: 4px 4px 4px 4px;
	color: black;
}

div.memberAddress a, div.memberPhones a, div.memberWeb a {
	color: black;
	text-decoration: underline;
}

table.labelValue td {
	padding: 4px;
	border-bottom: solid 4px white;
}

td.label {
	width: 150px;
	background-color: rgb(1, 126, 66);
	color: white;
	font-weight: bold;
}

#logon {
	width: 142px;
	color: black;
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: bold;
}

#logon a {
	color: black;
}

div#logon-background {
	width: 142px;
	height: 111px;
	background: url(templates/oblik/logon-bg.jpg) no-repeat rgb(55, 55, 55);
}
	
.logonTable {
	font-size: 10px;
	text-align: left;
	margin-left: 20px;
}

.logonTable input {
	font-size: 10px;
}

h1 {
	color: #48AA43;
	font-weight: normal;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 20px;
	position: relative;
}

a img {
	border: none 0px;
}

a.sendByEmail {
	float: right;
}

td.tdLabel, td.formLabel {
	vertical-align: top;
	text-align: left;
	width: 125px;
}

div.autocompleter {
	position: absolute;
	width: 150px;
	background-color: white;
	border-bottom: 1px solid #888;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}

div.autocompleter ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.autocompleter ul li.selected {
	background-color: rgb(236, 235, 231);
}

div.autocompleter ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 8px 2px 8px 2px;
	cursor: pointer;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

table.adsTable {
	margin-top: 10px;	
}

table.adsTable tr td {
	border-top: solid 1px silver;
}

h3 {
	margin: 4px 0px 4px 0px;
	clear: both;
}

.adVendor {
	margin: 40px 0px 10px 0px;
	clear: both;
	border: solid 1px;
	background-color: white;
	
}

.adVendor a, .adVendor a:visited {
	color: rgb(55, 55, 55);
}

.adVendor h3 {
	background-color: rgb(1, 126, 66);
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 2px;
}

.adVendorInfo {
	padding: 2px;
}

.adsReturn {
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

div.thumbnails img {
	border: 1px solid black;
	float: left;
	height: 50px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 50px;
}

div.thumbnails .thumb img {
	border: 1px solid black;
	float: none;
	height: 50px;
	width: 50px;
	margin-bottom: 0px;
	margin-right: 0px;
}

div.thumbnails .thumb {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	display: block;
}

table.partenaires {
	margin-bottom: 127px;
}

table.partenaires td {
	text-align: center;
	padding: 8px 0px 8px 0px;
}

div#right-column-relative {
	position: relative;
}

table.jobOffers th, table.jobOffers td {
	border-right: solid 1px #58595B;
	padding: 2px;
}

table.jobOffers th.first, table.jobOffers td.first {
	border-left: solid 1px #58595B;
}


table.leafsTable {
	margin-top: 10px;	
}

table.leafsTable tr td {
	border-top: solid 1px silver;
}

.leafsReturn {
	font-size: 12px;
	font-weight: normal;
	display: inline;
}