
body {
	/* center page */
	margin: 0px;
	text-align: center;
	/* default font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	/* background color */
	background-color: #eee3c5;
	/* margins */
	margin: 0px;
	padding: 0px;
	line-height:18px;
}

/*****************/
/***** FONTS *****/
/*****************/

p, .list {
	line-height:18px;
}

.small {
	font-size:8px;
	color:gray;
}

a {
	color:#76724a;
}

h1 {
	font-size:22px;
	font-weight:normal;
	color:#574c74;
	margin-top:0px;
}

h2 {
	font-size:16px;
	font-weight:normal;
	color:#574c74;
	margin-top:5px;
}

h3 {
	font-size:14px;
	font-weight:normal;
}

.statusbox {
	display:block;
	width:320px;
	background-color:#fdffea;
	background-image:url(images/checkmark.gif);
	background-position: center left;
	background-repeat: no-repeat;
	height: 60px;
	padding:20px;
	padding-left:115px;
	border:1px solid #574c74;
	margin-left: auto;
	margin-right: auto;
}



/***********************/
/***** POSITIONING *****/
/***********************/

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:white; 
	width:880px; 
	border-color: #bbbbbb;
	border-style: solid;
	border-width: 0px 2px 1px 2px;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
}

.breaker {
	clear:both;
}

/* footer text */
.footer {
	font-size:10px;
	color:#7c7758;
	width:770px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}



/*****************/
/***** FORMS *****/
/*****************/

label {
	width:150px;
	float:left;
	text-align:right;
	padding-right:10px;
	height:32px;
}

form br {
	clear:both;
}


/*******************/
/***** DETAILS *****/
/*******************/

.download {
	background-image:url(images/save.png);
	background-repeat:no-repeat;
	padding:10px;
	padding-top:5px;
	padding-left:60px;
	font-size:11px;	
}

.downloaddl {
	font-size:16px;
	text-decoration:none;
}

.leftcol {
	padding:20px;
	width:600px;
	background-color:#f4efe5;
	float:left;
}

.rightcol {
	width:180px;
	padding:20px;
	background-color:#eeeeee;
	float:right;
}

.comments {
	font-size:11px;
	border-top:1px dotted gray;
	padding-top:10px;
	padding-bottom:10px;
}

.previous_versions {
	border-top:1px solid gray;
	font-size:11px;
}

.lefttbl {
	float:left;	
	vertical-align:top;
}

.righttbl {
	margin-left:100px;
	display:block;
	padding-bottom:5px;
}


/****************/
/***** LIST *****/
/****************/

.tablesorter img {
	vertical-align:middle;
	padding-right:5px;
}

#list td.hover, #list tr.hover, #list_users td.hover, #list_users tr.hover {
	background-color: #eee3c5;
}

#list td.hover a, #list tr.hover a {
	font-weight:bold;
}

#list td.hovercell, #list th.hovercell, #list_users td.hovercell, #list_users th.hovercell {
	background-color: #abc;
}

#list td.hoverrow, #list th.hoverrow, #list_users td.hoverrow, #list_users th.hoverrow {
	background-color: #6df;
}

.folder {
	background-color:#CCCCCC;
}