/* CSS:style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top:0;
	padding-top:0;
}
	
a img, :link img, :visited img { border:none; }
ul { }


/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom:3px;
         line-height:1.5em;
         font-family:Tahoma;
         font-weight:normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:16px; color:#b6c72a; font-weight:bold; }
h2 { font-size:14px; color:#000; font-weight:bold; }
h3 { font-size:16px; color:#B6C72A; font-weight:bold; }
h4 { font:normal 16px Tahoma; color:#000; }
h5 { font-weight:normal; font-size:1em; }

/**********************************************/

/* CSS Document */
/* About:Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	text-align:center;
	height:100%;
}

body{
	margin:0;
	padding:0;
	background:#fff;
	overflow-x:hidden;
}

#main{
	width:100%;
	height:100%;
	min-height:100%;
	position:relative;
	z-index:1;
	text-align:center;
}

html>body #main{ 
	height:auto;
}

/******************************************************
			SECONDARY BOXES
******************************************************/

#bg-top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:100%;
	height:222px;
	background:url('../../../graphics/bg-top.gif') repeat-x;
	z-index:1;
}

#bg-bottom{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:134px;
	/*background:url('../../../graphics/bg-bottom.gif') repeat-x;*/
	background:#b7c72a;
	border-top:5px solid #cf6102;
	z-index:1;
}

#content{
	position:relative;
	z-index:10;
	width:1000px;
	margin:auto;
	text-align:left;
	z-index:1;
}

#bg-left{
	position:absolute;
	top:0;
	left:-347px;
	width:347px;
	height:200px;
	background:url('../../../graphics/bg-left.jpg') no-repeat;
	z-index:100;
}

#bg-right{
	position:absolute;
	top:0;
	right:-253px;
	width:264px;
	height:200px;
	background:url('../../../graphics/bg-right.jpg') no-repeat;
	z-index:100;
}

#left-content{
	width:275px;
	float:left;
	background:url('../../../graphics/bg-left-content.gif') no-repeat;
	padding:60px 0 0 0;
}

#right-content{
	width:725px;
	float:left;
	position:relative;
}

#baner01{
	position:absolute;
	top:201px;
	right:11px;
	width:190px;
	height:57px;
	background:url('../../../graphics/baner01.jpg') no-repeat;
}

#article{
	float:left;
	width:515px;
	padding:15px 0 0 10px;
	overflow:hidden;
}

#search-engine{
	
}

.search-title{
	cursor:pointer;
}

.search-title:hover{
	color:#d57e1c;
}

.search-title-active{
	color:#d57e1c;
}

#right-menu{
	float:left;
	width:185px;
	padding:40px 0 0 15px;
}

#calendar{
	position:relative;
	margin:0 10px 0 10px;
}

.calendar-arrow-left{
	position:absolute;
	left:0;
	top:3px;
}

.calendar-arrow-right{
	position:absolute;
	right:0;
	top:3px;
}

.calendar-content td{
	width:45px;
	padding:3px 0;
	text-align:center;
}

.calendar-content td div{
	cursor:pointer;
	padding:2px 0;
}

.calendar-content td div:hover{
	background:#ededed;
}

.calendar-content td div.calendar-event{
	background:#b0c800;
	color:#fff;
	font-weight:bold;
}

.calendar-content-tr{
	background:#ededed;
	color:#5c5b5b;
	font-weight:bold;
}

#logo,
#flags{
	text-align:center;
}

#logos{
	clear:both;
	padding:20px 0 0 0;
}

#menu-content{
	background:url('../../../graphics/bg-menu-content.gif') repeat-y;
	margin:50px 0 0 0;
	position:relative;
}

#menu-content-bottom{
	position:absolute;
	bottom:-15px;
	right:11px;
	background:url('../../../graphics/bg-menu-bottom.jpg') no-repeat;
	width:229px;
	height:226px;
	z-index:1;
}

#bg-menu-bottom{
	height:28px;
	background:url('../../../graphics/bg-menu-bottom.gif') no-repeat;
}

