/* Structure
----------------------------------------------- */
#content{
	height: auto;
	min-height: 446px;
}

#content-interior{
	width: 540px;
	background: none;
}

* html #content{
	height: 446px;
}

.admin div{
	float: left;
	clear: both;
	margin-bottom: 1em;
	width: 100%;
}

#documents{
	float: left;
	width: 290px;
}



/* Paragraphs and Headings
----------------------------------------------- */
.hidden,
#content-interior .regerror{
	display: none;
}

.regerror{
	font-size: 12px;
	line-height: 2em;
	color: #f00;
	float: left;
	display: inline;
	margin-left: .5em;
}

.note{
	color: #f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#confirm span{
	font-size: 12px;
	color: #051839;
	margin-left: 1em;
}

#notifications p{
	background: url("../imgs/bg-notifications.gif") left center no-repeat;
	padding-left: 10px;
}

.faux-link{
	color: #00f;
	text-decoration: underline;
	cursor: pointer;
}



/* Links
----------------------------------------------- */
#documents li a{
	margin: 0;
	line-height: 1.5em;
}



/* Lists
----------------------------------------------- */
#content-interior ul{
	width: auto;
}

#documents li{
	margin-bottom: 1em;
}



/* Tables
----------------------------------------------- */
#tbl-myprojects,
#tbl-allprojects,
#tbl-reports{
	display: none;
}

.admin{
	margin: 1em;
	float: left;
	display: inline;
	padding-bottom: 1em;
}

.login{
	margin: 1em;
	padding-bottom: 1em;
}

.showDragHandle{
	cursor: move;
}

.manager{
	width: auto;
	margin: 1em;
	border-collapse: collapse;
	border-top: solid 1px #1B3D75;
	border-left: solid 1px #1B3D75;
}

.manager th,
.manager td{
	border-right: solid 1px #1B3D75;
	border-bottom: solid 1px #1B3D75;
	padding: .5em;
	font-size: 14px;
}

.manager th{
	background-color: #E1E5EC;
}

.manager td{
	background-color: #F6F7F9;
}

.manager .delete{
	text-decoration: line-through;
}

table.tablesorter thead tr .header {
	background-image: url("../imgs/unsorted.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 18px;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url("../imgs/asc.gif");
}

table.tablesorter thead tr .headerSortDown {
	background-image: url("../imgs/desc.gif");
}

tr.child td{
	font-size: 11px;
}

tr.child td.indent{
	padding-left: 2em;
}



/* Forms
----------------------------------------------- */
.admin label{
	display: block;
	float: left;
	width: 10em;
}

.login label{
	display: block;
	margin-bottom: 3px;
	font-size: 16px;
	color: #000;
}

.admin label span,
.login label span{
	color: #f00;
	font-weight: bold;
	font-size: 16px;
	margin-left: 2px;
}

.admin label.label-submit,
.login label.label-submit{
	line-height: 0;
	font-size: 1px;
	margin-left: -999em;
}

.admin input,
.admin textarea{
	padding: 2px;
	float: left;
}

.login input{
	margin-bottom: 1em;
	padding: 2px;
}

.admin textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

fieldset,
legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

fieldset{
	border: outset 1px #000;
	width: auto;
	padding: 0 1em 1em 1em;
	margin-bottom: 1em;
}

legend{
	padding-bottom: 1em;
}

.userstate{
	float: left;
	margin-right: 8px;
	font-size: 14px;
	line-height: 1.8em;
}

form#register{
	float: left;
	width: 460px;
}