/* reset.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}q:before,q:after{content:'';}fieldset,img,abbr,acronym{border:0;}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-top: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-top: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


@font-face {
	font-family: "HelveticaLTStd-Cond";
	src: url("../fonts/HelveticaLTStd-Cond.otf");
}

body {
	background: #fff url("../images/background.gif") repeat-y;
	color: #333;
	margin: 0;
	padding: 0;
	font: normal normal normal 1em/1.3em Calibri, sans-serif;
	/*letter-spacing: -0.03em;*/
}

input {
	outline-style: none;
}

p {
	margin: 0.5em 0;
}

h1 {
	font-size: 1.5em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.22em;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #900;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#wrapper {
	position: absolute;
	width: 1000px;
}

	#top-bar-background {
		background: #fff url("../images/top_bar.gif") repeat-x;
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 51px;
	}

	#top-bar {
		width: 1000px;
		height: 51px;
	}
	
		#main-navigation {
			float: left;
			margin: 16px 0 0 9px;
		}
			#main-navigation li {
				float: left;
				margin: 0 7px;
				
			}
				
				#main-navigation li a {
					display: block;
					font-size: 16px;
					text-transform: uppercase;
			/*		text-shadow: #fff 0px 0px 1px;
					filter: Shadow(
						Color = #fff,
						Direction = 135,
						Strength = 4
					);
			*/	}
				
				#main-navigation li a.normal {
					color: #777;
				}
				
				#main-navigation li a.active {
					color: #000;
				}
				
		#login {
			float: right;
			margin: 5px 0 0 0;
		}
		
			#login input[type = "submit"] {
				background: transparent url("../images/login_button.gif") no-repeat center top;
				border: 0;
				float: left;
				margin: 7px 12px 7px 5px;
				text-indent: -4096px;
				width: 38px;
				height: 19px;
				font-size: 0px;
				cursor: pointer;
			}
			
			#login input[type = "text"],
			#login input[type = "password"] {
				color: #666;
				border: 0;
				float: left;
				margin: 8px 3px 0 5px;
				font-size: 10px;
				padding: 0 0 0 5px;
				width: 100px;
				height: 16px;
				border: 1px solid #abadb3;
			}
			
			* html #login input[type = "text"],
			* html #login input[type = "password"] {
				width: 178px;
			}
	
	#monitor-wrapper {
		/*position: relative;*/
	}

		#monitor {
			border-top: 1px solid #fff;
			/*position: relative;*/
		/*	position: absolute;
			top: 0;
			left: 0;*/
		}
		
			#monitor-headline {
				position: absolute;
				left: 20px;
				bottom: 108px;
				color: #fff;
				font: normal normal normal 30px/1.0em "HelveticaLTStd-Cond", sans-serif;
				text-shadow: #001743 2px 2px 2px;
				letter-spacing: 0;
				height: 35px;
				filter: Shadow(
					Color = #001743,
					Direction = 135,
					Strength = 4
				);
			}
			
			/*#monitor-media {
				position: absolute;
			}*/
			
			#monitor-byline-background {
				background-color: #b8b8b8;
				position: absolute;
				left: 0;
				bottom: 45px;
				opacity: 0.3;
				-moz-opacity: 0.3;
				filter:alpha(opacity=30);
				width: 1000px;
				height: 43px;
			}
			
			#monitor-byline {
				position: absolute;
				left: 0;
				bottom: 45px;
				color: #fff;
				font: normal normal normal 18px/1.0em "HelveticaLTStd-Cond", sans-serif;
				letter-spacing: 0;
				width: 979px;
				height: 29px;
				padding: 14px 0 0 21px;
			}
			
			* html #monitor-byline {
				width: 1000px;
				height: 43px;
			}
			
			#monitor-copyright {
				position: absolute;
				bottom: 1em;
				right: 1em;
				color: #ccc;
			}
	
	#search-bar-background {
		background-color: #b8b8b8;
		position: absolute;
		top: 51px;
		left: 0;
		opacity: 0.3;
		-moz-opacity: 0.3;
		filter:alpha(opacity=30);
		width: 1000px;
		height: 31px;
	}
	
	#search-bar {
		position: absolute;
		top: 51px;
		width: 1000px;
		height: 31px;
	}
	
		#search-bar input.search-submit {
			background: transparent url("../images/search_button.gif") no-repeat center top;
			border: 0;
			float: left;
			margin: 7px 12px 7px 5px;
			text-indent: -4096px;
			width: 65px;
			height: 18px;
			font-size: 0px;
			cursor: pointer;
		}
		
		#search-bar input#search-string {
			color: #666;
			border: 0;
			float: left;
			font-size: 10px;
			margin: 6px 1px 0px 15px;
			padding: 3px 0px 1px 5px;
			width: 178px;
			height: 19px;
		}
		
		* html #search-bar input#search-string {
			width: 178px;
		}

			#search-bar-query {
				float: left;
			}
		
			#search-bar-checkboxes {
				float: left;
				margin-top: 4px;
			}
		
				#search-bar-checkboxes label {
					color: #fff;
					float: left;
					font-size: 13px;
					margin: 2px 5px 0 5px;
					text-transform: uppercase;
				}
				
				#search-bar-checkboxes input {
					float: left;
					margin-top: 6px;
					height: 13px;
				}
				
	#sub-navigation {
	}
	
		#sub-navigation li {
		}
		
			#sub-navigation li.level-1 {
			}
			
			#sub-navigation li.level-2 {
				margin-left: 10px;
			}
		
			#sub-navigation li a {
				text-transform: uppercase;
			}
			
			#sub-navigation li a.normal {
				color: #777;
			}
			
			#sub-navigation li a.active {
				color: #000;
			}		

	#content-wrapper {
		position: absolute;
		padding: 40px 35px;
	}
	
		#content {
		}
	
