body
{
    background-color: #000;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    margin: 30px;
}

a:link,
a:visited,
a:active
{
  color: #ff0;
  text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #fff;
}

h1 {
	font-size: 20px;
	margin-top: 0px;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
}

hr{
	background-color: #000;
	border: 0;
	border-bottom: solid 1px #666;
	height: 1px;
}

div.banner
{
	background-image: url('../images/banner.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.project
{
  background-color: #111;
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

.actions {
  float: right;
}

tr.file:hover
{
	background-color: #222;
}

#files
{
 border: 0;
 width: 100%;
}

#files td
{
  vertical-align: top;
}

.project
{
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 20px;
}

.project th
{
 text-align: left;
 border-bottom: solid 1px #666;
 padding: 10px 7px 10px 7px;
}

.project td
{
  padding: 7px 7px 7px 7px;
  line-height: 20px;
}

td.nowrap
{
	white-space: nowrap;
}

th.file_actions, td.file_actions
{
	min-width: 100px !important;
	width: 100px !important;
}

td.file_actions a
{
	display: block;
	float: left;
}

td.file_actions a img
{
	display: block;
	border: 0;
	margin: 0px 5px 0px 0px;
}

td.file_actions a:hover img
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


#player_wrapper
{
  margin-left: 30px;
  position: absolute;
}

#player_wrapper embed
{
	border: solid 2px #333;
}

    
a.play_media
{
    display: none;
}

.filename
{
    width: 50%;
}

.messages
{
    border: solid 1px #ff0;
    color: #ff0;
    padding: 15px;
    text-align: center;
    font-weight: bold;
}

p.user_info
{
	float: right;
	text-align: right;
	line-height: 20px;
	font-size: 13px;
	margin-top: 60px;
}

p.footer
{
	color: #333;
	text-align: center;
}

div.login_wrap
{
	text-align: center;
}

div.login
{
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin: 20px auto 100px auto;
	background: #111;
	border: solid 1px #333;
	padding-left: 50px;
	padding-right: 0px;
	width: 250px;
	text-align: left;
}

.login_input
{
	width: 200px;
	border: solid 1px #666;
}
