﻿/* ====================================================================================== 
	Copyright (C) 2008 JPL Productions.  All Rights Reserved. 
	----------------------------------------------------------------------------------- 
	Author(s) : Joshua Barlup 		jbarlup@jplprod.com 
				Sam Wissler			swissler@jplprod.com

	Date      : 03/04/2009  
	Notes     : Template CSS document for Mountain View Group. 
	----------------------------------------------------------------------------------- 
	Change Log 
        
	Date		Name				Desc 
	3/4/2009	Sam Wissler			Created file
         
 ========================================================================================= */

/* ==========================================================================
   LAYOUT */

@media screen {


#content h2#clientzone {
	height: 22px;
	margin: 60px 0px 0px -2px;
}

#content h2#clientzone { background: url(../img/clientzone/clientzone.gif) no-repeat; }
#content h2 span { visibility: hidden; }

#content strong { color: #000000; }

.simple { display: block; padding: 15px 0px 5px 0px; }

.textbox { border: 1px solid black; }
.submitBTN { background: url(../img/clientzone/submit.gif) no-repeat; display: block; height: 31px; width: 85px; margin-top: 30px; }
.delBTN { background: url(../img/clientzone/delete.gif) no-repeat; display: block; height: 29px; width: 112px; margin-top: 30px; }
.upload { background: url(../img/clientzone/upload.gif) no-repeat; display: block; height: 29px; width: 84px; }

.uploadfiles { clear: both; display: block; padding-top: 10px; }

.filename { padding-right: 25px; }
.filename a:link, .filename a:visited { color: #000000; text-decoration: none; }
.filename a:hover { text-decoration: underline; }

.fileinputs { position: relative; padding-bottom: 10px; }

.fakefile 
{
    position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;

}

.file {
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 10;
}

.fakefile input { border: 1px solid #000000; margin-right: 10px; float: left; }


}  /* end: SCREEN */
/* ========================================================================== */
