/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		mg2009
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team (/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		mg2009
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* mondogrande Button Styles
---------------------------------------- */

/* Rollover buttons
----------------------------------------*/
.buttons {
	width: auto;
	height: auto;
}

/* Rollover state */
.buttons div {
	background-position: 0 100%;
}

/* Rolloff state */
.buttons div a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
}

.buttons div span		{ position: absolute; width: 100%; height: 100%; cursor: pointer;}
.buttons div a:hover span	{ background-position: 0 100%; }

/* Big button images */

.pm_new span	{
	background-image: url(/forum/styles/mg2009/imageset/it/button_pm_new.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.pm_reply span	{
	background-image: url(/forum/styles/mg2009/imageset/it/button_pm_reply.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.topic_locked span	{
	background-image: url(/forum/styles/mg2009/imageset/it/button_topic_locked.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.topic_new span	{
	background-image: url(/forum/styles/mg2009/imageset/it/button_topic_new.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.topic_reply span	{
	background-image: url(/forum/styles/mg2009/imageset/it/button_topic_reply.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_aim span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_aim.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_email span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_email.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_icq span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_icq.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_jabber span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_jabber.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_msnm span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_msnm.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_pm span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_pm.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_www span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_www.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_yahoo span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_yahoo.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.ip span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_ip.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.post_delete span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_post_delete.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.post_edit span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_post_edit.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.post_info span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_post_info.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.post_quote span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_post_quote.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.post_report span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_post_report.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.user_profile span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_user_profile.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.user_search span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_user_search.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.user_warn span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_user_warn.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}


/* Set big button dimensions */
.buttons div.pm_new		{ width: 102px; height: 25px; }
.buttons div.pm_reply		{ width: 77px; height: 20px; }
.buttons div.topic_locked	{ width: 102px; height: 25px; }
.buttons div.topic_new		{ width: 102px; height: 25px; }
.buttons div.topic_reply	{ width: 102px; height: 25px; }
.buttons div.contact_aim	{ width: 77px; height: 20px; }
.buttons div.contact_email	{ width: 77px; height: 20px; }
.buttons div.contact_icq	{ width: 77px; height: 20px; }
.buttons div.contact_jabber	{ width: 77px; height: 20px; }
.buttons div.contact_msnm	{ width: 77px; height: 20px; }
.buttons div.contact_pm		{ width: 77px; height: 20px; }
.buttons div.contact_www	{ width: 77px; height: 20px; }
.buttons div.contact_yahoo	{ width: 77px; height: 20px; }
.buttons div.ip			{ width: 22px; height: 20px; }
.buttons div.post_delete	{ width: 22px; height: 20px; }
.buttons div.post_edit		{ width: 77px; height: 20px; }
.buttons div.post_info		{ width: 22px; height: 20px; }
.buttons div.post_quote		{ width: 77px; height: 20px; }
.buttons div.post_report	{ width: 22px; height: 20px; }
.buttons div.user_profile	{ width: 77px; height: 20px; }
.buttons div.user_search	{ width: 77px; height: 20px; }
.buttons div.user_warn		{ width: 22px; height: 20px; }

/* Layout
 ------------ */
/*================================================================= style =================================================================*/
* { margin:0; padding:0;}
body { background:url('styles/mg2009/theme/images/body_bg.gif') repeat-x top #e9e9e9; font-size:100%; line-height:1em; font-family:Arial; color:#898989;}

/*regole forum
 ------------ */
#rules_reg {
	width:850px;
}
div.rules_faq {
	font-size: 0.91em;
	line-height: 1.1em;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	margin-top: 30px;
	width: 250px;
	border: 1px solid #999999;
}
div.rules_faq a {
	font-weight: bold;
	text-decoration: none;
	color: #6a6a6a;
}
div.rules_faq a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #d3780d;
}
#rules_spl {
	width:300px;
	float:left;
	padding-top: 20px;
}
#rules_content {
	width:500px;
	float:left;
	padding-left: 20px;
	padding-top: 20px;
}
#rules_splreg {
	width:300px;
	float:left;
	padding-top: 20px;
}
#rules_contentreg {
	width:450px;
	float:left;
	padding-left: 20px;
	padding-top: 20px;
}
.rules_head {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	color: #d3780d;
}
a.rules_link {
	font-size:0.9em;
	font-weight:bold;
	line-height:1.3em;
	color: #6a6a6a;
	text-decoration:none;
}
a.rules_link:hover {
	color: #d3780d;
	text-decoration:underline;
}
.rules_txt {
	font-size:0.9em;
	font-weight:normal;
	line-height:1.3em;
	color: #6a6a6a;
	text-decoration:none;
}
.rules_titolo {
	font-size:1.6em;
	font-weight:bold;
	line-height:1.3em;
	color: #6a6a6a;
}
.rules_capitoli a {
	font-size:1em;
	font-weight:bold;
	line-height:1.3em;
	color: #d3780d;
	text-decoration: none;
	padding-bottom: 3px;
}
.rules_capitoli a:hover {
	text-decoration: underline;
}
.rules_articoli a {
	font-size:0.90em;
	font-weight:bold;
	line-height:1.3em;
	color: #6A6A6A;
	text-decoration: none;
	padding-left: 12px;
}
#rules_content .rules_captxt, #rules_contentreg .rules_captxt {
	font-size: 1.5em;
	color: #d3780d;
	margin-bottom: 12px;
}
#rules_content .rules_arttxt, #rules_contentreg .rules_arttxt {
	font-size: 0.95em;
	line-height: 1.2em;
	color: #6a6a6a;
	text-align: justify;
}
#rules_content .rules_somtxt, #rules_contentreg .rules_somtxt {
	font-size: 1.1em;
	font-weight: bold;
	color: #6a6a6a;
	margin-top: 6px;
	margin-bottom: 2px;
}
.rules_articoli a:hover {
	color: #d3780d;
	text-decoration: underline;
}

/*in_line*/
input, select, textarea { vertical-align:middle; font-weight:normal; font-family:Arial; color:#898989; font-weight:normal; font-size:1em}
img {border:0; vertical-align:top; text-align:left;}
ul { list-style:none;}

/*==================list====================*/
ul{margin:0px; padding:0px; list-style:none}
ul li { line-height:1.54em; color:#e7b11a}
ul li a{text-decoration:underline; color:#d46400; font-weight:bold}
ul li a:hover{ text-decoration:none}
/*==========================================*/

a.link {text-decoration:underline; color:#e7b11a}
a.link:hover {text-decoration:none}


.column { float:left;}
.clear { clear:both;}


.titleMG {background:url('styles/mg2009/theme/images/logo.png') no-repeat 28px 13px; height:47px;}
h2 {color:#e7b11a; font-size:1em; margin:0}
h2 a {color:#e7b11a; text-decoration:underline; margin:0}
h3 {font-size:1em; color:#898989; margin:0 0 15px 0}

p {margin:0 0 15px 0}

.main_bg1 {background:url('styles/mg2009/theme/images/left_rep.gif') repeat-y left}
.main_bg2 {background:url('styles/mg2009/theme/images/right_rep.gif') repeat-y right}
.main_bg3 {background:url('styles/mg2009/theme/images/left_bg_1.gif') no-repeat left top}
.main_bg4 {background:url('styles/mg2009/theme/images/right_bg_1.gif') no-repeat right top; padding:0 50px 0 50px}
.main_bg5 {background:#fff; width:100%}

#menu_top, #wrapper_header, #content, .content_1, #footer {width:970px}

/*header*/
#menu_top {height:48px; font-size:0.8125em; line-height:1.23em; background-color:#30333b;}
#menu_top .col_1 {width:38%;}
#menu_top .col_2 {width:61%;padding-top:13px;padding-left:5px;}

#menu {
	width:950px; 
	font-size:0.8125em; 
	line-height:1.23em; 
	background-color:#30333b; 
	padding-left:20px; 
}

#menu ul{
	margin:0px; 
	padding:0px; 
	list-style:none; 
	font-family:Arial;
	text-align:center;
}

#menu ul li {
	line-height:1.23em; 
	display:block; 
	list-style:none; 
	float:left;
}

#menu ul li.m1 a {
	width: 116px;
	display:block;
	background:url('styles/mg2009/theme/images/m1_bg.png') no-repeat left;
	background-position: 10px 1px; 
	padding-top:40px; 
	padding-bottom:10px;
}
#menu ul li.m1 a  {
	display:block;
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}
#menu ul li.m1:hover a {
	background:url('styles/mg2009/theme/images/hover_m1_bg.png') no-repeat left;
	background-position: 10px 1px;
}
#menu ul li.m1 a:hover {
	color:#fff;
}


#menu ul li.m2 a {
	width: 74px;
	display:block;
	background:url('styles/mg2009/theme/images/m2_bg.png') no-repeat left;
	background-position: 10px 1px; 
	padding-top:40px; 
	padding-bottom:10px;
}
#menu ul li.m2 a  {
	display:block;
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}
#menu ul li.m2:hover a {
	background:url('styles/mg2009/theme/images/hover_m2_bg.png') no-repeat left;
	background-position: 10px 1px;
}
#menu ul li.m2 a:hover {
	color:#fff;
}

