/*
 * Pathfinder Forums
 *
 * Developed by Phaistos Networks S.A.
 *
 * [c] 1997-2006
 *
---------------------------------------------------------- */
body {
	color: #333;
	margin: 8px 15px;
	background: #fff;
	text-align: center;
	}
body, table, input, select 	{ font: normal 13px/1.5em Arial, serif; }
input, select 			{ line-height: normal; /* This is needed  */ }
img		{ border: none;	}
form	{ margin: 0;	}
a		{
	color: #2251A6;
	text-decoration: none;
	cursor: pointer;
	}
a:hover { text-decoration: underline;}
sup 	{  /* Tips */
	padding: 2px 3px;
	margin: 0 2px;
	font-weight: bold;
	overflow: auto;
	font-size: 8px;
	font-family: verdana, serif;
	color: #6F6F6F;
	background: #FFFFCA;
	line-height: 1em;
	}
* html sup { height: 1%; 	}
hr 		   { display: none; }
#ticker-content p a:visited,
.box table tr a:visited { color: #551A8B; }

/* Wrappers
---------------------------------------------------------- */
#wrapper		{
	width: 960px;
	text-align: left;
	margin: auto;
	_height: 0;
	min-height: 0;
	}
#wrapper.narrow { width: 760px; }

/* Content sections
---------------------------------------------------------- */
#side 		{
	float: left;
	width: 180px;
	}
#main		{ float: right; width: 760px; }
#content	{
	padding: 0px;
	margin: 15px 0 0;
	_height: 1%;
	min-height: 0;
	}
#content:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	}

/* Global colors
---------------------------------------------------------- */
#header,
.box .header,
.box .footer				{ background-color: #EEF3EA; }
#wrapper .box,
#wrapper #header { border-color: #9AB3C9; }

/* Menu
----------------------------------------------- */
#menu			{
	background-color: #E7F1F5;
	border: 1px solid #dee7eb;
	border-width: 1px 1px 0 1px;
	padding: 0;
	margin: 0;
	}
#menu, #menu li	{ list-style: none; }
#menu li		{
	_height: 1%;
	border-bottom: 1px solid #cad8df;
	border-top: 1px solid #fff;
	position: relative;

	}
#menu li a	{
	text-decoration: none;
	border-left: 10px solid #cad8df;
	color: #365c70;
	display: block;
	padding: 6px 0 8px 25px;
	background: url("img/arrow.gif") no-repeat 10px 12px;
	}
* html #menu li a 		   { width: 143px; }
*:first-child+html #menu li a   { zoom: 1; }
#menu li a:hover	{
	background-color: #CCE1EA;
	margin-right: -1px;
	position: relative;
	}
#menu li.active	 a  {
	background: #8CBCD0 url("img/arrow-white.gif") no-repeat 10px 12px;
	color: #fff;
	margin-right: -1px;
	position: relative;
	border-left: 10px solid #BED0D8;
	}
#menu li.active a:hover {
	        background: #8CBCD0 url("img/arrow-white.gif") no-repeat 10px 12px;
	}

/* Submenu
----------------------------------------------- */
#submenu			        {

	border: 1px solid #eee;
	padding: 10px 10px 2px 10px;
	margin: 15px 0 20px 0;
	}
#submenu, #submenu li		{
	list-style: none;
	margin-bottom: 8px;
	}
#submenu li a { padding-left: 20px; }
#submenu .read a {
	background: url("img/read-icon.gif") no-repeat;
	background-position: 2px 5px;
	}
#submenu .sign a {
	background: url("img/sign-icon.gif") no-repeat;
	background-position: 2px 5px;
	}

.advert a {
	color: #555;
	background: url("img/remove.gif") no-repeat;
	width: 180px; height: 61px;
	display: block;
	}
.advert a.en { background: url("img/remove-en.gif") no-repeat; }
.advert {
	text-align: center;
	margin-top: 15px;
	font-weight: bold;

}

