/* Copyright (c) 2009 JeffCraft.ca              */
/* Designed and coded by Crafty of jeffcraft.ca */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #a4a4a4;
	background-image: url(../images/bgfade.png);
	background-repeat: repeat-x;
}

/*Aligning all table cells to the left to prevent
IE from centering by default*/
td { 
  text-align: left;
  font-size: 10pt;
}

a.blue:link {
	color: #0000ff;
	text-decoration: none;
}
a.blue:visited {
	color: #0000ff;
	text-decoration: none;
}
a.blue:active {
	color: #0000ff;
	text-decoration: none;
}
a.blue:hover {
	color: #0000ff;
	text-decoration: underline;
}

#container {
	width: 820px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 3px;
	height: 112px;
	width: 800px;
	float: left;
}
#leftfade{
	width: 10px;
	height: auto;
	background-image: url(../images/leftfade.png);
	background-repeat: repeat-y;
	float: left;
}
#main{
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
	float: left;
}
#rightfade{
	width: 10px;
	height: auto;
	background-image: url(../images/rightfade.png);
	background-repeat: repeat-y;
	float: left;
}
#footer{
	width: 820px;
	height: 25px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	font-size: 7pt;
	text-align: center;
	float: left;
}
div.icona{
	width: 64px;
	padding: 10px;
	height: auto;
	text-align: center;
	font-size: 10pt;
	float: left;
}

/* Link class displaying blue link 
then underlines when hovering */
a.blue:link {
	color: #000000;
	text-decoration:none;
}
a.blue:visited {
	color: #000000;
	text-decoration:none;
}
a.blue:active {
	color: #000000;
	text-decoration:none;
}
a.blue:hover {
	color: #0000FF;
	text-decoration:none;
}

td.usrlist{
	border: 1px solid #000000;
	padding: 5px;
	color: #000000;
	text-align: center;
}

td.usrlist1{
	border: 1px solid #000000;
	padding: 2px;
	color: #000000;
	text-align: center;
}

td.usrlist2{
	border: 1px solid #000000;
	padding: 2px;
	color: #000000;
	text-align: left;
}

div.hr{
	border-top: 1px solid #999;
	height: 1px;
	padding-bottom: 7px;
}
