
    /*----[Reduced Eric Meyer Reset]----*/
 
* {
    margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	font: 69%/1.5 Arial, Helvetica, sans-serif;
	background: #f4f4f4 url(../img/backgrounds/body_bg_high.gif) left top repeat-x;
	color: #525252;
	/*-webkit-text-stroke:1px transparent;*/
}
/* @media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}} */
/* The text stroke can be used if wished, but seems to cause a problem in Chrome */

    /*----[Reduced Eric Meyer Reset]----*/

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

    /*----[Clearfix]----*/
    /* Can be replaced by any other suitable method */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
}
* html .clearfix {
    overflow: hidden;
}

    /*----[Hide an element]----*/

.hide-element {
    visibility: hidden;
}

    /*----[Overall style rules]----*/


a:link,
a:visited,
a:hover,
a:active {
	color: #525252;
	/*modificato per newlab*/
	text-decoration: none;
}
/*a:hover, a:focus, a:active {
	color: #bd0000;
}*/
a span.extended {
    display: none;
}
th {
	font-weight: bold;
}

    /*----[Skip to content]----*/

#orientation {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

    /*----Utilities]----*/

.clear {
	clear: both;
}

    /*----[Color guides]----*/

.doveBG {
    background-color: transparent;
}

    /*----[Typography]----*/

/*h1 {
    font-size: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
} */   
h1.dove{
	color: #0c5e7b;
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1.1em;
}
h2 {
    font-size: 17px;
    padding: 6px 0 9px 0;
    /*text-shadow: #e10000 0 1px 0;*/
}
h3 {
    font-size: 1.178em;
    color: #525252;
}
p {
    font-size: 1em;
}

    /*----[No Javascript]----*/

p.footer-no-javascript {
    width: 700px;
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #dedede;
}
.home .content-no-javascript {
    width: 910px;
    height: 210px;
    padding: 40px 0 0 40px;
}
.content-no-javascript {
    width: 770px;
    height: 210px;
    padding: 20px 0 0 20px;
}
.content-no-javascript .banner-message {
    background: #e60000;
    color: #fff;
    padding: 10px 0 0 10px;
    font-weight: bold;
}
.content_no_javascript p.banner-message-large {
    font-size: 2em;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.content-no-javascript p.banner-message-small {
    font-size: 1.5em;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.content-no-javascript a {
    font-size: 1.5em;
    color: #fff;
}
.panes-no-javascript img {
    display: block;
    float: left;
}

.body_post p {
	margin-bottom: 10px;
}



/* forum /viewonline.php */

.table1 thead tr{
    border: 1px solid #BFC1CF;
    background-color: #ebebeb;
}
.table1 thead tr th{
    color: #9E74B1;
    padding: 4px 0 4px 5px;
}
.table1 thead tr th a{
    color: #9E74B1;
    font-weight: bold;
    line-height: 21px;
}
.reply-icon, .reply-icon a {
    background-image: url("../forum/button_topic_reply.gif");
}
ul.profile-icons li.reply-icon {
    margin: 0 0 0 10px;
}
ul.profile-icons li.reply-icon {
    height: 25px;
    width: 96px;
}
ul.profile-icons li.quote-icon {
    height: 25px;
    width: 68px;
}
.quote-icon, .quote-icon a {
    background-image: url("../forum/button_post_quote-large.gif");
}
.locked-icon, .locked-icon a {
    background-image: url("../forum/button_topic_locked.gif");
}
ul.profile-icons li.locked-icon {
    margin: 0 0 0 10px;
}
ul.profile-icons li.locked-icon {
    height: 25px;
    width: 88px;
}
.edit-icon, .edit-icon a {
    background-image: url("../forum/button_post_edit-large.gif");
}
ul.profile-icons li.edit-icon {
    margin: 0 0 0 10px;
}
ul.profile-icons li.edit-icon {
    height: 25px;
    width: 96px;
}
ul.profile-icons li.delete-icon {
    margin-left: 5px;
}


.addthis_default_style
{
	margin-top: 3px;
}
.addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded {
    display: none !important;
}





/* end forum viewonline */
