﻿body
{
    cursor: arrow;
}
div#page_throbber
{
    height: 393px !important;
    height: 352px;
    width: 100%;
    overflow: auto;
    display: none;
}
div#page_throbber img
{
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    margin-top: -16px;
}
.invisible
{
    display: none;
}
div#file_set
{
	background: transparent url('/images/backgrounds/file_list_background_logo.png') center no-repeat;
}
div#file_set, div#file_group, div#file_background, #toolbar
{
	padding: 0;
	margin: 0;
	width: 485px;
	margin: auto;
}
div#file_background
{
	background: transparent url('/images/backgrounds/file_list_background.png') top left no-repeat;
}
div#file_group
{
	padding-top: 10px;
	height: 430px;
    overflow: auto;
    position: relative;
}
.pointer
{
    cursor: pointer;
}
.text-link
{
    text-decoration: underline;
    color: #0000AA;
}
div.row
{
	width: 462px;
    clear: both;
    margin: auto;
    margin-bottom: 4px;
    border-bottom: 1px dotted #333333;
    font-size: 11px;
    font-family: Verdana;
}
div.row div.cell
{
    padding: 4px;
    float: left;
    display: block;
    margin: 0;
    padding-top: 10px;
    height: 45px;
}
div.row div.status
{
    width: 40px;
    position: relative;
}
div.row div.status img
{
	width: 32px;
	height: 32px;
    display: block;
    margin: auto;
}
div.row div.controls
{
    width: 75px;
    padding-top: 2px;
}
div.row div.label
{
    width: 329px;
    padding-top: 15px;
    /*height: 40px;*/
}
div.error, div.handle
{
    clear: both;
}
div.handle
{
	cursor: move;
    background-color: #7D8496;
}
div.error
{
	color: #A00;
	position: absolute;
	width: 350px;
	bottom: 0px;
	left: 10px;
}
div.clear
{
    clear: both;
}
div.selected
{
	opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    background-color: #C8D5E0;
}
div.selected .label
{
	color: #333;
}
.toolbarbutton
{
	float: left;
	display: block;
    position: relative;
    width: 75px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.toolbarbutton .button
{
    background: transparent url('/images/backgrounds/toolbar.gif') no-repeat top left;
    width: 29px;
    height: 24px;
    margin: auto;
    border: 0;
    display: block;
}
.toolbarbutton .label
{
    text-align: center;
}
.toolbarbutton, .toolbarbutton .button, .toolbarbutton .label, .toolbarbutton input
{
	cursor: pointer;
}

#move_up .button
{
	width: 25px;
    background-position: -83px 0px;
}
#move_down .button
{
    width: 26px;
    background-position: -59px 0px;
}
#advanced, #advanced:visited,
#advanced .label, #advanced:visited .label
{
	text-decoration: none;
	color: #555555;
}
#advanced .button
{
	width: 21px;
	background-position: -108px 0px;
}
#sf_docs_trigger .button
{
	width: 28px;
	background-position: -130px 0px;
}
#toolbar
{
    padding-top: 5px;
    margin-top: 10px;
}
#combine_tool
{
    background-color: #96A1B7;
    border-top: 2px solid #41637E;
    border-bottom: 2px solid #41637E;
    /*text-align: right;*/
    padding: 5px !important;
    padding-top: 2px;
    clear: both;
    margin-left: 15px;
}
#combine_tool #filename
{
    width: 200px;
}
#combine_tool label
{
	display: inline-block;
	margin-top: -15px;
	margin-right: 1px;
    color: #000;
}
#content
{
	min-height: 400px;
}
#sf_docs, #sf_docs div.jqmTitle
{
	padding-left: 0;
	padding-right: 0;
	width: 500px;
}
#sf_docs div.jqmBody, #sf_container, #dir, #throbber
{
	padding: 0;
	margin: 0;
	width: 500px;
	height: 450px;
}
#sf_container, #dir, #throbber
{
	margin: auto;
}
#sf_container
{
	position: relative;
}
div#throbber
{
    background-color: #E8E8E8;
    display: none;
    position: absolute;
}
div#throbber img
{
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    margin-top: -16px;
}
div#dir
{
    overflow: auto;
}
#sf_docs table
{
	border-collapse: collapse;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 480px;
}
#sf_docs table tr, #sf_docs table td
{
    cursor: pointer;
}

#sf_docs table tr.odd
{
	background-color: #CECECE;
}
div.sorthelper
{
    background-color: #EEE;
    border: 2px dashed #555;
    border-bottom: 2px dashed #555;
}