#menu{
	margin:0px 0 20px 75px;
	padding:0;
	list-style:none;
	position:relative;
	z-index:10;
}

#my-panel ul{
	list-style:none;
	margin:0;
	padding:0 0 25px 27px;
}

#my-panel ul li ul{
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
}

#menu li,
#my-panel ul li{
	background:url('../../../graphics/dot.gif') 0 6px no-repeat;
	padding:0 0 6px 15px;
}

#menu li:hover,
#my-panel ul li:hover{
	background:url('../../../graphics/dot-hover.gif') 0 6px no-repeat;
}

#horizontal-menu ul{
	margin:0;
	padding:3px 0 0 10px;
	list-style:none;
}

#horizontal-menu ul li{
	display:block;
	float:left;
	padding:0 15px 0 0;
}

#search{
	width:234px;
	padding:15px 0 0 20px;
	text-align:center;
	position:relative;
	z-index:10;
}

.horizontal-menu{
	margin:0;
	padding:0;
	list-style:none;
}

.horizontal-menu li{
	display:block;
	float:left;
	padding:0 10px 0 15px;
	margin:0;
	background:url('../../../graphics/dot-hover.gif') 0 6px no-repeat;
}

#footer{
	width:540px;
	margin:auto;
	padding:30px 0 0 0;
	position:relative;
	z-index:10;
}

#events-list{
	position:relative;
	zoom:1;
}

#events-row-shadow{
	position:absolute;
	bottom:0;
	left:0;
	background:url('../../../graphics/events-row-shadow.png') no-repeat;
	width:466px;
	height:11px;
}

.events-list-row-0,.organizers-list-row-0{
	background:url('../../../graphics/events-list-row-0.gif') repeat-y;
	padding:10px 0;
	width:512px;
}

.events-list-row-1,.organizers-list-row-1{
	background:#ededed;
	padding:10px 0;
	width:512px;
}

.events-list-row-name,.organizers-list-row-name{
	width:205px;
	padding:0 10px;
	overflow:hidden;
}

.events-list-row-country{
	width:100px;
	overflow:hidden;
}

.organizers-list-row-country{
	width:200px;
	overflow:hidden;
}

.events-list-row-date,.organizers-list-row-date{
	width:120px;
	overflow:hidden;
}

.events-list-row-profile,.organizers-list-row-profile{
	width:65px;
	overflow:hidden;
}

.menu-tab{
	float:left;
	padding:11px 20px 0 20px;
	height:37px;
	width:87px;
	color:#5c5b5b;
	cursor:pointer;
}

.menu-tab:hover{
	background:#ededed;
	color:#d57e1c;
}

.menu-tab-active{
	background:#ededed;
	color:#d57e1c;
}

.menu-tab-line{
	float:left;
	background:#d1d1d1;
	width:1px;
	height:31px;
	margin:8px 0 0 0;
}

#events-on{
	margin:20px 0 0 15px;
	background:#ededed;
	padding:10px 7px 10px 7px;
	width:148px;
	overflow:hidden;
}

#events-on ul{
	margin:0;
	padding:6px 0 0 5px;
	list-style:none;
}

#events-on ul li{
	background:url('../../../graphics/dot-orange.gif') 0 5px no-repeat;
	padding:0 0 4px 14px;
	font-size:11px;
	color:#d57e1c;
}

#events-on ul li a,
#events-on ul li a:hover{
	font-weight:normal;
	font-size:11px;
	color:#d57e1c;
	text-decoration:none;
}

#event-of-the-year{
	margin:20px 0 0 0;
	text-align:center;
}

#event-of-the-year ul{
	margin:0;
	padding:6px 20px 0 20px;
	list-style:none;
	text-align:left;
}

#event-of-the-year ul li{
	padding:0 0 4px 0;
	font-size:11px;
}

#event-of-the-year ul li div{
	float:right;
}

.search-row{
	padding:4px 0 8px 0;
	border-bottom:1px solid #CECECE;
}

.events-pagination{
	padding: 5px 0 8px 0;
	margin: auto;text-align: center;
}