#menu ul li.m3 a {
	width: 89px;
	display:block;
	background:url('styles/mg2009/theme/images/m3_bg.png') no-repeat left;
	background-position: 10px 1px; 
	padding-top:40px; 
	padding-bottom:10px;
}
#menu ul li.m3 a  {
	display:block;
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}
#menu ul li.m3:hover a {
	background:url('styles/mg2009/theme/images/hover_m3_bg.png') no-repeat left;
	background-position: 10px 1px;
}
#menu ul li.m3 a:hover {
	color:#fff;
}


#menu ul li.m4 a {
	width: 112px;
	display:block;
	background:url('styles/mg2009/theme/images/m4_bg.png') no-repeat left;
	background-position: 10px 1px; 
	padding-top:40px; 
	padding-bottom:10px;
}
#menu ul li.m4 a  {
	display:block;
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}
#menu ul li.m4:hover a {
	background:url('styles/mg2009/theme/images/hover_m4_bg.png') no-repeat left;
	background-position: 10px 1px;
}
#menu ul li.m4 a:hover {
	color:#fff;
}


#menu ul li.m5 a {
	width: 84px;
	display:block;
	background:url('styles/mg2009/theme/images/m5_bg.png') no-repeat left;
	background-position: 10px 1px; 
	padding-top:40px; 
	padding-bottom:10px;
}
#menu ul li.m5 a  {
	display:block;
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}
#menu ul li.m5:hover a {
	background:url('styles/mg2009/theme/images/hover_m5_bg.png') no-repeat left;
	background-position: 10px 1px;
}
#menu ul li.m5 a:hover {
	color:#fff;
}


