/* Monto CSS Document */

/* The Grand Equaliser Rule */
	html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p, div, span, img {
		margin: 0;
		padding: 0;
		border: 0;
	}

/* define html elements */
	body {
		background: #000 url('../img/bg-pattern-02.jpg') no-repeat center top;
		background-attachment: fixed;
		font-family: Georgia, Palatino Linotype, Palatino, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #666;
	}

	a, a:visited {
		color: #990000;
		text-decoration:none;
		outline: none;
	}
	
	a:active, a:hover {
		text-decoration:underline;
		outline: none;
	}
	
	p {
		line-height: 16px;
		margin: 0 0 10px 0;
	}
	
	h2 {
		font-weight: normal;
		font-size: 32px;
		color: #990000;
		margin: 0;
	}
	
	h2 a {
		font-weight: normal;
		font-size: 32px;
		color: #990000;
		margin: 0;
		text-transform:uppercase;
	}
	
	h2 a:hover {
		text-decoration: underline;
	}
	
	h3 {
		font-weight: bold;
		font-size: 24px;
		color: #333;
	}
	
	
/* STRUCTURE */

	#main-container {
		width: 100%;
	}
	
	#header-container {
		width: 100%;
		height: 90px;
		background: transparent url('../img/shadow-top.png') no-repeat center bottom;
	}
	
		/* Header with thick grey line at the bottom*/
		#header {
			width: 970px;
			margin: 0 auto 0 auto;
			height: 90px;
			background: transparent url('../img/bg-header-line.gif') repeat-x center bottom;
		}
		
			/* Monto logo */
			#logo {
				float: left;
				width: 248px;
				height: 40px;
				margin: 37px 0 0 0;
				background: transparent url('../img/monto-logo-blue.png') no-repeat left bottom;
			}
			
				#logo h1 {
					display: none;
				}
	
	/* Side shadows*/		
	#page-container {
		width: 100%;
		background: transparent url('../img/shadow.png') repeat-y center top;
	}
	
	/* Bottom shadow*/
	#footer-container {
		width: 100%;
		background: transparent url('../img/shadow-bottom.png') no-repeat center top;
		height: 30px;
	}
	
	/* Main container with off white grain effect*/
	#content-container {
		width: 970px;
		margin: 0 auto 0 auto;
		border-top: 1px solid #e1dbc1;
		border-bottom: 1px solid #ccc;
		background: #fffffa url('../img/bg-page.gif') repeat left top;
	}
	
		#content {
			padding: 30px;
		}
		
	/* Main left column of site structure*/
	.left-column {
			float: left;
			width: 606px;
			padding: 0px 20px 0 0;
			border-right: 1px solid #ccc;
		}
	
	/* main right column of site structure*/	
	.right-column {
			float: left;
			width: 263px;
			padding: 0 0 0 20px;
		}
				
				
