 
html, body, form, dl
{
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body 
{
	overflow: -moz-scrollbars-vertical;
	margin: 40px 0 0 0;
	text-align:center;
	font-family:  Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}

h1
{
	font-family: HDDTradeGothic, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	text-transform:uppercase;
	margin: 0 0 18px 0;
	font-weight: normal;
}

h2
{
	font-family: HDDTradeGothic, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	text-transform:uppercase;
	font-weight: normal;
}

h3
{
	font-family: HDDTradeGothic, Arial, Tahoma, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

.dynamicTitle
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}

p
{
	margin: 0px 0 12px 0;
	line-height: 16px;
}

a
{
	text-decoration: none;
	color: #f47c31;
	text-transform:uppercase;
	outline:none;
}

a:hover
{
	text-decoration: underline;
}


.clear
{
	clear: both;
}

#container 
{
	position: relative;
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}


	#topPane
	{
		float: right;
	}
	
	#menu
	{
		text-align:right;
		position: absolute;
		top: 65px;
		right: 0;
	}
	
	#menu a
	{
		display: block;
		float: left;
		margin-left: 6px;
		background-position: 0 0;
		background-repeat:no-repeat;
		height: 11px;
	}	
	
	#menu a:hover
	{
		background-position: 0 -13px;
	}
	
	a#menuHome
	{
		width: 26px;
		background-image: url(../images/menu_home.gif);
	}
	
	a#menuClientarea, a#menuClientareaLoggedIn
	{
		width: 56px;
		background-image: url(../images/menu_clientarea.gif);
	}
	
	a#menuAdminarea
	{
		width: 55px;
		background-image: url(../images/menu_adminarea.gif);
	}
	
	a#menuLogout
	{
		width: 44px;
		background-image: url(../images/menu_logout.gif);
		margin-left: 2px;
	}
	
	a#menuContact
	{
		width: 42px;
		background-image: url(../images/menu_contact.gif);
	}
	
	#menu a span
	{
		display: none;
	}

	#menu a:hover
	{
		color: #FFFFFF;
	}
	
	#content
	{
		position: absolute;
		top: 100px;
		left: 0;
	}

		#photos, #photosGallery
		{
			position: absolute;
			width: 260px;
			height: 640px;
			top: 0;
			left: 0;
			background: url(../images/titleRecentlyAddedProjects.gif) no-repeat left 19px;
			padding-left: 40px;
		}
		
		#photosGallery
		{ 
			background:none;
		}
		
		#photosGallery h2
		{
			margin-left: 4px;
		}
		
		.imageGalleryPaging
		{
			padding: 4px;
		}
		
			#photos h2
			{
				font-size: 12px;
				margin: 0;
				margin-left: 4px;
			}
			
			.categoryBlock
			{
				position: relative;
				height: 104px;
			}
			
			a.viewMoreLink
			{
				font-family: HDDTradeGothic;
				display:none;
				position: absolute;
				top: 0;
				right: 0;
				font-size: 12px;
				cursor:pointer;
				background: black;
			}
					
			a img.galleryImage
			{
				border: solid 4px black;
			}
			
			a:hover img.galleryImage
			{
				border: solid 4px #999999;
			}
	
	#contentPane
	{
		position: absolute;
		width: 650px;
		height: 450px;
		top: 18px;
		left: 370px;	
		text-align: left;
	}
		
		#photoInfo
		{
			position: absolute;
			display: none;
			font-size: 11px;
			font-weight: normal;
			text-transform:none;
		}
		
		.landcape
		{
			top: 433px;
			left: 0;
			width: 650px;
		}
		
		.portrait
		{
			left: 0;
			top: 660px;
			width: 433px;
		}
	
		#photoLarge
		{
			margin-bottom: 10px;
		}
	
		#viewMoreLink
		{
			display: none;
		}	
		
	.contact
	{
		position: absolute;
		left: 250px;
		top: 20px;
		width: 280px;	
	}
		
		.contactField
		{
			width: 200px;
		}

		.contact .error
		{
			border: solid 1px #ff0000!important;		
		}
		
		.contact .formerrormsg
		{
			color: #FF0000;
			margin-bottom: 10px;
		}
		
	.addressBlock
	{
		position: absolute;
		left: 540px;
		top: 20px;
		line-height: 15px;
		white-space:nowrap
	}
	
	.addressBlock h1
	{
		margin-bottom: 33px;
	}
	
	.inputNormal
	{
		width: 280px;
		margin-bottom: 8px;
	}
	
	.contact .inputNormal
	{
		width: 220px;
		margin-bottom: 8px;
	}
	
	input, textarea, select, button
	{
		background-color: black;
		border: solid 1px #f47c31;
		color: white;
		font-size: 11px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform:none;
	}
	
	button {
		cursor: pointer;
	}
	
	textarea
	{
		height: 150px;
		scrollbar-face-color: black; 
		scrollbar-shadow-color: #f47c31;
		scrollbar-highlight-color: #f47c31; 
		scrollbar-3dlight-color: black;
		scrollbar-darkshadow-color: black; 
		scrollbar-track-color: black; 
		scrollbar-arrow-color: #f47c31;
	}
	
	label 
	{
		display: block;
		margin-bottom: 1px;
		text-transform:uppercase;
		font-size: 10px;
	}
	
	
	.formSubmit
	{
		margin-top: 10px;
	}

.alertGreen, .alertRed
{
	padding-left: 35px!important;
}
	
.alertRed
{
	background: #b61818 url(../images/cancel.png) no-repeat 10px 10px!important;
}

.alertGreen
{
	background: #3baa29 url(../images/accept.png) no-repeat 10px 10px!important;

}

.alertGreenSmall, .alertRedSmall
{
	padding-left: 20px;
}
	
.alertRedSmall
{
	background: url(../images/cancel.png) no-repeat 0 0;
	color: #ff0000;
}

.alertGreenSmall
{
	background: url(../images/accept.png) no-repeat 0 0;
	color: #82CE76;
}
	
.actionsBox
{
	margin-top: 10px;
	padding-top: 4px;
	border-top: dashed 1px #999999;
}	


/*************CLIENTS *****************************************/
#contentContainerClients, #contentContainerAdmin, #contentPaneAdminShowcases
{
	position: absolute;
	width: 1020px;
	top: 30px;
	left: 0;	
	text-align: left;
	border-top: solid 1px #f47c31;
	padding-top: 7px;
}

#contentPaneAdminShowcases
{
	width: 650px;
	padding-left: 370px;
}

	#userData
	{
		position: absolute;
		top: -89px;
		left: 0px;	
		width: 370px;
		font-family: HDDTradeGothic;
		text-transform:uppercase;	
		color: #ffffff;
		font-size: 14px;
	}
	
	#userData #userName
	{
		font-size: 20px;		
	}
	
	#clientNavigation, #adminNavigation
	{
		position: absolute;
		top: 5px;
		left: 370px;	
		width: 650px;	
	}

	.photoNavigation
	{
		display: none;
	}
	
	#clientNavigationBottom {	
			border-top: solid 1px #f47c31;
			margin-top: 20px;
			padding-top: 10px;
	}
	
	.photoNavigation a, #adminNavigation a, span.link_separator
	{
			display:block;
			float:left;
			margin-right: 18px;
			background-position: 0 0;
			background-repeat:no-repeat;
	}
	
	.photoNavigation a span
	{
		display:none;
	}	
	
	span.link_separator {
		background-image: url(../images/link_separator.gif);
		width: 10px;
		background-position: center center;
		height: 16px;		
	}

	a.previousImage
	{
		background-image: url(../images/link_previous.gif);
		height: 16px;
		width: 73px;
	}
	
	a.nextImage
	{
		background-image: url(../images/link_next.gif);
		height: 16px;
		width: 43px;
	}	
	
	a.selectImage
	{
		height: 16px;
		width: 131px;
		background-image: url(../images/link_select.gif);
	}	
	
	a.submitSelection
	{
		height: 16px;
		width: 131px;
		float: right;
		background-image: url(../images/link_submit.gif);
		display: none;
		margin-right: 0px;
	}

	a.previousImage:hover, 
	a.nextImage:hover,
	a.selectImage:hover,
	a.submitSelection:hover	
	{
		background-position:  0 -16px;
	}
	
	a.selectImage.selectedFlag:hover	{
		background-position: 0 -32px;
	}

	#projects
	{
		margin: 0;
		padding: 0;
		width: 340px;
	}
	
		#projects li
		{
			border-bottom: solid 1px #f47c31;
			list-style:none;
			text-align: right;
			padding: 5px 15px 4px 0;
		}
		
			a.projectHeader
			{
				font-family: Arial, Tahoma, Helvetica, sans-serif;
				font-size: 12px;
				color: #999999;
				text-transform:uppercase;
			}
	
			a.projectHeader:hover
			{
				color: #f47c31;
				text-decoration: none;
			}
			
			div.projectContent
			{
				margin-top: 5px;
				padding-top: 5px;
				border-top: solid 1px #f47c31;				
			}
			
			div.clientProjectContent
			{
			}
			
			table.projectGallery
			{
				float:right;
				margin-top: 10px;
			}
				
				img.projectImage, a.projectOverlayLink img
				{
					border: solid 2px black;
				}
				
				a.projectOverlayLink 
				{
					position: absolute;
					width: 30px;
					height:30px;
				}
				
				a.projectOverlayLink:hover img {
					border: solid 2px #f47c31;
				}
				
	.contentPaneClients
	{		
		position: absolute;
		width: 650px;
		height: 450px;
		top: 0;
		left: 370px;	
		text-align: left;		
	}
	
	
	.HDDTradeGothic
	{
		font-family: HDDTradeGothic;
		font-size:12px;
		color: white;
	}
	
	.HDDTradeGothicGreen
	{
		font-family: HDDTradeGothic;
		font-size:12px;
		color: #82CE76;
	}
	
	.contentPaneClients .intro
	{
		margin: 5px 0 20px 0;
	}
	
	.selectedStatus
	{
		margin: 8px 0;
	}
	
	.selectedStatus img
	{
		margin-right: 5px
	}
	
	#statusSelected, 
	#photoData,
	#photoSelection
	{
		display: none;
	}
	
	#photoData td
	{
		font-size:10px;
		color: #f47c31;
		padding: 0 8px 3px 0;
	}
			
	#downloads
	{
		border: solid 1px #f47c31;	
		padding: 15px;
		margin-top: -1px;
	}
	
	#photoSelection
	{
		border: solid 1px #f47c31;	
		padding: 15px 15px 15px 50px;
		background: url(../images/flag_big_checked.gif) no-repeat 10px 10px;
		margin-top: 20px;
	}
	
	#selectedPhotos, #fileList
	{
		margin: 10px 0 0 0;
		padding: 0;
	}
	
	#selectedPhotos li, #fileList li
	{
		color: #f47c31;	
		margin: 0;
		padding: 2px 0 4px 22px;
		list-style: none;
		font-size: 11px;
	}