#menu ul li.m6 a {
	width: 144px;
	display:block;
	background:url('styles/mg2009/theme/images/m6_bg.png') no-repeat left;
	background-position: 10px 1px; 
	padding-top:40px; 
	padding-bottom:10px;
}
#menu ul li.m6 a  {
	display:block;
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}
#menu ul li.m6:hover a {
	background:url('styles/mg2009/theme/images/hover_m6_bg.png') no-repeat left;
	background-position: 10px 1px;
}
#menu ul li.m6 a:hover {
	color:#fff;
}

#wrapper_header { height:160px}

/*content*/
#content {font-size:0.75em; line-height:1.25em}
.cont_ind {padding:26px 15px 0 15px}

.title {margin-bottom:21px; display:block}
.img_left {float:left; margin:2px 20px 0 0}

.pic {display:block; margin-bottom:10px}
.center {text-align:center}

/*footer*/
#footer { height:110px; background:url('styles/mg2009/theme/images/footer_bg.gif') repeat-x top; font-size:0.8125em; color:#6b6b6b; line-height:1.33em}
#footer a {text-decoration:none; color:#6b6b6b}
#footer a:hover {text-decoration:underline}
#footer a.rss {text-decoration:none; color:#6b6b6b; background:url('styles/mg2009/theme/images/rss_img.gif') no-repeat right top; padding-right:23px}
#footer a.rss:hover {text-decoration:underline}
#footer .col_1 {width:87%}
#footer .col_1 .indent {padding:40px 0 0 0px; font-size:0.95em;text-align:center;width:970px;}
#footer .col_2 {width:13%; padding-top:54px}

/*================== index.html ==================*/
#page1 #content .row_1 .col_1 .indent, #page1 #content .row_1 .col_2 .indent {padding-right:10px}
#page1 #content .row_1 .block .ind {padding:23px 15px 27px 21px; text-align:center}
#page1 #content .row_1 .block p {text-align:left; margin:0 0 17px 0}
#page1 #content .row_2 {font-size:1.09em; line-height:1.23em}
#page1 #content .row_2 .col_1 .indent { padding:42px 40px 14px 14px}
#page1 #content .row_2 .col_2 .indent { padding:32px 15px 0 0}

.pos {padding:10px 15px 10px 15px;}
/*==================block====================*/
.block { background:#fafaf9; width:100%}
.block .l_t { background:url('styles/mg2009/theme/images/l_t_1.gif') left top no-repeat; width:100%}
.block .r_t { background:url('styles/mg2009/theme/images/r_t_1.gif') right top no-repeat;}
.block .r_b { background:url('styles/mg2009/theme/images/r_b_1.gif') right bottom no-repeat;}
.block .l_b { background:url('styles/mg2009/theme/images/l_b_1.gif') left bottom no-repeat;}
.block .left {background:url('styles/mg2009/theme/images/border.gif') repeat-y left}
.block .top {background:url('styles/mg2009/theme/images/top_1.gif') repeat-x top}
.block .right {background:url('styles/mg2009/theme/images/border.gif') repeat-y right}
.block .bot {background:url('styles/mg2009/theme/images/border.gif') repeat-x bottom}
.block .title {margin-bottom:37px; display:inline}
.block .pic {margin-bottom:10px}
.block li {line-height:1.67em}
/*==========================================*/

/*======================================================================= layout =======================================================================*/
#site_center {text-align:center;}
#main {margin:0 auto; width:1070px; text-align:left;}

.min_width {min-width:840px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 840)? "840px" : "100%");}

/*You can modify the width of the website by changing "width" parameter with #menu, #wrapper_header, #content, #footer. The minimum value is 840px.*/

.col_1, .col_2, .col_3, .col_box_1, .col_box_2, .col_box_3, .col_box_4 { float:left;}

#content .row_1, .content .row_2 {width:100%}
.content_w {padding:5px 25px 15px 25px;}