/* ------------ MAIN NAVIGATION  ------------ M*/
			#navigation {
				float: left;
				width: 409px;
				height: 49px;
				margin: 41px 0 0 0;
			}
			
			#navigation ul li {
				float: left;
				height: 49px;
				list-style: none;
			}
			
			#navigation ul li a {
				display: block;		
			}
			
			#navigation ul li a span{
				display: none;
			}
			
				/* Home Link*/
				#navigation ul li a.home, #navigation ul li a:visited.home {
					width: 94px;
					height: 49px;
					background: transparent url('../img/nav-buttons.png') no-repeat 0 0;
				}
				
					/* Home Link (Hover)*/
					#navigation ul li a:hover.home, #navigation ul li a:active.home {
						width: 94px;
						height: 49px;
						background: transparent url('../img/nav-buttons.png') no-repeat 0 -49px;
					}
					
					/* Home Link (Selected)*/
					#navigation ul li a.home-select, #navigation ul li a:visited.home-select, #navigation ul li a:hover.home-select, #navigation ul li a:active.home-select {
						width: 94px;
						height: 49px;
						background: transparent url('../img/nav-buttons.png') no-repeat 0 -98px;
					}
				
				/* Events Link */
				#navigation ul li a.events, #navigation ul li a:visited.events  {
					width: 98px;
					height: 49px;
					background: transparent url('../img/nav-buttons.png') no-repeat -94px 0;
				}
				
					/* Events Link (Hover)*/
					#navigation ul li a:hover.events, #navigation ul li a:active.events {
						width: 98px;
						height: 49px;
						background: transparent url('../img/nav-buttons.png') no-repeat -94px -49px;
					}
				
					/* Event Link (Selected) */
					#navigation ul li a.events-select, #navigation ul li a:visited.events-select, #navigation ul li a:hover.events-select, #navigation ul li a:active.events-select {
						width: 98px;
						height: 49px;
						background: transparent url('../img/nav-buttons.png') no-repeat -94px -98px;
					}
						
				/* Gallery Link */
				#navigation ul li a.gallery, #navigation ul li a:visited.gallery  {
					width: 106px;
					height: 49px;
					background: transparent url('../img/nav-buttons.png') no-repeat -192px 0;
				}
				
					/* Gallery Link (Hover)*/
					#navigation ul li a:hover.gallery, #navigation ul li a:active.gallery {
						width: 106px;
						height: 49px;
						background: transparent url('../img/nav-buttons.png') no-repeat -192px -49px;
					}
					
					/* Gallery Link (Selected)*/
					#navigation ul li a.gallery-select, #navigation ul li a:visited.gallery-select, #navigation ul li a:hover.gallery-select, #navigation ul li a:active.gallery-select {
						width: 106px;
						height: 49px;
						background: transparent url('../img/nav-buttons.png') no-repeat -192px -98px;
					}
				
				/* Contact Link */
				#navigation ul li a.contact, #navigation ul li a:visited.contact  {
					width: 111px;
					height: 49px;
					background: transparent url('../img/nav-buttons.png') no-repeat -298px 0;
				}
				
					/* Contact Link (Hover)*/
					#navigation ul li a:hover.contact, #navigation ul li a:active.contact {
						width: 111px;
						height: 49px;
						background: transparent url('../img/nav-buttons.png') no-repeat -298px -49px;
					}
					
					/* Contact Link (Selected)*/
					#navigation ul li a.contact-select, #navigation ul li a:visited.contact-select, #navigation ul li a:hover.contact-select, #navigation ul li a:active.contact-select {
						width: 111px;
						height: 49px;
						background: transparent url('../img/nav-buttons.png') no-repeat -298px -98px;
					}

/* ------------ SEARCH BOX ------------ */			
			#search {
				text-align: right;
				float: right;
				width: 313px;
				margin: 52px 0 0 0;
			}
			
			#search-box {
				text-align: right;
				float: right;
			}
			
				
					#
					
					-box form {
						background-color: transparent;
					}
				
				/* Search button */
				.search-but{
					background-image:url('../img/but-search.png');
					background-repeat:no-repeat;
					border:none;
					height:26px;
					width:26px;
					background-color:transparent;
					cursor:pointer;
					float:left;
					margin-left:-7px;
					outline:none;
				
				}
				
				/* Search input box */
				.search-input{
					height:14px;
					padding:4px 7px 4px 2px;
					font-size:1em;
					border:1px solid #000;
					border-right:none;
					float:left;
					margin-top:1px;
					width:265px;
					background-color: #333;
					color: #999;
					font-family: Arial, Helvetica, sans-serif;
				
				}
				
					/* Search input - select state (Not IE) */
					.search-input:focus {
						background-color:#474646;
						color:#fff;
						border-color: #000;
					}


/* ------------ FOOTER ------------ */	
	#footer {
		width: 910px;
		margin: 0 auto 0 auto;
		background: #3d3d3d url('../img/footer.jpg') no-repeat left top;
		height: 29px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ccc;
		padding: 0 30px 0 30px;
		line-height: 29px;
	}
	
	#footer a {
		color: #fff;
	}
	
	#footer .left-column {
		border-right: 0px solid #ccc;
	}
	
	#footer .right-column {
		text-align: right;
	}
	
/* ------------ HOME PAGE ------------ */	

.home-feature {
	width: 600px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
}

.home-feature-title {
	background: #700000 url('../img/bg-home-title.jpg') no-repeat center top;
	background-color: #700000;
	width: 600px;
	height: 54px;
	margin: 0 0 2px 0;
	color: #fff;
	font-size: 14px;
}

	.home-feature-title h2 a, .home-feature-title h2 a:visited {
		color: #fff;
		font-size: 24px;
		line-height: 26px;
		font-weight: normal;
	}
	
	.home-feature-title-text {
		padding: 5px 10px 5px 10px;
	}

