body {
	font: 13px/175% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0; padding: 0 0 50px 0;
	background: #fff;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	font-weight:bold;
	color: #0B9AC7;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
}
div.foto3d {
        width: 80%;
        margin: 0 auto;
        
}
a:hover {
	font-weight:bold;
	color: #895F30;
border-bottom: 1px solid;
}
span.breadcrumb {
	font-weight:bold;
	color: #0B9AC7;
        font-size:11px;
}

span.breadcrumb a, span.breadcrumb a:active, span.breadcrumb a:link {
	text-decoration: none;
	font-weight:bold;
	color: #0B9AC7;
        font-size:11px;
}
span.breadcrumb a:visited {
	text-decoration: none;
	font-weight:bold;
 font-size:11px;
}
span.breadcrumb a:hover {
	font-weight:bold;
	color: #895F30;
border-bottom: 1px solid;
 font-size:11px;
}
a.link, a.link:active, a.link:link {
	text-decoration: none;
	color: #0B9AC7;
	font-weight:bold;
	font-size:13px;
}
a.link:visited {
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
}
a.link:hover {
	background: #F1F9DA;
	color: #895F30;
	font-weight:bold;
	border-bottom: 1px dotted #895F30;
	font-size:13px;
}



/* headers */
h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #555;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 0px;
	margin: 0;
}


h1.title {

border-bottom:1px solid #EBEBEB;
color:#895F30;
font-family:Georgia,"Times New Roman",Times,serif;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:-2px;
line-height:normal;
margin-top:0px;
padding-bottom:3px;
text-transform:none;
margin-bottom:15px;
}

h2 {
	font-size: 200%;
	color: #895F30;
	padding: 20px 10px 5px 10px;
	margin: 0;
}
h3 {
	font-size: 170%;
	font-weight: normal;
	padding: 20px 10px 5px 10px;
	margin: 0;
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px;
}

/* images */
img {
   border: 0px;
	padding: 0px;
}


img.bordato-left {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
	float:left;
  	margin: 5px 10px;
}

img.bordato-right {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
	float:right;
  	margin: 5px 10px;
}

img.bordato {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
  	margin: 5px 10px;
}
img.bordatosimulazioni {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
  	margin: 5px 5px;
}
div.bordatosimulazioni {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
  	margin: 5px 5px;
}
table.simulazioni td {
        text-align:center;
}
div.fotodx {
        float:right;
        text-align:center;
        margin: 5px;
}
div.fotosx {
        float:left;
        text-align:center;
        margin: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #ECF8FE;
	background: #ECF8FE;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;
   border: 1px solid #ECF8FE;
	background: #ECF8FE url(/images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #976957;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0px;
}
th {
	background: #ADD8E6 url(/images/header-bg.jpg) repeat-x 0 -100px;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #78C7FA;
	border-bottom: solid 2px #fff;
}
tr {
	background: #fff;
}

/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1;
	background: #fdfdfd;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;
}
textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
}

input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #555;
	background: #E6E6E6;

	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0; padding: 12px 0 15px 15px;
	width: 250px;
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox {
	width: 170px;
	color: #777;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/
#wrap-out {
	position: relative;
	background: #fff url(/images/header-bg.jpg) repeat-x;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#wrap {
	background: url(/images/header-photo.jpg) no-repeat right top;
	width: 900px;
	margin: 0 auto;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 900px;
	padding: 0;
	margin-left: 5px;
	background: transparent;
	display: inline;
}
#header {
	position: relative;
	width: 900px;
	height: 325px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

/*  Navigation  */
#nav {
	position: absolute;
	clear: both;
	margin: 0; padding: 0;
	height: 35px;
	left: 0;	top: 35px;
	z-index: 99999;
}
#nav ul {
	float: left;
	list-style: none;
	width: 900px;
	height: 35px;
	text-transform: uppercase;
	margin: 0;	padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 0 20px;
	font: bold 15px/35px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.3px;
	color: #694f42;
}
#nav ul li a:hover,
#nav ul li a:active {
	color: #111;
	background: none;
	border: none;
        text-decoration: underline;
}
#nav ul li#current a {
	color: #0da7d2;
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 65px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-transform: none;
	text-decoration: none;

	/* change the values of top and left to adjust the position of the logo*/
	top: 95px; left: 30px;
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #755643;
	width: 400px;

	/* change the values of top and left to adjust the position */
	top: 190px; left: 35px;
}


/* Main Column */
#main {
	float: left;
	width: 590px;
	padding: 0; margin: 0;
	display: inline;
}
#main h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 3.5em Georgia, "Times New Roman", Times, serif;
	color: #895F30;
	letter-spacing: -2px;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
}
#main h2 a {
	color: #895F30;
	text-decoration: none;
	background: none; border: none;
}
#main ul li {
	list-style-image: url(/images/bullet.gif);
}