/*======= index.html =======*/
#page1 #content .row_1 .col_1 {width:34%;}
#page1 #content .row_1 .col_2 {width:34%;}
#page1 #content .row_1 .col_3 {width:32%;}
#page1 #content .row_2 .col_1 {width:70%;}
#page1 #content .row_2 .col_2 {width:30%;}
/*=========================*/
/*======================================================================= layout =======================================================================*/
/*================================================================= style =================================================================*/
#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('styles/mg2009/theme/images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
	font-size:80%;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #e8e3d9;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	font-size: 0.87em;
	margin: 0;
	float: left;
	font-weight: bold;
}

p.moderators a {
	color: #646464;
	text-decoration: none;
}


p.moderators a:hover {
	color: #d46400;
	text-decoration: underline;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: left;
	padding-left: 5px;
	white-space: nowrap;
}

p.linkmcp a, p.linkmcp a:visited {
	color: #646464;
	text-decoration: none;
}

p.linkmcp a:hover {
	color: #d46400;
	text-decoration: underline;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
}

p.breadcrumbs a, p.breadcrumbs a:visited {
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
	color: #96471c;
	text-decoration: none;
}

p.breadcrumbs a:hover {
	color: #000000;
	text-decoration: underline;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

div.forummod, div.forummod a {
	color: #6a6a6a;
	padding-bottom: 4px;
	font-size: 0.85em;
	text-decoration: none;
}

div.forummod a:hover {
	color: #D46400;
	text-decoration: underline;
}

p.topicauthor {
	margin: 1px 0;
}

.topicauthor a {
	color: #6a6a6a;
	text-decoration: none;
}

.topicauthor a:hover {
	color: #D46400;
	text-decoration: underline;
}

p.topicdetails {
	margin: 1px 0;
	font-size: 0.90em;
	line-height: 110%;
}

.topicdetails a {
	color: #6a6a6a;
	text-decoration: none;
}

.topicdetails a:hover {
	color: #D46400;
	text-decoration: underline;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postauthor a {
	color: #6a6a6a;
	text-decoration: none;
}

.postauthor a:hover {
	color: #D46400;
	text-decoration: underline;
}

.postdetails {
	font-size: .80em;
	color: #000000;
}

.postdetails a {
	color: #6a6a6a;
	text-decoration: none;
}

.postdetails a:hover {
	color: #D46400;
	text-decoration: underline;
}
.postbody {
	font-size: .99em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#6A6A6A;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav, a.nav, a.nav:visited{
	margin: 0;
	color: #6a6a6a;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover{
	color: #D46400;
	text-decoration: underline;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.0em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: .91em;
}

.gensmall a, .gensmall a:visited, .gen a, .gen a:visited, a.gen, a.gen:visited, .genmed a, .genmed a:visited, .row2 a, .row2 a:visited {
	color:#6A6A6A;
	text-decoration: none;
}

.gensmall a:hover, .gen a:hover, a.gen:hover, .genmed a:hover, .row2 a:hover {
	color:#D46400;
	text-decoration: underline;
}

.date_gensmall {
	margin: 1px 1px;
	font-size: 0.93em;
	color:#6A6A6A;
	text-decoration: none;
}

.date_gensmall a, .date_gensmall a:visited {
	margin: 1px 1px;
	font-size: 1.0em;
	color:#6A6A6A;
	text-decoration: none;
}

.date_gensmall a:hover{
	color:#D46400;
	text-decoration: underline;
}
.copyright {
	color: #6B6B6B;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .89em;
}

.titles, a.titles, a.titles:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color:#6A6A6A;
	text-decoration: none;
}

a.titles:hover {
	color:#D46400;
	text-decoration: underline;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #ac7a33;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #E7B123;
	white-space: nowrap;
	padding: 7px 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

td.profile a, td.profile a:visited {
	color:#6A6A6A;
	text-decoration: none;
}

td.profile a:hover {
	color:#D46400;
	text-decoration: underline;
}

.tablebg {
	background-color: #A9B8C2;
}

.tablebreadcrumbs {
	background-color: #f3d1aa;
	margin-bottom:10px;
}
.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
background: #DADADA;
}

.rtl .catdiv {
	background: #DADADA;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #DADADA;
	text-indent: 4px;
}

.cat a, cat a:visited {
	color:#6A6A6A;
	text-decoration: none;
}

.cat a:hover {
	color:#D46400;
	text-decoration: underline;e;
}

.rowbreadcrumbs {
	background-color: #f3d1aa;
	padding: 4px;
}

.row1 {
	background-color: #E9E9E9;
	padding: 4px;
}

.row2 {
	background-color: #f1f0f4;
	padding: 4px;
}

.row3 {
	background-color: #E9E9E9;
	padding: 4px;
}

.row3:hover {
	background-color: #f3f2e5;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------*/

.topictitle, .forumlink {
	margin: 1px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}

.topictitle a, a.topictitle, a.postlink, a.forumlink, a.topictitle:visited, a.postlink:visited, a.forumlink:visited{
	color: #000000;
	text-decoration: none;
}

.topictitle a:hover, a.topictitle:hover, a.forumlink:hover, a.postlink:hover {
	color: #D46400;
	text-decoration: underline;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.0em; 
	line-height: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
} http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* mondogrande Button Styles
---------------------------------------- */

/* Rollover buttons
----------------------------------------*/
.buttons {
	width: auto;
	height: auto;
}

/* Rollover state */
.buttons div {
	background-position: 0 100%;
}

/* Rolloff state */
.buttons div a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
}

.buttons div span		{ position: absolute; width: 100%; height: 100%; cursor: pointer;}
.buttons div a:hover span	{ background-position: 0 100%; }

/* Big button images */

.pm_new span	{
	background-image: url(/forum/styles/mg2009/imageset/it/button_pm_new.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.pm_reply span	{
	background-image: url(/forum/styles/mg2009/imageset/it/button_pm_reply.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.topic_locked span	{
	background-image: url(/forum/styles/mg2009/imageset/it/button_topic_locked.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.topic_new span	{
	background-image: url(/forum/styles/mg2009/imageset/it/button_topic_new.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.topic_reply span	{
	background-image: url(/forum/styles/mg2009/imageset/it/button_topic_reply.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_aim span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_aim.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_email span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_email.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_icq span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_icq.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_jabber span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_jabber.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_msnm span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_msnm.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_pm span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_pm.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_www span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_www.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.contact_yahoo span	{
	background-image: url(/forum/styles/mg2009/imageset/it/icon_contact_yahoo.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.ip span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_ip.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.post_delete span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_post_delete.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.post_edit span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_post_edit.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.post_info span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_post_info.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.post_quote span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_post_quote.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.post_report span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_post_report.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.user_profile span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_user_profile.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.user_search span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_user_search.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}
.user_warn span {
	background-image: url(/forum/styles/mg2009/imageset/it/icon_user_warn.png); 
	background-repeat: no-repeat; 
	background-position: 0 0;}


/* Set big button dimensions */
.buttons div.pm_new		{ width: 102px; height: 25px; }
.buttons div.pm_reply		{ width: 77px; height: 20px; }
.buttons div.topic_locked	{ width: 102px; height: 25px; }
.buttons div.topic_new		{ width: 102px; height: 25px; }
.buttons div.topic_reply	{ width: 102px; height: 25px; }
.buttons div.contact_aim	{ width: 77px; height: 20px; }
.buttons div.contact_email	{ width: 77px; height: 20px; }
.buttons div.contact_icq	{ width: 77px; height: 20px; }
.buttons div.contact_jabber	{ width: 77px; height: 20px; }
.buttons div.contact_msnm	{ width: 77px; height: 20px; }
.buttons div.contact_pm		{ width: 77px; height: 20px; }
.buttons div.contact_www	{ width: 77px; height: 20px; }
.buttons div.contact_yahoo	{ width: 77px; height: 20px; }
.buttons div.ip			{ width: 22px; height: 20px; }
.buttons div.post_delete	{ width: 22px; height: 20px; }
.buttons div.post_edit		{ width: 77px; height: 20px; }
.buttons div.post_info		{ width: 22px; height: 20px; }
.buttons div.post_quote		{ width: 77px; height: 20px; }
.buttons div.post_report	{ width: 22px; height: 20px; }
.buttons div.user_profile	{ width: 77px; height: 20px; }
.buttons div.user_search	{ width: 77px; height: 20px; }
.buttons div.user_warn		{ width: 22px; height: 20px; }

/* Layout
 ------------ */
/*================================================================= style =================================================================*/
* { margin:0; padding:0;}
body { background:url('styles/mg2009/theme/images/body_bg.gif') repeat-x top #e9e9e9; font-size:100%; line-height:1em; font-family:Arial; color:#898989;}

/*regole forum
 ------------ */
#rules_reg {
	width:850px;
}
div.rules_faq {
	font-size: 0.91em;
	line-height: 1.1em;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	margin-top: 30px;
	width: 250px;
	border: 1px solid #999999;
}
div.rules_faq a {
	font-weight: bold;
	text-decoration: none;
	color: #6a6a6a;
}
div.rules_faq a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #d3780d;
}
#rules_spl {
	width:300px;
	float:left;
	padding-top: 20px;
}
#rules_content {
	width:500px;
	float:left;
	padding-left: 20px;
	padding-top: 20px;
}
#rules_splreg {
	width:300px;
	float:left;
	padding-top: 20px;
}
#rules_contentreg {
	width:450px;
	float:left;
	padding-left: 20px;
	padding-top: 20px;
}
.rules_head {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	color: #d3780d;
}
a.rules_link {
	font-size:0.9em;
	font-weight:bold;
	line-height:1.3em;
	color: #6a6a6a;
	text-decoration:none;
}
a.rules_link:hover {
	color: #d3780d;
	text-decoration:underline;
}
.rules_txt {
	font-size:0.9em;
	font-weight:normal;
	line-height:1.3em;
	color: #6a6a6a;
	text-decoration:none;
}
.rules_titolo {
	font-size:1.6em;
	font-weight:bold;
	line-height:1.3em;
	color: #6a6a6a;
}
.rules_capitoli a {
	font-size:1em;
	font-weight:bold;
	line-height:1.3em;
	color: #d3780d;
	text-decoration: none;
	padding-bottom: 3px;
}
.rules_capitoli a:hover {
	text-decoration: underline;
}
.rules_articoli a {
	font-size:0.90em;
	font-weight:bold;
	line-height:1.3em;
	color: #6A6A6A;
	text-decoration: none;
	padding-left: 12px;
}
#rules_content .rules_captxt, #rules_contentreg .rules_captxt {
	font-size: 1.5em;
	color: #d3780d;
	margin-bottom: 12px;
}
#rules_content .rules_arttxt, #rules_contentreg .rules_arttxt {
	font-size: 0.95em;
	line-height: 1.2em;
	color: #6a6a6a;
	text-align: justify;
}
#rules_content .rules_somtxt, #rules_contentreg .rules_somtxt {
	font-size: 1.1em;
	font-weight: bold;
	color: #6a6a6a;
	margin-top: 6px;
	margin-bottom: 2px;
}
.rules_articoli a:hover {
	color: #d3780d;
	text-decoration: underline;
}

/*in_line*/
input, select, textarea { vertical-align:middle; font-weight:normal; font-family:Arial; color:#898989; font-weight:normal; font-size:1em}
img {border:0; vertical-align:top; text-align:left;}
ul { list-style:none;}

/*==================list====================*/
ul{margin:0px; padding:0px; list-style:none}
ul li { line-height:1.54em; color:#e7b11a}
ul li a{text-decoration:underline; color:#d46400; font-weight:bold}
ul li a:hover{ text-decoration:none}
/*==========================================*/

a.link {text-decoration:underline; color:#e7b11a}
a.link:hover {text-decoration:none}


.column { float:left;}
.clear { clear:both;}


.titleMG {background:url('styles/mg2009/theme/images/logo.png') no-repeat 28px 13px; height:47px;}
h2 {color:#e7b11a; font-size:1em; margin:0}
h2 a {color:#e7b11a; text-decoration:underline; margin:0}
h3 {font-size:1em; color:#898989; margin:0 0 15px 0}

p {margin:0 0 15px 0}

.main_bg1 {background:url('styles/mg2009/theme/images/left_rep.gif') repeat-y left}
.main_bg2 {background:url('styles/mg2009/theme/images/right_rep.gif') repeat-y right}
.main_bg3 {background:url('styles/mg2009/theme/images/left_bg_1.gif') no-repeat left top}
.main_bg4 {background:url('styles/mg2009/theme/images/right_bg_1.gif') no-repeat right top; padding:0 50px 0 50px}
.main_bg5 {background:#fff; width:100%}

#menu_top, #wrapper_header, #content, .content_1, #footer {width:970px}

/*header*/
#menu_top {height:48px; font-size:0.8125em; line-height:1.23em; background-color:#30333b;}
#menu_top .col_1 {width:38%;}
#menu_top .col_2 {width:61%;padding-top:13px;padding-left:5px;}

#menu {
	width:950px; 
	font-size:0.8125em; 
	line-height:1.23em; 
	background-color:#30333b; 
	padding-left:20px; 
}

#menu ul{
	margin:0px; 
	padding:0px; 
	list-style:none; 
	font-family:Arial;
	text-align:center;
}

#menu ul li {
	line-height:1.23em; 
	display:block; 
	list-style:none; 
	float:left;
}

#menu ul li.m1 a {
	width: 116px;
	display:block;
	background:url('styles/mg2009/theme/images/m1_bg.png') no-repeat left;
	background-position: 10px 1px; 
	padding-top:40px; 
	padding-bottom:10px;
}
#menu ul li.m1 a  {
	display:block;
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}
#menu ul li.m1:hover a {
	background:url('styles/mg2009/theme/images/hover_m1_bg.png') no-repeat left;
	background-position: 10px 1px;
}
#menu ul li.m1 a:hover {
	color:#fff;
}


#menu ul li.m2 a {
	width: 74px;
	display:block;
	background:url('styles/mg2009/theme/images/m2_bg.png') no-repeat left;
	background-position: 10px 1px; 
	padding-top:40px; 
	padding-bottom:10px;
}
#menu ul li.m2 a  {
	display:block;
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}
#menu ul li.m2:hover a {
	background:url('styles/mg2009/theme/images/hover_m2_bg.png') no-repeat left;
	background-position: 10px 1px;
}
#menu ul li.m2 a:hover {
	color:#fff;
}

#menu ul li.m3 a {
	width: 89px;
	display:block;
	background:url('styles/mg2009/theme/images/m3_bg.png') no-repeat left;
	background-position: 10px 1px; 
	padding-top:40px; 
	padding-bottom:10px;
}
#menu ul li.m3 a  {
	display:block;
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}
#menu ul li.m3:hover a {
	background:url('styles/mg2009/theme/images/hover_m3_bg.png') no-repeat left;
	background-position: 10px 1px;
}
#menu ul li.m3 a:hover {
	color:#fff;
}


