@charset "utf-8";
/* CSS Document */

/* 
======================================================
COMMON
======================================================
*/

* {
	margin:0px;
	padding:0px;
	font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}

img {
	border: 0px;	
}

#client_footer{
	clear:both;	
	width: 910px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

#client_footer img{
	margin: 0 0 2px;
	float:left;
}

#client_footer img.link{
	margin: 0px;
	float: right;
}

.highlight {
	background-color:#E0E0E0;
}

#client_menu {
	width: 910px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}

#client_header {
	margin-bottom:2px;
}

/* 
======================================================
LOGIN
======================================================
*/

#client_login_wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	position: relative;
	height: 550px;
}

#client_login {
	margin-top: 2px;	
}

#client_content {
	width: 910px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

#login_graphic {
	width: 500px;
	float: left;	
}

#login_input_boxes {
	width: 230px;
	height: 54px;
	float: left;	
}

#client_login_form {
	float: left;	
}



#login_form_submit {
	float: right;	
}

#login_form_messages {
	clear: both;	
}

.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 0 4px 2px;
	padding: 5.5px;
	border: none;
	background-color:#D5D5D5;
}

#login_form_messages {
	text-align:center;
	width: auto;
	padding: 10px;	
	margin: 2px 0 2px;
}

/* 
======================================================
PROJECTS
======================================================
*/

#project_list {
	display:block;
	clear:both;	
}

.project_list_block {
	display:block;
	clear:both;	
}

#client_display_box {
	clear:both;
	width: 910px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

#admin_login {
	z-index: 100;
	position:absolute;
	text-align:right;
	top: 0;
	
}

#evidently_projects_ttl {
	margin-bottom:2px;

}

#client_menu {
		
}

#logout_button {
	float:right;
	margin-bottom:2px;
}

#current_user {
	float:left;
	padding-left:5px;
	padding-top:5px;
}	

#header_lines {
	float:left;
	margin-bottom:2px;
}

.table_text {
	margin-bottom:2px;	
	line-height:20px;
}

#project_code_ttl {
	clear:both;
	float: left;
}

#project_name_ttl {
	float: right;
}

#recently_viewed_ttl {
	margin-bottom:1px;	
}

#full_project_ttl {
	margin-bottom:1px;	
}

#search_by_code {
	
	float:right;
	clear:both;
	margin-bottom:20px;
}

#search_by_code #search_but {
	margin-bottom:-6px;	
}

/* 
======================================================
DOWNLOADS
======================================================
*/

/*
.green_highlight {
	background-color: #DAFED3;
}
*/

#download_list {
	display:block;
	clear:both;
}

#project_title {
	width:905px;
	height:44px;
	margin-bottom:2px;
	padding-left:5px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFF;
	background-color:#000;
}

#download_grey_bar {
	float:left;
	margin-bottom:2px;
}

#view_all_projects {
	float:left;
	margin-bottom:2px;
	margin-right:2px;
}

#download_icon {
	clear:both;
	float:left;
	margin-bottom:2px;
	margin-right:2px;
}

#download_name {
	float:left;
	margin-bottom:2px;
	margin-right:2px;
}

#download_date {
	float:left;
	margin-bottom:2px;
	margin-right:2px;
}

#download_delete {
	float:right;
	margin-bottom:2px;
}

#upload_queue {
	clear:both;
	float:left;	
	margin-right:2px;
}

#spanButtonPlaceHolder {
	float:right;
}

#cancel_all {
	visibility:hidden;	
}

#form_custom_filename {
	margin-top: -50px;
	margin-bottom: 50px
}

#form_custom_filename #custom_button {
	margin-bottom:-6px;	
}

#link_to_file_ttl {
	margin-bottom: 2px;	
}

#custom_link_row {
	
	float:right;
	clear:both;
	
}
/* 
======================================================
LOGOUT
======================================================
*/



h1.welcome {
	font-size:1.4em;
}

.large_table_text {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}