#newClient
{
	float: right;
}	



#newClient div, #newProject div
{
	font-family: HDDTradeGothic;
	font-size: 16px;
	float: left;
	margin-right: 10px;
}	

#newClient input
{
	width: 120px;
}	

	#clients
	{
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
		 #clients li
		{
			list-style:none;
			padding:0;
		}

			a.clientHeader
			{
				font-family: Arial, Tahoma, Helvetica, sans-serif;
				border-bottom: solid 1px #f47c31;
				font-size: 12px;
				color: #999999;
				text-transform:uppercase;
				display:block;
				width: 330px;
				padding: 5px 15px 4px 0;
				text-align:right;				
			}
	
			a.clientHeader:hover
			{
				color: #f47c31;
				text-decoration: none;
			}
			
			#projectGalleryAdmin
			{
				position : absolute;
				top: 31px;
				left: 370px;				
			}
			
			div.clientContent
			{
				text-align: right;
				margin-top: 5px;
				padding-top: 5px;
				margin-bottom: 10px;
			}			
			
			div.clientProjects
			{
				position: relative;
				float: left;
				text-align: right;
				width: 330px;
				margin-top: 30px;
			}		
			
			div.clientProjects li
			{
				padding-bottom: 15px!important;
				position: relative;
			}
			
			div.clientProjectEditControls
			{
				position: absolute;
				left: 360px;
				margin-top: -13px;
			}
			
			div.deleteControl
			{
				position:absolute; 
				top: 3px; 
				left:298px;
			}
			
			div.clientProjectEditControls button
			{
				margin-left: 300px;
			}
			
			div.addProjectControl
			{
				float: left;
				margin-left: 143px;
				/*border: dashed 1px #f47c31;
				width: 460px;*/
			}
			
			div.addProjectControl button
			{
				margin-left: 14px;
			}
			
			div.editClientControls
			{
				position: absolute;
				left: 360px;
				margin-top: 3px;
			}			
			
			.linkButton
			{
				background: #000000;
				font-family: Arial, Tahoma, Helvetica, sans-serif;
				font-size: 11px;
				color:#f47c31;
				border:0;
				margin:0;
				padding:0;
				cursor: pointer;
			}
			
			.linkButton:hover
			{
				text-decoration: underline;
			}
			
			.adminEditForm span
			{
				font-family: HDDTradeGothic;
				font-size: 11px;
			}	
			
			.adminEditForm input, #newProject input
			{
				width: 100px;
			}
			
			.deleteDialogContainer 
			{
				display:none;
				
			}
			
			.deleteDialog
			{
				width: 300px;
			}
			
			
			.deleteDialog input
			{
				width: 11px;
				border-style: none!important;
			}
		

			
#loginWarning 
{
	margin-top: 5px;
}


.icon_swf {
	background: url('../images/filetype_icons/swf.png') no-repeat 0 1px;
}

.icon_img{
	background: url('../images/filetype_icons/img.png') no-repeat 0 1px;
}

.icon_doc{
	background: url('../images/filetype_icons/doc.png') no-repeat 0 1px;
}

.icon_xls{
	background: url('../images/filetype_icons/xls.png') no-repeat 0 1px;
}

.icon_ppt{
	background: url('../images/filetype_icons/ppt.png') no-repeat 0 1px;
}

.icon_pdf{
	background: url('../images/filetype_icons/pdf.png') no-repeat 0 1px;
}

.icon_txt{
	background: url('../images/filetype_icons/txt.png') no-repeat 0 1px;
}

.icon_zip{
	background: url('../images/filetype_icons/zip.png') no-repeat 0 1px;
}

.icon_unknown{
	background: url('../images/filetype_icons/unknown.png') no-repeat 0 1px;
}


				