#layout1 {
}

	#layout1-first,
	#layout1-second,
	#layout1-third {
		float: left;
	}

	#layout1-first {
		margin-right: 25px;
		width: 370px;
	}
	
	#layout1-second {
		margin-right: 25px;
		width: 240px;
	}
	
	#layout1-third {
		width: 260px;
	}

#layout2 {
}

	#layout2-first,
	#layout2-second,
	#layout2-third {
		float: left;
	}

	#layout2-first {
		margin-right: 25px;
		width: 180px;
	}
	
	#layout2-second {
		margin-right: 25px;
		width: 450px;
	}
	
	#layout2-third {
		width: 240px;
	}

.news {
}
	.news-clearer {
		background-color: #666;
		border: none;
		height: 1px;
		margin: 1em 0;
	}

	.news-catmenu {
	}
	
		.news-catmenu-header {
			display: none;
		}
		
		.news-catmenu-NO {
		}
		
			.news-catmenu-NO img,
			.news-catmenu-ACT img {
				display: none;
			}
			
			.news-catmenu-NO a {
				text-transform: uppercase;
			}

			.news-catmenu-ACT a {
				color: #000;
				text-transform: uppercase;
			}

	.news-share-icon {
		float: right;
		margin: 0 6px;
	}
	
	.news-list-date {
		font-size: 1em;
	}

