body {
	padding: 0px;
	margin: 0px;
}

.project {
	width: 450px;
	height: 65px;
	margin: 5px;
	/*	border: solid 1px #000; */
	background-color: #FFD1D1;
}

.projectAdmin {
	width: 450px;
	min-height: 95px;
	margin-bottom: 5px;
	border: solid 1px #000;
	background-color: #FFD1D1;
	position: relative;
}

.projName {
	font-weight: bold;
	display: block;
	margin-top: 5px;
	padding: 0px;
	font-size: 105%;
}

.projBlurb {
	display: block;
	padding: 0px;
}

.projFileCount {
	display: block;
	padding: 0px;
	font-size: 85%;
	margin-top: 5px;
}

.projButtons {
	display: block;
	padding: 0px;
	font-size: 95%;
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.projButtons form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.projButtons input {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.projQuota {
	font-weight: bold;
	display: block;
	padding: 0px;
	margin-top: 30px;
	font-size: 120%;
	width: 80px;
	height: 20px;
	right: 10px;
	top: 0px;
	position: absolute;
	text-align: center;
	position: absolute;
}

hr.dashed {
	color: #FFD1D1;
	background-color: #FFD1D1;
	border: 1px dashed #000;
	border-style: none none dashed;
	width: 95%;
	padding-top: 2px;
}

.personal hr.dashed {
	color: #FFA8A8;
	background-color: #FFA8A8;
}

.projOwner {
	display: block;
	padding: 0px;
	margin-top: 5px;
	width: 200px;
	height: 20px;
	right: 10px;
	top: 0px;
	position: absolute;
	text-align: right;
}

.personal {
	background-color: #FFA8A8;
}

.new {
	background-color: #F5FA75;
}

.project .img,.projectAdmin .img {
	width: 48px;
	height: 48px;
	position: relative;
	top: 0px;
	left: 0px;
	border: solid 1px #000;
	margin: 7px;
	float: left;
	background-color: #FFF;
}

.projectAdmin .img {
	margin: 5px;
}

.project .title {
	width: 380px;
	height: 20px;
	position: relative;
	top: 5px;
	left: 0px;
	margin: 5px 5px 5px 65px;
	font-size: 120%;
}

.project .blurb {
	width: 420px;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 6px 5px 5px 65px;
}

.projBlurb {
	width: 440px;
}

.project .files {
	width: 70px;
	height: 50px;
	position: relative;
	top: -32px;
	left: 0px;
	float: right;
	font-weight: bold;
	font-size: 110%;
	margin: 0px 20px 0px 0px;
	text-align: right;
}

table.files {
	border-color: #000;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
}

table.files th,table.files td {
	border-color: #000;
	border-width: 1px 1px 0 0;
	border-style: solid;
}

th.icon,td.icon {
	width: 35px;
	text-align: center;
}

th.filename,td.filename {
	width: 185px;
	overflow: hidden;
}

th.size,td.size {
	width: 70px;
	text-align: center;
}

th.date,td.date {
	width: 150px;
	text-align: center;
}

th.uploader,td.uploader {
	width: 100px;
	text-align: center;
}

th.actions,td.actions {
	width: 80px;
	text-align: center;
}

span.fileOverview {
	margin-top: 6px;
	text-align: right;
	display: block;
	width: 667px;
}

#fileTable {
	width: 668px;
	position: relative;
}

#newProjectForm {
	width: 560px;
	margin-left: 5px;
	background-color: #ffd1d1;
	position: relative;
	margin: 5px;
	border: 1px solid #000; /* #7F9DB9 */
}

#newProjectForm input,#newProjectForm textarea,#newProjectForm select {
	border: 1px solid #000;
}

#newProjectForm label {
	text-align: right;
	display: block;
	width: 100%;
}

#newProjectForm h4 {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#newProjectForm #name,#newProjectForm #blurb,#newProjectForm #owner {
	width: 96%;
	margin-right: 4%;
	text-align: left;
}

