/* teaser "buttons" */

div.teaser {
	/* only for ie5.5 */
	cursor: hand;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list li {
	padding-left: 12px;
	background: url(../../../estr5/gral/bullit.gif) no-repeat 0px .5em;
}

.teaser-button {
	background: url(../../../estr5/gral/btn_invite_people_dummy.jpg) no-repeat; 
	width: 315px; 
	height: 71px; 
	padding: 10px 0 5px 15px;
	cursor: pointer;
}
.teaser-button h4 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
}
.teaser-button h4 a {
	color: #8DAD4C;
}
.teaser-button a {
	text-decoration: none;
}
.teaser-button a:hover {
	text-decoration: underline;
}

/* teaser list for premium membership benefits */
ul#premium-benefits{
	list-style:none;
	margin:0 0 1.5em 0;
	padding:0;
	border-bottom: 1px solid #D5D6CC;
}
ul#premium-benefits li {
	color:#006567;
	margin:0;
	padding:4px;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid #D5D6CC;
}
ul#premium-benefits img {
	width:33px;
	height:33px;
	vertical-align:middle;
}
div#premium-upgrade-done{
	background: url(../../../estr5/gral/ill_thanks.gif) no-repeat center left;
	clear:both;
	padding: 16px 0 16px 60px;
	margin:2em 0;
	border-bottom: 1px solid #D5D6CC;
	border-top: 1px solid #D5D6CC;
}
div#premium-upgrade-done strong{
	color:#006567;
	font-size: 1.2em;
	font-weight: bold;
}

/* teaser list for membership benefits */
ul#member-benefits{
	list-style:none;
	margin:0 0 1.5em 0;
	padding:0;
	clear:both;
}
ul#member-benefits li {
	background:  no-repeat 0 0;
	clear:both;
	color:#006567;
	font-size: 1.1em;
	font-weight: bold;
}
ul#member-benefits li p {
	border-bottom: 1px solid #D5D6CC;
	margin:0 0 5px 41px ;
	padding:7px 0;
}

/* teaser button */

div.teaser {
	width: 315px;
	margin: 0 0 1em 0;
	padding: 0;
	background: url(../../../estr5/gral/bg_teaser_bottom.gif) no-repeat bottom left;
	cursor: pointer;
}
div.teaser.small {
	width: 290px;
}
div.teaser.mini {
	width: 240px;
}
div.teaser.mini2 {
	width: 240px;
}
div.teaser div.teaser-content{
	display:block;
	padding: 12px 13px;
	overflow:hidden;
	/* height: 1%; */
	background: url(../../../estr5/gral/bg_teaser_top.gif) no-repeat top left;
}
div.teaser div.teaser-content p {
	padding: 0;
	margin: 0;
}
div.teaser h4{
	color:#666;
}
div.teaser.invite {
	background: url(../../../estr5/gral/bg_teaser_invite_bottom.gif) no-repeat bottom left;
}
div.teaser.invite div.teaser-content{
	background: url(../../../estr5/gral/bg_teaser_invite_top.gif) no-repeat top left;
}
div.teaser.invite.small {
	background: url(../../../estr5/gral/bg_teaser_invite_small_bottom.gif) no-repeat bottom left;
}
div.teaser.invite.mini {
	background: url(../../../estr5/gral/bg_teaser_invite_mini_bottom.gif) no-repeat bottom left;
}
div.teaser.invite.mini2 {
	background: url(../../../estr5/gral/bg_teaser_invite_mini_bottom_2.gif) no-repeat bottom left;
}
div.teaser.invite.small div.teaser-content{
	background: url(../../../estr5/gral/bg_teaser_invite_small_top.gif) no-repeat top left;
}
div.teaser.invite.mini div.teaser-content{
	background: url(../../../estr5/gral/bg_teaser_invite_mini_top.gif) no-repeat top left;
}
div.teaser.invite.mini2 div.teaser-content{
	background: url(../../../estr5/gral/bg_teaser_invite_mini_top_2.gif) no-repeat top left;
}
div.teaser.invite h4{
	color: #89AA4B;
}
div.teaser.corporate {
	background: url(../../../estr5/gral/bg_teaser_corporate_bottom.gif) no-repeat bottom left;
}
div.teaser.corporate div.teaser-content{
	background: url(../../../estr5/gral/bg_teaser_corporate_top.gif) no-repeat top left;
}
div.teaser.premium {
	background: url(../../../estr5/gral/bg_teaser_premium_bottom.gif) no-repeat bottom left;
}
div.teaser.premium div.teaser-content{
	background: url(../../../estr5/gral/bg_teaser_premium_top.gif) no-repeat top left;
}
div.teaser.premium h4{
	color: #065159;
}
div.teaser img {
	padding:0 0 .5em 0;
}
div.teaser img.icon {
	float:right;
	padding:0 !important;
	width: 64px;
	height: 64px;
}
div.teaser h4{
	font-weight:bold;
	display:block;
	font-size:1.2em;
	padding: 0 0 4px 0;
	margin:0;
}
/* The style a.raquo-block-link is used on 646_premium_group_infos_inc.php */
div.teaser div.teaser-content a,
div.teaser-large div.teaser-content a,
a.raquo-block-link
{
	text-decoration: none;
	padding-left:10px;
	display:block;
	background: url(../../../estr5/gral/icn_raquo.gif) no-repeat 0 0.45em;
}
div.teaser div.teaser-content h4 a {
	text-decoration: none;
	padding-left:0px;
	display:block;
	background: none;
}

