/* CSS Document */

/*body */
body{
	background:#ffffff;
	color:#000000;
	font-size:13px;
	margin:0px;
	padding:0;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #ff0000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* General font families for common tags */
font,th,td,p{font:arial}
p{
	margin-top:2px;
	margin-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
}

/*General links for tables */
table{
	font-size:13px;
	padding-left: 5px;
	border-color:#666666;
}

/* Menu text */
.menutext{font-size:18px;font-weight:bold;font-family:Arial, Helvetica, sans-serif}

/* General page style */
a:link,a:active,a:visited,a.postlink{
	color: #FF0000;
	text-decoration:none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover{color:#767676}

/* Main table cell colours and backgrounds */
.row1{background:#272727}
.row2{background:#303030}
.row3{background:#414141}
.row4{background:#000000}
td.spacerow{background:#ffffff}

.row1,.row2,.row3,td.spacerow,td.cat,td.rowpic,th,.topnav{
border:1px solid;border-color:#707070 #000000 #000000 #707070}
.row4{border:1px solid;border-color:#666666 #666666 #666666 #666666;}


/* Table Header cells */
th{background: #171717 url(../images/templates/DucatiRedBlack/images/cb_fbr_tex.gif);color:#8e8e8e;font-size:11px;
font-weight:bold;height:27px;white-space:nowrap;text-align:center;padding-left:8px;padding-right:8px}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1{
text-decoration:none;color:#ffffff}

.subtitle,h2{font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}

/* Specify the space around images */
.imgtopic,.imgicon{margin-left:0}
.imgspace{margin-left:1px;margin-right:2px}
.imgfolder{margin:1px 4px 1px 4px}

/* Gets rid of the need for border="0" on hyperlinked images */
img{border:0 solid}

