/*
 * WheatGrass 1.0.1
 *
 * By Nick Ficano (Nick@Ficano.net)
 * Copyright (c) 2009 Nick Ficano
 * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
*/
body
{
	background: #303233;
	font-family: "lucida grande","lucida sans unicode",helvetica,arial,sans-serif;
	font-size: .8em
}

#clipboard
{
	display: none
}

#directory
{
	background: #FFF;
	color: #444;
	font-family: "Lucida Grande",Calibri,Helvetica,Arial;
	font-size: 13px
}

#title
{
	color: #FFF;
	font-family: candara,"Lucida Grande",tahoma,arial,helvetica,sans-serif;
	font-size: 3em;
	font-style: italic;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1em;
	padding-bottom: 40px;
	padding-top: 20px
}

.actions
{
	width: 45px
}

.icon
{
	padding: 0 5px
}

.inline
{
	vertical-align: middle
}

.spanMax
{
	width: 460px
}

.textBox
{
	background:#FFFFFF url(../media/link.png) no-repeat scroll 8px 3px;
	padding:2px 3px 2px 30px;
	border: #303233 solid 3px;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	font-size:small;
}

a
{
	color: #366799;
	text-decoration: none
}

#date
{
	width: 160px
}

#name
{
	width: 400px
}

#type, #size
{
	width: 60px
}

thead tr th, thead tr td
{
	background: #FFF;
	border-bottom: #DDD 1px solid;
	color: #685C53;
	font-weight: 400
}

thead tr
{
	color: #000
}

thead tr .headerSortDown
{
	background-position: right -48px;
}

thead tr .headerSortUp
{
	background-position: right -24px;
}

thead tr th
{
	background: url(../media/headers.png) top right;
	color: #000;
	cursor: pointer;
	font-weight: 700;
	padding: 2px 10px
}

tbody tr:hover
{
	background: #FFF9D7 none repeat scroll 0 0 !important
}

tbody tr td
{
	border-bottom: 1px solid #DBDAD8;
	padding: 2px
}

tbody tr.even
{
	background: #F7F5F3 none repeat scroll 0 0
}

tbody tr.even td
{
	background: none
}