div.teaser div.teaser-content a:hover,
div.teaser:hover a,
div.teaser-large div.teaser-content a:hover,
a.raquo-block-link:hover
 {  /* firefox only */
	text-decoration: underline;
}

div.teaser-large {
	width: 650px;
	margin: 0 0 1em 0;
	padding: 0;
	background: url(../../../estr5/gral/bg_teaser_member_bottom.gif) no-repeat bottom left;
	cursor: pointer;
}
div.teaser-large div.teaser-content{
	display:block;
	padding: 0px 13px 15px 13px;
	overflow:hidden;
	/* height: 1%; */
	background: url(../../../estr5/gral/bg_teaser_member_top.gif) no-repeat top left;
}


/* defs for the columns in the content section */
.col_one, .col_two, .col_three, .col_5050, .col_cinquanta, .col_lateral {
	/*display: inline; canviat */
	/*float: left;*/
	display:block;
	overflow: hidden;
}
.col_one {
	width: 315px;
}
.col_two {
	width: 590px;
}
.col_three {
	width: 985px;
}
.col_5050 {
	width: 482px;
}
.col_cinquanta {
	width: 270px;
}
.col_lateral {
	width: 240px;
}

.col_margin {
	margin-right: 20px;
}
.col_one:after, .col_two:after, .col_three:after, .col_5050:after, .col_cinquanta:after, .col_lateral:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.col_one .bg-statistics-top {
	background:url(../../../estr5/gral/bg_box_315_shaddow_top.gif) no-repeat top; 
	padding: 6px 0 0 0;
}
div.col_lateral .bg-ministatistics-top {
	background:url(../../../estr5/gral/bg_box_240_shaddow_top.gif) no-repeat top; 
	padding: 3px 0 6px 0;
}
div.col_one .bg-statistics-bottom {
	background:url(../../../estr5/gral/bg_box_315_shaddow_bottom.gif) no-repeat bottom; 
	margin: 0; 
	padding: 5px 0 10px 15px;
	overflow:hidden;
}
div.col_lateral .bg-ministatistics-bottom {
	background:url(../../../estr5/gral/bg_box_240_shaddow_bottom.gif) no-repeat bottom; 
	margin: 0; 
	padding: 5px 10px 5px 10px;
	overflow:hidden;
}
ul.bg-statistics-bottom li {
	clear: both;
	padding: 2px 0;
	margin-right: 15px;
	width:285px; 
}
ul.bg-ministatistics-bottom li {
	clear: both;
	padding: 2px 0 2px 0;
	width:240px; 
}
ul li.activity {
	 padding: 1px; 
	 margin: 5px 0  0 12px; 
	 border: 1px solid #999; 
	 width: 159px; 
	 background: url(../../../estr5/gral/ill_activity_inactive.gif) no-repeat 1px 1px;
	 /* for ie 7 */
	 line-height: 1px;
}
ul li.activity div.act {
	overflow: hidden; 
	height: 12px;
}
li.contact-activity-bar {
	padding:1px; 
	width: 159px;
	background: url(../../../estr5/gral/ill_activity_inactive.gif) no-repeat 1px 1px; 
	border: 1px solid #999; 
	margin: 5px 0  0 12px; 	
}