#newProjectForm .nameSel {
	border: 1px solid #000; /* #7F9DB9 */
	overflow-y: scroll;
	width: 95%;
	height: 127px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	text-align: left;
}

#check_all_correl,#check_all_external {
	margin-top: 10px;
}

#submit {
	width: 100%;
	text-align: center;
	margin: 0px 0 5px 0;
	padding-top: 5px;
	border-top: 1px solid #000;
}

#newProjectForm .nameSel ul {
	padding: 0px;
	margin: 0px;
}

h3.toggle {
	padding-left: 18px;
	background: #fff url('../images/icons/d.png') no-repeat bottom left;
	cursor: pointer;
}

#systemProjects {
	
}

#newProject,#systemProjects,#addUsers,#editUsers,#projectAccess {
	display: none;
}

/* New User Form */ /* Orange Pale - #fee3ad
   Orange Dark - #ffa20c
   Purple Border - #781351

   Pink Pale - #ffd1d1
   Pink Dark - #b34747
   Purple Border - #781351 */
#user_fields {
	width: 23em;
	float: left;
}

#user_help {
	width: 23em;
	float: left;
	margin-left: 5px;
	border: 1px solid #781351;
	height: 40em;
	padding: 1em;
}

#user_help h4 {
	margin: 0px;
	padding: 0px;
}

#user_help p {
	margin: 3px 0 0 0;
	padding: 0px;
}

.user_help_block {
	position: relative;
	background-color: #ffd1d1;
	height: 8em;
	width: 20em;
	margin-left: 1em;
	padding-left: 3px;
	padding-right: 3px;
}

#user_help_personal {
	
}

#user_help_personal .arrow {
	position: absolute;
	left: -8em;
	top: -0em;
}

#user_help_access {
	margin-top: 2em;
}

#user_help_access .arrow {
	position: absolute;
	left: -8em;
	top: -0em;
}

#user_help_projects {
	margin-top: 1.5em;
	height: 7em;
}

#user_help_projects .arrow {
	position: absolute;
	border-width: 3.5em 4em 3.5em 4em;
	left: -8em;
	top: -0em;
}

#user_help_files {
	margin-top: 2em;
	height: 10em;
}

#user_help_files .arrow {
	position: absolute;
	border-width: 5em 4em 5em 4em;
	left: -8em;
	top: -0em;
}

.arrow {
	border-color: transparent #ffd1d1 transparent transparent;
	border-style: solid;
	border-width: 4em;
	width: 0px;
	height: 0px;
}

#addUsers fieldset {
	border: 1px solid #781351;
	width: 21em;
	margin-bottom: 0.8em;
	padding: 0.5em;
}

#addUsers legend {
	color: #fff;
	background: #b34747;
	border: 1px solid #781351;
	padding: 2px 6px;
}

#addUsers label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin-bottom: 0.5em;
}

#addUsers #user_personal input, #addUsers #user_submit input{
	color: #781351;
	background: #ffd1d1;
	border: 1px solid #781351;
	margin-bottom: 0.5em;
}

#user_personal input {
	width: 13em;
}

#addUsers .submit input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
}

#user_submit {
	clear: both;
	width: 45.5em !important;
	text-align: center;
	height: 1.5em !important;
	padding-top: 0.5em;
}

#user_personal {
	height: 9.5em;
}

#user_website {
	height: 9em;
}

#user_files {
	height: 9em;
}

#user_projects {
	height: 7em;
}

#projects {
	overflow-y: scroll;
	height: 5.5em;
	width: 20em;
	z-index: 10;
	position: relative;
}

/* Edit Users Form */
#editUsers fieldset {
	border: 1px solid #781351;
	width: 65.5em;
	margin-bottom: 0.8em;
	padding: 0.5em;
	height: auto;
}

#editUsers legend {
	color: #fff;
	background: #b34747;
	border: 1px solid #781351;
	padding: 2px 6px;
}