#menu ul li.m4 a {
	width: 112px;
	display:block;
	background:url('styles/mg2009/theme/images/m4_bg.png') no-repeat left;
	background-position: 10px 1px; 
	padding-top:40px; 
	padding-bottom:10px;
}
#menu ul li.m4 a  {
	display:block;
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}
#menu ul li.m4:hover a {
	background:url('styles/mg2009/theme/images/hover_m4_bg.png') no-repeat left;
	background-position: 10px 1px;
}
#menu ul li.m4 a:hover {
	color:#fff;
}


#menu ul li.m5 a {
	width: 84px;
	display:block;
	background:url('styles/mg2009/theme/images/m5_bg.png') no-repeat left;
	background-position: 10px 1px; 
	padding-top:40px; 
	padding-bottom:10px;
}
#menu ul li.m5 a  {
	display:block;
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}
#menu ul li.m5:hover a {
	background:url('styles/mg2009/theme/images/hover_m5_bg.png') no-repeat left;
	background-position: 10px 1px;
}
#menu ul li.m5 a:hover {
	color:#fff;
}


#menu ul li.m6 a {
	width: 144px;
	display:block;
	background:url('styles/mg2009/theme/images/m6_bg.png') no-repeat left;
	background-position: 10px 1px; 
	padding-top:40px; 
	padding-bottom:10px;
}
#menu ul li.m6 a  {
	display:block;
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}
#menu ul li.m6:hover a {
	background:url('styles/mg2009/theme/images/hover_m6_bg.png') no-repeat left;
	background-position: 10px 1px;
}
#menu ul li.m6 a:hover {
	color:#fff;
}

