/* @override http://localhost:3000/stylesheets/main.css */

body
{
	background: #f1f1f1;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #262626;
	margin: 12px;
}

/* @group Descriptive */

small
{
	font-size: 10px;
}

/* @end */

/* @group Layout */

div#header
{
	padding-bottom: 8px;
	background: url(/images/content_shade.gif) repeat-x 0 bottom;
}

div#header h1
{
	font-size: 29px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-left: -1px;
	margin-top: 18px;
}

div#header h1 a
{
	text-decoration: none;
	color: #323232;
}


div#header h1 a:hover
{
	background: none;
}

div#header #path
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 12px;
	color: #191919;
}

div#header #links
{
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 12px;
	color: #4d4d4d;
}

div#footer
{
	background: url(/images/content_shade.gif) repeat-x;
	padding-top: 12px;
	color: #3f3f3f;
	font-size: 10px;
}

div#contents
{
	margin-top: 24px;
	margin-bottom: 24px;
}

/* @group Admin */

/* @group ActiveRecord */

div#errorExplanation
{
	background-color: #fff0f1;
	border: 1px solid #ffa5ac;
	padding: 4px;
}

div#errorExplanation h2
{
	font-size: 12px;
}

div.fieldWithErrors
{
	background-color: #fff0f1;
	border: 1px solid #ffa5ac;
	padding: 6px;
}

/* @end */

/* @group Groups and Users */

p.notice
{
	background-color: #f2ffd8;
	padding: 4px;
	border: 1px solid #bee66c;
}

div#groups-and-users
{
}

div#groups-and-users small
{
	line-height: 13px;
}

div.group, div.user
{
	border: 1px solid #d8d8d8;
	padding: 4px;
	float: left;
	width: 164px;
	height: 64px;
	margin-right: 4px;
	margin-top: 16px;
	background-color: #e9e9e9;
}

div.user
{
	background: white;
	width: 240px;
	overflow: auto;
}

div.user.admin
{
	background: white url(/images/is_admin.gif) no-repeat right bottom;
}

div.user img
{
	float: left;
	margin-right: 4px;
}

div#user_picture_thumb img
{
	margin: 0 0 8px;
	padding: 4px;
	border: 1px solid #d8d8d8;
}

div.plus_me, div.equal
{
	float: left;
	background-image: url(/images/small_add_gray.gif);
	width: 5px;
	height: 5px;
	margin-right: 5px;
	margin-left: 1px;
	margin-top: 48px;
}

div.equal
{
	background-image: url(/images/small_equal_gray.gif);
}

/* @end */

/* @end */

/* @group Dialog */

div#dialog
{
	background-color: white;
	border: 1px solid #d8d8d8;
	float: left;
	padding: 0 12px;
}

div#dialog form
{
	margin: 0;
	padding: 0;
}

div#dialog label
{
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin: 0 0 2px;
}

div#dialog label.regular
{
	display: inline;
	margin: 0;
}

div#dialog input
{
	width: 100%;
	color: #262626;
}

div#dialog input.regular
{
	width: auto;
	margin: 0;
}

div#dialog input.button
{
	width: auto;
	margin: 5px 0;
}

/* @end */

/* @group Blog */

p.action
{
	font-size: 11px;
	font-weight: bold;
}

/* @group Messages */

div.message
{
	border-top: 1px dotted #bfbfbf;
}

div.message h2
{
	color: #262626;
	font-size: 11px;
	padding-bottom: 0;
	margin-bottom: 0;
}

div.message p.date
{
	font-size: 9px;
	color: #7f7f7f;
	margin-top: 0;
	padding-top: 0;
	font-weight: bold;
}

div.message p.attachments
{
	font-size: 9px;
}

/* @end */

/* @group New Message */

div#new-message
{
	border-top: 1px dotted #bfbfbf;
	border-bottom: 1px dotted #bfbfbf;
}

div#new-message label
{
	font-size: 9px;
	font-weight: bold;
	display: block;
	margin: 0 0 2px;
}

div#new-message a
{
	font-size: 9px;
	font-weight: bold;
}

div#new-message input.text, div#new-message textarea
{
	width: 350px;
}

div#new-message textarea
{
	height: 200px;
	margin-top: 2px;
}

/* @end */

/* @end */

/* @group Browser */

div#directory-toolbar
{
	margin-top: -12px;
	margin-bottom: 12px;
	font-size: 10px;
	font-weight: bold;
}

div#parent-link
{
	float: left;
	width: 200px;
}

div.directory_index
{
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 16px;
}

div#directory-contents
{
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 16px;
}

/* @group Audio Player */

div#audio-player
{
	border: 1px solid #ddd;
	padding: 10px;
	background-color: white;
	float: left;
	margin-top: 10px;
}

p#download-mp3
{
	clear: both;
	padding-top: 16px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0;
}

div#audio-player p
{
	margin: 0; padding: 0;
}

div#audio-player object, div#audio-player embed
{
	margin-left: -4px;
}

/* @end */

/* @group File Upload */

div#file-upload
{
	background-color: white;
	padding: 5px;
	margin-top: 12px;
	border: 1px solid #d8d8d8;
	float: left;
}

div#file-upload form
{
	margin: 0;
	padding: 0;
}

div#file-upload p
{
	padding: 0;
	margin: 8px 0 0;
}

div#file-upload label
{
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 2px;
}

/* @end */

/* @group Browser Objects */

div.browser_object
{
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
	cursor: pointer;
}

div.browser_object.updated
{
	background: url(/images/icons/updated_object.gif) no-repeat right bottom;
}