#editUsers td,#editUsers th {
	text-align: center;
	background: #ffd1d1;
}

#editUsers th {
	background: #b34747;
}

#editUsers table {
	width: 65em;
	table-layout: fixed;
}

#editUsers input {
	border: 1px solid #781351;
	color: #781351;
	background: #fff;
	width: 5em;
}

#editUsers th.perms {
	width: 1.5em;
}

#editUsers th.actions {
	width: 14em;
}

/* New Project Form */
#newProject fieldset {
	border: 1px solid #781351;
	width: 21em;
	margin-bottom: 0.8em;
	margin-right: 0.8em;
	padding: 0.5em;
	height: auto;
}

#newProject #project_details,#newProject #project_access {
	height: 14.5em;
}

#newProject #project_details {
	float: left;
}

#newProject #project_submit {
	clear: both;
	width: 44.1em !important;
	text-align: center;
	height: 1.5em !important;
	padding-top: 0.5em;
}

#newProject legend {
	color: #fff;
	background: #b34747;
	border: 1px solid #781351;
	padding: 2px 6px;
}

#newProject input.mainInput,#newProject textarea.mainInput, #newProject select {
	color: #781351;
	background: #ffd1d1;
	border: 1px solid #781351;
	margin-bottom: 0.5em;
	width: 10em;
}

#newProject label {
	clear: both;
}

#newProject label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin-bottom: 0.5em;
}

#newProject textarea {
	margin-bottom: 0em;
}

#newProject #count {
	width: 10em;
	height: 1em;
	margin-left: 10.8em;
	margin-bottom: 1em;
}

#newProject .nameSelect {
	width: 10em;
	float: left;
	margin-right: 0.5em;
}

#newProject .nameSelect input {
/*	width: 0em; */
}

#newProject #correlSel,#newProject #externalSel {
	border: 1px solid #781351;
	overflow-y: scroll;
	width: 10em;
	text-align: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 8.5em;
}

#newProject #correlSel input,#newProject #externalSel input {
	/* width: 0em; */
}

/* Edit Project Access */
#projectAccess {
	position: relative;
}

#projectAccess fieldset {
	border: 1px solid #781351;
	width: 21em;
	margin-bottom: 0.8em;
	padding: 0.5em;
}

#projectAccess #access_select {
	width: 14em;
	float: left;
	margin-right: 0.8em;
	height: 14em;
}

#projectAccess #access_select_cont {
	height: 12em;
	overflow-y: scroll;
}

#projectAccess #access_settings {
	width: 32em;
	float: left;
	height: 14em;
}

#projectAccess #access_submit {
	clear: both;
	width: 48em !important;
	text-align: center;
	height: 1.5em !important;
	padding-top: 0.5em;
}

#projectAccess legend {
	color: #fff;
	background: #b34747;
	border: 1px solid #781351;
	padding: 2px 6px;
}

#projectAccess label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin-bottom: 0.5em;
}

#projectAccess input {
/*	color: #781351;
	background: #ffd1d1;
	border: 1px solid #781351; */
	margin-bottom: 0.5em;
}

#projectAccess #access_submit input
{
	color: #781351;
	background: #ffd1d1;
	border: 1px solid #781351; 
	margin-bottom: 0.5em;
}

#projectAccess #access_correlSel,#projectAccess #access_externalSel, #projectAccess #access_owner {
	border: 1px solid #781351;
	overflow-y: scroll;
	width: 10em;
	text-align: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 8.5em;
}

.access_sel_div {
	float: left;
}

#projectAccess #access_correlSel, #projectAccess #access_externalSel {
	margin-right: 0.5em;
}

#projectAccess #access_owner {
	margin-top: 1.7em; 
}

#projectAccess #access_correlSel input,#projectAccess #access_externalSel input, #projectAccess #access_owner input
	{
	/*width: 0em; */
}