.tx-fsimagebank-pi1 {
}

	.photographer-biography {
		float: left;
	}
	
		.photographer-random-images {
			float: left;
			margin-top: 2em;
			width: 450px;
		}
		
			.photographer-random-image {
				/*border: 1px solid #666;*/
				float: left;
				margin: 5px;
				width: 100px;
				height: 100px;
				text-align: center;
			}
			
				.photographer-random-image img {
					/*background: #fff url(../images/icons/loading.gif) no-repeat center center;
					font-size: 0;
					width: 100px;
					height: 100px;*/
				}

	#search-photographers {
	}
	
		#search-photographers input,
		#search-photographers select {
			width: 170px;
		}
		
		#search-inputs {
		}
		
		#search-feed {
			float: left;
			margin-top: 1em;
		}
		
		#search-feed-indicator {
			text-align: center;
			padding-top: 200px;
			width: 100%;
		}
		
		.search-name {
			float: left;
			width: 225px
		}
		
		.search-country {
			float: left;
			width: 225px
		}

		div.autocomplete {
			position:absolute;
			width:250px;
			background-color:white;
			border:1px solid #888;
			margin:0;
			padding:0;
		}
		
		div.autocomplete ul {
			list-style-type:none;
			margin:0;
			padding:0;
		}
		
		div.autocomplete ul li.selected {
			background-color: #ffb;
		}
		
		div.autocomplete ul li {
			list-style-type:none;
			display:block;
			margin:0;
			padding:2px;
			height:32px;
			cursor:pointer;
		}

.fs-form {
}

.fs-form fieldset {
	padding: 25px 25px 15px 25px;
	border: 1px solid #cdcdcd;
	margin-bottom: 20px;
	width: 400px;
	float: left;
}

	* html .fs-form fieldset {
		padding-top: 0;
		width: 450px;
	}

	.fs-form fieldset legend {
		padding: 0px 15px;
		font-weight: bold;
		color: #333;
	}
	
		* html .fs-form fieldset legend {
			margin-bottom: 25px;
		}
	
	.fs-form fieldset div {
		margin-bottom: 10px;
	}
	
	.fs-form fieldset label {
		padding-top: 3px;
		float: left;
		width: 135px;
	}
	
	.fs-form fieldset .radio {
		float: left;
		width: 400px;
	}
	
	.fs-form fieldset .text input,
	.fs-form fieldset textarea,
	.fs-form fieldset select {
		border: 1px solid #ccc;
		background: #eee;
		padding: 3px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 250px;
	}
	
	.fs-form fieldset input[disabled="disabled"],	
	.fs-form fieldset select[disabled="disabled"],
	.fs-form fieldset textarea[disabled="disabled"] {
		width: 250px;
		border: none;
		background: #fff;
		padding: 4px;
	}
	
	.fs-form div.submit {
		padding: 10px;
		border: 1px solid #ccc;
		background: #eee;
		width: 430px;
		float: left;
	}
	
		* html .fs-form div.submit {
			width: 450px;
		}
		
		.fs-form div.submit .right {
			float: right;
		}
		
		.fs-form div.submit .left {
			float: left;
		}
		
	.fs-form fieldset span.backlink {
		float: right;
	}
	
	.fs-form fieldset input[type="text"].form-error,
	.fs-form fieldset input[type="password"].form-error,
	.fs-form fieldset select.form-error,
	.fs-form fieldset textarea.form-error {
		border: 2px solid #900;
		background: #ebcccc;
		padding: 2px;
	}
	
	.fs-form div.error-message {
		color: #900;
		margin-left: 135px;
	}
	
	
#c99, #c100, #c102 {
	border: 1px solid #c8c8c8;
	background: #eaeaea;
	padding: 15px 15px 5px 15px;
	margin-bottom: 20px;
	text-align: center;
}
	#c99 h4, #c100 h4 {
		margin-bottom: 10px;
		font-weight: bold;
		text-align: left;
	}
	
	#c99 ul, #c100 ul {
		padding-left: 15px;
		margin-bottom: 15px;
		text-align: left;
	}
	
		#c99 ul li, #c100 ul li {
			list-style-type: circle;
		}
	#c102 {
		text-align: left;
		margin-top: 15px;
	}
		#c102 form {
			margin: 0px;
			padding: 0px;
			text-align: left;
		}
		#c102 input.search-submit {
			background: transparent url("../images/search_button.gif") no-repeat center top;
			border: 0;
			text-indent: -4096px;
			width: 65px;
			height: 18px;
			font-size: 0px;
			cursor: pointer;
		}
		
		#c102 input[type="text"] {
			color: #666;
			border: 0;
			padding: 3px 0px 1px 5px;
			width: 100%;
		}