/* global setup */
html, body {
	overflow-x: hidden;
	float: left;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 12px arial, helvetica, sans-serif;
	color: #000;
	background: #ccc;
}
a { color: #000; }
.nounderline { text-decoration: none; }
a:hover { color: #000; }
a img { border: none; }
img, div { behavior: url('http://www.fabbiproject.eu/iepngfix.htc'); }

/* site specific setup */
.container {
	width: 1024px;
	position: relative;
	float: left;
	margin: 0 50%;
	left: -512px;
	background: #fff;
	padding: 0 19px;
}
.header {
	margin-top: 47px;
	float: left;
	width: 1024px;
	position: relative;
	height: 226px;
	text-align: center;
}
.logo {
	position: absolute;
	top: 0;
	left: 54px;
	z-index: 10;
}
.slideshow {
	width: 1023px;
	height: 194px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 31px;
}
.headercover {
	position: absolute;
	top: 0;
	left: 0;
	width: 1024px;
	height: 226px;
	z-index: 5;
}

.lang {
	position: absolute;
	z-index: 15;
	top: 0;
	left: 884px;
}
.lang a {
	margin-left: 5px;
	text-decoration: none;
	font: 9px/20px Arial, Helvetica, sans-serif;
	color: #796502;
	text-transform: uppercase;
}
.lang .active {}
.lang a.active {}

.topmenu {
	position: absolute;
	z-index: 15;
	left: 0;
	top: 0;
	width: 866px;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.topmenu li { display: inline; }
.topmenu li a {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	border-left: 1px solid #666;
	padding: 0 3px 0 7px;
}
.topmenu li.first a { border-left: none; }
.topmenu li a:hover { color: #c60; }

.banner {
	float: left;
	width: 100%;
	cursor: pointer;
	padding: 5px 0;
}

.maincontainer {
	float: left;
	border-top: 0;
	padding: 0 1px 1px 1px;
	width: 1024px;
}

/*sidebar*/
.sidebar {
	float: left;
	width: 198px;
}
.mainmenu {
	padding: 0;
	margin: 48px 0 0 13px;
	list-style: none;
	float: left;
	width: 162px;
}
.mainmenu li {
	float: left;
	position: relative;
}
.mainmenu li:hover, .mainmenu li.active { }
.mainmenu li a {
	width: 162px;
	float: left;
	display: block;
	color: #c60;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
}
.mainmenu li a:hover, .mainmenu li a.active {
	color: #999;
	text-decoration: underline;
}
.mainmenu li.first {}

/* #2 level */
.mainmenu ul {
	list-style: none;
	float: left;
	display: none;
	position: absolute;
	left: 160px;
	top: -22px;
	width: 240px;
	margin: 0;
	padding: 0;
	z-index: 20;
	background: url('http://www.fabbiproject.eu/images/submenufirst.png') no-repeat 0 26px;
}
.mainmenu li:hover ul { display: block; }
.mainmenu ul li, .mainmenu ul li:hover, .mainmenu ul li.active {
	border: none;
	margin: 0 0 0 5px;
	padding: 0 0 0 9px;
	background: url('http://www.fabbiproject.eu/images/submenubg.png') repeat-y;
	width: 240px;
	position: relative;
}
.mainmenu ul li.img {
	background: none;
	padding: 0;
	font-size: 1px;
}
.mainmenu ul li.topimage {
	position: relative;
	top: 2px;
}
.mainmenu ul li a {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
	margin: 0 20px;
	padding: 3px 0;
	width: 180px;
	display: block;
	border-top: 1px solid #999;
}
.mainmenu ul li a:hover, .mainmenu ul li a.active {
	color: #fc0;
	text-decoration: none;
}
.mainmenu ul li.first a { border: none; }

/* #3 level */
.mainmenu ul ul {
	position: relative;
	left: 0;
	top: 0;
	width: 217px;
	background: none;
}
.mainmenu ul ul li, .mainmenu ul ul li:hover, .mainmenu ul ul li.active {
	margin: 0;
	padding: 0 0 0 10px;
	background: none;
	width: 217px;
	position: relative;
	left: -10px;
}
.mainmenu ul ul li a {
	font-size: 11px;
	padding-left: 10px;
	width: 169px;
}
.mainmenu ul ul li.first a { border-top: 1px solid #999; }
.mainmenu ul ul li a:hover, .mainmenu ul ul li a.active {
	color: #fc0;
/*
	color: #fff;
	background: url('http://www.fabbiproject.eu/images/submenuhover.png') repeat;
*/
}

.intranet { color: #d17500 !important; }
.intranet:hover { color: #000 !important; }
.mainmenu .intranet:hover { color: #999 !important; }

/*main*/
.main, .mainuser {
	float: left;
	width: 468px;
	margin-left: 5px;
}
.main a:hover {
	color: #c60;
	text-decoration: underline;
}
.mainuser {
	width: 824px;
	margin-top: 45px;
}
.mainhead, .searchhead {
	float: left;
	width: 510px;
	position: relative;
	top: 30px;
	margin-bottom: 15px;
}
.searchhead {
	margin: 0;
	top: 40px;
}
h1.mainh1 {
	color: #c60;
	font: 17px Arial, Helvetica, sans-serif;
	width: 275px;
	margin: 0;
	float: left;
}
h3.mainh3 {
	color: #666;
	font: 11px Arial, Helvetica, sans-serif;
	width: 275px;
	margin: 10px 0 0 0;
	float: left;
}
.mainp {
	margin-top: 10px;
	float: left;
	line-height: 18px;
}
.mainp ul {
	list-style: disc;
}
.searchp {
	margin-top: 45px;
	padding: 0;
	float: left;
}
.postlinks {
	clear: both;
	float: left;
	list-style: none;
	margin: 35px 0 0 0;
	padding: 0;
}
.postlinks li { display: inline; }
.postlinks li a {
	color: #c60;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 5px;
	text-decoration: none;
	border-left: 1px solid #c60;
}
.postlinks li.first a {
	border-left: none !important;
	padding-left: 0;
}
.postimage, .postimageframe {
	position: absolute;
	left: 281px;
	top: 30px;
	height: 139px;
	width: 189px;
	overflow: hidden;
}
#gallery {
	position: relative;
	overflow: hidden;
	height: 139px;
	width: 189px;
}
#gallery a {
	display: block;
	height: 139px;
	width: 189px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.postimage {
	background-position: center;
	background-repeat: no-repeat;
}
.postimageframe {
	z-index: 5;
	top: 0;
	left: 0;
	cursor: pointer;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 510px;
	z-index: 50;
}
.breadcrumb li {
	display: inline;
	color: #ccc;
}
.breadcrumb li a {
	color: #ccc;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0 3px 0 6px;
	text-decoration: none;
	border-left: 1px solid #ccc;
	line-height: 18px;
}
.breadcrumb li.first a {
	padding-left: 0;
	border-left: none;
}

.rightsidebar {
	width: 275px;
	float: right;
	margin-top: 75px;
	padding-left: 40px;
	border-left: 1px solid #ccc;
}
.search { margin-bottom: 18px; }
.search input {
	height: 19px;
	width: 141px;
	background: #ccc;
	color: #666;
	border: none;
	padding: 0 10px;
	font: 10px/19px Verdana, Arial, Helvetica, sans-serif;
}
.search .button {
	width: 66px;
	color: #fff;
	background: #d17500;
	position: absolute;
	margin-left: 1px;
	padding-bottom: 4px;
}
.banners { margin-top: 36px; }

.footer {
	float: left;
	color: #003363;
	font: 11px/11px Verdana, Arial, Helvetica, sans-serif;
	background: url('http://www.fabbiproject.eu/images/footer.jpg') no-repeat;
	width: 1024px;
	padding-top: 33px;
	margin-bottom: 19px;
}
.footermenu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 668px;
	text-align: right;
}
.footermenu li {
	display: inline;
}
.footermenu li a {
	color: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 5px;
	text-decoration: none;
	border-left: 1px solid #fff;
}
.footermenu li.first a { border-left: none; }
.footermenu li a:hover { text-decoration: underline; }
.footer p {
	width: 668px;
	text-align: right;
	color: #fff;
}
.footer a {
	color: #fff;
	text-decoration: none;
}

.hidden { display: none; }
.form {
	float: left;
	margin-top: 10px;
	width: 390px;
	padding-bottom: 10px;
}
.form label {
	width: 70px;
	display: block;
	float: left;
	height: 18px;
	clear: left;
	padding-left: 30px;
}
.form input, .form textarea {
	border: 1px solid #aabac8;
	background: #eee;
	color: #000;
	width: 255px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	float: left;
	margin: 0 4px 4px 0;
}
.form textarea {
	width: 255px;
	height: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.form img {
	float: left;
	clear: left;
	margin: 0 5px 0 100px;
	border: 1px solid #aabac8;
}
#code {
	width: 122px;
	height: 38px;
	line-height: 38px;
	margin-left: 4px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.form .button {
	width: 255px;
	color: #000;
	cursor: pointer;
	float: left;
	clear: left;
	margin-left: 100px;
	height: 23px;
}
.displaysomemessage {
	float: left;
	font-weight: bold;
	margin: 20px;
	width: 100%;
}

.nomargin { margin: 0 !important; }

.contactmap {
	float: right;
	margin: 10px 10px 0 0;
}
.calc {
	border: 1px solid #ccc;
	background: #eee;
	margin: 10px 10px 0 0;
	padding: 10px;
}

/*sidebar calendar*/
#sidebarcalendarcontainer {
	float: left;
	margin: 10px 0 0 13px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 22px;
	width: 160px;
	font-size: 11px;
}
.navi {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.navi li {
	height: 15px;
	text-align: center;
	color: #fff;
	margin-left: 1px;
	float: left;
}
.navi .year {
	background: #999;
	width: 59px;
	margin-left: 0;
}
.navi .arrow { width: 13px; }
.navi .month {
	background: #c60;
	width: 72px;
}
#sidebarcalendarcontainer table {
	margin-top: 1px;
	width: 160px;
	border-bottom: 1px solid #ccc;
}
#sidebarcalendarcontainer table td {
	text-align: center;
	line-height: 20px;
	border-left: 1px solid #ccc;
	color: #333;
}
#sidebarcalendarcontainer table td a {
	text-decoration: none;
	color: #333;
}
#sidebarcalendarcontainer table .calendarheader td {
	background: #ccc;
	border-color: #ccc;
}
#sidebarcalendarcontainer table td.first { border: none; }
#sidebarcalendarcontainer table td.today {
	background: #c60;
	color: #fff;
}
#sidebarcalendarcontainer table td.today a { color: #fff; }
#sidebarcalendarcontainer table td.entry { background: #ccc; }
.todaylist {
	list-style: none;
	padding: 0 0 0 5px;
}
/*.todaylist li:hover { color: #c60; }*/


#intracalendarcontainer {
	float: left;
	margin: 20px 0 0 0;
	padding-top: 22px;
	width: 468px;
}
#intracalendarcontainer .navi .year {
	background: #999;
	width: 367px;
	margin-left: 0;
}
#intracalendarcontainer .navi .arrow { width: 13px; }
#intracalendarcontainer .navi .month {
	background: #c60;
	width: 72px;
}
#intracalendarcontainer table {
	margin-top: 1px;
	width: 468px;
	border-bottom: 1px solid #ccc;
}
#intracalendarcontainer table td {
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	border-left: 1px solid #ccc;
	color: #333;
}
#intracalendarcontainer table td a {
	text-decoration: none;
	color: #333;
}
#intracalendarcontainer table .calendarheader td {
	background: #ccc;
	border-color: #ccc;
}
#intracalendarcontainer table td.first { border: none; }
#intracalendarcontainer table td.today {
	background: #c60;
	color: #fff;
}
#intracalendarcontainer table td.today a { color: #fff; }
#intracalendarcontainer table td.entry { background: #ccc; }
.todaylist {
	list-style: none;
	padding: 0 0 0 5px;
}
.intraCalendarTop { margin-top: 40px; }
.openCalendarAdder {
	cursor: pointer;
	margin-bottom: 20px;
}
.addCalendar {
	width: 468px;
	float: left;
	display: none;
}
.addCalendar h3, .addCalendar h2 {
	background: #c60;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	padding: 4px;
	float: left;
	width: 100%;
}
.addCalendar h2 {
	background: #fff;
	color: #c60;
}
.intraclendartext {
	display: none;
	margin: 0 0 10px 10px;
}