#wrapper_header { height:160px}

/*content*/
#content {font-size:0.75em; line-height:1.25em}
.cont_ind {padding:26px 15px 0 15px}

.title {margin-bottom:21px; display:block}
.img_left {float:left; margin:2px 20px 0 0}

.pic {display:block; margin-bottom:10px}
.center {text-align:center}

/*footer*/
#footer { height:110px; background:url('styles/mg2009/theme/images/footer_bg.gif') repeat-x top; font-size:0.8125em; color:#6b6b6b; line-height:1.33em}
#footer a {text-decoration:none; color:#6b6b6b}
#footer a:hover {text-decoration:underline}
#footer a.rss {text-decoration:none; color:#6b6b6b; background:url('styles/mg2009/theme/images/rss_img.gif') no-repeat right top; padding-right:23px}
#footer a.rss:hover {text-decoration:underline}
#footer .col_1 {width:87%}
#footer .col_1 .indent {padding:40px 0 0 0px; font-size:0.95em;text-align:center;width:970px;}
#footer .col_2 {width:13%; padding-top:54px}

/*================== index.html ==================*/
#page1 #content .row_1 .col_1 .indent, #page1 #content .row_1 .col_2 .indent {padding-right:10px}
#page1 #content .row_1 .block .ind {padding:23px 15px 27px 21px; text-align:center}
#page1 #content .row_1 .block p {text-align:left; margin:0 0 17px 0}
#page1 #content .row_2 {font-size:1.09em; line-height:1.23em}
#page1 #content .row_2 .col_1 .indent { padding:42px 40px 14px 14px}
#page1 #content .row_2 .col_2 .indent { padding:32px 15px 0 0}

