/* 
	GRender style - grender.css
	Created by Davide Petilli
	www.golemgraphics.com
	This is the specific style for the print
*/

/* General page style */
body#grender { /* This is the main body of the website */
	font-family: Times New Roman, Times, serif;
	font-size: small;
	font-weight: normal;
	text-align: justify;
	color: #000000;
}

img {
	border: 0px;
}

/* General font families for common tags */
a:link, a:visited {
	font-size: small;
	text-decoration: none;
}

/* What type of symbol to use in lists? */
ul {
	list-style-type: disc;
}

/* Specific classes */
div.centered {
	text-align: center;
}

div.rightaligned {
	text-align: right;
}

span.smaller {
	font-size: x-small;
}

/* Titlebar style */
table#titlebar {
	display: none;
}

/* Maintable style */
table#maintable {
	width: 100%;
}

/* Footer table style */
table#footer {
	display: none;
}

/* The table which contains the menu */ 
td#topleft {
	display: none;
}

td#bottomleft {
	display: none;
}

th#rightcol {
	display: none;
}

/* News page style */
th#descriptioncell {
	width: 100%;
}

td#newscell {
	font-size: x-small;
	width: 63%;
}

td#reportcell {
	font-size: x-small;
	width: 35%;
}

td#spacercell {
	width: 2%;
}
/******************/

/* Screenshots page */
table#screenshots {
	width: 100%;
}

