/* 
	GRender style - grender.css
	Created by Davide Petilli
	www.golemgraphics.com
*/

/* General page style */
body#grender { /* This is the main body of the website */
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	background-color: #FFFFFF;
}

img {
	border: 0px;
}

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

a:hover {
	text-decoration: underline;
	color: #ff3300;
}

/* 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: xx-small;
}

/* General site interface navigation links */
a.navlink:link, a.navlink:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.navlink:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/* Titlebar style */
table#titlebar {
	width: 100%;
	background-color: #ff3300;
	border-bottom-color: #ff0000;
	border-bottom-style: ridge;
}

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

/* Footer table style */
table#footer {
	width: 100%;
}

/* The table which contains the menu */ 
td#topleft {
	width: 100px;
	background-color: #faebd7;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
}

td#bottomleft {
	background-color: #faebd7;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
}

td#rightcol {
	width: 100px;
}

/* News page style */
td#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%;
}

td#footerRow {
	text-align: center;
	background-color: #FAEBD7;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
