/**
* AkoGreenPortal - A Mambo 4.5.1 template
* @version 2.0
* @package AkoGreenPortal
* @copyright (C) 2003, 2004 by Arthur Konze - All rights reserved!
* @license http://www.konze.de/content/view/8/26/ Copyrighted Commercial Software
*/

/* ###################### OPERAZONE.IT NEWS AND ARTICLES STYLES ###################### */
p {
	line-height: 15px;
}

.OZ_table {
	width: 80%;
	background-color: #F0F0F0;
	border-color: #CCCCCC;
	border-width: thin;
	border-style: solid;
	padding: 0px;
}

div.OZ_citation:before {
	display: block;
	margin-left: -48px;
	padding-bottom: -15px;
	content: url(../img/citation_sx.gif);
}


div.OZ_citation {
  display: block;
	font-size:12px;
	font-style: italic;
	padding-left: 48px;
	padding-right: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	background: url(../img/citation_dx.gif) bottom right no-repeat;
/*	border-right-color: #D0D0D0; */
/*	border-right-width: thin; */
/*	border-right-style: dashed; */
/*	border-bottom-color: #D0D0D0; */
/*	border-bottom-width: thin; */
/*	border-bottom-style: dashed;	*/
/*	border-left-color: #D0D0D0; */
/*	border-left-width: thick; */
/*	border-left-style: solid; */
}

div.OZ_frameCode {
	background-color : #AACCFF;
	border-color: #CCCCCC;
	border-left-width: thick;
	border-left-style: solid;
	border-right-width: thin;
	border-right-style: solid;
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-width: thin;
	border-bottom-style: solid;

	padding: 5px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	/* color: #666666; */
	color: #000000;
}

div.OZ_frameCode:hover {
	background-color : #F0F0F0;
}

.OZ_title {
	font-size: 24px;
	font-style: normal;
	text-align: center;
	line-height: 36px;
}

.OZ_subtitle {
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
	text-align: left;
	line-height: 36px;
}

.OZ_note {
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
	border-left-color: #FF0000;
	border-left-width: thick;
	border-left-style: solid;
}

.OZ_shortcut {
	background-color: #CCCCCC;
	font-family: "Courier New", Courier, mono;
	border-style: solid;
	border-width : 1px;
	border-color: #000000;
	padding:0em 1em 0em 1em;
}

.OZ_RoundedBox {
        font-size: 12px;
	position:relative;
	margin:12px 0;
	border:1px solid #999999;
	background:#f6f6f6;
	padding:10px;
}

.OZ_RoundedBox_Left {
        float: left;
        width: 50%;
        font-size: 12px;
	position:relative;
	margin:12px 0;
	border:1px solid #999999;
	background:#f6f6f6;
	padding:10px;
}

.OZ_RoundedBox_Right {
        float: Right;
        width: 50%;
        font-size: 12px;
	position:relative;
	margin:12px 0;
	border:1px solid #999999;
	background:#f6f6f6;
	padding:10px;
}

.OZ_RoundedBox_UserJS_Right {
        float: Right;
        width: 220px;
        font-size: 12px;
	position:relative;
	margin:12px 0;
	border:1px solid #999999;
	background:#f6f6f6;
	padding:10px;
}

.OZ_RoundedBox:before, .OZ_RoundedBox_Left:before, .OZ_RoundedBox_Right:before, .OZ_RoundedBox_UserJS_Right:before {
	display:block;
	height:16px;
	background: transparent url(round_tr.gif) top right no-repeat;
	content: url(round_tl.gif);
	line-height:1px;
	font-size:1px;
	margin:-11px -11px 0 -11px;
}

.OZ_RoundedBox:after, .OZ_RoundedBox_Left:after, .OZ_RoundedBox_Right:after, .OZ_RoundedBox_UserJS_Right:after {
	display:block;
	height:16px;
	background: transparent url(round_br.gif) bottom right no-repeat;
	content: url(round_bl.gif);
	line-height:1px;
	font-size:1px;
	margin:1px -11px -11px -11px;
}

div.OZ_IconNotice, div.OZ_IconInfo, div.OZ_IconWarning, div.OZ_IconAlert {
        min-height	 : 42px;
	display		 : block;
	border           : 1px solid #e0e0e0;
	font-size	 : 11px;
	font-weight	 : normal;
	vertical-align	 : top;
	padding		 : 7px 7px 7px 54px;

}

div.OZ_IconNotice {
	background	 : url(icon_not.png) top left no-repeat;
}

div.OZ_IconInfo {
	background	 : url(icon_inf.png) top left no-repeat;
}

div.OZ_IconWarning {
	background	 : url(icon_war.png) top left no-repeat;
}

div.OZ_IconAlert {
	background	 : url(icon_ale.png) top left no-repeat; 
}