.events-pagination a, .like-pagination{
	color:#97be0d;
	font-size:10px;
	font-weight:bold;
	border:1px solid #97be0d;
	padding:2px 4px;
	text-decoration:none;
}

.events-pagination a:hover,.events-pagination span, .like-pagination:hover{
	color:#fff;
	background:#97be0d;
	font-size:10px;
	font-weight:bold;
	border:1px solid #97be0d;
	padding:2px 4px;
	text-decoration:none;
}

#pagination a{
	font-weight:normal;
}

#pagination span{
	font-size:11px;
	font-weight:bold;
}

.clear-both{
	clear:both;
	height:0px;
	overflow:hidden;
}

.f-left{
	float:left;
}

.f-right{
	float:right;
}

#overview-event td{
	padding:3px 7px;
}

#overview-event th{
	background:#b2c800;
	width:150px;
	padding:3px 7px;
	color:#fff;
	text-align:right;
	font-weight:normal;
}

.profile-image{
	border:3px solid #B7C72A
}

#event-menu{
	margin:0;
	padding:0;
	list-style:none;
}

#event-menu li{
	float:left;
	display:block;
	width:80px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	color:#5C5B5B;
	padding:10px 0;
}

#event-menu li:hover,
.li-title-active{
	background:#EDEDED;
	color:#D57E1C !important;
}

#event-menu li.line{
	float:left;
	background:#d1d1d1;
	width:1px;
	height:5px;
	margin:5px 0 0 0;
}

.bg-box-content{
	width:492px;
	height:85px;
	padding:10px;
	background:url(../../../../site/graphics/bg-textarea.gif) no-repeat;
}

.recently-joined-content ul,
.bg-box-content ul{
	padding:0 0 0 5px;
	margin:0;
	list-style:none;
}

.recently-joined-content ul li,
.bg-box-content ul li{
	background:url(../../../../site/graphics/dot-hover.gif) 0 5px no-repeat;
	padding:0 0 0px 10px;
	margin:0 0 0px 0;
	min-height:15px;
}

.tabs{

}

.tab{
	float:left;
	height:25px;
	background:url(../../../../site/graphics/tab.gif) right no-repeat;
	cursor:pointer;
}

.tab-left{
	float:left;
	width:6px;
	height:25px;
	background:url(../../../../site/graphics/tab-left.gif) no-repeat;
}

.tab-right{
	float:left;
	width:6px;
	height:25px;
	background:url(../../../../site/graphics/tab-right.gif) no-repeat;
}

.tab-content{
	float:left;
	height:20px;
	padding:5px 14px 0 14px;
	/*background:url(../../../../site/graphics/tab-content.gif);*/
	color:#797979;
	font-size:14px;
}

.active .tab-content,.active0 .tab-content{
	color:#d57e1c;
}

.active .tab-left,.active0 .tab-left{
	background:url(../../../../site/graphics/tab-left-active.gif) no-repeat;
}

.active .tab-right,.active0 .tab-right{
	background:url(../../../../site/graphics/tab-right-active.gif) no-repeat;
}

.active,.active0{
	background:url(../../../../site/graphics/tab-active.gif) right no-repeat !important;
}

.tab-break{
	float:left;
	width:1px;
	height:25px;
}

.event-title{
	padding:0 0 5px 0;
}

#event_toolbox{
	
}

.toolbox{
	border-top:1px solid #b0c800;
	border-bottom:1px solid #b0c800;
	background:#e2eba1;
	width:90px;
	padding:6px 15px 6px 15px;
}

.pvpeople-row{
	padding:20px;
	width:125px;
	overflow:hidden;
	text-align:center;
}

.pvpeople-title{
	padding:3px 0 0 0;
}

.pvpeople-title h3{
	line-height:0.7em;
	margni-bottom:0;
}

.pvpeople-row img{
	border:2px solid #B2C800;
}

.pvpeople-row h3 a{
	color:#d57e1c;
	font-size:10px;
	font-weight:normal;
}

.pvpeople-row h3 a:hover{
	text-decoration:underline;
}

.message-line{
	border-bottom:1px solid #d1d1d1;
	width:460px;
}