div.browser_object div.object
{
	border: 2px solid #fff;
}

div.browser_object div.object:hover
{
	border: 2px solid #1c7ad5;
}

div.browser_object div.object div.background
{
	background-color: #7f7f7f;
	/* IE */
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	/* /IE */
}

div.browser_object:hover
{
	background-color: #e0e0e0;
}

div.browser_object:hover div.object
{
	background: white;
}

div.browser_object div.object img
{
	/* IE */
	cursor: pointer;

}

/* @group Captions */

div.browser_object p
{
	padding: 0 4px;
	margin: 8px 0;
}

div.browser_object.image p.object_name
{
	font-size: 10px;
}

div.browser_object.directory p.object_name
{
	font-size: 10px;
	font-weight: bold;
}

div.browser_object.directory p.object_description
{
	margin-top: -6px;
	font-size: 10px;
}

/* @end */


/* @end */

/* @group Directory Tools */

div#bottom-tools
{
	border-top: 1px dotted #bfbfbf;
	margin-top: 16px;
	padding-top: 8px;
	font-size: 10px;
}

div#bottom-tools a:hover
{
	background: none;
}

div#bottom-tools a.action
{
	margin-right: 5px;
}

div#bottom-tools a.action#action-new-file
{
	margin-right: 0;
}

/* @end */

/* @group View Object */

p#fullsize
{
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
}

p#fullsize.in
{
	background: url(/images/zoom_in.gif) no-repeat 0 center;
}

p#fullsize.out
{
	background: url(/images/zoom_out.gif) no-repeat 0 center;
}

div#container
{
	background-color: #efefef;
	float: left;
}

div#show-image img
{
	background: #f1f1f1 none;
}

div#container p
{
	padding: 5px;
	margin: 0;
}

/* @group source */

div#source
{
	background-color: white;
	border: 1px solid #e5e5e5;
	padding: 10px;
}

/* @end */

/* @end */

/* @group Edit Object */

div#edit-object
{
	
}

div#edit-object textarea
{
	width: 100%;
	height: 400px;
	margin-bottom: 16px;
	font: 10px monaco, mono;
}

div#edit-object a
{
	font-size: 10px;
	font-weight: bold;
}

/* @end */

/* @group Thumbnail Size Selector */

div#thumbnail-sizes
{
	float: right;
}

div#thumbnail-sizes a:hover
{
	background: none;
}

span#thumbnail-tooltip
{
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	font-style: normal;
	margin-right: 10px;
}

/* @end */

/* @group Table */

table.tableview
{
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border: 0;
	font-size: 10px;
}

table.tableview tr th
{
	text-align: left;
	padding: 3px 4px;
}

table.tableview tr td
{
	padding: 2px 4px;
	cursor: pointer;
}

table.tableview tr th
{
}

table.tableview tr td a
{
	color: #262626;
	text-decoration: none;
}

table.tableview tr th a
{
	font-weight: normal;
	color: #262626;
}

table.tableview tr td a:hover, table.tableview tr th a:hover
{
	background: none;
}

table.tableview tr:hover
{
	background-color: #f1f1f1;
}

table.tableview tr.highlight
{
	background-color: #f6ffe5;
}

table.tableview tr.highlight:hover
{
	background-color: #f0fade;
}

/* @group columns */

table.tableview tr th.download_state
{
	width: 5px;
}

table.tableview tr th.update_state
{
	width: 13px;
}

table.tableview tr th.icon
{
	width: 16px;
}

table.tableview tr th.name
{
	width: 250px;
}

table.tableview tr th.kind
{
	width: 100px;
}

table.tableview tr th.size
{
	width: 80px;
}

table.tableview tr td.nopad
{
	padding-right: 0;
	padding-left: 0;
}


/* @group Table Actions */

table.tableview tr td.remove
{
	background: url(/images/icons/table_actions/table_remove_off.gif) no-repeat center center;
}

table.tableview tr td.rename
{
	background: url(/images/icons/table_actions/table_rename_off.gif) no-repeat center center;
}

table.tableview tr td.edit
{
	background: url(/images/icons/table_actions/table_edit_off.gif) no-repeat center center;
}

table.tableview tr:hover td.remove
{
	background: url(/images/icons/table_actions/table_remove_on.gif) no-repeat center center;
}

table.tableview tr:hover td.rename
{
	background: url(/images/icons/table_actions/table_rename_on.gif) no-repeat center center;
}

table.tableview tr:hover td.edit
{
	background: url(/images/icons/table_actions/table_edit_on.gif) no-repeat center center;
}

table.tableview tr td.remove:hover
{
	background: url(/images/icons/table_actions/table_remove_over.gif) no-repeat center center;
}

table.tableview tr td.rename:hover
{
	background: url(/images/icons/table_actions/table_rename_over.gif) no-repeat center center;
}

table.tableview tr td.edit:hover
{
	background: url(/images/icons/table_actions/table_edit_over.gif) no-repeat center center;
}

/* @end */


/* @end */

/* @end */

/* @end */

/* @end */

/* @group Links */

a, a.visited
{
	color: #1c7ad5;
}

a:hover
{
	color: #fd0080;
	background-color: #ffe5f1;
}

/* @end */

/* @group Utilities */

p.notice
{
	background-color: #f2ffd8;
	padding: 4px;
	border: 1px solid #bee66c;
}

p.alert
{
	background-color: #ffd7d8;
	padding: 4px;
	border: 1px solid #ea6a6c;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.right
{
	text-align: right;
}

.regular
{
	width: 10px;
}

.light
{
	color: gray;
}

img
{
	border: 0;
}

/* @end */
