/* setup */
body {
	text-align: left;
	color: #333;
	font-family: Arial, sans-serif;	
	font-size: 14px;
}

#wrap {
	width:1000px;
	margin:0 auto;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #333;
}

p {
	line-height: 1.4em;
}


/* header */
div#header {
	background: #9f1f63;
	width:1000px;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 30px 0;
}


/* content */
div#content {
	width: 900px;
	background: #e6e6e6;
	padding: 20px 50px;
}


h1 {
	font-size: 35px;
	line-height: 1.3em;
	margin: 15px 50px;
}

h1 a.heading {
	text-decoration: underline;
	color: #9f1f63;
}

.index h1 {
	margin: 15px 0;
}

/* tabs */
ul#tabs {
	margin: 10px 0 9px 50px;
}

ul#tabs li {
	display: inline;
}

ul#tabs li a {
	padding: 10px 15px;
	color: #999;	
}

ul#tabs li a.current {
	background: #e6e6e6;
	color: #333;
}

ul#tabs li#logout {
	float: right;
}



/* tabs */
ul#splun-tabs {
	margin: 0px 0 9px 0;
	font-size: 11px;
	padding: 10px 0 0 0;
}

ul#splun-tabs li {
	display: inline;
}

ul#splun-tabs li a {
	padding: 10px 15px 7px 15px;
	color: #808080;	
	background: #ccc;
}

ul#splun-tabs li a.current {
	background: #fff;
	color: #333;
	padding: 10px 15px 11px 15px;
}




/* homepage boxes */
div#boxes {
	margin: 30px 0 0 0;
	background: url(../images/home-boxes.png) repeat-y;	
}

div#boxes div.box {
	width: 240px;
	margin: 0 30px 0 0;
	float: left;
	padding: 20px;
	background: #fff;
}

div#boxes div.last {
	margin: 0;
}

div#boxes h3 {
	color: #9f1f63;
	font-size: 20px;
	margin: 0 0 10px 0;
}

div.box input.text {
	width: 235px;
	border: 1px solid #999;
	padding: .2em;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #333;
}

div.box input.submit {
	float: right;
}

div.box img {
	margin: 0 0 10px 0;
}

div.box a.login, div.box a.login:visited {
	clear: both;
	color: #9f1f63;
	float: right;
	display: block;
	margin: 10px 0 0 0;
}


a.create {
	color: #9f1f63;
}

div.box div.error {
	color: #f00;
	font-weight: bold;
	margin: 5px 0;
}

/* create an account */
div#create {
	width: 880px;
	background: #fff;
	padding: 10px;
}

div#create {
	width: 880px;
	background: #fff;
	padding: 10px;
}

div#create label {
	display: block;
	font-size: 11px;
}

div#create input.text {
	display: block;
	font-size: 11px;
	border: 1px solid #999;
	padding: .2em;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #333;	
}

div#create form {
	float: left;
}

div#create div#create-text {
	float: left;
	margin: 0 0 0 30px;
	width: 500px;
}

div#create div#create-text h1 {
	margin: 0;
}

/* real splun admin content */
div#splun-content {
	width: 900px;
	margin: 0 50px 15px 50px;
}



div#splun-content h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

div#splun-content div#menu {
	width: 310px;
	float: left;
}

div#splun-content div#right {
	width: 570px;
	float: left;
	background: #e6e6e6;
	padding: 10px;
}

div#splun-content div#menu ul li.none {
	padding: 5px 10px;
	font-size: 11px;
}

div#splun-content div#menu ul li a {
	padding: 5px 10px;
	display: block;
	zoom: 1;
	font-size: 11px;
}

div#splun-content div#menu ul li a.current {
	background: #e6e6e6;
}

div#splun-content div#menu ul li ul.spots {
	padding: 0px 10px;
	font-size: 11px;
}

div#splun-content div.content {
	background: #fff;
	padding: 20px;
	margin: 10px 0 0 0;	
}

div#splun-content div.no-menu {
	margin: 0;
}

div#splun-content div.error, div#splun-content div.msg {
	color: #9f1f63;
	margin: 0px 10px 10px 0;
	font-weight: bold;
	font-size: 18px;
}



div#splun-content label, div.box label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 3px 0;
}

div#splun-content label span.ex {
	font-weight: normal;
}

a#newSpot {
	color: #9f1f63;
	margin: 0 0 20px 0;
	display: block;
	text-decoration: underline;
	
}

a#newClue {
	color: #9f1f63;
	font-size: 11px;
	display: block;
	margin: 0 0 0 275px;
}


div#splun-content input.text, div#splun-content-list input.text {
	width: 350px;
	border: 1px solid #999;
	padding: .2em;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #333;
}

div#splun-content textarea {
	width: 350px;
	border: 1px solid #999;
	padding: .2em;
	margin: 0 0 10px 0;
	font-size: 18px;
	height: 120px;
	color: #333;
}

div#splun-content select, div#splun-content-list select {
	width: 360px;
	border: 1px solid #999;
	padding: .2em;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #333;
}

div#splun-content input.submit, div#create input.submit, div.box input.submit {
	display: block;
	margin: 10px 0;
	background: #9f1f63;
	font-size: 14px;
	border: 0;
	color: #fff;
	padding: 5px 10px;
}

div#splun-content input.hidden {
	display: none;
}

div#splun-content input#delete {
	float: right;
}