/* Buttons
---------------------------------------------------------- */
.button {
	font-family:  	Arial, Verdana, Helvetica, sans-serif;
	line-height: 	12px;
	color: 			#333;
	background: 	#ddd;
	padding: 		3px 4px 2px 4px;
	border: 1px solid #ccc;
	border-width: 1px 2px 2px 1px;
	border-color: #ccc #aaa #aaa #ccc;
	text-align: center;
	cursor: pointer;
	c\ursor: pointer;
	}
.button.bold {
	background: 	#206ba4;
	color: #fff;
	}
* html .button { padding-left: 0; padding-right: 0; }
.action-button	{
	padding: 3px 3px 3px 25px;
	border: 1px solid #ccc;
	border-width: 1px 2px 2px 1px;
	border-color: #ccc #aaa #aaa #ccc;
	margin: 0 0 0 5px;
	font-size: 11px;
	}
.action-button a	   { color: #555; }
.action-button a:hover { text-decoration: none; }
.action-button.approve { background: #eee url("img/tick.gif") no-repeat 5px center; }
.action-button.delete  { background: #eee url("img/del.gif") no-repeat 5px center; }
.action-button.add  { background: #eee url("img/add.gif") no-repeat 5px center; }


/* Headers
---------------------------------------------------------- */
h2 {
	margin: 0;
	font: normal 19px "Trebuchet Ms", serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	color: #206ba4;
	}
h5 {
	margin: 4px 0 0 0;
	font-weight: normal;
	font-size: 13px;
	color: #6f6f6f;
	}

/* Header
---------------------------------------------------------- */
#top {
	padding: 0 0 10px 0;
	line-height: 100%;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	}
* html body #top { height: 1%; }
#top #user {
	float: right;
	position: absolute;
	right: 0px;
	bottom: 10px;
	font-size: 12px;
	width: auto;
	list-style: none;
	}
#top #user li {
	border-right: 1px solid #EEEEEE;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
#top #user .username {
	font-weight: bold;
	border: none;
	padding: 0;
}
#top #user .last {
	border: none;
	margin: 0;
	padding: 0;
}
#top span { color: #999; }

/* Header
---------------------------------------------------------- */
#header {
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	overflow: auto;
	}
* html #header { height: 1%; }
#header p {
	margin: 0;
	line-height: 1.5em;
	padding: 13px 10px 9px;
	overflow: hidden;
	height: 1em;
	}
#header .right {
	padding: 10px;
	float: right;
	width: auto;
	background: #E2EADB;
	position: relative;
	padding-right: 80px;
	}
.text {
	padding: 3px;
	font-family: arial, serif;
	border: 1px solid #ddd;
	/* border-color: #999999 #eee #eee #999999; */
	width: 12em;
	padding-left: 22px;
	margin: 0;
	background: #fff url("img/search.gif") no-repeat 3px 50%;
	}
select { border: 1px solid #ddd; padding: 2px; }
.text:focus,
textarea:focus	{ background-color: #fffcee; border-color: #999; }
.text.number	{ width: 4em !important; }


/* Footer
---------------------------------------------------------- */
#footer {
	margin-top: 20px;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
	line-height: 2em;
	color: #888;
	clear: both;
	}

/* Box
---------------------------------------------------------- */
.box {
	border: 1px solid #9AB3C9;
	border-width: 1px 2px 2px 1px;
	margin: 20px 0px;
	}
* html .box,
* html .box .right,
* html .footer  { height: 1%; /* IE */ }
.box .header,
.box .body,
.box .footer {
	text-align: left;
	padding: 10px 15px;
	}
.box .body  	{ padding: 10px 15px;}

/* Global right container */
.box .right {
	float: right;
	text-align: right;
	width: auto;
	}
.box .header p,
.box .footer p 	{ margin: 5px 0; }

/* Box arrow
---------------------------------------------------------- */
#side .box ul,
#side .box li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#side .box li {
	margin: 5px 0;
	padding-left: 10px;
	background: url("img/arrow.gif") no-repeat center left;
	}