div.col_one .bg-invite-statistics-bottom {
	background:url(../../../estr5/gral/bg_box_315_shaddow_bottom.gif) no-repeat left bottom; 
	margin: 0; 
	overflow:hidden;
	padding:0 15px 0 15px;
}

a {
	color: #333;
}

.no-ul a,
a.no-ul  {
	text-decoration: none;
}
.no-ul a:hover,
a.no-ul:hover  {
	text-decoration: underline;
}
.b {
	font-weight: bold;
}
*.normal {
	font-weight: normal !important;
}
.mp0 {
	margin: 0 !important;
	padding: 0 !important;
}
.ml {
	margin-left: 8px;
}
.noborder {
	border: 0 !important;
}
.b1 {
	border: 1px solid red;
}
.text-border {
	border: 1px solid #D5D6CC;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float:none;
}
.borderright {
	border-right: 1px solid #333;
	margin-right: 5px;
	padding-right: 5px;
}
.borderbottom {
	border-bottom: 1px dotted #999;	
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.bordertop {
	border-top: 1px dotted #999;	
	margin-top: 0px;
	padding-top: 15px;
}

#bar {
	background: url(../../../estr5/gral/bar_normal_all.gif) 1px 1px no-repeat;
	border-top:1px solid #919191;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	border-left:1px solid #919191;
	padding:1px;
	white-space:nowrap;
	float:left;
	margin-top:6px;
	margin-right: 0px;
	width:231px;
}
#bar img {
	margin-left: 1px;
}
/* profile completeness meter*/
div.profil {
	 padding: 1px; 
	 margin: 7px 5px 0 0; 
	 border: 1px solid #999; 
	 width: 219px; 
	 background: url(../../../estr5/gral/ill_profile_compl_inactive.gif) no-repeat 1px 1px;
}

