@import "reset.css";

body {
	background:#FFF;
	color:#333;
	}

#wrap {
	width:960px;
	margin:0 auto;
	padding:20px 0;
	}

#header {
	height:161px;
	width:960px;
	background: url(/assets/images/headerBg.jpg) no-repeat;
	}

#content {
	padding:15px 30px;
	}

#login {
	text-align:center;
	margin:40px auto;
	width:600px;
	}

body.admin #main {
	margin-left:134px;
	}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#333366;
	font-size: 1.4em;
	padding-bottom:10px;
	margin-top:0;
	}


.c {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    }

.sc {
	clear:both;
	}

.normal {
	font-weight:normal;
	}

h2 {
	color:#014286;
	font-family:Times New Roman,serif;
	font-size: 1.4em;
	margin:5px 0 10px 0;
	}

p, table {
	margin:15px 0;
	}


p, li, table {
	font-size:0.8em;
	}

li p {
	font-size:100%;
	}

a {
	color:#669900;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}

.al {
	float:left;
	}

.ar {
	float:right;
	}

.small {
	font-size:0.75em;
	margin-top:30px;
	}

hr {
	border:none;
	color: #c3cee1;
	background-color: #c3cee1;
	height: 1px;
	}

p#currentFolder {
	background-color:#dedede;
	padding:4px 10px;
	margin-bottom:10px;
	}

p#logo {
	position:absolute;
	margin:39px 0 0 28px;
	padding:0;
	}

p#logout {
	position:absolute;
	width:930px;
	text-align:right;
	margin:138px 40px 0 0 ;
	font-size:0.7em;
	}

p#logout a {
	border-top:5px solid #77a600;
	padding:3px;
	text-transform:uppercase;
	}

p#client {
	position:absolute;
	width:930px;
	padding-right:30px;
	margin:60px 0 0;
	color:#333366;
	font-size:1.2em;
	text-align:right;
	}


/* forms */
input.button {
	border:none;
	font-size:12px;
	padding:2px 0;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	}

fieldset ul {
	list-style-type:none;
	margin:15px 0;
	padding:0;
	}

fieldset ul li {
	clear:both;
	margin:10px 0;
	}

fieldset ul li em {
	color:red;
	}

fieldset ul li p {
	margin:0;
	}

fieldset .formLabel {
	float:left;
	width:100px;
	}

fieldset .formData {
	float:left;
	width: 360px;
	}

.formBox, .formBoxError {
	border:1px solid #CCC;
	font-size:12px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	}

.formBoxError {
	background:#FDDE9D;
	}

textarea {
	font-size:13px;
	}

.formFeedback {
	color:red;
	}

fieldset .formFeedback {
	padding-left:100px;
	}

legend {
	display:none;
	}

.submitButton {

	}

a.submitButton {
	display:block;
	text-align:center;
	}

.submitButton:hover, .submitButton:focus {
	border-color:#ee2752;
	}

.submitRow {
	padding-left:100px;
	}

#searchForm label {
	padding-left:10px;
	}

#searchForm p {
	font-size: 0.75em;
	background:#dae3eb;
	padding:8px 4px;
	margin:5px 0;
	}

#download {
	color:#04773e;
	}

#delete {
	background:#915b7d;
	color:#FFF;
	margin-left:10px;
	}


#feedback {
	position:absolute;
	top:134px;
	background:#333366;
	width:800px;
	padding:4px 20px;
	margin-left:20px;
	font-style:italic;
	color:#FFF;
	}

/* top menu */
#menu {
	padding-bottom:10px;
	position:absolute;
	}

#menu ul {
	list-style-type:none;
	width:106px;
	}

#menu ul li {
	display:inline;
	margin:0;
	padding:0;
	}

#menu ul li a {
	display:block;
	margin-right:1px;
	color:#000;
	border:none;
	padding:4px 10px;
	text-decoration:none;
	border-bottom:1px dashed #ABABAB;
	}

#menu ul li strong a,#menu ul li a:hover  {
	font-weight:normal;
	background:#77a600;
	text-decoration:none;
	color:#FFF;
	}


/* tables */
table.list {
	width:100%;
	}

table.list th, table.list td {
	text-align:left;
	font-weight:normal;
	padding:4px;
	border-bottom:1px solid #CCC;
	}

table.list th {
	background-color:#dedede;
	}

table.list .ar {
	text-align:right;
	}

table.list .options {
	text-align:right;
	}

a.folder {
	background: url(../images/iconFolder.gif)  no-repeat 0 0;
	padding-left:20px;
	}

a.file {
	background: url(../images/iconFile.gif)  no-repeat 0 0;
	padding-left:20px;
	}

/* misc */
.addButton {
	margin:0 0 0 830px;
	position:absolute;
	}

p#addFile {
	margin:0 0 20px 100px;
	}

p#addFile a {
	color:#77a600;
	}