div#splun-content a.new, div#splun-content-list a.new {
	float: right;
	font-size: 18px;
	color: #9f1f63;
	display: block;
	text-decoration: underline;
}

.hidden {
	display: none;
}

.over {
	color: #f00;
}


/* lists page */

div.send span {
	display: block;
	font-size: 11px;
}

div#splun-content-list {
	/* background: #e6e6e6; */
	margin: 0;
	padding: 0 50px 50px 50px;;
}

div#splun-content-list div.content {
	background: #fff;
	padding: 20px;
}

div.hr {
	border-bottom: 1px solid #e6e6e6;
	padding: 0px 0;
	margin: 0px 0;
}

div.hr-bottom {
	border-top: 1px solid #e6e6e6;
	padding: 0px 0 0 0;
	margin: 10px 0 0 0;
}

div.empty {
	margin: 25px 0 0 10px;
	color: #999;
}

table.list {
	width: 600px;
	margin: 5px 0;
	font-size: 11px;
}

table.list th {
	color: #999;
}

table.list tr td {
	padding: 5px 0;
}

table.list tr th {
	padding: 5px 0 0 0;
}

div#splun-content-list input.text, div#splun-content-list select {
	margin: 0;
}

div#splun-content-list label {
	margin: 0 20px 0 0;
}

div#splun-content-list .submit-right {
	float: right;
}

div#splun-content-list a.new {
	margin: 0 0 0 1em;
}

div#splun-content-list ul {
	margin: 30px 0;
}

div#splun-content-list ul li {
	display: inline;
	margin: 0 20px 0 0;
}

div#splun-content-list ul li a {
	color: #9f1f63;
}

div.messageCount {
	font-size: 11px;
	color: #999;
}

div.over {
	color: #f00;
}

/* chart page */
div.chart-msg {
	font-weight: bold;
	margin: 0 0 10px 0;
}

div.chart div#chart {
	width: 530px;
	height: 250px;
}

/* home / dashboard */
div.content strong {
	font-weight: bold;
}

/* wizard */
div#build div.race-details {
	float: right;
	width: 225px;
}

div#build div.race-details h3 {
	font-size: 24px;
	font-weight: bold;
}

div#build dt {
	font-weight: bold;
	margin: 5px 0 0 0;
}


div#build {
	margin: 20px 50px;
	padding: 20px;
	background: #e6e6e6;
}

div#build strong {
	display: block;
	font-weight: bold;
	font-size: 24px;
}

div#build label, div.send label {
	color: #9f1f63;
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0;
	display: block;
}

div#build p {
	font-size: 12px;
	margin: 10px 0 0 0 ;
}

div#build input.text, div#build select, div#build textarea, div.send textarea {
	width: 490px;
	font-family: courier, serif;
	font-size: 16px;
	border: 1px solid #999;
	padding: .2em;
	margin: 10px 0;
	color: #333;
}

div#build select {
	width: 495px;
}

div#build textarea, div.send textarea {
	height: 100px;
}

div#build img {
	float: right;
	border: 1px solid #333;
}

div#build input.submit, div.send input.submit, input.submit-right {
	background: #9f1f63;
	font-size: 14px;
	display: block;
	margin: 10px 0 0 0;
	border: 0;
	color: #fff;
	padding: 5px 10px;
	float: right;
	clear: both;
}


div#build div.err {
	font-size: 26px;
	color: #f00;
	padding: 10px 0;
}

div#build span.count {
	display: block;
	font-size: 11px;
}

div#build form, div.send form {
	width: 500px;
}

div#build div.done {
	margin: 10px 0;
}

div#build div.done p {
	font-size: 14px;
}

div#build div.done p strong {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

div#build div.done strong {
	display: inline;
	font-weight: bold;
}

div#build div.done a {
	color: #9f1f63;
	text-decoration: underline;
}

div#build ul {
	margin: 10px 0;
}

div#build ul li {
	list-style-type: disc;
	margin: 0 0 0 2em;
}

div#build dl ul {
	margin: 0;
}

div#build dl ul li {
	margin: 0;
	list-style-type: none;
}

p.quota {
	padding: 0 0 20px 0;
}

p.quota a {
	text-decoration: underline;
	color: #9f1f63;
}

span.sent {
	display: block;
	margin: 20px 0;
}


/* standings */
div.standings table tr td {
	font-size: 11px;
	padding: 5px;
}

table tr.even {
	background: #eee;
}

td.center {
	text-align: center;
}

div.standings table tr th {
	font-weight: bold;
	padding: 5px;
}


/* lightbox */
/* Secondary Content */

div#secondaryContent {
	display:none;
	position:relative;
	z-index:20;
	background: #e6e6e6;
	padding:30px 50px 50px 50px;
	width: 900px;
}

div#secondaryContent p {
	text-align:center;
	margin-bottom:35px;
}

div#secondaryContent p a {
	background:#ffffff;
	padding:8px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #cccccc;
	font-size:116%;
	font-weight:bold;
	outline:0;
}

div#secondaryContent div.content {
	text-align:center;
}

/* Shim */

div#shim {
	display:none;
	background:url('../images/1x1black.png');
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

div#shim p {
	background:#ffffff;
	padding:8px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:108%;
	font-weight:bold;
	outline:0;
	position:absolute;
	top:0;
	left:0;
}




/* footer */
div#footer {
	clear: both;
	text-align: right;
	padding: 10px 0;
	font-size: 11px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	*zoom:1;
}
