/* BASICS */
body {
	background-color:#000;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

body, h1, h2, h3 {
	margin:0px;
	padding:0px;
}

ul {padding:0 0 0 10px;}

li {padding: 2px 0 4px 10px;}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {color:#A9BEFF;}
a.ulinks {color:#ffffcc; background: #000000;}
a.ulinks:hover {background: #000000; color: #A9BEFF;}


a.five:link {color: #A9BEFF; background: #000000;}
a.five:visited {color: #A9BEFF;}
a.five:hover {background: #000000; color: #ffffcc;}
a.five:active {background: #000000;}

h1 {font-size:36px;}
h2 {font-size:12px;}
h3 {font-size:14px;}
h4 {color:#A9BEFF; font-size:14px;}
h1.two {
	float:left;
    padding:0 10px 0 0;
}

.four {
font-size:14px;
letter-spacing: .3px; 
}

.intro {
font-size:14px;
font-weight: bold;
}

.title {
font-size:14px; 
font-weight: bold;
color: #A9BEFF;
}

.question {
font-size:14px; 
font-weight: bold;
color: #FFFFCC;
}

.pink {
color:#ff99ff;
font-size:14px;
font-weight:bold;
}

.yellow {
color:#ffffcc;
font-size:14px;
}

.yellowb {
color:#ffffcc;
font-size:14px;
font-weight:bold;
}

.answer {
font-size:14px;
}

.answer li {
list-style-type:none;
font-size:14px; 
}

.pic {padding: 3px 3px 3px 3px;}

.screenshots {
border-color:#ffffff;
border-style:solid;
padding: 3px 3px 3px 3px;
}

.stufflike {
	font-size:14px;
}

.stufflike li {
	font-weight:bold;
}

.tourneyinfo {
	font-size:14px;
	list-style-position:inside;
	margin-left:10px;
	color:#ffffcc;
}

.tourneyinfo li {
	font-weight:bold;
}

.tourneyAt {color:white;}

.weekly {
	font-size:14px;
	list-style-position:inside;
	font-weight:normal;
	color:#ffffcc;
}

.photoCaption {
	font-style: italic;
}

#location_maker, #contact_maker {
	font-size:14px;
	letter-spacing: .3px; 
}

input, select {
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:000000;
}

.admininput {
	float:left;
	background-color:#666666;
	border-color:#999999;
	border-width:1px;
	border-style:solid;
}

.adminlogin {
	padding-left: 400px;
	padding-top: 200px;
}

.mainNav, .mainNavActive {
	font-size:11px;
	text-transform:uppercase;
	display:block;
	border-bottom:1px solid #fff;
	width:280px;
	height:13px;
	font-weight:normal;
	color:#fff;
	padding:8px 10px;
	cursor:pointer;
	vertical-align:top;
	}
.mainNavActive {
	background-color:#191919;
	}
.mainNav:hover {
	background-color:#333333;
	}

.subNav {
	border-top:1px solid #494949;
	margin-bottom:10px;
	}	

.subNavItem, .subNavItemTop {
	font-size:10px;
	text-transform:uppercase;
	display:block;
	border-bottom:1px solid #494949;
	width:240px;
	font-weight:normal;
	color:#999999;
	padding:3px 10px 3px 0;
	height:15px !important;
	height:11px;
	cursor:pointer;
}
.subNavItemTop {
		border-top:1px solid #494949;
}

.subNavItem span, .subNavItemTop span {
	margin-top:3px;
		float:left;
}

.subNavItem:hover, .subNavItemTop span {
	/*color:#fff;*/
}

/* STRUCTURAL */

#filler {
	margin-left:20px;
	height:300px;
	position:absolute;
	top:330px;
}

#mapDiv {
	width: 66%; 
	vertical-align: top;
	height: 500px; 
	margin-left:340px;
	margin-top: 28px;
	width:600px;
}

.indent {
	margin-left:20px;
} 

#header {
	width:100%;
}
	
#header h1 {
	float:left;
}

#header ul {
	margin-left:540px;
	width:445px;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	margin-top:5px;
	line-height:150%;
}

#header li {
	list-style-type:none;
	margin-left:5px;
	font-weight:bold;
	position:relative;
 	display:inline;
}

#header li ul {
  	display: none;
  	position: absolute; 
  	top: 1em;
  	right: 0;
  	list-style: none;
  	width:100px;
  	padding: 5px;
  	border-right: 1px solid #ffffff;
  	background: #000000;
  	z-index:100;
}

li > ul {
	top: auto;
	left: auto;
}

#header li:hover ul, li.over ul { display: block; }
	
#footer {
	float:left;
	padding-left:360px;
}

#page {padding:25px;}

.textcol {
    width:400px;
    float:left;
    padding:1em;
}

.rightcol {
    width:500px;
    margin-left:490px;
    padding:1em;
}

.rightcol2 {
    width:340px;
    padding:1em;
    float:right;
}