.message-date{
	color:#d1d1d1;
	font-size:10px;
	padding:8px 60px 0 0;
}

.message-title{
	display:block;
	color:#5c5b5b;
	padding:0 0 10px 0;
}

.message-content{
	display:block;
	padding:0 0 10px 0;
}

.recently-tab{
	float:left;
	padding:11px 20px 0 20px;
	height:37px;
	width:97px;
	color:#5c5b5b;
	cursor:pointer;
}

.recently-tab:hover{
	background:#EDEDED;
	color:#D57E1C;
}

.recently-tab-active{
	background:#EDEDED;
	color:#D57E1C;
}

/******************************************************
			FONT
******************************************************/

.event-title{
	font-family:arial;
	color:#d57e1c;
	font-size:18px;
	font-weight:bold;
}

.event-title a, .event-title a:hover{
	font-family:arial;
	color:#d57e1c;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.font-error{
	color:#ff0000 !important;
}

.font11_bold{
	font-size:11px;
	font-weight:bold;
}

.font_10{
	color:#54483C;
	font-size:10px;
}

#content{
	font-family:Tahoma;
	font-size:12px;
}

#footer{
	font-family:Tahoma;
	font-size:11px;
	color:#fff;
}

#menu li{
	font-size:13px;
	color:#d57e1c;
}

#horizontal-menu ul li{
	font-size:12px;
	color:#fff;
}

.main-title{
	font-size:16px;
	font-weight:bold;
	color:#b6c72a;
}

.header{
	width:100%;
	padding:6px 0 6px 10px;
	background:url(../../../../site/graphics/event-home-details-bg.gif) no-repeat;
}

.header h2{
	padding:0;
	margin:0;
	font-weight:normal;
	color:#fff;
}

.recently-joined-content ul li,
.bg-box-content ul li{
	font-size:10px;
	font-weight:normal;
	color:#99a90b;
}

#my-panel li{
	font-size:13px;
	font-weight:normal;
	color:#d57e1c;
}

.link-back{
	font-size:11px;
	color:#5E5E5E;
}

/******************************************************
			LINK
******************************************************/

.link-back a, .link-back a:hover{
	font-size:11px;
	font-weight:normal;
	color:#5E5E5E;
	text-decoration:underline;
}

.recently-joined-content ul li a,.recently-joined-content ul li a:hover,
.bg-box-content ul li a,.bg-box-content ul li a:hover{
	font-size:10px;
	font-weight:normal;
	color:#99a90b;
}

.horizontal-menu li a,
.horizontal-menu li a:hover{
	font-size:11px;
	font-weight:normal;
	color:#99a90b;
}

#menu li a,
#my-panel li a{
	font-size:13px;
	font-weight:normal;
	color:#d57e1c;
}

#menu li a:hover,
#my-panel li a:hover{
	color:#99a90b;
	text-decoration:none;
}

#horizontal-menu ul li a,
#horizontal-menu ul li a:hover{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}

#footer a,#footer a:hover{
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}

.events-list-row-name a,
.events-list-row-name a:hover{
	font-weight:normal;
}

