#searchresults
{
    margin-left: 25px;
}

#privacy
{
  margin-left: -50px;
}
img.docs
{
	vertical-align:middle;
}

#accountoptions
{
	float: right;
}

#accountoptions p
{
	display: inline;
	font-weight: bold; 
}

#navigation
{
	margin: 5px;
}

h2
{
	font-size: x-large;
	display: block;
	color:#2f4067;
	margin-top:20px;
	font-weight: bold;
}
h3
{
	font-size: large;
	color:#2f4067;
	margin-top:20px;
	padding-bottom: 0.4em;
}

#content
{
	position:relative;
	font-size:small;
	color:#333;
	background:#FFF;
	width:800px;
	margin:25px auto;
	border:5px solid #505050;
	padding:15px;
}


#footer
{
	margin: auto;
	width:455px;
	color:#666;
	z-index: 1;
}

#footer ul
{
	list-style-type:none;
	padding-bottom:3em;
}

#footer li
{
	float:left;
	margin:15px;
}

#all
{
	position:absolute;
	height:100%;
	width:100%;
}

body
{
	background:#051D53 url('../images/bg-gradient.png') repeat-x;
	font-family:arial, helvetica, sans-serif;
	margin:0;
}

emp
{
	font-weight: bold;
	font-size: 100%; 
}

th
{
	color:#2f4067;
	font-size:large;
	text-align:left;
}

tr p, td
{
	padding: 5px;
}

td
{
	padding-left:5px;
}

table
{
	line-height:150%;
	margin-left:168px;
	width:278px;
}

.emblem
{
  float:left;
}

a.hypertext
{
	color:#DDD;
	text-decoration: none;
}

a:hover.hypertext
{
	color:#388AD4;
	text-decoration:underline;
}

.corner
{
	position:absolute;
	right:15px;
	bottom:15px;
	display:block;
}

#all.dim
{
	background:url('../images/dim.png') repeat;
}

#prompt
{
	position:relative;
	font-size:small;
	color:#333;
	background:#FFF;
	width:461px;
	height:285px;
	margin:125px auto;
	border:5px solid #505050;
	padding:15px;
}

.error
{
	background-color:#FFECEC;
	display:block;
	text-align:center;

}

.notify
{
	background-color:#FFC;
	display:block;
	text-align:center;
}

/**
 * Inventory Uploader CSS
 * @author Andrew Ryan
 */   
 
#uploader 
{        
	color:#333;
	background:#FFF;
	width:640px;
	margin:120px auto;
	border:5px solid #505050;
	padding:15px;
    
}

#up_header
{
	font-size: 160%;
}

.file_error
{
    font-family: monospace;
            
}

.doc_image
{
	max-width: 799px;
}
