body {
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #444;
	background-color: #eee;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	color: #66b3e3;
}
a:hover {
	color: #1262b3;
}
a:active {
	background-color: #b2d9f1;
}

h1, h2, h3 {
	font-weight: bold;
	line-height: 1em;
}
h1 {
	font-size: 275%;
	letter-spacing: -2px;
	color: #000;
}
h2 {
	font-size: 150%;
	letter-spacing: -2px;
	color: #222;
}
h3 {
	font-size: 125%;
	letter-spacing: -1px;
	color: #333;
}

/* header */

#header {
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	background-color: #39f;
	padding: 0 20px;
}

#header a {
	color: #fff;
}

#logo {
	width: 200px;
	height: 36px;
	background: transparent url(../images/logo.png) no-repeat;
}

.separator {
	font-weight: normal;
	color: #333;
	margin: 0 10px;
}

/* content */

#content {
	background-color: #fff;
}

#menu {
	font-weight: bold;
	letter-spacing: -1px;
	color: #999;
	background-color: #def;
	padding: 5px 20px;
}
#menu li {
	display: inline;
	margin-right: 10px;
}

/* footer */

#footer {
	border-top: 10px solid #ddd;
}
#footer li {
	display: inline;
	margin: 0 10px 0 0;
}

/* content classes */

.hidden {
	display: none;
}
.spaced {
	margin: 0 0 10px 0;
}
.horizontally-spaced {
	margin: 0 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}

.centered {
	text-align: center;
}

.outlined, .darkened {
	background-color: #eee;
	padding: 15px;
	margin: 5px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.highlighted {
	background-color: #eee;
}
.textured {
	background-image: url(../images/texture.png);
}
.textured a {
	color: #1262B3;
}
.checked {
	background: url(../images/check.png) no-repeat;
	padding: 0 0 0 40px;
	margin: 15px 0;
}
.quote {
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}
.title {
	display: table;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: -1px;
	color: #1262b2;
	background-color: #eee;
	border-top: 1px solid #ddd;
	padding: 5px 10px;
}
.subtitle {
	font-size: 75%;
	color: #888;
}
.body {
	margin: 5px 0 20px 0;
}

/* notice/error classes */

.notices, .errors {
	display: table-cell;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px 8px;
}
.notices {
	background-color: #eee;
}
.errors {
	background-color: #fef;
}

/* popup */

.popup {
	position: relative;
}

.popup ul {
	position: absolute;
	top: 15px;
	right: 0;
	display: none;
	background-color: #fff;
	padding: 5px 0;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.popup li a {
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
}
.popup li a:hover {
	background-color: #ddd;
}

/* matrix */

.matrix {
	width: 100%;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: -1px;
}
.matrix td {
	vertical-align: top;
	padding: 10px 5px;
}
.matrix tr.odd {
	background-color: #f8f8f8;
}
.matrix tr.even {
	background-color: #f0f0f0;
}
.matrix tr:hover {
	background-color: #ddd;
}
.matrix .capture   { width: 25%; }
.matrix .referrer  { width: 25%; }
.matrix .date      { width: 12%; }
.matrix .pageviews { width: 10%; }
.matrix .location  { width: 18%; }
.matrix .browser   { width: 3%;  }
.matrix .actions   { width: 7%;  }

/* */

.play {
	background: transparent url(../images/play.png) no-repeat;
	padding-left: 20px;
}

.outbound {
	background: transparent url(../images/outbound.png) no-repeat;
	padding-left: 12px;
}
.new, .watched, .saved {
	color: #aaa;
	margin: 0 5px;
}
.new {
	display: none;
}

/* forms */

.form input, .form textarea, .form select {
	padding: 5px;
	margin: 5px 0;
}
.form .label {
	width: 100px;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: -1px;
	color: #666;
	padding: 0 30px;
}
input[type="submit"] {
	background: #80ceff none repeat scroll 0 0;
	border: 1px solid #4889b2;
	color: #fff;
	font-weight: bold;
	padding: 6px 8px;
	margin: 5px 0;
	text-decoration: none;
}
input[type="submit"]:hover {
	background: #4889b2 none repeat scroll 0 0;
}
input[type="submit"]:active {
	background: #80ceff none repeat scroll 0 0;
}
.fieldWithErrors {
	display: inline;
}