/* Sidebar */
#sidebar {
	float: right;
	width: 290px;
	padding: 0; margin: 15px 0 0 0;
	display: inline;
}


#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 3px 5px;
	font: normal 2em 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	color: #666666;
	letter-spacing: -.5px;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;
	background: url(/images/dots.gif) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(/images/dots.gif) repeat-x left bottom;
	padding: 8px 10px;
	margin: 0;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #0C9BC2;

	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	/* letter-spacing: .5px;  */
}
#sidebar ul.sidemenu li a span {
	color: #989898;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: .8em;
}
#sidebar ul.sidemenu li a:hover {
	color: #555;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 0.5em 0;
	margin-top: 10px;
	margin-bottom: 20px;
	font: 12px/150% 'Trebuchet MS', Tahoma, sans-serif;
	background: #ECF8FE;
	color: #777;
	width: 900px;
	float: left;
}

#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;
	color: #666666;
}
#footer-content {
	margin: 0 auto;
	width: 880px;
	text-align: left;
}
#footer-content ul.col-list {
	background: url(/images/dots.gif) repeat-x left top;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;
	width: 98%;
}
#footer-content ul.col-list li {
	background: url(/images/dots.gif) repeat-x left bottom;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;
	color: #777;
	border: none;
}
#footer-content ul.col-list li a:hover {
	color: #333;
	text-decoration: none;
}
#footer-content ul.col-list li a span {
	color: #989898;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer-content .col {
	width: 370px;
	padding: 0 0 30px 0;
	display: inline;
}
#footer-content .space-sep {
	margin-right: 12px;
}
#footer-content .col2 {
	width: 470px;
	padding: 0 0 30px 0;
	display: inline;
}

/* postmeta */
.postmeta {
	padding: 5px; margin: 20px 10px 15px 10px;
	font-size: 1em;
	color: #777;
	border: 1px solid #ECF8FE;
	background: #ECF8FE;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa;	}
.post-info a { color: #C5935C; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img {
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5;
	background: none;
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }























.image_img {
padding: 5px;
     border:1px solid silver;
}


.image_td {
padding: 5px;
     border:1px solid silver;
}



.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 135%;
}

.v09 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; }
.v10 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.v11 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }
.v12 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; }
.v13 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; }
.v14 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; }


/*
.formButton	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.checkLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px;	}
.inputText	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
*/

/* search */
.formSearch { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}



.livello1, .livello1 a, .livello1 a:link, .livello1 a:active, .livello1 a:visited {
	font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
	font-size: 16px;
	color: #0B9AC7;
	font-weight: bold;
	text-decoration: none;
	border:0px;
}

td.livello1 {
	border-bottom: 1px dashed silver;
	background-color: #ECF8FE;
}

.livello1 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #895F30;
	font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
	font-size: 16px;
}


.navLevel1 {
	border-bottom: 1px dashed silver;
}

.livello1 td img {
	border: 0px;
}

.livello1_active, .livello1_active a, .livello1_active a:link, .livello1_active a:active, .livello1_active a:visited, .livello1_active a:hover {
	font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
	font-size: 16px;
	color: #0B9AC7;
	font-weight: bold;
	text-decoration: none;
}







.livello2, .livello2 a, .livello2 a:link, .livello2 a:active, .livello2 a:visited {
	font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
	font-size: 14px;
	color: #0B9AC7;
	font-weight: bold;
	text-decoration: none;
	border:0px;
}

td.livello2, td.livello2_active {
	border-bottom: 1px dashed silver;
	background-color: #ECF8FE;
}

.livello2 a:hover {
	text-decoration: none;
	color: #895F30;
	font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.navLevel2 {
	border-bottom: 1px dashed silver;
}

.livello2 td img {
	border: 0px;
}

.livello2_active, .livello2_active a, .livello2_active a:link, .livello2_active a:active, .livello2_active a:visited, .livello2_active a:hover {
	font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
	font-size: 14px;
	color: #0B9AC7;
	font-weight: bold;
	text-decoration: none;
}










.livello3, .livello3 a, .livello3 a:link, .livello3 a:active, .livello3 a:visited, .livello3 a:hover {
	font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
	font-size: 13px;
	color: #0B9AC7;
	font-weight: bold;
	text-decoration: none;
	border:0px;
}

td.livello3, td.livello3_active {
	border-bottom: 1px dashed silver;
	background-color: #ECF8FE;
}

.livello3 a:hover {
	font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #895F30;
}


.navLevel3 {
	border-bottom: 1px dashed silver;
}


.livello3 td img {
	border: 0px;
}

.livello3_active, .livello3_active a, .livello3_active a:link, .livello3_active a:active, .livello3_active a:visited, .livello3_active a:hover {
	font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
	font-size: 13px;
	color: #0B9AC7;
	font-weight: bold;
	text-decoration: none;
}








.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#lista_articoli {
	float: right;
	padding: 2px 2px 2px 10px;
        margin-left: 15px;
        margin-bottom: 15px;
        border-width: 1px;
        border-color: #272D3A;
        border-style: none;
        border-left-style: dotted;
	width: 150px;
	background-color: #ffffff;
}
#sommariobianco{
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 10px;
        margin-left: 15px;
        margin-right: 15px;
        color: #ffffff;
        text-align: justify;

}

