/*
	Page: /Include/Styles/style_all.css
	Author: Brad King
	Modified: Wednesday June 30, 2010
	Description:
		Core stylesheet declarations.
*/
@charset "utf-8";

/* Site Wide Styles */
	body {
	/*
		background-repeat: repeat-x; 
		background-image: url(/include/images/style_all/page_background.gif);
	*/
		background-color:#FFF;
		color:#575151;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		margin: 0px;
	}
	
	a {
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}
	
	a.green {
		text-decoration: underline;
	}

	a.green:hover {
		text-decoration: none;
	}

	a.red {
		text-decoration: underline;
	}

	a.red:hover {
		text-decoration: none;
	}
	
	a.purple {
		text-decoration: underline;
	}

	a.purple:hover {
		text-decoration: none;
	}
	
	.form_prefill {
		font-weight:bold;
		color:#999999;
	}

/* Page Holder */
	#page_holder {
    	position: relative;
		text-align: left;
    	margin: 0 auto;
    	max-width: 1250px;
		min-width: 945px;
		padding-left:10px;
		padding-right:10px;
    }
	
/* Page Header */
	#page_header {
		position: relative;
		clear: both; 
	}
	
/* EventCrazy Logo */
	#page_logo {
		background-repeat:no-repeat;
		position: relative; 
		width: 430px;
		height: 135px;
		top: 0px;
		left: 5px;
	}
	
	#header_advertisementBanner {
		position: absolute;
		top: 30px;
		right: 10px;
		width: 468px;
		height: 70px;
	}

/* Header Menu Container */
	#menu_container {
		background-repeat: repeat-x;
		position: relative;
		width: inherit;
		height: 70px;
	}
	
/* Header Left Container */
	#menu_containerLeft {
		background-repeat:no-repeat;
		position: absolute;
		padding:0px;
		width: 454px;
		height: 70px;
	}
	
		#menu_containerLeftSearchArrow {
			background-repeat:no-repeat;
			position: absolute;
			padding:0px;
			top:-10px;
			left:15px;
			width: 51px;
			height: 44px;
		}
	
		#menu_containerLeftOptions02 {
			background-repeat:no-repeat;
			position: absolute;
			padding:0px;
			top:3px;
			left:216px;
			width: 180px;
			height: 31px;
		}
		
			#menu_containerLeftSearchBar {
				background-repeat:no-repeat;
				position: absolute;
				padding:0px;
				top:34px;
				left:27px;
				width: 405px;
				height: 35px;
				text-align:left;
			}
				
				#menu_containerLeftSearchForm {
					position: absolute;
					top:2px;
					left:31px;
					text-align:left;
				}
					
				#menu_containerLeftSearchFormGo {
					background-repeat:no-repeat;
					position: absolute;
					padding:0px;
					top:0px;
					left:363px;
					width:47px;
					height:28px;
				}
				
				#menu_containerLeftSearchFormAdvanced01 {
					background-repeat:no-repeat;
					position: absolute;
					padding:0px;
					top:23px;
					right:55px;
					width:69px;
					height:12px;
					z-index:1000;
				}
				
				/*
				#menu_containerLeftSearchFormAdvanced02 {
					display:none;
					position: absolute;
					padding:0px;
					top:23px;
					right:55px;
					width:69px;
					height:12px;
					z-index:100;
				}
				*/