/* Box tables
---------------------------------------------------------- */
.box table			{ width: 100%;	}
.box table thead *	{ border-color: #ccc;}
.box td,
.box th {
	padding: 8px;
	background: transparent url("img/dots.gif") repeat-x bottom left;
	text-align: left;
	font-weight: normal;
	}
.box td {
	text-align: right;
	width: 1%;
	white-space: nowrap;
	}
.box th p,
.box td p {
	margin: 0;
	font-size: 12px;
	color: #6F6F6F;
	font-weight: normal;
	}
.box thead th,
.box thead td {
	font-weight: bold;
	}
table thead tr .sort { border-top: 2px solid #ddd; }
table thead tr .sort a {
	padding-right: 15px;
	background: url("img/sort-down.gif") no-repeat 100% 8px;
	display: block;
	}
#wrapper table .sort { background-color: #F9F9F9!important; }
table tr em {
	font-style: normal;
	background: #FFFFCA;
	padding: 1px 2px;
	}

/* Tabs
---------------------------------------------------------- */
.tabs {
	min-height: 0;
	_height: 1%;
	border-bottom: 1px solid #dfdfdf;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: normal!important;
	margin: 30px 0 10px;
	}
.tabs:after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	}
.tabs ul,
.tabs li {
	padding: 0;
	margin: 0;
	list-style: none;
	}
.tabs ol {
	top: 1px;
	position: relative;
	}
.tabs li {
	display: block;
	float: left;
	margin-left: 5px;
	position: relative;
	background: url( "img/tab-right.gif") no-repeat top right;
	}
.tabs a {
	position: relative;
	display: block;
	float: left;
	padding: 5px 15px;
	background: url( "img/tab-left.gif") no-repeat top left;
	text-decoration: none;
	color: #6f6f6f;
	}
.tabs li a:hover {
	text-decoration: underline;
	}
.tabs li.active {
	margin-top: -9px;
	/* Remove the border and the margin-top = -20 -1px for the border */
	border-bottom: none;
	background: #fff url( "img/tab-active-right.gif") no-repeat top right;
	}
.tabs li.active a {
	color: #206ba4;
	font-weight: bold;
	background: url( "img/tab-active-left.gif") no-repeat top left;
	padding: 10px 15px;
	}
#box-mn0, #box-mn1, #box-mn2, #box-mn3, #box-mn4	{ margin-bottom: 20px; }

/* Pages
---------------------------------------------------------- */
.pages {
	float: right;
	overflow: hidden;
	border: none !important;
	}
.pages a,
.pages span  {
    display: block;
    float: left;
    padding: 4px 6px;
	line-height: 100%;
    margin-right: 0.1em;
    border: 1px solid #ccc;
    background: #fff;
	font-size: 11px;
	color: #206BA4;
	}
.pages span.active {
    font-weight: bold;
    background: #e7f1f5;
    color: #206BA4;
	border-color: #999;
	}
.pages a:hover {
	text-decoration: none;
	border-color: #999;
	}

/* RTE
---------------------------------------------------------- */
/* container */
.rte 			{ width: 100%;}
.rte iframe		{ border: 2px inset #eee; }

/* toolbar */
.rte div.toolbar {
	background: #EBEBEB;
	margin-bottom: 5px;
	height: 26px;
	padding: 1px 0;
	line-height: 0px;
	width: 100%;
	border: 2px solid #eee;
	z-index: 1;
	}
* html .rte div.toolbar { height: 1%; /* IE */ }
.rte div.toolbar span {
	float: left;
	border: 1px solid #eee;
	margin: 0px 1px 0px;
	z-index: 2;
	}
.rte div.toolbar select { margin-top: 3px;}
.rte div.toolbar img {
	padding: 3px;
	width: 18px;
	height: 18px;
	line-height: 0px;
	}
.rte div.toolbar span.hover { border-color: #ccc!important; }
.rte div.toolbar span.down  { border-color: #ccc #fff #fff #ccc!important;}
.rte div.toolbar span.selected {
	background: #FFFFFF;
	border-color: #ccc #E8F1FF #E8F1FF #ccc!important;
	}
.rte div.toolbar .popup-handler 	   { border-left: 1px solid #C3D9FF; }
.rte div.toolbar .hover .popup-handler { border-left: 1px solid #9DAECD; }
.rte-picker {
	position: absolute;
	width: auto;
	padding: 10px;
	background: #E8F1FF;
	border: 1px solid #9DAECD;
	border-top: none;
	z-index: 0;
	}
.rte-picker table {
	border: none;
	width: auto;
	border: 2px solid #fff;
	height: 1%;
	background: #fff;
	}
.rte-picker table td {
	margin: 0;
	padding:5px;
	border:0;
	overflow: hidden;
	font-size: 0;
	line-height: 0px;
	border: 2px solid #fff;
	}
.rte-picker td.selected { border-color : #3E5379; }
.rte-spellcheck-popup {
	text-align: left!important;
	border: 1px solid #444;
	position: absolute;
	background: #fff;
	list-style: none;
	margin:0;
	padding: 0;
	font: normal 11px verdana, serif;
	color: #333;
	float: left;
	width: 160px;
	}
.rte-spellcheck-popup li {
	list-style-type: none;
	margin:0;
	display: block;
	padding: 3px 20px 3px 10px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	}
* html .rte-spellcheck-popup  li { height: 1%; /* IE */ }
.rte-spellcheck-popup li.hover {
	background: #336ECA;
	color: #fff;
	}


/* Spellchecker
---------------------------------------------------------- */
.spellchecker-gui input {
	width: auto;
	margin: 0;
	margin-right: 5px;
	}
form div.spellchecker-overlay {
	background: #eee;
	color: #333;
	border: 2px inset #ccc;
	height: auto!important;
	}
div.spellchecker-gui {
	font-size: 11px!important;
	margin-top: -7px;
	color: #777;
	position: relative;
	white-space: normal;
	}
.spellchecker-gui span {
	position: absolute;
	right: 0;
	top: 0;
	}
* html .spellchecker-gui span 	{ height: 1%; /* IE */ }
.spellchecker-gui span			{ color: red; background: #fff; font-size: 11px; position: absolute; right: 0px; }
.spellchecker-gui span.noerrors { color: green; }
.spellchecker-popup {
	border: 1px solid #444;
	position: absolute;
	background: #fff;
	list-style: none;
	margin:0;
	padding: 0;
	font: normal 11px verdana, serif;
	color: #333;
	float: left;
	width: 160px;
	z-index: 9999;
	}
.spellchecker-popup  li {
	list-style-type: none;
	margin:0;
	display: block;
	padding: 3px 20px 3px 10px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	}
* html .spellchecker-popup  li { height: 1%; }
.spellchecker-popup li.edit {
	border-top: 1px solid #555;
	font-style: italic;
	}
.spellchecker-popup li.nosuggestions { color: #777; }
.spellchecker-popup li.hover {
	background: #336ECA;
	color: #fff;
	}
.spellchecker-word {
	color: red;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	}
.spellchecker-word.corrected 	{ color: green;	}


/* Autocomplete
---------------------------------------------------------- */
.autocomplete {
	background: #fff;
	border: 1px solid #ddd;
	list-style-type: none;
	z-index: 999;
	margin: 0;
	padding: 0;
	text-align:left;
	}
.autocomplete li {
	margin: 0;
	padding: 1px 5px;
	cursor: pointer;
	position: relative;
	display: block;
	list-style-type: none;
	}
* html .autocomplete li { height: 1%; /* IE */ }
.autocomplete li.autocomplete-highlight {
	background: #3366CC;
	color: #fff;
	}
.autocomplete li span {
	font-size: 11px;
	position: absolute;
	left: 100%;
	margin-left: 2px;
	color: #333;
	top: 1px;
	width: 80px;
	padding: 15px;
	background: #FFFFD3;
	border: 1px solid #ccc;
	display:block;
	visibility: hidden;
	}
.autocomplete li.autocomplete-highlight span { visibility: visible; }
.autocomplete-input {
	width: 20em;
	padding: 5px;
	padding-right: 20px;
	background: transparent url("http://c.pathfinder.gr/img/icons/loading.gif") no-repeat 100% 7px;
	}
.autocomplete-input.loading { background-position: 100% -13px; }

/* Errors
------------------------------------------------------ */
div.error {
	padding: 5px 35px;
	border: 1px solid #F8A38A;
	border-width: 1px 1px;
	font-size: 13px;
	color: red;
	}

/* Forms
---------------------------------------------------------- */
form table tr.row-first th,
form table tr.row-first td { padding-top: 0; }
form		{
	margin: 0;
	padding: 0;
	 }
form table	{
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	}
form table th,
form table td {
	padding: 8px 10px 8px;
	border: none;
	text-align: left;
	vertical-align: top;
	}
form table tbody tr:hover { background: #fff; }
form table th {
	width: 25%;
	padding-left: 0;
	font-weight: bold;
	}
form table td 			  { width: auto; }
form table th  {
	font-weight: normal;
	text-align: right;
	}
form th p,
form td p {
	font-size: 12px;
	margin: 0;
	margin-top: 3px;
	color: #333;
	white-space:normal;
	font-weight: normal;
	}
form td p {
	font-size: 11px;
	line-height: normal;
	color: #6f6f6f;
	}
textarea,
.text {
	padding: 3px!important;
	vertical-align: middle;
	background-color: white;
	width: 100%;
	max-width: 100%;
	line-height: normal!important;
	}
textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid #ddd;
	overflow: auto;
	}
* html textarea,
* html .text { 	width: 99%;/* IE */	}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	}
.disabled		{
	padding: 3px!important;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	line-height: normal!important;
	background: #f1f1f1 !important;
	}
textarea.code	{
	font: 12px "Courier New", Courier, monospace;
	}
* html textarea.code { width: 90%; display: block; margin: 0 auto;}
*+html textarea.code { width: 99%;}
*+html #form_top     { width: 99%;}
form table tfoot td {
	background: #fff;
	padding-left: 0;
	border: none!important;
	}
form .actions {
	margin-top: 10px;
	padding: 5px 0px;
	float: left;
	}
form tr.caption td {
	padding: 18px 0 5px 0;
	background: url("img/dots.gif") repeat-x bottom left;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	}

/* Terms of use
---------------------------------------------------------- */
textarea.terms {
	overflow: auto;
	margin: 0 20px 0 20px!important;
	padding: 10px 10px 0!important;
	color: #000;
	width: 96%;
	}

/* Fieldsets
---------------------------------------------------------- */
fieldset {
	padding: 10px 15px;
	border: 1px solid #CCCCCC;
	margin: 20px 0;
	}
fieldset .content	{ padding: 5px; text-align: left; }
* html fieldset		{ height: 1%; }
*+html fieldset		{ zoom: 1; }
fieldset p.descr {
	font-size: 13px;
	margin: 5px 0 10px 0;
	}
legend {
	color: #206BA4;
	padding: 2px 5px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
	}
* html legend { margin-left: 0; }

/* Misc
---------------------------------------------------------- */
.popup	{
	padding-right: 15px;
	background: url("img/popup.gif") no-repeat center right;
	}
.warning {
	padding: 10px 0 10px 20px;
	background: url("img/warning.gif") no-repeat left 10px;
	color: #cc0000;
	font-weight: bold;
	}
.valid {
	background:  url("img/tick.gif") no-repeat left;
	color: green;
	padding-left: 16px;
	font-weight: bold;
	}
.right		{ float: right;}
.no-margin	{ margin-top: 0!important;}
.icon-move {
	padding-left: 16px;
	background: url( "img/icon-move.gif") no-repeat left center;
	}
.dragable tbody tr { cursor: move; }

/* Sorter class related */
.sorter-prev th,
.sorter-prev td 		{ border-top: 1px solid #333;}
.sorter-drag th,
.sorter-drag td 		{ cursor: move;	}
.sorter-source td,
.sorter-source th 		{ background: #F2F9FD; 	}
.pass-info {
	text-align: left;
	padding-left: 120px;
	margin: 0 160px 20px 160px;
	padding-bottom: 20px;
	background: url("img/pass-info.gif") no-repeat 20px 6px;
}
.pass-info code { color: green;}
.forgot-pass {
	border: solid 1px #ccc;
	padding: 20px;
	background-color: #eee;
	margin: 0 160px 0 160px;
	}
.tlt { border-bottom: none; text-align: center; font-size:22px; }
#main-full .error, #main-full .msg-container { margin: 0 160px 0 160px; }
#main-full .error p { padding-left: 10px; }

/* Tables
---------------------------------------------------------- */
table {
	width: 100%;
	border: 1px solid #ccc;
	border-width: 0px 1px 1px 1px;
	margin: 10px 0;
	}
table td,
table th {
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-width: 1px 0px 0px 0px;
	font-weight: normal;
	}
table thead th { text-align: left; }
table th 	   { text-align: left; }
table thead th,
table thead td {
	color: #6f6f6f;
	background: #EBEEE4;
	text-align: left;
	font-weight: bold;
	}
table thead td { text-align: left; }
table td {
	width: 1%;
	text-align: center;
	}
table tr.checked,
table tr.checked	 { background-color: #F2F9FD; }
table tbody tr:hover { background-color: #FFFFEC; }
table tbody tr.checked:hover  { background-color: #F9F9D0; }
table tr.draft 		 { color: #6f6f6f; }
table tr.draft a {
	color: #6f6f6f;
	border-color: #6f6f6f;
	}
table th span 		 { font-size: 11px; }
table th span img {
	position: relative;
	top: 2px;
	}
table tfoot td {
	background: #F1F3ED;
	border-top: 1px solid #ddd;
	padding: 4px 10px;
	text-align: left;
	}

.info-table {
	border: 1px solid #eee;
	width: 100%;
	margin-top: 10px;
	}
.info-table th, .info-table td { padding: 2px 5px; }
.info-table th { width: 40%; }
.info-table td { width: 60%; }
.info-table code { color: green;   }

.info-button {
	background: url('img/arrow-up.gif') no-repeat right 8px;
	padding: 0 10px 10px 0;
	}

.info-button.up	{ background: url('img/arrow-down.gif') no-repeat right 8px; }

/* Entries table
---------------------------------------------------------- */
.entries .entry	{
	border: 1px dotted #ccc;
	margin-bottom: 10px;
	padding: 10px;
	}
* html .entries .entry { border: 1px solid #ccc; }
.entries .entry:hover	{
	border: 1px solid #ccc;
	}
.entries p {
	text-align: right;
	margin: 0;
	padding: 0 0 5px 0;
	}
.entries p span,
.entries p input	{ float: left;			  }
.entries p input	{ margin: 2px 10px 2px 0; }
.entries p span	{
	font-size: 11px;
	margin: 0; padding: 0;
	}
.entries .entry a	{
	padding: 0 5px;
	visibility: hidden;
	font-size: 11px;
	}
/*.entries .entry table	{ border: none; }
.entries .entry td	{ border: none; text-align: left; }
.entries .entry th  { border: none; }*/
* html .entries .entry a 	{ visibility: visible; }
.entries .entry:hover a	{ visibility: visible; }
.entries .data a		{ visibility: visible; padding: 0; font: 12px Arial, Helvetica, sans-serif; }
.entries .data	{
	text-align: left;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px 10px 0 10px; margin: 0;
	background: #fafafa;
	}
.entries .content	{
	text-align: left;
	background: #fafafa;
	display: none;
	padding: 10px;
	}
.entries .preview	{
	text-align: left;
	background: #fafafa;
	color: #888;
	padding: 10px;
	}
.entries .entry a.delete	{
	background: url("img/del.gif") no-repeat top left;
	padding: 0 0 10px 20px;
	}
.entries .entry a.edit	{
	background: url("img/edit.gif") no-repeat top left;
	padding: 0 0 10px 20px;
	}
.entries .entry a.approve	{
	background: url("img/tick.gif") no-repeat top left;
	padding: 0 0 10px 20px;
	}
.entries .entry a.more	{
	background: url("img/toggle-plus.gif") no-repeat top left;
	padding-left: 15px;
	visibility: visible;
	}
.entries small	{
	font-size: 11px;
	color: #aaa;
	font-weight: normal;
	}
.entries table		  { width: 100%; padding-top: 10px; border: none; display: none; }
* html .entries table { width: 99%;  }
.entries table th	{
	font-style: italic;
	background-color: #f5f5f5;
	color: #777;
	padding: 2px 5px;
	}
.entries table td				{ background-color: #fafafa; padding: 2px 5px; }
.entries div.deleted table th	{ background-color: #fae4e1; }
.entries div.deleted table td	{ background-color: #fef6f4; }
.entries div.deleted {
	border: 1px dotted #f8a38a;
	}
* html .entries div.deleted	{ border: 1px solid #f8a38a; }
.entries div.deleted:hover	{
	border: 1px solid #f8a38a;
	}
.recButtons	{
	text-align: right;
	margin: 5px 0 10px 15px;
	visibility: hidden;
	float: right;
	border: none !important;
	}
.delete	{
	background: #eee url("img/del.gif") no-repeat 5px center;
	padding: 5px 5px 5px 20px;
	}
* html .delete { width: 200px; }
:first-child+html .delete		{ width: 200px; }
.approve	{
	background: #eee url("img/tick.gif") no-repeat 5px center;
	padding: 5px 5px 5px 20px;
	}
* html .approve				{ width: 200px; }
:first-child+html .approve	{ width: 200px; }
#previewbutton	{
	background: #eee url("img/eye.gif") no-repeat 5px center;
	padding: 2px 2px 2px 20px;
	}
* html #previewbutton				{ width: 150px; }
:first-child+html #previewbutton		{ width: 150px; }

.recTools	{
	overflow: auto;
	zoom: 1;
	border: none !important;
	}
.recTools span	{
	float: left;
	margin-top: 10px;
	}
.recPages	{ overflow: hidden; border: none !important; }
.recPages p { float: left; margin: 5px 0; font-size: 11px; color: #aaa;}

/* Fields table
---------------------------------------------------------- */
* html #fields {
	width: 99%;
	}
table#fields { table-layout: fixed; }
#fields thead th {
	background: #e7f1f5;
	white-space: nowrap;
	}
#fields thead th.tiny	{
	text-align: center;
	}
#fields tbody th {
	overflow: hidden;
	white-space: nowrap;
	}
#fields tbody tr:hover	{ background-color: #f4fbfe; }

/* OK - ERROR messages
---------------------------------------------------------- */
.msg	{
	background: #e6f4e3 url("img/ok.gif") no-repeat 10px center;
	border: 1px solid #8bc878;
	padding: 10px 10px 10px 35px;
	color: #000;
	}
.error	{
	background: #fad9d3 url("img/error.gif") no-repeat 10px center;
	border: 1px solid #f8a38a;
	padding: 10px 10px 10px 35px;
	color: #000;
	margin: 10px 0;
	}

.small	{ font-size: .8em; display: block; color: #aaa; }

/* Picker
---------------------------------------------------------- */
.cpicker {
	padding: 10px;
	background: #EDEDED;
	float: left;
	border: 1px solid #C9C9C9;
	min-height: 1px;
	position: absolute;
	}
.cpicker-reporter {
	border: none;
	background: #EDEDED;
	color: white;
	padding:0!important;
	font-size: 11px!important;
	margin: 0!important;
	text-align: left!important;
	color: #999;
	}

.cpicker-base-container {
	}

/* CPanel links
---------------------------------------------------------- */
.cpanel-links	 { text-align: center; }
.cpanel-links ul { margin: 20px 0; padding: 10px 0 10px; list-style: none; border-bottom: 1px solid #eee; background-color: #fafafa; }
.cpanel-links li { display: inline; list-style: none; padding: 0 10px; }
.cpanel-links a	 { padding-left: 20px; }
.cpanel-links a#entries { background: url("../css/img/edit.gif") no-repeat; }
.cpanel-links a#fields 	{ background: url("../css/img/fields.gif") no-repeat; }
.cpanel-links a#appearance 	{ background: url("../css/img/display.gif") no-repeat; }
.cpanel-links a#support 	{ background: url("../css/img/code.gif") no-repeat; }

#warning {
	padding: 10px;
	margin: 0 0 20px 0;
	font-size: 16px;
	background: #C1172C;
	color: #fff;
	border: 4px solid #fff;
	box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	text-align: center;
}