a{
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

a:hover{
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

.link12{
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}

.link12:hover{
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-decoration:underline;
}

#click-last-updated{
	font-size:11px;
}
/******************************************************
			FORM
******************************************************/

fieldset {
	border:0 !important;
	padding:0;
}

.form {
	overflow:hidden;
	margin-bottom:0.8em;
	clear:both;
	color:#54483c;
	font-size:10px;
}

fieldset.main label{
	display:block;
	float:left;
	text-align:left;
	padding:2px 4px 0 0;
	font-weight:normal;
	width:92px;
	color:#54483c;
	font-size:10px;
}

fieldset.add-event label{
	width:152px !important;
}

fieldset.search-event label{
	width:180px !important;
}

fieldset.main input{
	border:0;
	background:url('../../../graphics/bg-input.gif') no-repeat;
	padding:0;
	color:#5c5b5b;
	font-size:11px;
	width:239px;
	height:14px;
	padding:1px 0 0 4px;
}

.bg-input-small{
	background:url('../../../graphics/search-input.gif') no-repeat !important;
	width:94px !important;
}

fieldset .input-file{
	border:0;
	background:none !important;
	padding:0;
	width:239px;
	height:20px !important;
}

fieldset.main select{
	border:1px solid #e5e5e5;
	padding:0;
	color:#5C5B5B;
	font-size:10px;
	width:180px;
	padding:2px;
}

fieldset.main .submit{
	width:58px;
	height:15px;
	background:none;
	padding:0;
}

.bg-submit{
	padding:0px 10px !important;
	height:20px !important;
	background:url('../../../graphics/bg-input-submit.gif') !important;
	font-weight:bold !important;
	color:#000 !important;
	cursor:pointer;
}

fieldset.main .checkbox,
fieldset.main .radio{
	width:14px;
	height:14px;
	border:0;
	background:none;
	padding:0;
	margin:2px;
}

fieldset.main textarea{
	width:241px;
	height:80px;
	border:1px solid #e5e5e5;
}

fieldset.main .checkbox-title{
	padding:1px 0 0 3px;
}

input.text,
textarea {
	float:left;
	border:1px solid #000;
	background-color:#FFF;
	color:#000;
	font-family:Tahoma;
	font-size:11px;
}

#search label{
	color:#5c5b5b;
	padding:0px 12px 0 0;
	display:block;
	float:right;
}

#search select{
	width:123px;
	font-size:11px;
}

#search div.form{
	width:220px;
	text-align:right;
}

#search input,
.date-input{
	border:0;
	background:url('../../../graphics/search-input.gif') no-repeat !important;
	padding:0;
	color:#5c5b5b;
	font-size:10px;
	width:94px !important;
	height:14px;
	padding:1px 0 0 2px;
}

#search .image,#search-event .image{
	background:none !important;
	height:20px !important;
	width:58px !important;
	padding:0 !important;
}

.search10,
#search .search10,
.input10{
	border:0;
	background:url('../../../graphics/search10.gif') no-repeat !important;
	padding:0;
	color:#5c5b5b;
	font-size:10px;
	width:121px !important;
	height:14px;
	padding:1px 0 0 2px;
}

#search-engine input{
	border:0;
	background:url('../../../graphics/bg-input.gif') no-repeat;
	padding:0;
	color:#5c5b5b;
	font-size:11px;
	width:239px;
	height:14px;
	padding:1px 0 0 4px;
}

.no-button{
	background:none;
	border:0;
}

form{
	margin:0;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.fancy {
	font-family: Tahoma;
	font-size: 13px;
	color:#B0C800;
	background: url('../../../graphics/shadow2.png') no-repeat;
	padding: 60px 20px 10px 20px;
	height: 110px;
	width: 240px;
	text-align:left;
}

#tooltip.viewport-bottom{
	background: url('../../../graphics/shadow2-bottom.png') 0 20px no-repeat !important;
	padding: 60px 20px 60px 20px !important;
}
/*
#tooltip.fancy.viewport-left {
	background: url('../../../graphics/shadow2-bottom.png') 0 20px no-repeat !important;
	padding: 60px 20px 60px 20px !important;
	border:1px solid red;
}
*/
div.li{
	font-family: Tahoma;
	font-size: 13px;
	color:#B0C800;
	padding:0 0 0 10px;
	background:url('../../../graphics/dot-hover.gif') 0 6px no-repeat;
}

#tooltip.fancy div.li{
	padding:0 0 0 10px;
	background:url('../../../graphics/dot-hover.gif') 0 6px no-repeat;
}

#tooltip.fancy.viewport-right {
	padding:60px 0 10px 50px;
	background: url('../../../graphics/shadow2-reverse.png') right no-repeat;
}

#tooltip.pretty {
	font-family: Tahoma;
	border: none;
	width: 220px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('../../../graphics/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

.search-checkbox{
	width:20px !important;
}


/*w.dogo*/
#tab-addevents{
	border-bottom:solid 1px #dedede;
}
#addevents-linker{
	color:red;
}
.new-li{
	list-style-image:url('../../../graphics/new-li.gif');
}

