/*
Clearmint Ice
By Rusty Mitchell
http://rustymitchell.com/downloads/clearmint_ice/
Based on Clearmint. Available at http://www.devlounge.net.

Version History:

v 1.02 : 03/13/07
- restyled "updates available" button

v 1.01 : 03/08/07
- added styling for mini login and installer panes
- edited progress bar graphics to match style
- cleaned up css
- removed css references to unused images
- removed unused images from the images folder
- added README.txt

v 1.0 : 03/06/07
- initial release

Mint is a product of Shaun Inman and may not be reproduced.
/* 
----------------------------------------------------------------------------- 
DEFAULT POSITIONING
-----------------------------------------------------------------------------*/
@import url("../../app/styles/base.css");

/* 
----------------------------------------------------------------------------- 
BASIC
-----------------------------------------------------------------------------*/
body
{	
	color: #333333;
	background-color: #ffffff;
}

a
{
	color: #2b93d1;
}

a:hover
{
	color: #19597e;
}

/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#header
{
	border-top: 1px solid #f8f8f8;
	background-color: #333333;
	color: #ffffff;
	padding: 13px 10px 12px 65px;
}

.mini #header h1,
.display #header h1 a,
.preferences #header h1 a
{
	padding: 5px;
}

#header a
{
	color: #afdefa;
}

#header a:hover
{
	color: #72bae5;
}

.display #header,
.preferences #header
{
	background: #333333;
}

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

/*
----------------------------------------------------------------------------- 
UPDATES AVAILABLE BUTTON
-----------------------------------------------------------------------------*/
#header a.update-btn {
	top: 11px;
	height: 14px;
	color: #ffffff;
	background: url(images/bg-prefs-tab-left.gif) top left no-repeat;
}

#header a.update-btn:hover {
	height: 14px;
	background: url(images/bg-prefs-tab-left.gif) -14px left no-repeat;
	color: #ffffff;
}

#header a.update-btn span {
	height: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(images/bg-prefs-tab-right.gif) top right no-repeat;
}

#header a.update-btn span:hover {
	background: url(images/bg-prefs-tab-right.gif) -14px right no-repeat;
}
/* 
----------------------------------------------------------------------------- 
PANES ROW
-----------------------------------------------------------------------------*/
#header .panes
{
	background-color: #333333;
	color: #b3b3b3;
}

#header .panes:hover {
	background-color: #333333;
	color: #999999;
}

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

#header-container
{
	background-color: #ffffff;
}

/* 
----------------------------------------------------------------------------- 
PAGE BUTTONS
-----------------------------------------------------------------------------*/
#header .pages li a,
{
	color: #afdefa;
}

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

#header .pages li.first-child,
#header .pages li.only-child
{
	color: #2b93d1;
}

/* 
----------------------------------------------------------------------------- 
FORMS GENERAL
-----------------------------------------------------------------------------*/
form span
{
	border: none;
}

form a
{
	color: #2b93d1;
}

form a:hover
{
	color: #1d6691;
}

/* 
----------------------------------------------------------------------------- 
MINI
-----------------------------------------------------------------------------*/
.mini #header
{
	width: 278px;
	background-color: #333333;
}

/* 
----------------------------------------------------------------------------- 
MINI PANE
-----------------------------------------------------------------------------*/
.mini .pane
{
	width: 330px;
	color: #CCC;
	background: #ffffff url(images/corner_mini.gif) top left no-repeat;
}

.mini .notice
{
	width: 330px;
	padding-bottom: 5px;
	padding-top: 20px;
	padding-left: 10px;
	color: #333;
	background: #ffffff url(images/corner_mini.gif) top left no-repeat;
}

.pane h1,
#preferences h1
{
	color: #333333;
	padding: 8px 10px 4px;
}

.mini .pane form
{
	padding-top: 2px;
	color: #999999;
	background-color: #ffffff;
}

.mini .pane form h2,
#preferences h5
{
	padding-right: 10px;
	margin-top: 4px;
	margin-bottom: 2px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}

.mini .pane form fieldset,
#preferences fieldset
{
	color: #333333;
}

.mini .pane form strong
{
	color: #ffffff;
}

.display .pane
{
	background: #ffffff url(images/corner.gif) top left no-repeat;
}

.display .pane h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	text-shadow: none;
}

.display .pane .footer
{
	background-color: #ffffff;
}

.display .pane .footer div
{
	background-color: #ffffff;
}

.display .pane .content
{
	background-color: #ffffff;
}

.content .content-container
{
	background-color: #ffffff;
}

.display table th
{
	color: #333333;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}

.display table th.focus
{
	color: #333333;
}

.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: #F8f8f8;
}

.display table tr:hover td,
.display table.visits td tr:hover td,
.display table.two-columns td tr:hover td
{
	background-color: #f1f1f1;
}

