/* w2box: web 2.0 File Repository
 * (c) 2005-2006, Clément Beffa
 * http://labs.beffa.org/w2box/
 *
 */

body { 
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3f5d5d;
	background-color: #ddc6a4;
	list-style-type: square;
	background-image: url(/images/leaf_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#page { 
	width: 760px;
	margin: 0px auto;
	background: url("") repeat-y top; 
	
} 
h2	{
	color:#563f84;
	size: 2em;
	font-weight: bold;
}		
#header {
	height: 131px;
	background: url("../images/anansi-art_long.jpg");
	vertical-align: text-bottom;	
}	
#header h1{
	margin:0;
	font-size:2.0em;
	
	padding:33px 0 0 103px;
}
#header h1 a{
	color:#3f5d5d;
    text-decoration:none;
    padding:10px;
    }

#content {
	margin: 0;
	padding: 5px 22px;
}
#footer { 
	clear: both;
	width: 760px;
	background: url("") no-repeat bottom; border: none;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	color: #888888;
	text-align: center;
}
#footer a {
	color: #888888;
}
#footer a:hover {
	color: honeydew;
	background: #888888;
}

#warningmsg a, td a { color: #546bad}
#warningmsg a, td a:visited, td a:hover { color: #9966FF}

a img { border:0; }

form { 
	padding : 0 10px 0 10px; 
}
label { float : left;
	width : 15%;
	text-align : right;
	padding-right : 1%;
}
input, textarea, select { text-align : left; }

#errormsg {
	text-align: center;
	color: #f00;
	font-weight: bold;
}

#warningmsg {
	background-color:#EEEEEE;
	margin: 5px;
}
#warningmsg p{
  color: #000000;
  padding: 5px;
}

#uploadform .small {
	margin: 0 0 0 16%;
	font-size: 0.7em;
	margin-bottom: 1em;
}

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

a#hiddenlink, a#hiddenlink:hover {
	color: #888888;
	text-decoration:none;
	cursor: text;
	background:none;
}

.red {
  color:#ff0000;
  font-weight: bold;
}

table.sortable {	
	width: 100%;
	text-align: center;
	border-spacing: 0px;
	border-collapse: collapse;
	height: 30px;
}
table.sortable .lefted {text-align: left;}
table.sortable img  { vertical-align: middle }

table.sortable th {
	height: 30px;
	font-size: 1.1em;
	background-color: #CDB89B;
	padding: 4px;
	border: 1px #fff solid;
	color: #BB4452;
	font-weight: bold;	
} 
table.sortable th a {
	color: #3f5d5d;
	text-decoration: none;
}

table.sortable #th1 {width: 30%;}
table.sortable #th2 {width: 13%;}
table.sortable #th3 {width: 8%;}
table.sortable #th4 {width: 7%;}
table.sortable #th5 {width: 7%;}

table.sortable tr.on {background: #eee;}
table.sortable tr.delete {background: honeydew;}

table.sortable td {
	height: 40px;
	padding: 3px;
	margin:0;
	overflow:none;
}

div#upload_pb {
	width: 100%;
	margin:7px 0 6px 0;
	background-color: honeydew;
}

#upload_pb p span{
   font-weight:bold;
}

#upload_border {
    margin: 15px auto;
	border: 1px #000000 solid;
}

#upload_progress {
	width: 0;
	height: 15px;
	background-color: #DF4556;
}

a.darklink:hover {
	font-weight: normal;
	font-size: small;
	color: orange;
	text-decoration: underline;
	}
	
a.darklink:visited {
	font-weight: normal;
	font-size: small;
	color: #005050;
	text-decoration: none;
	}


	
a.smllink:link {
	font-weight: bold;
	font-size: small;
	color: #546bad;
	text-decoration: none;
	}

a.smllink:hover {
	font-weight: bold;
	font-size: small;
	color: #9966FF;
	text-decoration: underline;
	}
	
a.smllink:visited {
	font-weight: bold;
	font-size: small;
	color: #546bad;
	text-decoration: none;
	}