/* Header Right Container */
	#menu_containerRight {
		background-repeat:no-repeat;
		position: absolute;
		padding:0px;
		right:0px;
		width: 441px;
		height: 70px;
	}
	
		#menu_containerRightOptions {
			background-repeat:no-repeat;
			position: absolute;
			padding:0px;
			top:17px;
			left:180px;
			width: 180px;
			height: 31px;
		}

	#memberInfo_container {
		position: absolute;
		padding:0px;
		top:10px;
		left:91px;
		width: 345px;
		height: 55px;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight:bold;
	}

		#memberInfo_containerDetails {
			background-repeat:no-repeat;
			position: absolute;
			top:0px;
			left:0px;
			width: 345px;
			height: 55px;
		}

			#memberInfo_containerControls {
				position: absolute;
				padding:4px 8px 0px 5px;
				text-align:right;
				top:0px;
				left:0px;
				width: 86px;
				height: 42px;
				color:#575151;
			}

			#memberInfo_containerAvatar {
				position: absolute;
				padding:0px;
				top:6px;
				left:100px;
				width: 34px;
				height: 34px;
				/* border: 1px #FFFFFF solid; */
			}

			#memberInfo_containerStats {
				position: absolute;
				padding:4px 6px 0px 6px;
				top:0px;
				left:137px;
				width: 188px;
				height: 42px;
				color:#575151;
				overflow:hidden;
			}
			
				.memberInfo_containerStatsNumber {
					/* font-style:italic; */
					font-size:10px;
				}

/* Search Bar Content */
	.searchBar_label {
		float: left;
		width: 85px;
		margin-right: 5px;
		margin-bottom: 10px;
		text-align: right;
		font-weight: bold;
		font-size:12px;
		line-height: 18px;
		vertical-align: middle;
	}
	
		.searchBar_field {
			float: left;
			width: 185px;
			padding-bottom: 10px;
			height: 18px;
			line-height: 18px;
			vertical-align: middle;
		}

	#searchBar_labelGraphic {
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold; 
		margin-left:1px; 
		margin-top:3px;
		width:100px;
	}

			#searchBar_fieldGraphic {
				margin-top:2px;
				position:absolute;
				top:0px;
				left:108px;
				width: 185px;
				padding-bottom: 10px;
				height: 18px;
				line-height: 18px;
				vertical-align: middle;
				z-index:1;
			}
	
	#search_advancedBox {
		position: relative;
		display:none;
		top:-12px;
		left:55px;
		width:335px;
		text-align:left;
		z-index:1;
	}
		
		#search_advancedBoxContent {
			position:relative;
			padding:8px;
			padding-left:13px;
			width:309px;
			text-align:left;
		}
	
		#search_advancedBoxButton {
			background-repeat:no-repeat;
			position:relative;
			margin-top:-1px;
			left:263px;
			width:101px;
		}

/* Page Content */
	#content_container {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
		margin-top: 15px;
		margin-left:10px;
		margin-right:10px;
		z-index:1;
	}
		
		#content_containerLeft {
			position:relative;
			margin-right:365px;
			min-height:800px;
			z-index:2;
		}
	
		#content_containerRight {
			position:absolute;
			top:0px;
			right:0px;
			width:335px;
			z-index:2;
		}
	
/* Search Results */
	#result_profile {
		padding-left:10px;
		font-size:10px;
		text-align:left;
	}

	.result_rangeLinks {
		clear:both;
		position: relative; 
		margin-left:auto;
		margin-right:auto;
		padding-top: 20px; 
		font-size: 10px;
		width:330px;
	}

	.result_outerContainer {
		padding-top: 6px;
		padding-bottom:6px;
		width:100%;
	}
		
		.result_count {
			float:left;
			text-align:right;
			width:28px;
			padding:0px;
			padding-top:2px;
			font-size:9px;
			color:#999999;
		}
		
		.result_container {
			position: relative;
			margin-left:35px;
		}
			
			.result_name {
				overflow: hidden;
			}
			
			.result_date {
				font-weight: bold;
				font-size: 12px;
				font-style:italic;
				text-align:left;
				margin-bottom:0px;
			}
				
			.result_location {
				font-size: 12px;
				text-align:left;
				margin-bottom:0px;
			}
				
			.result_inner {
				font-size: 10px;
				margin-left: 10px;
			}
			
			.result_links {
				font-size: 10px;
				margin-left: 10px;
				font-weight: bold;
			}
				
	#result_advertisementBanner {
		width: 468px;
		height: 60px;
		margin-top:20px;
		margin-bottom:20px;
		margin-left:auto;
		margin-right:auto;
	}

