body, html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #fff;
}

div#breadcrumbs {
	margin-left: 10px;
	margin-right: 10px;
}

a, a:link {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
}

#content {
	border: 1px solid #ccc;
	-webkit-border-radius: 15px;
	margin: 15px;
	padding: 15px;
}
h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 1em;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table tr:first-child  {
	background-color: #fff;
	border-bottom: 2px solid #ccc;
}

table tr:first-child:hover  {
	background-color: #fff;
}

table tr:hover {
	background-color: #eee;
}

table th {
	text-align: left;
}

table th hr {	
	height: 1px;
	border: 0;
}

table td {
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 0;
	padding-top: 4px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}