body {
	background: #FFF;
	color: #000;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

#page, #content.main {
	width: 740px;
	margin: 0px auto;
}

#content.main table {
	width: 100%;
}

#page.chrome {
	width: auto;
}

.center {
	text-align: center;
}

.box {
	float: left;
	border: 1px dotted;
}

#footer,#prefooter {
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid gray;
	font-size: 12px;
}

#header {
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
}

#logos {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
}

#footer img,#header img {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a,#header a,#prefooter a {
	text-decoration: none;
}

#footer #copy {
	font-size: 12px;	
}

#footer #copy a {
	color: #000000;
	font-weight: bold;
}

#box1 {
	border-color: red;
}

#box2 {
	border-color: green;
}

#box3 {
	border-color: blue;
}

#fb-root {
	margin-top: 5px;
}

/* tables */
table.tablesorter {
	font-family: arial;
	background-color: #CDCDCD;
	margin: 10px 0pt 15px;
	font-size: 8pt;
	text-align: left;
}

table.tablesorter thead tr th,table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	text-align: center;
	background-color: #FFF;
	vertical-align: top;
	background-color: #FFF;
}

table.tablesorter tbody td.n {
	font-weight: bold;
}

table.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}

table.tablesorter tbody tr:HOVER td {
	background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}

table.tablesorter thead tr .headerSortDown,table.tablesorter thead tr .headerSortUp
	{
	background-color: #8dbdd8;
}

table.tablesorter tfoot td {
	color: #3D3D3D;
	font-style: italic;
}

.vup {
	color: green;	
}
.vdown {
	color: red;	
}