button {
	background: none;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
}
button div {
	margin: 0;
	padding: 0px 0px 0px 5px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* definition for standard submit button */
button div p,
button div table {
	color: #006567;
	font-size: 14px;
	line-height:1em;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
	/* beware of the ie defs in the ie.css - should be different! */
	padding: 9px 12px 10px 7px;
	background-repeat: no-repeat;
	background-position: right center;
}

button.btn,
button.btn-submit-tools,
button.btn-cancel-tools{
	margin:0;
	padding:0;
}

button div.btn 					{ background-image: url(../../../estr5/gral/btn_bg_left.gif);				}
button div.btn-submit 			{ background-image: url(../../../estr5/gral/btn_bg_submit_left.gif); 		}
button div.btn-submit-tools 	{ background-image: url(../../../estr5/gral/btn_bg_submit_tools_left.gif);	}
button div.btn-cancel-tools 	{ background-image: url(../../../estr5/gral/btn_bg_cancel_tools_left.gif);	}
button div.btn-large-submit 	{ background-image: url(../../../estr5/gral/btn_bg_large_submit_left.gif);	}
button div.btn-cancel 			{ background-image: url(../../../estr5/gral/btn_bg_cancel_left.gif);			}

button div p.btn 				{ background-image: url(../../../estr5/gral/btn_bg_right.gif);				}
button div p.btn-submit 		{ background-image: url(../../../estr5/gral/btn_bg_submit_right.gif);		}
button div p.btn-submit-tools 	{ background-image: url(../../../estr5/gral/btn_bg_submit_tools_right.gif);	}
button div p.btn-cancel-tools 	{ background-image: url(../../../estr5/gral/btn_bg_cancel_tools_right.gif);	}
button div p.btn-large-submit,
button div table.btn-large-submit 	{ background-image: url(../../../estr5/gral/btn_bg_large_submit_right.gif); 	}
button div p.btn-cancel 		{ background-image: url(../../../estr5/gral/btn_bg_cancel_right.gif);		}

button div p.btn,
button div p.btn-submit-tools,
button div p.btn-cancel-tools {
	font-size: 13px;
	line-height: 1.6em;
	padding: 3px 12px 2px 7px;
	/* beware of the ie defs in the ie.css - should be different! */
}

/* definition for cancel/reset tools buttons */
button div p.btn-cancel,
button div p.btn-submit-tools,
button div p.btn-cancel-tools {
	color: #fff;
}
/* definition for "add as contact" button */
button div p.btn-large-submit,
button div table.btn-large-submit {
	/* beware of the ie defs in the ie.css - should be different! */
	white-space: normal;
	padding: 0 0 0 5px;
	line-height: 1em;
}
/* Button "I want Premium Membership" */
button.btn-premium-membership {
	margin:0;
	padding:0;
}

button div p.btn-premium-membership {
	background-image:url(../../../estr5/gral/btn_premium_membership_right.gif);
	color:white;
	font-size: 13px;
	line-height: 1.6em;
	padding: 22px 30px 28px 60px;
}

button div.btn-premium-membership{
	background-image:url(../../../estr5/gral/btn_premium_membership_left.gif);
}

/* Botons per Internet Explorer */
button div,
button p {
	margin:0;
}
button {
	/* for ie5.5 only */
	cursor: hand;
}

button div p.btn-cancel,
button div p.btn-submit {
	font-size: 1.1em;
	line-height: 140%;
	padding: 7px 5px 6px 0;
	margin:0;
}

button div p.btn,
button div p.btn-submit-tools,
button div p.btn-cancel-tools {
	line-height: 140%;
	padding: 2px 4px 2px 0px;
	margin:0;
}

button div p.btn-large-submit {
	line-height: 140%;
	padding:0 0 0 5px;
	margin:0;
	white-space: normal;
}


button div.btn-premium-membership{
	padding-left: 40px;
}

button div p.btn-premium-membership{
	padding: 22px 0px 28px 0px;
}

.clr {
	clear: both;
}

/* newslist at the bottom of the start-page */
div.news-item {
	border-top:1px solid #D8D8D8;
	padding: 3px 0 0 0;
}
div.news-date {
	float:left;
	padding: 0 0 0 8px;
}
div.news-text {
	margin: 0 0 0 80px;
	/* for ie6 */
	/* height:1%; */
}
div.news-text h4 {
	margin:0;
	padding:1px 0;						
}
div.news-footer {
	clear:both; 
	border-top:1px solid #d8d8d8; 
	border-bottom:1px solid #d8d8d8; 
	overflow:hidden; 
	/* height:1%; */
	padding:5px 10px 5px 0;
}


.disabled   {
	color: #A0A0A0;
}
input.disabled   {
	background-color: #A0A0A0;
	color: #333;
}

.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.hidden {
	display: none;
}
.overflow {
	overflow: hidden;
	/* height: 1%; */
}

.fixed-anchors {
	overflow: visible;
}

.green, .status-color {
	color: #360;
}
.block {
	display: block;
}

table.clean, table.clean td, table.clean tr {
	margin:0;
	padding:0;
}
/* test class for indent left */
.indent-left {
	margin-left: 8px !important;
}

.middle {
	vertical-align: middle;
}
ul.raquo-list li {
	background:url(../../../estr5/gral/icn_raquo.gif) no-repeat 0 0.45em; 
	padding-left:15px;
	margin-bottom:5px;
}
ul li.list-no-photo {
	padding: 5px 10px 5px 10px;
}

/* double arrow (&raquo;) befor links on single message page */
a.raquo {
	text-decoration: none;
}
a.raquo:hover {
	text-decoration: underline;
}
a.raquo-block-link
{
	text-decoration: none;
	padding-left:10px;
	display:block;
	background: url(../../../estr5/gral/icn_raquo.gif) no-repeat 0 0.45em;
}
a.raquo-block-link:hover
 {  /* firefox only */
	text-decoration: underline;
}
ul.raquo-list li {
	background:url(../../../estr5/gral/icn_raquo.gif) no-repeat 0 0.45em; 
	padding-left:15px;
	margin-bottom:5px;
}

#header-search {
	float: right;
	margin: 0;
	padding: 12px 0 0 0;
}

#header-search button,
#header-search input {
	float:left;
}

#header-search label {
	float:left;
	font-size: 1.2em;
	font-weight: bold;
	line-height:16px;
	margin:6px 5px 0 0;
}
#header-search-field {
	padding: 1px;
	margin: 0 3px 0 0;
	width: 210px;
}
#header-search {
	/*font-size: 1.2em;*/
}
/* grey text in the single search field */
#header-search-field, #filter_name {
	color: #929193;
	/*font-size: 1.3em;*/
}
ul.contactpage-stats li {
	clear: both;
	padding-left: 12px;
	background: url(../../../estr5/gral/bullit_brown_shaddow.gif) no-repeat 0 5px;
}