#leftCol {
	margin:0 20px 0 0;
	margin-top:20px;
	border-top:1px solid #fff;
	width:300px;
	float:left;
}

#rollers {
	float:left;
	width:100%;	
}

.srHead {
	margin:50px 0 5px 13px;
	padding:0 0 5px 0;
	text-transform:uppercase;
	color:#fff;
	border-bottom:1px solid #fff;
}

.searchResults{
		margin-left:13px;
		margin-bottom:70px;
}

.searchResults ul {
		border-left:8px solid #A9BEFF;
		padding-left:10px;
}
.addMachine {
		display:block;
		clear:both;
		margin-top:00px;
}

#search_results ul {
	margin-bottom:14px;
}

#search_results li{
	list-style-type:none;
	font-size:12px;
	font-weight: bold;
}

.locLink {
	color:#999999;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	border-color:#494949;
	border-width:1px;
	border-style:solid;
	padding:2px 2px 1px 2px;
	float:right;
}

.clear {clear:both;}

/* #map {
	margin-top:20px;
} 
*/

.picture_thumb {
	margin-bottom:8px;
	margin-right: 5px;
}

.btn {
	border:1px solid #494949;
	color:#000;
	background-color:#fed;
	text-transform:uppercase;
	padding:4px 3px 2px 3px;
	display:block;
	margin:0 10px 15px 0;
	float:right;
    cursor:pointer;
}


.button2 {
	border:1px solid #494949;
	color:#000;
	background-color:#CFCFCF;
	text-transform:uppercase;
	padding:2px 1px 1px 1px;
	margin:0 10px 15px 5px;

}
.dBut {
	border:1px solid #494949;
	background-color:#000;
	color:#494949;
	cursor: pointer;
	text-transform:lowercase;
	padding:0 1px;
	margin-left:5px;
	/* margin-top:-2px;*/
}

.closedArrow {
	float:right;
	border:1px solid #fff;
	}
.openArrow {
	float:right;
	border:1px solid #fff;
	}
.mainNav span, .mainNavActive span {
	width:250px;
	display:block;
	float:left;
	margin-top:2px;
	}
select.wideSelect {
	width:280px;
	padding:3px 0px;
	margin-bottom:0px;
	}
select.wideSelect2 {
		width:240px;
		padding:0px 0px;
		margin-bottom:0px;
		}
select.wideSelect3 {
		width:200px;
		padding:3px 0px;
		margin-bottom:0px;
		}
#location_name_foo_textbox, #machine_name_foo_textbox {
	width:275px;
	padding:3px 0px;
	margin-bottom:0px;
	}
.subSelect {
	width:240px;
	padding:3px 0px;
	margin-bottom:5px;
	}
.wideEntry {
	width:270px;
	margin-bottom:5px;
	}
.wideEntry2 {
		width:250px;
		margin-bottom:5px;
		}
.wideEntry3 {
		width:190px;
		margin-bottom:5px;
		}
.subEntry {
	width:240px;
	margin-bottom:5px;
	}
.hs td {
		padding:5px 0px;
}
#search_results {
	color:#fff;
	}
.content {
	margin-left:10px;
	}
.info {
	padding:10px 0px;
	display:block;
	font-style:italic;
	color:#999999;
	}
	
.infoOperator {
	padding:4px 0px;
	display:block;
	font-style:italic;
	color:#999999;
	font-size:10px;
	}
	
#search_results {
	display:block;
	clear:both;
}

.name {
	font-size:12px;
	font-weight:bold;
	float:left;
}

.condition {
		
}
.nameRow {
		margin-top:30px;
}
.simpleContent {
	width:550px;
	font-size:12px;
	line-height:15px;
	margin-top:20px;
}

/* WAINSTOCK */

.map_data {
	color:#000;
}

input.editMode {
    background-color : #A9BEFF;
}

textarea.editMode {
    background-color : #A9BEFF;
}

.savingAjaxWithBackground {
 /*   background-color : #A9BEFF; */
}

.large_condition {

/*    font-size: 12px;
    font-weight: bold;
color:#fff; */
}

td.underlinedTD {
    border-bottom:1px #000000 dashed;
}

table.infoBox {
    background-color:#000;
    font-size:11px;
    padding:2px;
	margin-top:10px;
	color:#FFF;
	width:250px;
}

/* HIGHSLIDE - for images */

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 1px;
	color:#000000;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/* Slider CSS */
.scrollerWrapper
{
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	left:365px;
	top:670px;
}

.scrollerScroller
{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.scrollerNext, .scrollerPrev
{
	padding: 2px;
	width: 16px;
	height: 16px;
	position: absolute;
	display: none;
	background: #aaaaaa url(../imgs/arrow_prev.png) no-repeat center center;
	cursor: pointer;
	cursor: hand;
	
	border: solid 1px #444444;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-border-radius: 8px;
}

.scrollerNext
{
	display: block;
	background: #aaaaaa url(../imgs/arrow_next.png) no-repeat center center;
}

.itemBackground , .itemLink
{
	display: none;
}