.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: #f1f1f1;
}

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

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

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

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


/*
----------------------------------------------------------------------------- 
FEED BUTTON
-----------------------------------------------------------------------------*/
a.feed-btn
{
	color: #ffffff;
	background-color: #2b93d1;
	height: 14px;
}

a.feed-btn:hover {
	background-color: #43a3de;
}

a.feed-btn span:hover {
	background-color: #43a3de;
}

a.feed-btn span
{
	background-color: #2b93d1;
	color: #ffffff;
}

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

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

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

.content .graph
{
	background: #ffffff url(images/bg-graph.gif) bottom left repeat;
}

.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: url(images/bg-graph-accent.gif) bottom left repeat;
}

.graph .label
{
	color: #999999;
}

.graph .accent .label
{
	background-color: #999999;
	color: #ffffff;
}

.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
{
	color: #ffffff;
}

.graph .key em
{
	color: #ffffff;
}

.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 .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: #ffffff;
}

/*
----------------------------------------------------------------------------- 
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.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: #f1f9fe;
}

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

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

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

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

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

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

/*
----------------------------------------------------------------------------- 
PREFERENCES
-----------------------------------------------------------------------------*/
#preferences
{
	background: #ffffff url(images/corner.gif) top left no-repeat;
	color: #333333;
}

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

}

#preferences .footer div
{
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#preferences .mint-column
{
	background: url(images/corner_pref_bottom.gif) top left no-repeat;	
}

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

#preferences h2
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #e2e2e2;
	border-top: 3px solid #e2e2e2;
	border-bottom: 3px solid #e2e2e2;
	color: #333333;
}

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

#preferences fieldset
{
	background-color: #ffffff;
	color: #333333;
}

.pepper-column h3
{
	text-shadow: none;
}

.pepper-prefs li
{
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #e2e2e2;
}

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

.request-feedback
{
	color: #cae9fc;
}

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

/* 
/* 
----------------------------------------------------------------------------- 
CODE
-----------------------------------------------------------------------------*/
code
{
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 1.1em;
	color: #2b93d1;
}

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

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

.mini ul.tabs li.active
{
	padding-right: 10px;
	background-color: #ffffff;
	color: #ffffff;
}

.mini ul.tabs li.active a,
.mini ul.tabs li.active a:hover
{
	padding-bottom: 6px;
	color: #FFF;
	background-color: #444444;
}

.mini ul.tabs li.last-child.active a
{
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 6px;
	background-color: #333333;
}

/* 
----------------------------------------------------------------------------- 
DISPLAY TABS
-----------------------------------------------------------------------------*/
.display ul.tabs
{
	background-color: #fff;
}

.display ul.tabs li {
	margin-right: 2px;
	background-color: #e2e2e2;
}

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

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

.display ul.tabs li a:hover
{
	color: #2b93d1;
	background-color: #f8f8f8;
}

.display ul.tabs li.active
{
	background-color: #2b93d1;
	color: #ffffff;
}

.display ul.tabs li.active a,
.display ul.tabs li.active a:hover
{
	color: #ffffff;
	background-color: #333333;
}

.display ul.tabs li.last-child.active a,
.display ul.tabs li.only-child.active a
{
	background-color: #333333;
}

/* 
----------------------------------------------------------------------------- 
PEPPER PREFERENCE TABS
-----------------------------------------------------------------------------*/
.pepper-column ul.tabs
{
	background-color: #333333;
	padding-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
}

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

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

.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: #ffffff;
	background: url(images/bg-prefs-tab-right.gif) top right no-repeat;
}

#preferences h3 a
{
	color: #555555;
}

.explanation
{
	color: #72bae5;
}

/* 
----------------------------------------------------------------------------- 
PEPPER FILTERS
-----------------------------------------------------------------------------*/
ul.filters
{
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

ul.filters li
{
	margin-top: 2px;
	margin-bottom: 2px;
}

ul.filters li a
{
	color: #666666;
}

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

ul.filters li.active
{
	background: url(images/bg-filter-left.gif) top left no-repeat;
}

ul.filters li.active a,
ul.filters li.active a:hover
{
	color: #ffffff;
	background: url(images/bg-filter-right.gif) top right no-repeat;
}

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

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

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: #333333;
}

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

dl.sortable dd
{
	background-color: #f1f9fe;
	border-top: 1px solid #e3f3fc;
	border-bottom: 1px solid #e3f3fc;
}

dl.sortable dd:hover,
dl.sortable .drag
{
	background-color: #e3f3fc;
	border-top: 1px solid #cae9fc;
	border-bottom: 1px solid #cae9fc;
}

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

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

/* 
----------------------------------------------------------------------------- 
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: #555555;
}