#tab-navigation {
	background: #FFF url(../../../estr5/gral/tab_bg.gif) repeat-x bottom;
	/* float: left; */
	width: 100%; 
	overflow: hidden; 
	line-height:normal;
}
#tab-navigation ul {
	list-style-type: none;	
	padding:0; 
	margin:0; 	

}
#tab-navigation li {
	background: url(../../../estr5/gral/tab_right.gif) no-repeat right top;	
	float: left; 
	padding: 0 3px 0 0;
	margin-right: 10px;	
}

#tab-navigation a {
	background: url(../../../estr5/gral/tab_left.gif) no-repeat left top; 
	text-decoration: none;
	color: #535351;
	display: block; 
	padding: 4px 8px 8px 18px;
	
}
#tab-navigation a.normal {
	background:none; 
	display:inline;
	padding: 0px 2px 0px 2px;
}
#tab-navigation #current {
	background-image: url(../../../estr5/gral/tab_right_on.gif); 
	border-bottom:1px solid white;
}

#tab-navigation #current a {
	padding-bottom: 7px;
	background-image: url(../../../estr5/gral/tab_left_on.gif);
	color: #333;
	font-weight:bold;
}

/* user lists, ie on the startpage */
h3.user-box {
	/*font-size: 1.3em;*/
	/*margin: 15px 0 2px 0;*/	
	background:#D8D8C7 url(../../../estr5/gral/bg_box_1col_grad.gif) no-repeat top left;
	font-size: 1.1em;
	line-height: 120%;
	margin: 0 0 2px 0;
	padding:6px 4px 6px 8px;
}

ul.user-box li {
	border-bottom: 1px solid #D8D8D8;
	margin: 0 0 2px 0;
	overflow: hidden;
	padding: 0 5px 2px 8px;
	clear:both;
	display: block;
	/* height: 1%; */
}
ul.user-box li p.no-match {
	margin: 0;
	padding: 0;
	height: 40px;
}
p.user-box {
	text-align: right;
	/*border-bottom: 1px solid #D8D8D8;*/
	padding-right: 10px;
}
ul.user-box li img.user-box {
	margin: 0 5px 0px 0;
    float: left;
	width: 30px;
	height: 40px;
	border: 0;
}
ul.user-box li span {
	float: left;
	width: 240px;
	overflow: hidden;
	white-space: nowrap;
}

ul.user-box li span.key {
	width: 40%;
}

ul.user-box li span.value {
	width: 60%;
}
/* "more" link at the end of the list */
p.user-box a {
	text-decoration: none;
	font-weight: bolder;
}
/* categorie links in box on events page */
ul.user-box li a.categories {
	float: left;
	padding: 2px 0 2px 0;
	text-decoration: none;
}
ul.user-box li a.categories:hover {
	text-decoration: underline;
}
/* width: auto, because of declaration in main.css for spans inside of user-box */
ul.user-box li span.numbers {
	float: right;
	width: auto;
}
ul.user-box li span.birthday {
	float: right;
	width: 40px;
	text-align: center;
}
ul.user-box li span.bday-name {
	float: left;
	width: 200px;
	overflow: hidden;
	display: block;
	white-space: normal;
}
ul.user-box li span.bday-photo {
	float: left;
	width: 40px;
	display: block;
}
ul.user-box li span.today {
	font-weight: bold;
	color: #006567;
	background: #CFDC00;
}

ul.user-box li.non-premium {
	color:#006567;
}
ul.user-box li.non-premium a {
	color:#006567;
	font-weight:bold;
}
.user-name {
	font-weight: bold;
}

/* box with latest articles on a groups page */
ul.groups-latest-articles p {
	float: left;
	margin: 0;
	overflow:hidden;
	padding: 0; 
	width: 299px; 
}
.info-message,
.warning-message,
.confirm-message,
.error-message {
	font-weight: bold;
	padding-left: 22px;
	margin-bottom: 5px;
	padding-top:1px;
	clear:both;
}
.info-message-suau,
.warning-message-suau,
.confirm-message-suau,
.error-message-suau {
	padding-left: 22px;
	margin-bottom: 5px;
	margin-top: 5px;
	clear:both;
}

.info-message {
	background: url(../../../estr5/gral/icn_information.gif) no-repeat left top;
	/*color: #618117;*/
	color: #333;
}
.info-message-suau {
	background: url(../../../estr5/gral/icn_information.gif) no-repeat left top;
	/*color: #618117;*/
	color: #333;
}
.warning-message {
	background: url(../../../estr5/gral/icn_warning.gif) no-repeat left top;
	color: #666;

}
.error-message {
	background: url(../../../estr5/gral/icn_error.gif) no-repeat left top;
	color:#BC100E;
}