/* Small Search Results */
	.result_small_outerContainer {
		padding-top:2px;
		padding-bottom: 2px;
		width:100%;
	}
		
		/*
		.result_small_count {
			float:left;
			text-align:right;
			width:28px;
			padding:0px;
			padding-top:4px;
			font-size:9px;
			color:#999999;
		}
		*/
		
		.result_small_container {
			position: relative;
			/* margin-left:35px; */
		}
			
			.result_small_name {
				overflow: hidden;
			}
			
			.result_small_date {
				font-weight: bold;
				font-size: 10px;
				font-style:italic;
				text-align:left;
				margin-bottom:0px;
			}
				
			.result_small_location {
				font-size: 10px;
				text-align:left;
				margin-bottom:0px;
			}
				
			.result_small_inner {
				font-size: 8px;
				margin-left: 10px;
			}
			
			/*
			.result_small_links {
				font-size: 8px;
				margin-left: 10px;
				font-weight: bold;
			}
			*/

/* Details Page */
	.details_item {
		position:relative;
		margin-bottom:20px;
		clear:both;
	}

/* Comments */
	.comment_outerContainer {
		position:relative;
		padding-top: 20px;
		padding-bottom: 16px;
		width:100%;
	}
		
		.comment_detailsContainer {
			float:left;
			width:120px;
		}
		
			.comment_details {
				float:left;
				text-align:right;
				width:95px;
				font-size:10px;
				color:#818181;
			}
			
			.comment_avatar {
				position:relative;
				top:0px;
				margin-left:100px;
				width:25px;
			}
		
		.comment_innerContainer {
			position: relative;
			margin-left:140px;
			font-size: 12px;
			overflow:hidden;
		}
		
/* Page Footer */
	#footer_advertisementBanner {
		position: relative;
		margin-left:auto;
		margin-right:auto;
		padding-top:120px;
		height: 90px;
		width:728px;
	}
	
	#footer_container {
		display:block;
		position:relative;
		background-repeat:repeat-x;
		background-image: url(/include/images/style_all/footer_containerBack.gif);
		clear: both;
		float:none;
		width: inherit;
		height:90px;
		bottom:0px;
		margin-top: 100px;
		margin-bottom:-17px;
		padding-bottom:0px;
		font-size: 10px;
	}
	
		#footer_containerLeft {
			background-repeat:no-repeat;
			background-image: url(/include/images/style_all/footer_containerLeft.gif);
			position: absolute;
			left:0px;
			top:0px;
			padding:0px;
			height:90px;
			width: 98px;
		}
					
		#footer_containerContent {
			position: absolute;
			padding:0px;
			right:100px;
			top:15px;
			text-align:right;
		}
					
		#footer_containerRight {
			background-repeat:no-repeat;
			background-image: url(/include/images/style_all/footer_containerRight.gif);
			position: absolute;
			padding:0px;
			right:0px;
			top:0px;
			height:90px;
			width: 12px;
		}