/* Messages */
.info,.success,.warning,.error,.validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/icons/info.png');
}
.info a {
	color: #00529B;
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/icons/success.png');
}
.success a {
	color: #4F8A10;
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/icons/warning.png');
}
.warning a {
	color: #9F6000;
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/icons/error.png');
}
.error a {
	color: #D8000C;
}

.close {
	text-align: right;
	display: block;
	right: 0px;
	margin: -10px 0px 0px 0px;
	padding: 0px;
}

/* ----- Login Page ----- */

ul#loginOptions {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 20px 10px;
	}
	
ul#loginOptions li {
	background-repeat: no-repeat;
	background-position: 0px;
	margin-bottom: 10px;
	padding-left: 80px;
	height: 75px;
	display: block;	
	}
	
ul#loginOptions li a {
	top: 10px;
	position: relative;
	height: 15px;
	font-size: 140%;
	}

li#loginFiles {
	background-image: url('../images/icons/files2.png');

	}

li#loginHelp {
	background-image: url('../images/icons/help.png');

	}
	
li#loginAdmin {
	background-image: url('../images/icons/admin.png');

	}
	
li#loginFilesAdmin {
	background-image: url('../images/icons/files_admin.png');
}

/*----------------------------------------------

---------------------------------------------*/
html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #fff;
	font-family: tahoma;
	font-size: 80%;
}

#container {
	background-color: #fff;
	width: 90%;
	min-height: 100%;
	min-width: 880px; /* 710px */
	margin: auto;
	border-width: 1px;
	border-style: none solid none solid;
}

#header {
	width: 100%;
	background-color: #000;
	height: 125px;
	background-image: url('../images/menu/header.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#header h1 {
	display: none;
}

#menu {
	background-color: #ccc;
	background: transparent url(../images/menu/menubg.gif) no-repeat top
		left;
	width: 200px;
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 1px 0px;
}

#content {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	padding-right: 15px;
	margin-left: 210px;
	position: relative;
	height: 100%;
}

#menu ul {
	list-style: none;
	padding: 5px;
	margin: 0px;
}

#menu li {
	padding: 5px;
}

.contentbox {
	width: 100%;
	display: block;
	float: right;
}

#menu li a {
	text-decoration: none;
	color: #000;
}

#menu ul.submenu {
	padding-left: 39px;
	background: transparent;
}

#menu a.menulinks,a.submenu {
	padding-left: 19px;
	background: transparent url(../images/menu/link.gif) no-repeat top left;
}

#menu .message {
	display: none;
	}

a.specialLink {
	color: #f00 !important;
}

span.submenu {
	margin-left: -19px;
}

li.subsubmenu {
	margin-left: -19px;
}

#footer {
	clear: both;
	height: 30px;
}

.float {
	float: left;
	margin: 5px 30px 5px 5px;
}

h2 {
	margin: 0px;
	font-size: 140%;
}

div .accolade {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #efefef;
	font-size: 90%;
	margin-bottom: 10px;
}

#imageContainer {
	background-color: #000;
	position: absolute;
	right: 5%;
	width: 229px;
	height: 100px;
}

#imageContainer img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

img.logo {
	position: absolute;
	top: 70px;
}

td {
	padding: 5px;
}

.rightwrap {
	float: right;
	padding: 5px 5px 5px 10px;
}

.leftwrap {
	float: left;
	padding: 5px 20px 5px 5px;
}

.centreblock {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* .error {
	color: #f00;
	background-color: #ff3;
	padding: 3px;
	display: block;
	height: 30px;
	border-style: dashed;
	border-width: 1px;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	text-align: center;
	font-weight: bold;
} */
.client {
	width: 85px;
	padding: 5px 5px 5px 5px;
	height: 55px;
	float: left;
}

.client img {
	vertical-align: middle;
	max-height: 50px;
}

.halffloat {
	width: 49%;
	float: left;
}

.halffloatr {
	width: 49%;
	float: right;
}

h3 {
	font-size: 120%;
	padding-top: 4px;
}

img.link {
	border: none;
}