.home-feature-image a {
	width: 600px;
	height: 250px;
	margin: 0 0 2px 0;
	display: block;
}

.home-feature-selected-1 {
	width: 15px;
	height: 12px;
	margin: -12px 0 0px 54px;
	background: transparent url('../img/arrow.png') no-repeat 0 0;
}

.home-feature-selected-2 {
	width: 15px;
	height: 12px;
	margin: -12px 0 0px 173px;
	background: transparent url('../img/arrow.png') no-repeat 0 0;
}

.home-feature-selected-3 {
	width: 15px;
	height: 12px;
	margin: -12px 0 0px 292px;
	background: transparent url('../img/arrow.png') no-repeat 0 0;
}

.home-feature-selected-4 {
	width: 15px;
	height: 12px;
	margin: -12px 0 0px 412px;
	background: transparent url('../img/arrow.png') no-repeat 0 0;
}

.home-feature-selected-5 {
	width: 15px;
	height: 12px;
	margin: -12px 0 0px 532px;
	background: transparent url('../img/arrow.png') no-repeat 0 0;
}

.home-feature-thumb-container {
	width: 600px;
	height: 66px;
}

.home-feature-thumb {
	float: left;
	width: 120px;
	height: 66px;
}

.listing-home-container {

}

.week-events-left {
	float: left;
	width: 290px;
	margin: 0 26px 0 0;
}

.week-events-right {
	float: right;
	width: 290px;
}

.listing-home-thumb {
	float: left;
	width: 64px;
	margin: 0 10px 0 0;
}

	.listing-home-thumb img {
		background-color: #fff;
		padding: 1px;
		border: 1px solid #ccc;
	}

.listing-home-details {
	float: left;
	width: 216px;
	padding: 2px 0 10px 0;
	border-bottom: 1px solid #e2dfd5;
	color: #666;
}

.home-info ul li .listing-home-details a, .home-info ul li .listing-home-details a:visited {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}

.home-info {
	margin: 10px 0 0 0;
}

.home-info-title {
	border-bottom: 1px solid #ccc;
	padding: 0px 0 4px 0;
	margin: 0 0 8px 0;
}

.home-welcome {
	float: left;
	width: 261px;
	margin: 0 25px 0 0;
}

.home-past {
	float: left;
	width: 314px;
}

.home-past img{
	margin: 8px 0 8px 0;
}

.grey {
	color: #999;
}

.intro {
	font-weight: bold;
}

.side-listing-container {
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
	width: 257px;
	height: 115px;
	background-repeat: no-repeat;
	background-position: center center;
}

	.side-listing-container a, .side-listing-container a:visited, .side-listing-container a:hover, .side-listing-container a:active {
		text-decoration: none;
		display: block;
	}

.side-listing-name {
	margin: 66px 0 0 0;
	padding: 5px 10px 5px 10px;
	height: 39px;
	width: 237px;
	background: transparent url('../img/side-name-bar.png') no-repeat center bottom;
}

	.side-listing-name .artist-name {
		text-transform: uppercase;
		color: #fff;
		font-weight: normal;
		font-size: 18px;
		line-height: 18px;
		margin: 0 0 2px 0;
		width: 237px;
	}
	
	.side-listing-name .date {
		font-size: 14px;
		line-height: 14px;
		font-weight: normal;
		color: #fff;
		width: 237px;
	}

/* ------------ EVENTS INDEX PAGE ------------ */	

.listings {
	
}

.listings ul li {
	list-style: none;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}

.listing-row {
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
	font-size: 11px;
}

.listing-image {
	float: left;	
	margin: 0px 10px 0 0;
	width: 126px;
}

	.listing-image img {
		margin: 6px 0 0 0;
		background-color: #fff;
		padding: 2px;
		border: 1px solid #ccc;
	}
	
.listing-details {
	float: left;	
	width: 470px;
	margin: auto 0 auto 0;
	min-height: 61px;
	height:auto !important;
	height: 61px;
	padding: 11px 0 12px 0;
	border-bottom: 1px solid #ccc;
	line-height: 14px;
}

