
@import "/layout/smx_style.css";

DIV.clearboth {
	clear:					both;
}

BODY {
	background-color:		#000;
	color:					white;
}

A {
	color:					yellow;
}

FORM {
	color:					white;
}

/******************************************************/

/*** Logo ***/

.logo {
	text-align:				left; /* leaving out causes IE trouble */
	width:					750px;
	margin:					0 auto;
	background-repeat:		no-repeat;
}

#TourLayout .logo {
	background-image:		url( img/header1.jpg );
	height:					314px;
}

/* Logo for everything but the tour */
.logo {
	background-image:		url( img/header2.jpg );
	height:					224px;
}

.headanim {
	position:				relative;
	width:					194px; /* from .gif */
	height:					135px; /* from .gif */
	top:					51px;
	left:					545px;
}


/*** Blinking buttons - exclusive to SMW ***/

.buttonbar {
	height:					40px;
	background-image:		url( img/barbg.jpg );
	background-repeat:		repeat-x;
}

.buttonbar IMG {
	margin-left:			60px;
	margin-right:			60px;
}


/*** Header ***/

.headinfo P {
	padding:				0;
	margin:					0;
	font-size:				60%;
	line-height:			1.2em;
}

/*** General Form Stuff ***/

.buttons .form_submit {
	background-color:		#ff8080;
}

.buttons .form_submit:hover {
	background-color:		#e05050;
}


.form_select,
.form_text,
.form_textarea,
.form_password {
	border:					solid black 1px;
	background-color:		#ffd0d0;
}

/*** The DaveBox ***/

.daveboxcontainer {
	text-align:				left; /* leaving out causes IE trouble */
	background-image:		url( img/davebox.jpg );
	background-repeat:		no-repeat;
	width:					740px;
	height:					122px;
	color:					white;
	padding:				0;
	margin:					0 auto;
	margin-bottom:			10px; /* just spacing */
	margin-top:				10px; /* just spacing */
}

.davebox {
	/* positioning */
	position:				relative;
	top:					53px;
	left:					150px;
	width:					570px;
	height:					65px;
	/* style */
	font-size:				70%;
	line-height:			1.0em;
}

.box {
	width:					760px;
}

.boxhead {
	background-image:		url( img/cbox_head.png );
	background-repeat:		no-repeat;
	height:					48px;
}

.boxbody {
	background-image:		url( img/cbox_body.png );
	background-repeat:		repeat-y;
}

.boxfoot {
	background-image:		url( img/cbox_foot.png );
	background-repeat:		no-repeat;
	height:					15px;
}


/*** Movie box ***/

.box .description {
	color:					#fcc;
}

.thumbbox {
	background-color:		#a88;
}

.formfield .form_text,
.formfield .form_textarea {
	background-color:		#fbb;
}


/*** Tour Preview ***/

.preview {
	background-color:		#ff9933;
}


/*** Movie pager (1 2 3 4 5) ***/

.moviepager .selected {
	background-color:		#f44;
}