#rientro{
        font-family: Verdana, Helvetica, Arial, sans-serif;
        margin-left: 20px;
        margin-right: 0px;
        width: 90%;
         text-align: justify;
}

/* CSS for the top level list */
#list_top_ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
#list_top_ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#list_top_ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
#list_top_ul li a:link { color: #5E747F; }
#list_top_ul li a:visited { color: #5E747F; }
#list_top_ul li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
	background: white;
	border-bottom: 1px solid white;
}

/* CSS for the currect level list */
#list_level ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#list_level li { margin: 0 0 1px 0; }
#list_level a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #92A1AF;
	width: 160px;
	background-color: #B7C2D0;
}
#list_level a:link, #list_level_ul a:visited {
	color: Black;
	text-decoration: none;
}
#list_level a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF8C00;
	color: Black;
}
#list_level_parent a:link, #list_level_parent a:visited, #list_level_parent_link a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF6600;
	color: White;
}


/** 
 * Sample CSS for DIV pagelayout 
 */
#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#headerBlock {
	padding: 5px;
	margin-bottom: 5px;
	background-color: rgb(213, 219, 225);
}

#mainBlock {
	padding: 5px;
	margin-left: 215px;
	margin-right: 215px;
	background-color: gray;
}

#leftBlock {
	float: left;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#rightBlock {
	float: right;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#footerBlock {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: rgb(213, 219, 225);
}


/**
  * Sample for FORUM
  */
.tableForum { background-color: #FFFFFF; border: 2px #006699 solid; }

th	{
	color: #FFA34F; font-size: 10px; font-weight : normal;
	background-color: #006699; height: 24px;
	background-image: url(../../img/forum/silver/cellpic3.gif);
	background-repeat: repeat-x;
}
th.thForum, th.thTopic, th.thPost, th.thLastPost {
	font-weight: normal; border: #FFFFFF; border-style: solid; height: 24px;

}
th.thForum { border-width: 0px 0px 0px 0px; }
th.thTopic { border-width: 0px 0px 0px 0px; }
th.thPost  { border-width: 0px 0px 0px 0px; }
th.thLastPost { border-width: 0px 0px 0px 0px; }

td.rowIcon, td.rowForum { background-color: #EFEFEF; height: 30px; }
td.rowLabel, td.rowReply { background-color: #EFEFEF; }
td.rowError { background-color: #D82B2B; }
td.rowTopic, td.rowPost, td.rowLastPost, td.rowReplyA	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
td.rowIcon, td.rowLabel, td.rowReply, td.rowReplyA	{ padding-left: 4px; padding-right: 4px; }

.rowText { font-size : 12px; }
.rowError { font-size: 12px; color: #FFFFFF; }
.rowTextMed { font-size : 11px; }
.rowTextSmall { font-size : 10px; }
.rowTextLabel { font-size : 12px; font-weight: bold; }
.rowText,.rowTextMed,.rowTextSmall, .rowTextLabel { color : #000000; }
a.rowText,a.rowTextMed,a.rowTextSmall { color: #006699; text-decoration: none; }
a.rowText:hover,a.rowTextMed:hover,a.rowTextSmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

.catBottom {
	background-color: #D1D7DC;
	background-image: url(../../img/forum/silver/cellpic1.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/* Forum title: Text and link to the forums used in: index.php */
.rowTextForumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
.rowTextForumlink a, .rowTextForumlink a:link, .rowTextForumlink a:active, .rowTextForumlink a:visited {
	text-decoration: none; color : #006699;
}
.rowTextForumlink a:hover { text-decoration: underline; color : #DD6900; }


.navForum { font-weight: bold; font-size: 11px; color : #000000;}
.navForum a, .navForum a:link, .navForum a:active, .navForum a:visited { text-decoration: none; color : #006699; }
.navForum a:hover { text-decoration: underline; color : #006699; }

.forumInputText {
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumTextareaText {
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumButton {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.postdetails { font-size: 10px; color: #000000; margin: 3px 0 0 0; }
.postdetails hr {
	margin: 0 0 0 0;
	padding: 0;
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
}

.postbody		{ font-size: 12px; color : #000000; margin: 0 0 3px 0; padding: 0 }
.postbody a, .postbody a:link, .postbody a:active, .postbody a:visited {
	text-decoration: none; color : #006699;
}
.postbody a:hover { text-decoration: underline; color : #DD6900; }