/* 
----------------------------------------------------------------------------- 
DEFAULT POSITIONING
-----------------------------------------------------------------------------*/
@import url("../../app/styles/base.css");

/* 
----------------------------------------------------------------------------- 
BASIC
-----------------------------------------------------------------------------*/
body
{	
	color: #000;
	background-color: #FFF;
}

a
{
	color: #8b4c4c;
}

a:hover
{
	color: #3A3417;
}

/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#header
{
	border-top: 1px solid #252525;
	background-color: #2E2E2E;
	color: #CCC;
}

.mini #header h1,
.display #header h1 a,
.preferences #header h1 a
{
	background: url(images/logo.gif) top left no-repeat;
}

#header a
{
	color: #d4aca7;
}

#header a:hover
{
	color: #f5c6c0;
}

.display #header,
.preferences #header
{
	background: #2E2E2E;
}

.display #header h1,
.preferences #header h1
{
	background: #2E2E2E;
}

/*
----------------------------------------------------------------------------- 
UPDATES AVAILABLE BUTTON
-----------------------------------------------------------------------------*/
#header a.update-btn
{
	color: #FFF;
	background: url(images/bg-update-right.gif) top right no-repeat;
}

#header a.update-btn span
{
	background: url(images/bg-update-left.gif) top left no-repeat;
}

/* 
----------------------------------------------------------------------------- 
PANES ROW
-----------------------------------------------------------------------------*/
#header .panes
{

	color: #999;
}

#header .panes a:hover
{
	color: #fecccc;
}

#header-container
{
	background: url(images/bg-fog.png) bottom left repeat-x;
}

/* 
----------------------------------------------------------------------------- 
PAGE BUTTONS
-----------------------------------------------------------------------------*/
#header .pages
{
	background: #3C3C3C;
}

#header .pages li a
{
	color: #FFF;
}
#header .pages li a:hover {
	color: #f8e0dd;
}


/* 
----------------------------------------------------------------------------- 
FORMS GENERAL
-----------------------------------------------------------------------------*/
form a
{
	color: #BCE27F;
}

form a:hover
{
	color: #E9F08F;
}

/* 
----------------------------------------------------------------------------- 
MINI
-----------------------------------------------------------------------------*/
.mini #header
{
	background: #2E2E2E;
}

/* 
----------------------------------------------------------------------------- 
MINI PANE
-----------------------------------------------------------------------------*/
.mini .pane
{
	color: #777;
	background: #fff;
	border-bottom: 1px solid #888;
	border-top: 2px solid #333;
}


.pane h1
{
	color: #444;
	font-family: Georgia, serif;
	margin-left: -8px;
}

#preferences h1
{
	color: #CCC;
	text-shadow: #111 2px 2px 1px;
}



#preferences h5
{
	background: #2E2E2E url(images/bg-mini-form-well-top.gif) bottom left no-repeat;
}


#preferences fieldset
{
	color: #FFF;
	background: url(images/bg-mini-form-well-bottom.gif) bottom left no-repeat;
}

.mini .pane form fieldset {
	color: #000;
}

.mini .pane form strong
{
	color: #000;

}

.display .pane
{
	border-bottom: 1px solid #888;
	border-top: 2px solid #333;
}

.display .pane .content
{
	background: #FFF;
}

.display table th
{
	color: #444;
	background-color: #fff;
	background-repeat: no-repeat;
	border-bottom: 1px solid #222;
}



.display table th.focus
{
	color: #292F21;
}
.display table.striped tr td,
.display table.visits table.striped tr td,
.display table.two-columns table.striped tr td
{
	background-color: #F2F2F2;
}
.display table.striped tr.alt td,
.display table.visits table.striped tr.alt td,
.display table.two-columns table.striped tr.alt td
{
	background-color: #fff;
}

.display table tr:hover td,
.display table.visits td tr:hover td,
.display table.two-columns td tr:hover td
{
	background-color: #F2F2F2;
}
ul.errors {
	background: #f0d0cc;
	border: 1px solid #dab4ae;
}
#pane-login-content table td input,
#pane-password-content table td input {
	padding: 1px;
}
#pane-login-content table td span,
#pane-password-content table td span {
	border: none;
}


