/* @override http://localhost:8888/globals/css/basic.css */

html, body, *, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
		}

body
{
	background-color: #ebebeb;
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;

}

#header {
	height: 90px;
	background: url(../images/headerspan.png) repeat-x;
}

#headercontent {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#header img.logo {
	width: 70px;
	height: 70px;
	float: left;
	margin-left: 50px;
}

#headercontent h1 {
	font: bold 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	margin-top: 40px;
	margin-left: 110px;
}

#headercontent h1 span {
	color: #fefffe;
	font-weight: normal;
	font-style: normal;
	visibility: visible;
	margin-left: 4px;
}

#activitytext {
	float: right;
	font-size: 0.9em;
	color: #fefffe;
}

#menu {
	float: right;
	margin-top: 20px;
}

ul.menu {
	list-style-type: none;
	color: #fefffe;
	font-weight: bold;
	font-size: 1.2em;
}

#menu ul.menu li a {
	font-weight: bold;
	font-style: normal;
}

#breadcrumb {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

h1
{
	height: 30px;
	margin-top: 10px;
	margin-bottom: 6px;
}

a
{
	color: #171717;
	text-decoration: none;
	font-style: italic;
}

a:hover
{
	color: #de1f7f;
	text-decoration: none;
	font-style: italic;
	background-color: #fefffe;
}

h1.currentsandboxes {
	background: url(../images/current_sandboxes.png) no-repeat;
}


h1.archivedsandboxes {
	background: url(../images/archived_sandboxes.png) no-repeat;
}
h1 span {
	visibility: hidden;
}

#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

table.websites {
	width: 980px;
	background-color: #f2f2f2;
}

table.websites tr.header {
	background: url(../images/tableheader.png) repeat-x;
	height: 10px;
	line-height: 25px;
	text-align: left;
	text-indent: 15px;
	font-size: 1.2em;
}

table.websites tr.header:hover {
	background: none repeat-x;
	background: url(../images/tableheader.png) repeat-x;
}

table.websites tr:hover {
	background: url(../images/tablehover.png) repeat-x;
}

#content table.websites tbody tr th {
	text-align: left;
}

table.websites tbody tr td, table.websites tbody tr th {
		border-bottom: 1px solid #d8d8d8;
}

tbody {
	font-size: 1.2em;
	line-height: 2.4em;
}