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;
}

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;
}
#header #logo {
	width: 100px;
	height: 36px;
	background: transparent url(/images/logo.png) no-repeat scroll top left;
	padding: 0;
}
#header a {
	color: #fff;
	background-color: #1262b3;
	padding: 5px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  	
}
#header a:hover {
	color: #ddd;
}
#header a:active {
	color: #eee;
	background-color: #999;
}

/* 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 li {
	display: inline;
	margin-right: 10px;
}

/* content classes */

.hidden {
	display: none;
}
.spaced {
	margin: 0 0 10px 0;
}
.padded {
	padding: 10px;
}
.warn-message {
  color: #777;
  font-weight:bold;  
}

table.padded {
	border-collapse: separate;
	border-spacing: 5px;
	padding: 0;
}
.horizontally-spaced {
	margin: 0 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.half {
  width:50%;
}
.centered {
	text-align: center;
}
.outlined {
	background-color: #eee;
	padding: 15px;
	margin: 5px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.highlighted {
	background-color: #eee;
}
.loading {
	background: url(/images/loading.gif) no-repeat scroll right center;
	padding-right: 20px;
}
.textured {
	background-image: url(/images/texture.png);
}
.textured a {
	color: #1262B3;
}
.checked {
	line-height: 30px;
	background: url(/images/check.png) no-repeat;
	padding: 0 0 0 40px;
}
.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;
}
.notices, .errors {
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px 8px;
}
.notices {
	background-color: #eee;
}
.errors {
	background-color: #fef;
}

/* pagination */

.pagination a {
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	background-color: #80ceff;
	padding: 5px 10px;
	margin: 0 5px;
}
.pagination a:hover {
	color: #999;
	background-color: #eee;
}
.pagination span, .pagination a.current {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #999;
	background-color: #eee;
	padding: 5px 10px;
	margin: 0 5px;
}

/* 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%;  }

/* controls within matrix */

.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: 150px;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: -1px;
	color: #666;
	padding: 0 20px;
}
input[type="submit"] {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	background-color: #1262b3;
	border: 0;
	padding: 5px 10px;
	cursor: pointer;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  	
}
input[type="submit"]:hover {
	color: #ddd;
}
input[type="submit"]:active {
	color: #eee;
	background-color: #999;
}
.fieldWithErrors {
	display: inline;
}

/* jqm */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
   the Window's z-index value will be set to 3000 by default (in jqModal.js). 
   You can change this value by either
   a) supplying one via CSS
   b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	background-color: #fff;
	border: 10px solid #ddd;
	padding: 20px;
	margin-left: -275px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.jqmOverlay {
	background-color: #000;
}

/* Fixed posistioning emulation for IE6.
   Star selector used to hide definition from browsers other than IE6.
   For valid CSS, use a conditional include instead. */

* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