.date-venue {
	font-weight: normal;
}

.listing-details .listing-headliner a {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 22px;
}

.listing-details .listing-guests {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	border: 0px solid #ccc;
	line-height: 14px;
}
	
.listing-image {
	float: left;	
	margin: 0 10px 0 0;
}

.listing-text {
	float: left;	
	width: 380px;
	margin: auto 10px auto 0;
}

.listing-details .listing-button {
	float:right;
	padding: 17px 0 0 0;
	width: 80px;
}

.listing-refine-section {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.more-events .listing-refine-section ul li {
	list-style: none;
	margin: 0 0 5px 0;
	font-size: 11px;
}

.listing-refine-section ul li a, .listing-refine-section ul li a:visited, .listing-refine-section ul li a:active, .listing-refine-section ul li a:hover {
	background: transparent url('../img/checkbox.gif') no-repeat 0 2px;
	padding: 0px 0 0 17px;
}

.listing-refine-section ul li a.selected, .listing-refine-section ul li a:visited.selected, .listing-refine-section ul li a:active.selected, .listing-refine-section ul li a:hover.selected {
	background: transparent url('../img/checkbox.gif') no-repeat -20px -18px;
	padding: 0px 0 0 17px;
}

.refine-title {
	color: #999;
	margin: 0 0 5px 0;
}

.page-title {
	padding: 2px;
	background: #fff url('../img/bg-page-title.jpg') no-repeat center center;
	border: 1px solid #ccc;
	height: 35px;
	width: 600px;
	margin: 0 0 10px 0;
}

.page-title .title {
	float: left;
	width: 290px;
	padding: 0 0 0 10px;
}

.page-title .title h2 {
	color: #fff;
	font-size: 26px;
	line-height: 35px;
}

.page-title .controls {
	float: right;
	width: 290px;
	padding: 0px 10px 0 0px;
	line-height: 35px;
	text-align: right;
	color: #ccc;
	font-size: 10px;
}

.page-title .controls a {
	color: #fff;
}

/* ------------ EVENT DETAIL PAGE ------------ */	

.promotor {
	font-size: 10px;
	font-style: italic;
}

.headliner {
	padding: 5px 0 5px 0;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

	.artist-name {
		float: left;
		width: 520px
	}

	/* Tickets button */
		.button-tickets a, .button-tickets a:visited {
			float: right;
			width: 80px;
			height: 27px;
			background: #7e0000 url('../img/button-tickets.gif') no-repeat 0 0;
			display: block;
		}
		
		.button-tickets a:hover, .button-tickets a:active {
			float: right;
			width: 80px;
			height: 27px;
			background: #ad0000 url('../img/button-tickets.gif') no-repeat 0 -27px;
			display: block;
		}

			.button-tickets a span{
				display: none;
			}

.details {
	margin: 0px;
	height: 30px;
	line-height: 30px;
}

.date {
	float: left;
	width: 300px;
	font-weight: bold;
	font-size: 11px;
}

.venue {
	float: right;
	width: 300px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}

	.venue a {
		background: transparent url('../img/icon-info.gif') no-repeat right 0;
		color: #666;
		padding: 1px 20px 1px 0;
	}

	.venue a:hover {
		background: transparent url('../img/icon-info.gif') no-repeat right -16px;
		color: #666;
		padding: 1px 20px 1px 0;
	}

.artist-image {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
}

.artist-bio {
		margin: 10px 0 10px 0;
}

.guests {
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.right-title {
	border-bottom: 1px solid #ccc;
	padding: 14px 0 4px 0;
	margin: 0 0 8px 0;
}

.right-title h3, .home-info h3 {
	color: #666;
	font-size: 18px;
	font-weight: normal;
}

.right-title-home {
	border-bottom: 1px solid #ccc;
	padding: 0px 0 4px 0;
	margin: 0 0 8px 0;
}

.right-title-home h3 {
	color: #666;
	font-size: 18px;
	font-weight: normal;
}

.more-events ul li, .home-info ul li {
	list-style: none;
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #999;
}

.more-events ul li a, .more-events ul li a:visited {
	color: #333333;
}

/* ------------ GALLERY PAGE(S) ------------ */	

.album ul li {
	list-style: none;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}

.album-row {
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
	font-size: 11px;
}

.album-image {
	float: left;	
	margin: 0px 10px 0 0;
	width: 126px;
}

	.album-image img {
		margin: 6px 0 0 0;
		background-color: #fff;
		padding: 2px;
		border: 1px solid #ccc;
	}
	
.album-details {
	float: left;	
	width: 470px;
	margin: 5px 0 auto 0;
	height: 56px;
	padding: 11px 0 12px 0;
	border-bottom: 1px solid #ccc;
	line-height: 14px;
}


.album-details .album-headliner a {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 22px;
}

.album-photos {
	font-size: 10px;
	color: #666;
}
	
.album-image {
	float: left;	
	margin: 0 10px 0 0;
}

div.photo {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 600px; 
}
div.photo a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.photo a:focus, div.photo a:hover, div.photo a:active {
	text-decoration: underline;
}
div.gallery-controls {
	margin: 0px 0 10px 0;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

div.gallery-controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 600px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 600px;
	top: 0;
	left: 0;
}
div.caption {
	margin: 10px 0 0 0;
	padding: 10px;
	border-top: 1px solid #ccc;
}
div.image-title {
	font-weight: bold;
	font-size: 12px
}
div.image-desc {
	line-height: 11px;
	padding-top: 5px;
}
div.gallery-navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 3px 3px 0px;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.gallery-navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
divgallery-navigation.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin: 5px 3px 5px 0;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.album-title {
	padding: 5px 0 5px 0;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.album-title h2{
	color:#333;
	text-transform:uppercase;
}

/* ------------ VENUE OVERLAY ------------ */

#venue-overlay {
	width: 600px;
	background: transparent url('../img/bg-overlay.png') no-repeat center center;
}

#venue-container {
	padding: 20px;
}

.venue-title {
	border-bottom: 1px solid #ccc;
	padding: 0px 0 5px 0;
	margin: 0 0 10px 0;
}

	.venue-title h4 {
		color: #333;
		font-size: 28px;
		font-weight: regular;
		text-transform: uppercase;
		margin: 0;
	}
	
.venue-map {
	float: left;
	width: 300px;
	height: 300px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 14px 0 0;
}

.venue-details {
	float: left;
	width: 235px;
}

	.venue-details h5 {
		color: #333;
		font-size: 14px;
		font-weight: normal;
	}
	
	.venue-address {
		font-size: 14px;
	}
	
	.venue-directions {
		font-size: 11px;
		margin: 15px 0 0 0;
	}
	
.venue-map-link {
	border-top: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 10px 0;
}

/* ------------ GENERAL ------------ */	

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/*- Josh-*/

#featured{
	height:308px;
	z-index:10;
}


#featured-arrow{
	position:relative;
	z-index:99999;
}