.display table.striped tr:hover td,
.display table.visits  table.striped tr:hover td,
.display table.two-columns  table.striped tr:hover td,
.display table.striped tr.alt:hover td,
.display table.visits  table.striped tr.alt:hover td,
.display table.two-columns  table.striped tr.alt:hover td
{
	background-color: #E6E6E6;
}
.display table.visits table.inline-foot tr.first-child td,
.display table.visits table.year tr.first-child td {
	background: #f7eaea;
}
.display table.visits table.inline-foot tr.first-child td.alt, 
.display table.visits table.inline-foot tr.first-child td.last-child, 
.display table.visits table.year tr.first-child td.alt,
.display table.visits table.year tr.first-child td.last-child,
.display table.visits td.left table.inline-foot tr.only-child td.alt,
.display table.visits td.left table.inline-foot tr.only-child td.last-child
{
	font: 12px Georgia, serif;
}

.display table.visits td.left table.inline-foot tr.only-child td{
	background: #f7eaea;
	padding-top: 5px; padding-bottom: 5px;
}

.display table tr {
	border-bottom: 1px solid #eee;
}
.display table tr:last-child {
	border: 0;
}
.display table td {
	padding: 3px 0;
}
.display table td:first-child {
 text-align: left;
}
.display table td.focus span
{
	color: #bbb;
}

.display table td.focus span a
{
	color: #999;
}

.display table td.focus span a:hover
{
	color: #111;
}

.display table tr.insig td,
.display table tr td.insig
{
	color: #666;
}


/*
----------------------------------------------------------------------------- 
FEED BUTTON
-----------------------------------------------------------------------------*/
a.feed-btn
{
	color: #FFF;
	background: #444;
	margin-bottom: -7px;
}
a:hover.feed-btn {
	background: #b99090;
}

/*
----------------------------------------------------------------------------- 
VISITS TABLE
-----------------------------------------------------------------------------*/
.display table.visits tr:hover td,
.display table.two-columns tr:hover td
{
	background-color: transparent;
}

.display table.visits td.focus
{
	color: #444;
}

.display table.visits td.left tr.only-child
{
	background: #fff;
}

/*
----------------------------------------------------------------------------- 
GRAPH TABLE
-----------------------------------------------------------------------------*/

.content .graph
{
	background: #FFF url('images/graph-key.gif') top right no-repeat;
	position: relative;
}
.content .graph table {
	width: 92%;
	margin-left: 7%;
	
}

.content div.graph table tr:hover td,
.content div.graph table tr:hover td
{
	background-color: transparent;
}

.content div.graph table th
{
	background: transparent;
	border: none;
}

.content div.graph table tr td.accent
{
	background: none;
}

.graph .label
{
	color: #000;
	margin: 320px 0 0 3px;
	
}

.graph .accent .label
{
	background-color: #9e5d5d;
	color: #FFF;
	width: 100%;
}
.graph .bar .total
{
	background: url(images/bg-graph-total.gif) bottom left repeat;
}

.graph .bar .unique
{
	background: url(images/bg-graph-unique.gif) bottom left repeat;
}

.graph .key
{
	display: none;
}

.graph .bar {
	margin: -40px 0 30px 0px;
	border-bottom: 2px solid #dbdbdb;
}
.graph .bar .total span
{
	background: url(images/bg-graph-total-top.gif) top left no-repeat;
}

.graph .bar .unique span
{
	background: url(images/bg-graph-unique-top.gif) top left no-repeat;
}

.graph .bar .unique span.equal
{
	background: url(images/bg-graph-unique-top.gif) bottom left no-repeat;
}

.graph .accent .bar .total
{
	background-image: url(images/bg-graph-total-accent.gif);
}

.graph .accent .bar .unique
{
	background-image: url(images/bg-graph-unique-accent.gif);
}

.graph .accent .bar {
	border-bottom: 2px solid #d0b8b8;
}

.graph .accent  .bar .total span
{
	background-image: url(images/bg-graph-total-accent-top.gif);
}