/* Page Elements */
	.page_spacer {
		clear:both;
		float:none;
		height: 1px;
		overflow: hidden;
	}
	
	h1 {
		margin: 0px;
	}
	
	h2 {
		margin: 0px;
	}
	
	h3 {
		margin: 0px;
	}
	
	h4 {
		margin: 0px;
	}
	
	h5 {
		margin: 0px;
	}
	
	form {
		margin: 0px;
		border: 0px;
	}
		
	.alert {
		font-weight: bold;
	}

	.alert_container {
		background-repeat: repeat-x;
		background-image: url(/include/images/style_all/alert_back.gif);
		position: relative;
		width: 100%;
		height: 30px;
		margin-bottom:15px;
	}

		.alert_left {
			background-repeat:no-repeat;
			background-image: url(/include/images/style_all/alert_left.gif);
			position: relative;
			left:-6px;
			width: 44px;
			height: 30px;
		}
		
		.alert_body {
			position: absolute;
			left: 40px;
			top:7px;
			width: 85%;
			height: 30px;
		}

		.alert_right {
			background-repeat:no-repeat;
			background-image: url(/include/images/style_all/alert_right.gif);
			position: absolute;
			right: 0px;
			top: 0px;
			width: 6px;
			height: 30px;
		}

	.note {
		font-weight: bold;
	}

	.note_container {
		background-repeat: repeat-x;
		background-image: url(/include/images/style_all/note_back.gif);
		position: relative;
		width: 100%;
		height: 30px;
		margin-bottom:15px;
	}

		.note_left {
			background-repeat:no-repeat;
			background-image: url(/include/images/style_all/note_left.gif);
			position: relative;
			left:-6px;
			width: 44px;
			height: 30px;
		}
		
		.note_body {
			position: absolute;
			left: 40px;
			top:7px;
			width: 90%;
			height: 30px;
		}

		.note_right {
			background-repeat:no-repeat;
			background-image: url(/include/images/style_all/note_right.gif);
			position: absolute;
			right: 0px;
			top: 0px;
			width: 6px;
			height: 30px;
		}
	
	.comment {
		font-weight: bold;
	}

	.comment_container {
		background-repeat: repeat-x;
		background-image: url(/include/images/style_all/comment_back.gif);
		position: relative;
		width: 100%;
		height: 30px;
		margin-bottom:15px;
	}

		.comment_left {
			background-repeat:no-repeat;
			background-image: url(/include/images/style_all/comment_left.gif);
			position: relative;
			left:-6px;
			width: 44px;
			height: 30px;
		}
		
		.comment_body {
			position: absolute;
			left: 40px;
			top:7px;
			width: 90%;
			height: 30px;
		}

		.comment_right {
			background-repeat:no-repeat;
			background-image: url(/include/images/style_all/comment_right.gif);
			position: absolute;
			right: 0px;
			top: 0px;
			width: 6px;
			height: 30px;
		}
	
	.photo {
		font-weight: bold;
	}

	.photo_container {
		background-repeat: repeat-x;
		background-image: url(/include/images/style_all/photo_back.gif);
		position: relative;
		width: 100%;
		height: 30px;
		margin-bottom:15px;
	}

		.photo_left {
			background-repeat:no-repeat;
			background-image: url(/include/images/style_all/photo_left.gif);
			position: relative;
			left:-6px;
			width: 44px;
			height: 30px;
		}
		
		.photo_body {
			position: absolute;
			left: 40px;
			top:7px;
			width: 90%;
			height: 30px;
		}

		.photo_right {
			background-repeat:no-repeat;
			background-image: url(/include/images/style_all/photo_right.gif);
			position: absolute;
			right: 0px;
			top: 0px;
			width: 6px;
			height: 30px;
		}
	
	.header {
		font-weight: bold;
	}

	.header_container {
		background-repeat: repeat-x;
		position: relative;
		width: 100%;
		height: 36px;
		margin-bottom:15px;
	}

		.header_left {
			background-repeat:no-repeat;
			position: relative;
			left:-6px;
			width: 44px;
			height: 36px;
		}
		
		.header_body {
			position: absolute;
			left: 0px;
			top:2px;
			width: 90%;
			height: 36px;
		}

		.header_right {
			background-repeat:no-repeat;
			position: absolute;
			right: -10px;
			top: 0px;
			width: 11px;
			height: 36px;
		}

	.boxMini_container {
		width:100%;
	}

		.boxMini_header_container {
			background-repeat: repeat-x;
			position:relative;
			width:100%;
			height:28px;
		}

			.boxMini_headerLeft {
				background-repeat: no-repeat;
				position: absolute;
				width:10px;
				height:28px;
				top:0px;
				left:-9px;
			}

			.boxMini_header {
				position: absolute;
				left:0px;
				top:1px;
				width:90%;
				height:28px;
				color:#FFF;
			}

			.boxMini_headerRight {
				background-repeat: no-repeat;
				position: absolute;
				width:11px;
				height:28px;
				top:0px;
				right:-10px;
			}

		.boxMini_body_container {
			padding-left:9px;
			padding-right:9px;
			
		}
		
			.boxMini_body_container_orange {
				background:#f9f9f9;
				border-left:#ff5701 1px solid;
				border-right:#ff5701 1px solid;
			}
			
			.boxMini_body_container_red {
				background:#f9f9f9;
				border-left:#a12a68 1px solid;
				border-right:#a12a68 1px solid;
			}

			.boxMini_body_container_green {
				background:#f9f9f9;
				border-left:#7bbb04 1px solid;
				border-right:#7bbb04 1px solid;
			}

			.boxMini_body_container_blue {
				background:#f9f9f9;
				border-left:#0781d2 1px solid;
				border-right:#0781d2 1px solid;
			}

			.boxMini_body_container_purple {
				background:#f9f9f9;
				border-left:#675ec0 1px solid;
				border-right:#675ec0 1px solid;
			}
			
			.boxMini_body {
				width:100%;
			}

		.boxMini_footer_container {
			background-repeat: repeat-x;
			position:relative;
			width:100%;
			height:5px;
		}

			.boxMini_footerLeft {
				background-repeat: no-repeat;
				position: absolute;
				width:5px;
				height:5px;
				top:0px;
				left:0px;
			}

			.boxMini_footerRight {
				background-repeat: no-repeat;
				position: absolute;
				width:5px;
				height:5px;
				top:0px;
				right:0px;
			}

	.seasonal_container {
		background-repeat: no-repeat;
		position:relative;
		width:100%;
		height:300px;
		margin-bottom:15px;
	}

		.seasonal {
			position:absolute;
			bottom:0px;
			left:0px;
			width:100%;
			height:50px;
		}

			.seasonal_body {
				float:right;
				padding-top:12px;
				padding-right:12px;
				font-weight:bold;
				color:#FFFFFF;
			}

			#seasonal_sfLocation {
				padding:2px;
				padding-left:4px;
				margin-left:10px;
				font-size:16px;
			}

	.seasonal_special_container {
		background-repeat: no-repeat;
		position:relative;
		width:100%;
		height:60px;
		margin-bottom:15px;
	}

		.seasonal_special {
			position:absolute;
			bottom:0px;
			left:0px;
			width:100%;
			height:50px;
		}

			.seasonal_special_body {
				float:right;
				padding-top:12px;
				padding-right:12px;
				font-weight:bold;
				color:#FFFFFF;
			}

			#seasonal_special_sfLocation {
				padding:2px;
				padding-left:4px;
				margin-left:10px;
				font-size:16px;
			}

	.dim {
		color:#575151
	}

	.backToTop a {
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
	}

	.backToTop a:hover {
		text-decoration:underline;
	}
	
	p {
		margin-bottom: 10px;
		line-height: 18px;
	}

/* Form Input */
	input, select, textarea {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color:#575151;
	}
	
		label {
			float: left;
			clear:left;
			width: 35%;
			color:#575151;
			text-align: right;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			line-height: 18px;
			vertical-align: middle;
		}

		.inputField {
			float: left;
			position:relative;
			width: 60%;
			margin-left:15px;
			margin-bottom:10px;
			line-height: 18px;
			vertical-align: middle;
		}
	
		.inputArea {
			line-height: 18px;
			display: block;
			margin-bottom: 10px;
			text-align:center;
			margin-left: auto;
			margin-right:auto;
		}
		
		.inputRequired {
			position:relative;
			margin-left:6px;
			margin-right:-10px;
			font-weight:bold;
			font-size:16px;
			color:#f16525;
		}
		
	input.input_noBorder {
		border: 0px;
		margin: -1px;
	}

	input.input_noBackground {
		padding-left:5px;
		padding-right:5px;
		margin:0px;
	}

	select.input_noBorder {
		border: 0px;
		margin: -1px;
	}

	select.input_noBackground {
		margin:0px;
	}

	.inputHint {
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight:normal;
		line-height:normal;
	}
