/*
*
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0; 
	line-height: 180%; 
}*/

body
{
	background: #fff url(../../img/bodytop.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
}

/* accessibility */
#access
{
	position: absolute;
	top: -5000px;
}


/* show scrollbar in ff/opera */
html[xmlns]
{
	height : 100%;
	padding-bottom : 0.003em;
} 

/* head */
#head
{
	background: url(../../img/header.jpg) top left no-repeat;
	height: 123px;
	margin: 0;
	padding: 0;
}

* html #head { height: 123px; }

#head a#homelink
{
	width: 400px;
	height: 80px;
	margin-top: 20px;
	position: absolute;
	display: block;
	padding: 0;
}


/* nav */
#nav { 	margin: 0; padding: 0; line-height: 180%; }
#nav:after { content:"clear"; clear:both; display:block; height:0; overflow:hidden; visibility:hidden; }

#nav ul
{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 180%;
}

#nav ul li
{
	display:inline;
  margin:0;
  padding:0;
}

#nav ul li a
{
	float:left;
  background: url(../../img/tab-l.gif) no-repeat left top;
  margin: 0;
 	padding: 0 0 0 4px;
  text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

#nav ul li a span 
{
	float:left;
	display:block;
	background:url(../../img/tab-r.gif) no-repeat right top;
	padding: 2px 10px 2px 6px;
	color:#666;
	margin: 0;
}
/* IE5-Mac \*/
#nav ul li a span {float:none;}
/* End IE5-Mac */

#nav ul li a:hover span, #nav ul li a.active span { color: #036; }
#nav ul li a.active span { font-weight: bold; }
#nav a:hover, #nav a.active { background-position:0% -42px; }
#nav a:hover span, #nav a.active span { background-position:100% -42px; }

#nav ul li a img { margin: 0; padding: 4px 5px 0 0; border: none; display: block; float: left }

#wrapper
{
	width: 750px;
	margin: 0 20px;
}

#content 
{ 
	clear: both;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#content:after { content:"clear"; clear:both; display:block; height:0; overflow:hidden; visibility:hidden; }
* html #content { height: 1%; }

img.dlarrow
{
	margin-right: 10px;
}

#links
{
	text-align: right;
	font-weight: bold;
}

#links a
{
	color: #06c;
	text-decoration: none;
}

#links a:hover
{
	color: #930;
}

#wrapper
{
	width: 770px;
	margin: 0 20px;
}

#filelisting
{
	margin-bottom: 5px;
}

a img { border:0; }

#content
{
	padding: 20px;
	padding-left: 2px;
}


#loginform h4
{
	color: White;
	background: #000;
	padding: 5px;
	margin-bottom: 0;
}

form { 
	padding : 5px 10px; 
	background: #eee;
	border: 1px solid #ccc;
	margin: 5px 0;
}

label { float : left;
	width : 15%;
	text-align : right;
	padding-right : 1%;
}

#errormsg {
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

#uploadform .small {
	margin: 0 0 0 16%;
	font-size: 0.9em;
	margin-bottom: 1em;
}

#uploadform p {
	margin:3px;
    padding:0;
}

.red {
 	color: #f00;
	font-weight: bold;	
}

table.sortable {	
	width: 100%;
	text-align: center;
	border-spacing: 0px;
	border-collapse: collapse;
	height: 30px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
table.sortable .lefted {text-align: left; padding-left: 10px;}
table.sortable img  { vertical-align: middle }

table.sortable th {
	height: 30px;
	font-size: 1.1em;
	background-color: #000;
	padding: 4px;
	border: 1px #fff solid;
	color: #fff;
	font-weight: bold;	
} 
table.sortable th a {
	color: #fff;
	text-decoration: none;
}

table.sortable #th1 {width: 60%;}
table.sortable #th2 {width: 12%;}
table.sortable #th3 {width: 16%;}
table.sortable #th4 {width: 12%;}

table.sortable tr.on, table.sortable tr.odd {background: #f5f5f5; }
table.sortable tr.delete {background: #fcc;}

table.sortable td {
	height: 40px;
	padding: 3px;
	border-bottom: 1px solid #dbdbdb;
}

table.sortable td a {
	color: #06c;
	text-decoration: none;
}

table.sortable td a:hover {
	color: #930;
}

/* footer */
#footer
{
	clear: both;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	background: #000;
	color: White;
	margin-top: 0;
}

#footer a
{
	color: #6599ff;
	text-decoration: none;
}

#footer a:hover
{
	border-bottom: none;
	color: Yellow;
	border-bottom: 1px solid;
}

#footer p
{
	margin: 0;
	font-weight: normal;
}