.clear {
	clear: both;
}

body.main {
	margin: 0;
	font-family: "Arial", sans-serif;
	font-size: 12px;
}

.outer {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

.inner {
	margin: 0 auto;
	width: auto;
}

.container {
	width: 1001px;
	margin: 0 auto;
	text-align: center;
}

/*
Heading bar
*/
.heading {
	background: #fff;
	max-width: 1000px;
	margin: 0 auto;
}

.logo {
	width: 410px;
	float: left;
}

.slogan {
	padding-top: 35px;
	width: 350px;
	float: left;
	font-weight: bold;
}

/*
controls the look and feel of the 'pixels-sold/available' box:
*/
iframe[class^='statsframe'] {
	overflow: hidden;
	border: none;
	padding: 0;
	margin: 0;
}

.status_outer {
	float: right;
	width: 149px;
	margin: 5px 5px 0 0;
	background: #fff url(s_bg.gif) no-repeat 5px 0;
}

.status_body {
	margin: 0;
	background-color: transparent;
	overflow:hidden;
}

.status {
	float: right;
	width: 144px;
	height: 53px;
	border: 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-align: center;
	line-height: 16px;
}

/*
Menu bar (section at the top where the navigational links are placed)
*/
.menu_outer {
	clear: both;
	background: #fff url(grgrad.gif) repeat-x;
	height: 53px;
}

.menu_bar {
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	width: auto;
	margin: 0 auto;
	height: 53px;
}

ul.menu {
	width: 1001px;
	margin: 5px auto 0 auto;
}

ul.menu li {
	background: url(button.gif) no-repeat;
	display: inline-block;
	height: 43px;
	line-height: 43px;
	width: 134px;
	margin: 0 2px 0 0;
}

/*
Links in the menu bar
*/
.menu_bar a:link, .menu_bar a:visited {
	color: #000;
	display: block;
	float: left;
	height: 43px;
	line-height: 43px;
	width: 134px;
	text-decoration: none;
}

.menu_bar a:hover {
	color: #004042;
}

/*
Grid iframe
*/
iframe[class^='gridframe'] {
	overflow: hidden;
	border: none;
	border-bottom: 1px solid #D4D6D4;
	border-right: 1px solid #D4D6D4;
	padding: 0;
	margin: 0 auto;
}

/*
Footer
*/
.footer {
	padding: 10px;
	text-align: center;
}

/*
Ads list page
*/

.list {
	width: 100%;
	border: none;
	font-family: Arial, sans-serif;
	font-size: small;
	color: #000;
}

.list a {
	color: #0000ff;
}

.table-row {
	display: table;
	width: 100%;
}

.list-cell,
.list-heading {
	display:table-cell;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px;
	width: 180px;
}

.table-row {
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	border-collapse: collapse;
}

.table-row.header {
	background-color: #dddddd;
	color: #000;
	font-weight: bold;
}