.graph .accent  .bar .unique span
{
	background-image: url(images/bg-graph-unique-accent-top.gif);
}

.graph li
{
	background-color: #fff;
	color: #000;
	font: 11px Georgia, serif;
	margin-top: -25px;
}
.graph ul li:last-child {
	display: none;
}

/*
----------------------------------------------------------------------------- 
FOLDER-RELATED
-----------------------------------------------------------------------------*/
.display table tr.folder td.focus,
.display table tr.folder-open td.focus
{
	background-image: url(images/bg-arrow.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.display table tr.insig.folder td.focus,
.display table tr.insig.folder-open td.focus
{
	background-image: url(images/bg-arrow-insig.gif);
}

.display table tr.first-child.folder td.focus
{
	background-position: 0 4px;
}

.display table tr.folder-open td.focus
{
	background-position: 0 -78px;
}

.display table tr.first-child.folder-open td.focus
{
	background-position: 0 -76px;
}

.display table tr.loading td.focus,
.display table tr.insig.loading td.focus
{
	background-image: url(images/spinner-w.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}

.display table tr.first-child.loading td.focus
{
	background-position: 0 6px;
}

.folder-contents-open tr td
{
	background-color: #f9f9f9;
}

.display table .folder-contents-open tr.first-child td,
.display table .folder-contents-open tr.only-child td
{
	background: #fff7f7;
}

.display table .folder-contents-open tr.last-child td
{
	background: #fff7f7;
}

.display table .folder-contents-open tr.alt td
{
	background-color: #FFF;
}

.display table .folder-contents-open tr:hover td
{
	background-color: #f7e3e3;
}

.display table .folder-contents-open tr:hover td,
.display table .folder-contents-open tr.alt:hover td
{
	background-color: #f7e3e3;
}

.display table .folder-contents-open tr.insig td
{
	color: #777;
}

/*
----------------------------------------------------------------------------- 
ADDITIONAL INFO
-----------------------------------------------------------------------------*/
.display table .folder-contents-open tr.additional-info td,
.display table .folder-contents-open tr.additional-info:hover td
{
	color: #FFF;
	background-color: #3C3C3C;
}

.display table .folder-contents-open tr.additional-info td.additional-info-content th
{
	background: none;
	border: none;
	color: #CCC;
}

/*
----------------------------------------------------------------------------- 
PREFERENCES
-----------------------------------------------------------------------------*/
#preferences
{
	background: #2E2E2E url(images/bg-prefs-top.gif) top left no-repeat;
	color: #CCC;
}

#preferences form
{
	background: url(images/bg-prefs-form.gif) top left repeat-y;
}

#preferences .footer
{
	background: url(images/bg-prefs-form-divider.gif) top left repeat-x;
}

#preferences .footer div
{
	background: #2E2E2E url(images/bg-prefs-bottom.gif) bottom left no-repeat;
}

#preferences .mint-column,
#preferences .pane-column,
#preferences .pepper-column
{
	background: url(images/bg-prefs-form-divider.gif) top left repeat-x;
}

.pane-column p
{
	color: #CCC;
}

#preferences h2
{
	background: #ABDB6C url(images/bg-prefs-head.gif) right top repeat-y;
	border-bottom: 1px solid #292929;
	color: #333;
}

#preferences .pepper-column h2
{
	background-image: none;
}

#preferences fieldset
{
	background-color: #3C3C3C;
}

#preferences fieldset p.loading
{
	background: url(images/spinner-prefs.gif) 0 0 no-repeat;
}

.pepper-column h3
{
	color: #333;
}

.pepper-prefs li
{
	background: url(images/bg-prefs-form-divider.gif) top left repeat-x;
}

.pepper-prefs li.first-child
{
	background-image: none;
}

.request-feedback
{
	color: #E9F08F;
}

/* 
----------------------------------------------------------------------------- 
EULA
-----------------------------------------------------------------------------*/
#eula span
{
	border-color: #EEE;
}

/* 
----------------------------------------------------------------------------- 
MINI TABS
-----------------------------------------------------------------------------*/
.mini ul.tabs li a
{
	color: #c08484;
}

.mini ul.tabs li a:hover
{
	color: #a44e4e;
}



.mini ul.tabs li.active a,
.mini ul.tabs li.active a:hover
{
	color: #555;
}

/* 
----------------------------------------------------------------------------- 
DISPLAY TABS
-----------------------------------------------------------------------------*/

.display ul.tabs li a
{
	color: #555;
}

.display ul.tabs li a.loading,
.display ul.tabs li a.loading:hover
{
	background: url(images/spinner.gif) 0 4px no-repeat;
	color: #999;
}

.display ul.tabs li a:hover
{
	color: #9e5d5d;
}

.display ul.tabs li.active
{
	font-weight: bold;
	color: #9e5d5d !important;
}

.display ul.tabs li.active a,
.display ul.tabs li.active a:hover
{
	color: #484848;
}

/* 
----------------------------------------------------------------------------- 
PEPPER PREFERENCE TABS
-----------------------------------------------------------------------------*/
#preferences .pepper-column h2
{
	border-bottom: 1px solid #363E2B;
}

.pepper-column ul.tabs
{
	border-top: 3px solid #404934;
	background-color: #47513A;
}

.pepper-prefs
{
	background: url(images/bg-prefs-pepper-top.gif) top left repeat-x;
}

.pepper-column ul.tabs li a
{
	color: #FFF;
}

.pepper-column ul.tabs li a:hover
{
	color: #BCE27F;
}

.pepper-column ul.tabs li.active
{
	background: url(images/bg-prefs-tab-left.gif) top left no-repeat;
}

.pepper-column ul.tabs li.active a,
.pepper-column ul.tabs li.active a:hover
{
	color: #FFF;
	background: url(images/bg-prefs-tab-right.gif) top right no-repeat;
}

#preferences h3 a
{
	color: #CCC;
}

.explanation
{
	color: #E9F08F;
}
/*
------------------
WATCHLIST BUTTONS, SPACING FIXES
------------------*/

.display table td.watched {
	text-align: left;
	
}
.display .content-container table tr td.sort {
	text-align: center;
}

/* 
----------------------------------------------------------------------------- 
PEPPER FILTERS
-----------------------------------------------------------------------------*/
ul.filters {
	margin-left: -9px;
}
ul.filters li a
{
	color: #666;
}

ul.filters li a:hover
{
	color: #b26e6e;
}

ul.filters li.active
{
	font-weight: bold;
}

ul.filters li.active a,
ul.filters li.active a:hover
{
	color: #8b4c4c;
}

ul.filters li a.loading
{
	background: url(images/spinner-w.gif) 6px 0 no-repeat;
	color: #666;
}

.scroll-filters ul.filters
{
	background-color: #FFF;
}

a.image-search
{
	background: url(images/icon-image-search.png) 100% 3px no-repeat;
}

span a.image-search
{
	background-position: 100% 1px;
}

a.clicked
{
	background: url(images/icon-clicked.png) 100% 0 no-repeat;
}

/* 
----------------------------------------------------------------------------- 
SORTABLE LIST STYLES
-----------------------------------------------------------------------------*/
dl.sortable dt
{
	color: #FFF;
}

dl.sortable dt span
{
	color: #C9C9C9;
}

dl.sortable dd
{
	background: url(images/bg-drag.gif) top left no-repeat;
}

dl.sortable dd:hover,
dl.sortable .drag
{
	background-position: 0 -24px;
}

dl.sortable dd span
{
	color: #FFF;
	background-color: transparent;
}

dl.sortable dd.disabled span
{
	color: #666;
}

/* 
----------------------------------------------------------------------------- 
SEARCH FORM
-----------------------------------------------------------------------------*/
form.search-form span
{
	border-color: #EEE;
}

/* 
----------------------------------------------------------------------------- 
PROGRESS BAR
-----------------------------------------------------------------------------*/
.progress
{
	background: url(images/bg-progress.gif) left top no-repeat;
}
.progress .bar
{
	background: url(images/bg-progress-bar.gif) right top no-repeat;
}

/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#donotremove
{
	color: #525252;
}
#donotremove:after {
	content: " Tufte Mint style by Rob Goodlatte under Creative Commons.";
}