.pos {padding:10px 15px 10px 15px;}
/*==================block====================*/
.block { background:#fafaf9; width:100%}
.block .l_t { background:url('styles/mg2009/theme/images/l_t_1.gif') left top no-repeat; width:100%}
.block .r_t { background:url('styles/mg2009/theme/images/r_t_1.gif') right top no-repeat;}
.block .r_b { background:url('styles/mg2009/theme/images/r_b_1.gif') right bottom no-repeat;}
.block .l_b { background:url('styles/mg2009/theme/images/l_b_1.gif') left bottom no-repeat;}
.block .left {background:url('styles/mg2009/theme/images/border.gif') repeat-y left}
.block .top {background:url('styles/mg2009/theme/images/top_1.gif') repeat-x top}
.block .right {background:url('styles/mg2009/theme/images/border.gif') repeat-y right}
.block .bot {background:url('styles/mg2009/theme/images/border.gif') repeat-x bottom}
.block .title {margin-bottom:37px; display:inline}
.block .pic {margin-bottom:10px}
.block li {line-height:1.67em}
/*==========================================*/

/*======================================================================= layout =======================================================================*/
#site_center {text-align:center;}
#main {margin:0 auto; width:1070px; text-align:left;}

.min_width {min-width:840px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 840)? "840px" : "100%");}

/*You can modify the width of the website by changing "width" parameter with #menu, #wrapper_header, #content, #footer. The minimum value is 840px.*/

.col_1, .col_2, .col_3, .col_box_1, .col_box_2, .col_box_3, .col_box_4 { float:left;}

#content .row_1, .content .row_2 {width:100%}
.content_w {padding:5px 25px 15px 25px;}