#calendarcontainer {
	float: left;
	margin: 43px 0 0 0;
	width: 468px;
	font-size: 11px;
}
.intracalcontainer { margin-top: 0 !important; }
#calendarcontainer .navi {
	margin-bottom: 10px;
	float: left;
}
#calendarcontainer .navi .year {
	width: 348px;
	text-align: left;
	padding-left: 19px;
}

.thimonthlist {
	float: left;
	list-style: none;
	margin: 0;
	padding: 12px 0;
	position: relative;
	width: 415px;
	padding-left: 53px;
}
.thimonthlist .date {
	position: absolute;
	left: 15px;
	top: 9px;
	width: 30px;
	height: 30px;
	font: 24px/14px Georgia, "Times New Roman", Times, serif;
	color: #999;
}
.thimonthlist li a, .thimonthlist .monthname {
	color: #c60;
	text-decoration: none;
}
.odd { background: #f3f3f3; }
.thimonthlist li {
	font-size: 12px;
	line-height: 18px;
}
.thimonthlist .fullListToday { color: #f60; }

.list {
	float: left;
	list-style: none;
	margin: 20px 0 0 0;
	position: relative;
	left: -20px;
	width: 476px;
	padding: 0 0 0 20px;
}
.list li {
	padding: 10px;
	border-bottom: 1px dotted #787979;
	font-size: 11px;
	color: #999;
	cursor: pointer;
}
.list li:hover {
	background: #f5f5f5;
	color: #999;
}
.list li p {
	color: #c60;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
}
.list li:hover p {
	color: #999;
	text-decoration: underline;
}

.register {
	position: absolute;
	right: 0;
	top: 300px;
	margin-right: 65px;
}
.register a {
	text-decoration: none;
	color: #999;
	font-size: 10px;
}

.loginform {
	position: absolute;
	z-index: 15;
	margin: 0;
	padding: 0;
	top: 273px;
	text-align: right;
	color: #999;
	font: 10px/19px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	right: 65px;
	float: right;
}
.loginform a, .loginform input.button {
	background: #d17500;
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
	width: 66px;
}
.loginform input {
	font: 10px/19px Verdana, Arial, Helvetica, sans-serif;
	width: 66px;
	height: 19px;
	border: none;
	background: #ccc;
}
.loginform input.button {
	height: 21px;
	padding: 0 0 2px 0;
}
.rowloginform {
	float: right;
	margin-left: 5px;
	cursor: pointer;
}

.maincontainer .logform {
	width: 228px;
	float: right;
	position: relative;
}
.maincontainer .logform .weirdshit {
	width: 60px;
	color: #999;
	float: left;
	margin-right: 1px;
	padding: 1px 10px;
}

.loginregtopic {
	font: normal 17px Arial, Helvetica, sans-serif;
	color: #c60;
	margin-top: 40px;
}
.loginregbox {
	float: left;
	width: 320px;
	margin-left: 37px;
	background: url('http://www.fabbiproject.eu/images/loginregbg.jpg') no-repeat;
	padding: 10px 28px 0 44px;
}
.loginregimg {
	float: left;
	margin: 20px 0 0 37px;
}
.loginregbox .logform {
	float: left;
	width: 130px;
	position: relative;
	top: 0;
	left: 0;
}
.loginregbox label {
	width: 170px;
	float: left;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #adadad;
}
.loginregbox input, .loginregbox select {
	font: 12px/17px Arial, Helvetica, sans-serif;
	width: 130px;
	height: 17px;
	border: none;
	background: #ccc;
	margin: 5px 0;
}
.forgotbutton { width: 130px !important; }
.loginregbox select {
	height: 19px;
	line-height: 19px;
}
.loginregbox .regform input, .loginregbox .regform select { width: 150px; }
.loginregbox .regform {
	float: left;
	width: 150px;
	margin-left: 40px;
}
.loginregbox input.button {
	background: #d17500;
	color: #fff;
	text-decoration: none;
	width: 69px;
	float: right;
	font: 11px Arial, Helvetica, sans-serif;
}
h2.logintopic, h2.regtopic {
	width: 170px;
	color: #adadad;
	font: 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	float: left;
	padding-bottom: 10px;
}
h2.regtopic { width: 150px; }
h1.errorh1 {
	float: left;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.forgotbox {
	float: left;
	width: 130px;
	margin-top: 10px;
	color: #adadad;
	cursor: pointer;
}


/*dgallery*/



.nosearchresults { color: #ccc; }

.dgallery_img_frame {
	background: url('http://www.fabbiproject.eu/images/dgallery_img_frame.png');
	height: 87px;
}
.dgallery_img_frame:hover { background: url('http://www.fabbiproject.eu/images/dgallery_img_frame_over.png'); }


.filesUploader, .myfilelist, .mycallist {
	margin: 45px 0 20px 0;
	width: 500px;
	float: left;
}
.myfilelist, .mycallist { margin: 0; }
.filesUploader h1, .filesUploader h2, .myfilelist h1, .myfilelist h2, .intralinks h1, .mycallist h1, h2.logform {
	font: normal 17px Arial, Helvetica, sans-serif;
	color: #c60;
	margin: 0;
	padding: 0;
}
h2.logform {
	position: absolute;
	width: 468px;
	font-size: 12px;
}
.filesUploader h2, .myfilelist h2, .mycallist h2 {
	font-size: 12px;
	margin: 5px 0 10px 0;
}
.filesUploader label, .addCalendar label {
	width: 500px;
	float: left;
}
.filesUploader input, .filesUploader select, .addCalendar input, .addCalendar textarea {
	height: 22px;
	width: 250px !important;
	background: #ccc;
	color: #666;
	border: none;
	font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 5px;
}
.addCalendar textarea { height: 100px; }
.addnewgroup { float: left; }
.filesUploader .uploadbutton, .addCalendar .button {
	width: 66px;
	color: #fff;
	background: #d17500;
	float: left;
	clear: both;
	margin-top: 5px;
}
.myfilelist ul, .mycallist ul {
	list-style: none;
	padding: 0;
}
.myfilelist li.topic, .mycallist li.topic, .myfilelist li.subtopic {
	width: 100%;
	background: #d17500;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
}
.myfilelist li.subtopic {
	margin-left: 20px;
	width: 480px;
	background: #686868;
}
.globallist { margin-top: 40px; }
.myfilelist li, .mycallist li { color: #999; }
.myfilelist li.subtext {
	margin-left: 20px;
}
.intralinks { margin-top: 40px; }
.filesUploader .addnewgroup {
	color: #fff;
	background: #d17500;
	float: left;
	padding: 4px 7px 3px 7px;
	margin-left: 10px;
	cursor: pointer;
}
.filesUploader .addnewgroupinput {
	display: none;
	width: 150px !important;
	height: 20px !important;
	margin-left: 10px;
}
.mycallist span { cursor: pointer; }


.ui-datepicker {
	background: #eee;
	width: 200px;
}
.ui-datepicker-header {
	background: #c60;
	padding: 10px;
	position: relative;
	color: #fff;
}
.ui-datepicker-prev {
	position: absolute;
	left: 0;
	top: 5px;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}
.ui-datepicker-next {
	position: absolute;
	left: 100px;
	top: 5px;
	width: 90px;
	text-align: right;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}
.ui-datepicker-title {
	font-weight: bold;
	position: relative;
	left: 20px;
	width: 140px;
}
.ui-datepicker-calendar {
	width: 200px;
}
.ui-datepicker-calendar td {
	text-align: center;
}
.ui-datepicker-calendar td a {
	color: #000;
	text-decoration: none;
}
.ui-datepicker-today {
	background: #ccc;
}
ui-datepicker-current-day {
	background: #fec14c;
}


#dgallery3 {
	z-index: 101;
	position: fixed;
	top: 0;
	right: 0;
	border: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

