* {
	margin: 0; padding: 0;
	}
body {
	background: #fff;
	font: 11px/18px tahoma, arial, verdana, sans-serif;
	color: #000;
	margin: 21px 0 20px 0;
	}

/* ---------- Main Elements ---------- */

#container {
	text-align: center;
	margin: 0 auto 0 auto;
	}
#main {
	width: 1000px;
	border: 1px solid #e0e0e0;
	margin: 0 auto;
	text-align: left;
	}
#header {
	min-height: 80px;
	}
.logo {
	display: block;
	float: left;
	padding: 5px;
	}
.clientLogo {
	display: block;
	float: right;
	padding: 5px;
	}
#statusInfo {
	min-height: 20px;
	color: #969191;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 10px 5px 0;
	}
.user {
	display: block;
	float: left;
	padding-left: 10px;
	}
.date {
	display: block;
	float: right;
	}
#contentArea {
	min-height: 300px;
	}
#admin {
	width: 160px;
	height: 100%;
	float: left;
	background: #91D3E1;
	border-right: 1px solid #D3D4D6;
	white-space: nowrap;
	}
#admin span {
	display: block;
	padding: 10px;
	}
#mainContent {
	float: left;
	width: 820px;
	padding: 10px 0 10px 10px;
	}
#footer {
	clear: both;
	min-height: 20px;
	color: #4E4E4E;
	border-top: 1px solid #e0e0e0;
	padding: 5px 10px;
	}
.contactLink {
	display: block;
	float: left;
}
.helpLink {
	float: right;
	font-weight: bold;
	}
.helpLink a {
	background: url('/img/iconHelpHome.gif') left 60% no-repeat;
	padding-left: 15px;
	}

/* ---------- Links ---------- */

a {
	color: #E9603C;
	text-decoration: underline;
	}
a:hover {
	color: #272425;
	text-decoration: underline;
	}
#admin a { 
	font-size: 11px;
	text-decoration: none;
	}
#admin a:hover {
	text-decoration: none;
	}
#footer a, .user a{
	color: #E9603C;
	text-decoration: none;
	}
#footer a:hover, .user a:hover {
	color: #272425;
	}
.removeLink { background: url('../img/bullet_delete.png') 0 90% no-repeat; padding-left: 12px; }
	
/* ---------- Misc Elements ---------- */

.clear {
	clear: both;
	display: block;
	}
table, td, tr {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	}
ul {
	padding: 3px 3px 3px 10px;
	}
img { 
	border: 0;
	}
p, h1, h2, h3, h4, form { 
	margin-top: 0;
	}
#hr {
	background: #C29F33;
	width: 100%;
	height: 1px;
	display: block;
	margin: 15px 0 25px 0;
	}
#hr hr { display: none; }
.home {
	border: 1px solid #e0e0e0;
	width: 760px;
	text-align: left;
	}
.home h2 { 
	margin-top: -10px;
	}
.projectFull { 
	width: 100%;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	}
#center, .center {
	text-align: center;
	}
#popup {
	border: 4px solid #000;
	padding: 15px;
	margin: 15px;
	background: #FFFCEE;
	text-align: left;
	}
.close {
	font-weight: bold;
	text-align: center;
	padding: 15px 0 0 0;
	}


/* ---------- Text Formatting ---------- */

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	}

h1, .title {
	font: normal 17px tahoma, arial, verdana, sans-serif;
	color: #E9603C;
	}
h2, .subtitle {
	font: bold 12px tahoma, arial, verdana, sans-serif;
	color: #000;
	}
h3 {
	font: bold 12px tahoma, arial, verdana, sans-serif;
	background: #5B6F7B;
	color: #fff;
	padding: 5px;
	}
h4 {
	font: bold 11px tahoma, arial, verdana, sans-serif;
	margin: 10px;
	color: #E9603C;
	}
.small {
	font-size: 11px;
	}
.fieldHint {
	font-size: 11px;
	color: #429a9a;
	}
.message {
	font: bold 12px tahoma, arial, verdana, sans-serif;
	background: #E9603C;
	color: #fff;
	padding: 5px;
}	
.listHeading {
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: .04em;
	margin: 2px 0 2px 0;
  }
.listHeading img {
	margin-right: 5px;
	}

/* ---------- Forms ---------- */

form {
	margin: 0;
	padding: 0;
	}

#login { 
	background: #91D3E1;
	width: 250px;
	float: left;
	font-size: 12px;
	margin: 0 20px 20px 0;
	}
#login p { 
	margin: 3px 20px;
	}
.formTable { 
	width: 100%;
	margin: auto;
	border: 1px solid #ededed;
	}
.formTable td { 
	border-bottom: 1px solid #ededed;
	}
.formLeft {
	font-weight: bold;
	padding: 5px 10px 5px 30px;
	white-space: nowrap;
	}
.formRight { 
	padding: 5px 10px 5px 30px;
	}
#formMessage, .formMessage {
	background: #91D3E1;
	padding: 10px;
	margin: 10px auto;
	width: 250px;
	color: #272425;
	border: 1px solid #E9603C;
	}
.required {
	color: #E9603C;	
	}
.formSubmitHome {
	padding-top: 10px;
	text-align: center;
	}
.formSubmit { 
	padding: 10px 3px;
	text-align: center;
	}
input, textarea, select {
	padding: 2px;
	font: bold 11px tahoma, arial, verdana, sans-serif;
	color: #5C5757;
	}
.formSubmit input { 
	background: #ffcd9a url('/img/backgroundSubmit.gif');
	color: #fff;
	border: 1px solid #272425;
	padding: 2px 5px;
	}
.formSubmitHome input { 
	background: #ffcd9a url('/img/backgroundSubmitHome.gif');
	color: #fff;
	border: 1px solid #272425;
	padding: 2px 5px;
	}

/* ---------- Files Table ---------- */

.projectFiles {
 
	}
.projectActions {
	margin: 10px 10px 0 0;
	}
#filesTable {
	width: 100%;
	border: 1px solid #e0e0e0;
	}
#filesTable th {
	background: #fbfbfb url('../img/tableHeadLine.gif') bottom repeat-x;
	font: bold 13px tahoma, arial, verdana, sans-serif;
	color: #000;
	text-align: left;
	white-space: nowrap;
	padding: 10px;
	}
#filesTable th a {
	text-decoration: none;
	color: #000;
	}
#filesTable th a:hover {
	text-decoration: none;
	color: #ff9933;
	}
.fileHeadSub td {
	background: #f6f6f6;
	color: #414141;
	font-size: 11px;
	white-space: nowrap;
	padding: 0 10px;
	}
.actionsColumn {
	text-align: right !important;
	padding-right: 0px !important;

	}
.projectFolder {
	font-weight: bold;
	padding-left: 20px;
	}
.fileList {
  background: #f6f6f6;
}	
.fileListing {
	width: 98%;
	background: #f8f8f8;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #F5D571;
	border-left: 1px solid #ededed;
	margin: 5px 10px 10px auto;
	}
.fileListing td {
	color: #414141;
	font-size: 11px;
	white-space: nowrap;
	padding: 3px 10px;
	}