/*- Auto complete styles -*/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/img/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

#feed-loading{
	padding-top:0px;
	position:absolute;
	z-index:99;
	display:none;
}

#feed-loading .loading-gif{
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-16px;
}


/* Search input box */
				.siteinput{
					height:18px;
					padding:2px;
					font-size:14px;
					border: 1px solid #ccc;
					background-color: #fff;
					color: #333;
					font-family: Arial, Helvetica, sans-serif;
				}
				
					/* Search input - select state (Not IE) */
					.siteinput:focus {
						background-color:#f7f7f5;
						color:#000;
						border-color: #666;
					}
					
	.redbutton-submit {
		background: #7d0000 url('/img/button-submit.gif') no-repeat center center;
		font-weight: bold;
		font-size: 14px;
		font-family: Georgia, Palatino Linotype, Palatino, Arial, Helvetica, sans-serif;
		color: #fff;
		cursor: hand;
		width: 80px;
		height: 27px;
		border: 0px solid #fff;
	}
	
	.redbutton-clear {
		background: #7d0000 url('/img/button-clear.gif') no-repeat center center;
		font-weight: bold;
		font-size: 14px;
		font-family: Georgia, Palatino Linotype, Palatino, Arial, Helvetica, sans-serif;
		color: #fff;
		cursor: hand;
		width: 80px;
		height: 27px;
		border: 0px solid #fff;
	}