/*======= index.html =======*/
#page1 #content .row_1 .col_1 {width:34%;}
#page1 #content .row_1 .col_2 {width:34%;}
#page1 #content .row_1 .col_3 {width:32%;}
#page1 #content .row_2 .col_1 {width:70%;}
#page1 #content .row_2 .col_2 {width:30%;}
/*=========================*/
/*======================================================================= layout =======================================================================*/
/*================================================================= style =================================================================*/
#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('styles/mg2009/theme/images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
	font-size:80%;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #e8e3d9;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	font-size: 0.87em;
	margin: 0;
	float: left;
	font-weight: bold;
}

p.moderators a {
	color: #646464;
	text-decoration: none;
}


p.moderators a:hover {
	color: #d46400;
	text-decoration: underline;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: left;
	padding-left: 5px;
	white-space: nowrap;
}

p.linkmcp a, p.linkmcp a:visited {
	color: #646464;
	text-decoration: none;
}

p.linkmcp a:hover {
	color: #d46400;
	text-decoration: underline;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
}

p.breadcrumbs a, p.breadcrumbs a:visited {
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
	color: #96471c;
	text-decoration: none;
}

p.breadcrumbs a:hover {
	color: #000000;
	text-decoration: underline;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.forummod, p.forummod a {
	color: #6a6a6a;
	padding-bottom: 4px;
	font-size: 0.85em;
	text-decoration: none;
}

p.forummod a:hover {
	color: #D46400;
	text-decoration: underline;
}

p.topicauthor {
	margin: 1px 0;
}

.topicauthor a {
	color: #6a6a6a;
	text-decoration: none;
}

.topicauthor a:hover {
	color: #D46400;
	text-decoration: underline;
}

p.topicdetails {
	margin: 1px 0;
	font-size: 0.90em;
	line-height: 110%;
}

.topicdetails a {
	color: #6a6a6a;
	text-decoration: none;
}

.topicdetails a:hover {
	color: #D46400;
	text-decoration: underline;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postauthor a {
	color: #6a6a6a;
	text-decoration: none;
}

.postauthor a:hover {
	color: #D46400;
	text-decoration: underline;
}

.postdetails {
	font-size: .80em;
	color: #000000;
}

.postdetails a {
	color: #6a6a6a;
	text-decoration: none;
}

.postdetails a:hover {
	color: #D46400;
	text-decoration: underline;
}
.postbody {
	font-size: .99em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#6A6A6A;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav, a.nav, a.nav:visited{
	margin: 0;
	color: #6a6a6a;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover{
	color: #D46400;
	text-decoration: underline;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.0em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: .91em;
}

.gensmall a, .gensmall a:visited, .gen a, .gen a:visited, a.gen, a.gen:visited, .genmed a, .genmed a:visited, .row2 a, .row2 a:visited {
	color:#6A6A6A;
	text-decoration: none;
}

.gensmall a:hover, .gen a:hover, a.gen:hover, .genmed a:hover, .row2 a:hover {
	color:#D46400;
	text-decoration: underline;
}

.date_gensmall {
	margin: 1px 1px;
	font-size: 0.93em;
	color:#6A6A6A;
	text-decoration: none;
}

.date_gensmall a, .date_gensmall a:visited {
	margin: 1px 1px;
	font-size: 1.0em;
	color:#6A6A6A;
	text-decoration: none;
}

.date_gensmall a:hover{
	color:#D46400;
	text-decoration: underline;
}
.copyright {
	color: #6B6B6B;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .89em;
}

.titles, a.titles, a.titles:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color:#6A6A6A;
	text-decoration: none;
}

a.titles:hover {
	color:#D46400;
	text-decoration: underline;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #ac7a33;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #E7B123;
	white-space: nowrap;
	padding: 7px 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

td.profile a, td.profile a:visited {
	color:#6A6A6A;
	text-decoration: none;
}

td.profile a:hover {
	color:#D46400;
	text-decoration: underline;
}

.tablebg {
	background-color: #A9B8C2;
}

.tablebreadcrumbs {
	background-color: #f3d1aa;
	margin-bottom:10px;
}
.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
background: #DADADA;
}

.rtl .catdiv {
	background: #DADADA;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #DADADA;
	text-indent: 4px;
}

.cat a, cat a:visited {
	color:#6A6A6A;
	text-decoration: none;
}

.cat a:hover {
	color:#D46400;
	text-decoration: underline;e;
}

.rowbreadcrumbs {
	background-color: #f3d1aa;
	padding: 4px;
}

.row1 {
	background-color: #E9E9E9;
	padding: 4px;
}

.row2 {
	background-color: #f1f0f4;
	padding: 4px;
}

.row3 {
	background-color: #E9E9E9;
	padding: 4px;
}

.row3:hover {
	background-color: #f3f2e5;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------*/

.topictitle, .forumlink {
	margin: 1px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}

a.topictitle, a.postlink, a.forumlink, a.topictitle:visited, a.postlink:visited, a.forumlink:visited{
	color: #000000;
	text-decoration: none;
}

a.topictitle:hover, a.forumlink:hover, a.postlink:hover {
	color: #D46400;
	text-decoration: underline;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.0em; 
	line-height: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}