*	{
	margin:0;
	padding:0;
	}
body
	{
	margin-left:auto; margin-right:auto;
	font-family:Verdana, sans-serif;
	font-size:12px;
	background-color:#000;
    background-image: url("../_branding.png");
    background-repeat: no-repeat;
    background-position: center -36px;
	}
body#content
	{
	width:750px;
    border:2px solid #fff;
    margin-bottom:2em;
    margin-top:2em;
	}
body#action
	{
	width:700px;
	}
div#content
	{
	padding:0px;
	background-color:#F2F2F2;
    text-align: center;
	}
div#action
	{
	padding-left:25px;
	padding-right:25px;
	background-color:#fff;
	padding-top: 1.5em;
	padding-bottom:5em;
	}
table
	{
	border-spacing:0;
    width: 100%;
	}
p	{
	text-align:center;
	font-weight:bold;
	}
	
h1,img#banner	{
	margin-bottom:1.5em;
	}	
h2	{
	margin: 0em 0em 1em 1em;
	color:#333;
	font-size:13pt;
    text-align: left;
	}
form
	{
	color:#666;
	font-size:8pt;
	padding:1em;
	border:1px solid #999;
	text-align:right;
	background-color:#eee;
	}
h2 a	{
	color:#1C0E6D;
	text-decoration:none;
	}
	
col.icon
	{
	width: 16px;
	}
col.name
	{
	width: 414px;
	}
col.size
	{
	width: 100px;
	}
col.changed
	{
	width: 220px;
	}
/*col.delete
	{
	width: 16px;
	}*/
	
td, th	{
	padding:5px;
	text-align: left;
	}
thead th
	{
	padding-bottom: 1em;
	color:#ADADAD;
	}
tfoot td
	{
	margin-top:1em;
	padding-bottom:2em;
	padding-top:1em;
	color:#666;
	}
td.spacertop
	{
	border-top: 1px solid #ccc;
	font-size:0pt;
	}
td.spacerbottom
	{
	border-bottom: 1px solid #ccc;
	font-size:1pt;
	}

tr.folder td.name
	{
	font-weight:bold;
	}
td.icon
	{
	padding-left:2ex;
	padding-right:1ex;
	}
tfoot td.icon img {
    display: none;
}
td.name, td.name a
	{
	color:#1C0E6D;
	text-decoration: none;
	}
td.name a:visited
	{
	color:#95a;
	}
td.size
	{
	color:#555;
	}
td.changed
	{
	color:#555;
	padding-right:2ex;
	}
tbody tr:hover
	{
	background-color:#DDD;
	cursor:pointer;
	}
td.action {
    padding-bottom: 20px;
}
td.action a, td.action a:visited
	{
	color:#FFF;
	text-decoration: none;
    display: block;
    background-color: #1C0E6D;
    width: 80px;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
}
td.action a:hover, td.action a:visited:hover 
    {
    background-color: #1C0E6D;
    }
	}
input.button
	{
	background-color:#EC008C;
    color: #FFF;
	margin-top:1em;
	padding:3px 2ex 3px 2ex;
	margin-left:1em;
	width:100px;
	}
span.confirm
	{
	color:#000;
	font-size:10pt;
	font-weight:bold;
	}
td.delete img
	{
	border:0;
	}