.confirm-message{
	background: url(../../../estr5/gral/icn_confirmation.gif) no-repeat 2px 4px;
	border: 1px solid #00887F;
	color: #00887F;
	padding: 4px 4px 4px 26px;
}

/* for lists with the i-image */
div.info-list {
	border-top: 1px dotted #CCC; 
	border-bottom: 1px dotted #CCC; 
}
div.info-list ul {
	list-style: none; 
	padding: 10px 0px 10px 0px;
	margin:0; 
}
div.info-list ul li {
	padding: 0 0 0 22px;
	background:url(../../../estr5/gral/icn_information.gif) no-repeat;
}
ul.info-list{
	list-style: outside; 
	padding: 0;
	margin:0; 
}
ul.info-list li{
	background:url(../../../estr5/gral/icn_information.gif) no-repeat top left;
	padding: 1px 0 .5em 22px;
	margin:0;
}
/* needed for page 720_invite_people */
ul.info-list li ol li {
	background:none;
	padding: 0;
	list-style:decimal; /* It is necessary for displaying numbers in an ordered list in Opera or IE */
}

#info-list {
	line-height: 140%;
}

div.tool-item {
	margin: 0 0 10px 0;
	clear:both;
}
div.tool-item.selected {
	background:#ECECE4;
}
div.action-text {
	padding: 5px 10px 10px 10px;
}
.col_one div.tool-item h4{
	font-size:1em; 
	margin:0;
	padding:0;
}
.col_cinquanta div.tool-item h4{
	font-size:1em; 
	margin:0;
	padding:0;
}
/* tool box behaviour in search box on event pages */
.col_three div.tool-item h4,
/* tool box behaviour in search box on groups pages */
.col_two div.tool-item h4{
	font-size:1.2em; 
	margin:0;
	padding:0;
}

div.tool-item h4 a,
div.tool-item h4 span {
	background-position: 4px 5px;
	background-repeat: no-repeat;
	display:block;
	margin:0;
	padding: 8px 0 6px 28px;
	text-decoration: none;
}
div.tool-item h4 a:hover, 
div.tool-item h4 a:hover {
	background-color: #ECECE4 !important;
}
.col_one div.tool-item h4 a img{
	float:right;
	padding-right:4px;
}
.col_cinquanta div.tool-item h4 a img{
	float:right;
	padding-right:4px;
}
/* tool box behaviour in search box on event pages */
.col_three div.tool-item h4 a img,
/* tool box behaviour in search box on groups pages */
.col_two div.tool-item h4 a img {
	vertical-align: middle;
}
.private {
	padding-right:15px;
	background:url(../../../estr5/gral/icn_lock.gif) no-repeat right;
}

.inplaceeditor-saving { background: url(../../../estr5/ajx_espera.gif) bottom right no-repeat; }

.infobox-pane {
	overflow: visible;
	width: 540px; /*780px*/
	margin: 0px auto 0px;
}

.infobox-pane .drop.active {
	background: #D8D8C7;
	z-index: 1000;
}
.infobox-pane .handle {
	cursor: move;
	width: 100%;
}

.handle img {
	cursor: move;
	/*display: none;*/
}

.infobox-pane .handle img {
	display: block;
	cursor: move;
}

/* Formularis */
form {
	margin: 0;
	padding: 0;
}
input.text, textarea, select {
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-color:#999999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.radio {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.checkbox {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.warning-form-field {
	border:1px solid #F7CD45;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.error-form-field {
	border-top:2px solid #BC100E;
	border-left:2px solid #BC100E;
	border-bottom:1px solid #FE9999;
	border-right:1px solid #FE9999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.error-form-field {
	border-top:2px solid #BC100E;
	border-left:2px solid #BC100E;
	border-bottom:1px solid #FE9999;
	border-right:1px solid #FE9999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.form * {
}

ul.form li {
	overflow:hidden;
	/* height:1%; */
	padding:0;
}

ul.form.spacy li {
	padding-top:.5em;
}

ul.form li div.note{
	color: #999;
	display:block;
	margin:.2em 0;
	padding-left: 22px;
	line-height: 1.2em;
}

ul.form li input {
	float:left;
}

ul.form li label {
	margin-left:22px;
	padding:3px 0 2px 0;
	line-height:1.1em;
	display:block;
}
