/* This theme adapted by Gary Cunningham-Lee (chibaguy) for TikiWiki
	CMS/Groupware is an adaptation of the Eatlon theme by Olle Axelsson
	(http://eatlon.com). Please retain the link to eatlon.com in the
	page footer to be in compliance with the terms of use. Because IE7
	does not support display:table, minimal HTML tables are needed for
	graphic treatment and column integrity. For more information, please visit
	http://themes.tikiwiki.org	or http://zukakakina.com.
 
	eatlon.css is comprised of these sections:
	XHTML elements, Siteheader & Identity; Menus, Links;
	Misc. Center Col.; Misc. Global; Boxes; Tables, Tabs;
	Wiki (inc. plugins, etc.); Articles; Blogs; Forums;
	Galleries; Trackers; Categories, Tags; Polls; FAQs;
	Quizzes;	Shoutbox; Directory; Messages; TikiSheets;
	Calendar; Admin; and Ajax, jquery, etc.
*/
 
/* Import the default layout properties file: */
 @import "layout/layout.css";
 
/***** XHTML Elements (body tag here,
			others follow Layout) *****/ 
body {
	background: #9faec2 url(eatlon/body_bg.gif) repeat-x;
	font-family: arial, sans-serif;
	color: #333;
	font: 76%/1.4em black Verdana, Geneva, Arial, Helvetica, sans-serif}

html>body {font-size: 76% !important}
body.fullscreen {background: #fff; padding: 3em}

 /***** Layout (overrides layout.css;
		also styling of page layout divs)  *****/
table#main {
	text-align: left;
	min-height: 450px/*;
	height: auto !important*/}

td#leftmargin {
	width: 6.8%;
	background: transparent}

td#rightmargin {
	width: 6.8%;
	background: transparent}

td#main-header {
	text-align: left;
	height: 215px;
	background: #fff url(eatlon/head_bg.gif) repeat-x}

tr#midrow {background: #fff}
td#leftcolumn {width: 180px}

td#centercolumn {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 0 30px}

td#leftcolumn .colwrapper {padding: 0 20px}
td#rightcolumn {width: 180px}
td#rightcolumn .colwrapper {padding: 0 20px}

td#footer {
	background: #fff url(eatlon/bottom_bg.png) no-repeat right;
	height: 100px}

td#footer .content {
	background: url(eatlon/bottom_bg.png) no-repeat left;
	height: 200px;
 	text-align: center;
 	font-size: 1.2em;
	margin-right: 50px}

/***** XHTML Elements (other than body tag) ******/
a,
a:link,
a:visited {
	text-decoration: none;
	color: #2929a4;
	border-bottom: 1px solid transparent}
	
* html a,
* html a:link,
* html a:visited {border-bottom: 1px solid #fff}

a:hover {
	text-decoration: none;
	color: #a42929;
	border-bottom: 1px solid #6d819d}

h1, h2, h3, h4, h5 {
	font-family: arial, georgia, serif;
	font-weight: 100}

h1 {
	font-size: 2.2em;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 6px;
	line-height: normal}

h2 {
	font-size: 180%;
	font-style: italic;
	padding: 0;
        color: #000;
	margin: 4px 0}

h3 {
	font-size: 160%;
	line-height: 1em;
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
        color: #333;
	margin: 0 0 5px 0}

h4 {
	font-size: 140%;
	padding: 0;
        color: #333;
	margin: 0}

h5 {
	font-size: 1em;
	color: #032936}

hr {
	width: 100%;
	height: 1px;
	background: #8cacbb;
	border-width: 0;
	padding: 0;
	color: #8cacbb}

fieldset {
	border: solid 1px #a9a9a9;
	padding: 10px}

legend {color: #a9a9a9}

* html .wikitopline select {font-size: .9em}

textarea,
body.wikitext {
	background: #d2d9e3;
	color: #000;
	font-size: 1.3em}

input[type=checkbox],
input[type=radio] {border: 0}

input[type=text],
input[type=password] {
	background: #d2d9e3;
	color: #000}

input[type=submit],
input[type=file],
input[type=reset],
select {background: #d2d9e3; color: #000}


span.button a,
span.button a:visited,
button,
input[type=reset],
input[type=submit],
span.button input,
.submitbutton,
.calbuttonBox a {
	border-top: 1px solid #f3f3f4;
	border-left: 1px solid #f3f3f4;
	border-right: 1px solid #878689;
	border-bottom: 1px solid #878689;
	background: #afafaf;
	background: url(eatlon/menu_bg.png) 1000px -15px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 4px}
	
* html input[type=reset],
* html input[type=submit] {
	border-top: 1px solid #f3f3f4;
	border-left: 1px solid #f3f3f4;
	border-right: 1px solid #878689;
	border-bottom: 1px solid #878689;
	background: #afafaf;
	background: url(eatlon/menu_bg.png) 1000px -15px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 4px}

.button a:hover,
button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button input:hover,
.submitbutton:hover,
.calbuttonBox a:hover {
	border-top: 1px solid #868f93;
	border-left: 1px solid #868f93;
	color: #ececec}

input[type="checkbox"] {border: 0}
* html .findtable input {font-size: 1em}

/* Avoid overlap due to inline - margin in tiki-admin-include-features.tpl */
form.admin input[name="features"] {margin-bottom: 3px !important}

input[type=file],
select[multiple] {height: 10em}

select[name="theme"] {width: 135px}
label {cursor: pointer}
ul, ol {text-align: left}
tt {font-size: 1.2em}

/***** Site Header & Identity *****/
div#header {
	height: 140px;
	position: relative}
	
div#header-top {
	position: static;
	height: 140px;
	background: url(eatlon/banner.gif) no-repeat right}

#sioptions  {padding: 1em}
#sitelogo a:hover {border-bottom: 0}
#sitead.floatright {padding-right: 10px}
#sitead.floatleft {padding-left: 10px}
.floatright img {margin-right: 10px}
#bannertopright {padding-right: 1em}
#siteloginbar {right: 20px}

input[id="sl-login-user"],
input[id="sl-login-pass"] {background: #e1e1e2}

#siteloginbar input.wikiaction {cursor: pointer}

#sitetitle,
#sitesubtitle {margin-left: 30px}

#sitetitle {
	font-family: georgia, serif;
	font-size: 320%;
	font-weight: 100;
	margin-top: 40px}
	
#sitetitle a,
#sitetitle a:visited {color: #8f8f8f}

#sitetitle a:hover {color: #8f8f8f; text-decoration: none}

#sitesubtitle {
	font-size: 1em;
	font-style: italic;
	font-weight: 100;
	margin-top: 18px}

#tiki-top {
	background: url(eatlon/menu_bg.png) no-repeat right;
	height: 78px;	
	min-height: 78px !important}

#tiki-top .wrapper {
	height: 78px;
	min-height: 78px;
	background: url(eatlon/menu_bg.png) no-repeat;
	padding-right: 10px;
	margin-right: 30px}

#sitesearchbar {
	margin-top: 7px;
	color: white}

input#fuser,
#sitesearchbar select,
#sitesearchbar input[type="submit"] {
	border-top: 1px solid #878689;
	border-left: 1px solid #878689;
	border-right: 1px solid #f3f3f4;
	border-bottom: 1px solid #f3f3f4;
	background: #afafaf;
	color: #fff}

#sitesearchbar input[type="submit"] {
	background: url(eatlon/menu_bg.png) 1000px -15px;
	color: #fff}

/****** Menus, Links ******/
/** CSS (suckerfish) menus **/
#tiki-top ul.cssmenu_horiz {margin-left: 30px}

#tiki-top ul.cssmenu_horiz li.menuSection0 a,
#tiki-top ul.cssmenu_horiz li.menuLevel0 a {
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #fff}
	
#tiki-top ul.cssmenu_horiz li.menuSection0 a:hover,
ul.cssmenu_vert ul li a:link,
ul.cssmenu_vert ul li a:visited {
	color: #d7e5f3 !important;
	text-decoration: none}

#tiki-top ul.cssmenu_horiz li.menuLevel1 a {
	height: auto;
	line-height: normal}
	
ul.cssmenu_vert ul li a:hover {color: #d7e5f3}
	
.cssmenu li ul,
.cssmenu_horiz li ul,
.cssmenu_vert li ul {background: #9faec2 url(eatlon/body_bg.gif) 0 -300px repeat-x}
.cssmenu_vert .sf-sub-indicator {background: url(eatlon/arrows-6d819d.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only; */}
#tiki-top .cssmenu_horiz li.menuSection a .sf-sub-indicator {top: 1.2em}
/** PHP Layers Menus **/
.horbar {
	margin-top: 10px;
	width: 100%} 

.horbar table {margin-left: 30px}

.horbaritem a,
.horbaritem a:visited {
	padding: 6px 3px;
	text-decoration: none;
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	color: white;
	font-weight: bold;
	margin: 0} 

* html .horbaritem a,
* html .horbaritem a:visited {font-size: .9em}

.horbaritem a:hover {
	color: #d7e5f3 !important;
	text-decoration: none} 

.mdksubmenu {
	background: #9faec2 url(eatlon/body_bg.gif) 0 -300px repeat-x;
	margin-top: 12px}

.mdkitem a,
.mdkitem a:link,
.mdkitem a:visited {
	padding: 4px 9px;
	font-weight: normal;
	color: #fff} 

.mdkitem a:hover {
	color: #d7e5f3;
	text-decoration: none} 

.box-data .mdkitem a,
.box-data .mdkitem a:link,
.box-data .mdkitem a:visited  {
	padding: 2px 9px;
	text-decoration: none;
	color: #6d819d;
	border-bottom: 1px solid transparent}

.box-data .mdkitem a:hover {
	text-decoration: none;
	color: #a42929;
	border-bottom: 1px solid #6d819d}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	font: 100% Verdana, Tahoma, Arial, sans-serif;
	color: #6d819d;
	text-decoration: none;
	font-weight: normal;
	background: transparent}

a.phplm:visited {color: #726461}
a.phplm:hover {color: #808080}
a.phplm:active {color: #ff0000}

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	font: 100% Verdana, Tahoma, Arial, sans-serif;
	color: #6d819d;
	font-weight: normal}

a.phplmselected:hover {color: #d7e5f3}

/** Links in other menus **/

/***** Misc. Center Col. *****/
a.flip,
a.flip:visited,
.tellafriend a,
.tellafriend a:visited {color: #ADBAC3}

a.flip:hover,
.tellafriend a:hover {color: #505050}


.tellafriend {padding-right: 6px}

/* Also is .content */
#tiki-center {font-size: 1.1em}
* html #tiki-center {font-size: 1.1em}

/****** Misc. Global ****/

/***** Boxes *****/
/** Modules **/
div.box {
	margin-bottom: 16px;
	display: block}
	
#leftcolumn .box,
#rightcolumn .box {width: 160px}
	
.wikitext div.box {width: 96%}

h3.box-title {
	color:#8F8F8F;
	font-family: arial,sans-serif;
	font-size: 1.3em;
	font-weight: 100;
	border-bottom: 0}

.flipmodimage:hover {border: 1px solid #58A7D2 !important}

/** Other boxes **/
.cbox {
	border: 1px solid #e0e0e0;
	background: white}

.cbox-title {
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	font-weight: bold;
	padding: 3px 3px 1px 3px}

.cboxlink {}
.cbox-data {padding: 3px}

.rbox {margin: 5px 10px 5px}

.rbox-title,
.rbox-data {
	border-color: #506887;
	background: #cecece;
	color: #000}

.rbox-title {}
.rbox-data {}

div.simplebox {
	border: 1px solid #e0e0e0;
	padding: 4px;
	background: white}

/***** Tables, Tabs *****/
/** Tables **/

table.admin tr td div#page-bar {
	margin-left: 5px;
	margin-bottom: 0;
	background: transparent}

table.normal td.odd:hover,
table.normal td.even:hover,
table.normal tr:hover {background: #f3f3f4}

td.normal,
.wikitable td {
	margin: 0;
	padding: 0.2em;
	vertical-align: top}

td.odd:hover,
td.even:hover {border-right: 1px solid #e0e0e0}

table.normal td.heading {font-size: 1em}


/* Cells in forms using a background color */
.formcolor td,
.editblogform td {
	border: 1px solid #8cacbb;
	background: #DEE7EC}

* html th {font-size: 12px}

/** Tabs **/
.tabs {
	margin: 10px 1px -20px 0 !important;
	border-bottom: 1px solid #ccc}

.tabmark {
	background: #afafaf url(eatlon/menu_bg.png) 1000px -15px;
	color: #fff}

.tabmark a {
	border-top: 1px solid #f3f3f4;
	border-left: 1px solid #f3f3f4;
	border-right: 1px solid #878689;
	/*border-bottom: 1px solid #878689;*/
	color: #fff}

.tabmark a:active {
	background: url(eatlon/menu_bg.png) 1000px -15px;
	color: red}

.tabmark a:hover {
	background: url(eatlon/menu_bg.png) 1000px 0;
	color: #ececec}

.tabactive a {color: #d7e5f3; font-weight: bold}	
.tabcontent {
	/*border-top: 1px solid #a9a9a9;*/
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	background: #ECECEC;
	padding: 26px 2px 2px 2px;
	margin-bottom: 25px}

form fieldset.tabcontent {
	border: 1px solid #225566;
	border-top: 0 !important}

table.admin div#content1 div.tabcontent div.cbox {background: transparent}

/***** Wiki *****/

a.pagetitle,
a.pagetitle:visited,
a.pagetitle:hover {
	color: #8f8f8f;
	text-decoration: none;
	border-bottom: 0}

div#description {
	font-size: .9em;
	font-style: italic}

#pageid {
	float: left;
	clear: both}

#cachedpage {
	float: right;
	font-size: small}

.categpath {}
.wikitext {line-height: 1.5em}
a.wiki {}

.wikitext h1, 
.wikitext h2, 
.wikitext h3, 
.wikitext h4 {
	margin: 0 0 15px;
	padding: 0}

.wikitext h2 {
	/*font-size: 1.2em;*/
	margin-bottom: 10px}

.wikitext ul li {} 
.wikitext ul li ul li {}
.wikitext ol {}

.titlebar {
	padding: 0.1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 10px 0 10px 0}

/* From Tikineat */
.wikitext div.box {width: auto}
.wikitopline table {width: 100%}
* html .wikitopline table {width: 97%}
html>body .wikitopline table {width: 100%}
/* End from Tikineat */

table.wikitable {
	border: 1px solid #a9a9a9;
	border-collapse: collapse}
 
td.wikicell {
	padding: 3px;
	border: 1px solid #999;
	border-collapse: collapse}

.editdate {padding-bottom: 5px}

div#page-bar {
	display: block;
	margin-top: 0}

#page-bar span {float: left}

ul.floatleft {
	display: block;
	list-style: 0;
	padding: 0;
	text-align: left;
	height: 20px;
	margin-top: 0}

ul.floatleft li {
	float: left;
	padding: 4px 2px}

.editdate ul.floatleft {margin-top: 8px}

span.button2,
div.button2,
.button3 {
	margin-right: 5px}
 
.linkbut {}
.linkbut:hover {}
div.cache {}
div.cachedpage {}

.wikicache,
.wikicache:visited {}

.wikicache:hover {}
.wiki {}
.wikinew {}
.wiki-edithelp {display: none}

#wikihelp-tab table,
#wikihelp-tab table td {
	border: solid 1px #909090;
	border-collapse: collapse}

#wikihelp-tab table td {padding: 2px}
textarea.wikiedit {font-size: 1.1em}
p.editdate {}
div.wiki-edithelp {}
img.externallink {}

/* Wiki plugins */

/* Code plugin  */
div.code {
	font-size: 90%;
	padding: 3px;
	border: 1px dashed #ccc;
	background: #F5F5F5;
	font-family: "Courier New", Courier, monospace}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background: #F5F5F5;
	margin: 4px;
	border: 1px dashed #ADACAF;
	overflow: auto; 
   width: 650px}
	
* html .codelisting {padding-bottom: 20px}

.codecaption {
	font-size: 90%;
	padding: 0 10px;
	position: relative;
	bottom: -5px;
	display: inline;
	border: 1px solid #ADACAF;
	border-bottom: 0;
	margin: 0;
	color: #666;
	background: #F5F5F5;
	font-weight: bold}

/* Quote plugin */
div.quoteheader {margin-left: 20px}
div.quotebody {font-style: italic}

table.wikiplugin-split {border: 0}

/** Wiki tocs **/
div.tocnav {
	background: #EBEBEB;
	padding: 3px;
	margin-bottom: 4px;
	clear: both}

/* Uses no-table tocnav layout. Update? */
#tocnavicons {float: left}
#tocnavaddpage{float: right}
#tocnavlinks {clear: both}

.fancytoclevel {list-style-image: url(../img/icons/footprint.gif)}
li.toclevel {}

/* TOC */
ul.toc {
	padding-left: 2em;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	margin-bottom: 4px}

ul.toc * {border: 0}

/* Wiki diff styles */
.diff td {border: 1px solid #A9B8C2}
.diff div {border-top: 1px solid #A9B8C2}

.diffheader {
	background: #A9B8C2;
	font-weight: bold}
	
.diffadded {background: #CCFFCC}
.diffdeleted {background: #FFCCCC}

.diffinldel {
	background: #FFCCCC;
	text-decoration: line-through}

.diffbody {background: #F2F4F5}
.diffchar {color: red}


/***** Articles ****/
div.article {margin-bottom: 40px}
.wikitext .article {font-size: 1em}

div.articletopline {
	font-size: 90%;
	font-style: italic}

div.articletitle {
	margin-top: 6px;
	margin-bottom:	15px;
	text-align:	left}
 
div.articletitle h2 {
	font-size: 1.5em;
	font-weight: normal}

span.titleb {font-size: 1.0em} 
div.articlesubtitle {font-size: 0.9em}
 
div.articleheading {margin: 6px 0}
 
div.articleheadingtext {}

img.topicimage,
img.articleimagenofloat,
img.articleimage {
	padding: 2px 0;
	margin-bottom:10px}

img.articleimagefloat {
	margin-right: 4px;
	float: left;
	padding: 2px 0;
	margin-bottom:10px}

img.articleimage {
	margin-right: 4px;
	float: left;
	clear: right;
	padding: 2px 0;
	margin-bottom: 10px}

div.articletrailer {}
div.articletrailer .wikitopline {float: right; clear:both} 
div.articlebody {margin-top: 1em}
 
div.articlesource {
	margin-top: 5px;
	font-style: italic;
	font-size: 90%}


/***** Blogs *****/

div.blogtitle {
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 80%}

div.bloginfo {
	text-align: center;
	padding: 3px;
	line-height: 150%;
	text-transform: 0}
 
.postinfo a {
	color: #9CF;
	text-decoration: none;
	border-bottom: 1px dotted #9CF}

a.blogt:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF}

.postinfo div {margin-top: 30%}

div.posthead {
	text-align: left;
	padding: 3px}

.postinfo {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 1.2em}

span.posthead {
	font-weight: bold;
	letter-spacing: .4pt}
 
div.posthead h3 {font-size:1.2em}
 
div.postbody {
	margin-right: 8px;
	line-height: inherit;
	margin-bottom: 1em}

/***** Forums *****/

.post .postbody {
	background: white;
	font-size: 1em}
	
* html .post .postbody {font-size: 11px}

.post .postbody-title {
	display: block;
	margin-top: 0;
	padding: 3px;
	border-bottom: 1px solid #aaa}

.post .postbody-title .title {
	color: #29677B;
	font-weight: bold}

.postbody-title br.clear {display: none}
	
.title a.link {
	color: #29677B;
	text-decoration: none}

.post .postbody .content {
	height: 100%;
	padding: 0 3px 3px;
	text-align: left;
	width: 100%;
	color: #8f8f8f;
	margin: 0}

.post .author {	
	float: left;
	text-align: left;
	width: 33%;
	margin-left: -3px;
	margin-right: 4px;
	background: url(eatlon/head_bg.gif) repeat-x}
	
.post .author_post_info {padding: 2px}
.post .author_post_info:first-letter {text-transform: uppercase}

.post .author_post_info_on {font-style: italic}

.post .author_info {
	padding: 0 2px 2px 2px;
	margin-left: 5px}

.post .postbody-title .actions {font-size: 1em}
.postbody-content {padding: 4px}
.post .postbody .attachments {border-top: 1px dotted #8f8f8f}
.post .postfooter .status {font-size: 1.2em}

.post .contribution {
	background: #F0F8FF;
	border: 1px solid #D7E5F3;
	padding: 0 2px 0 2px}

.post .avatar {
	float: left;
	width: 33%;
	border: 1px solid #ACCCDD;
	background: inherit}

.forum_actions .actions {
	background: #E1EBF5;
	padding: 3px 3px 3px 3px}

.forum_actions .headers .title {
	background: #e1ebf5;
	padding: 1px;
	font-weight: bold}

.forum_actions .headers .infos {font-size: smaller}

div.commentsedithelp {
	background: #ffcfcf;
	color: black;
	border: 1px solid #ff0000;
	text-align: center;
	font-weight: bold}

/**** Image Galleries ****/
table.galtable {
	border-collapse: collapse;
	border: 1px solid #8cacbb;	width: 100%}

* html body table.galtable {width: 97%}
html>body .galtable {width: 100%}
div#browse_image {width: 100%}

div.showimage {
	width: 100%;
	text-align: center;
	padding: 6px}

td.oddthumb {border-collapse: collapse}
td.eventhumb {border-collapse: collapse}

td.eventhumb img {
	margin-left: 6px;
	margin-right: 6px}

img.athumb {
	border: 0;
	margin: auto}

.caption {color: black}
p.norecords {font-weight: bold}

div.imagetitle {
	font-weight: bold;
	font-size: 200%}

div.gallerylink {}

div.showimage {
	text-align: center;
	margin: 5px 0}

div.imgaldescr {margin: 10px}
.sorttitle {margin-left: 10px}

/***** File Galleries *****/

/***** Trackers *****/
.statuson {
	padding: 1px;
	margin: 1px;
	vertical-align: middle}

.statusoff {
	padding: 1px;
	margin: 2px;
	vertical-align: middle}

/***** Categories, Tags *****/

/***** Tags (freetags) *****/
	
/*****  Polls  *****/

/***** FAQs *****/

/***** Quizzes *****/

/***** Shoutbox *****/
div.shoutboxmsg {
	margin-bottom: 0;
	padding: 4px;
	padding-bottom: 1px}

div.shoutboxmodmsg {
	font-size: .95em;
	margin: 0 5px 4px 5px;
	padding-top: 5px;
	padding-bottom: 1px}

textarea.tshoutbox{
	font-size: 1.3em;
	width: 132px}

/***** Directory *****/
div.dircategs {
	border: 1px solid #8cacbb;
	padding: 5px}

.dirlink {}
.dirsublink {font-size: .95em}

div.dirlistsites {
	padding: 5px 0 10px 5px;
	margin-top: 10px}

div.dirsite {
	margin: 5px;
	margin-bottom: 10px;
	padding: 4px}

span.dirsitedesc {}
span.dirsitetrail {font-size: .95em}
span.dirsitecats {font-size: .95em}
.dirsitelink {}

div.dirrelated {
	margin-top: 10px;
	padding: 5px}

td.dirfooter {font-size: 1.2em}
div.dirfooter {margin-top: 10px}

/***** Messages *****/
td.prio1,
td.prio2,
td.prio3,
td.prio4,
td.prio5 {
	border: 1px solid #8cacbb;
	padding-left: 2px}

td.prio1 {background: #F7F9CA}
td.prio2 {background: #F7F9EA}
td.prio3 {background: #F7F9FA}
td.prio4 {background: #F7F9FD}
td.prio5 {background: #F7F9FF}

div.messureadflag {
	background: #ccc;
	padding-left: 5px}

div.messureadhead {
	background: #DEDEDE;
	margin-top: 2px}

div.messureadbody {
	margin-top: 5px;
	background: #DEDEDE}

.readlink {
	font-size: .95em;
	color: black}

/***** TikiSheets *****/
table.default thead td,
table.default tfoot td {
	font-weight: bold;
	text-align: center;
	background: black;
	color: #D8D8D8}

table.default td {
	border: solid 1px #a9a9a9;
	background: black}


/***** Calendar *****/
.Cal0, 
.Cal1, 
.Cal2 {font-size: 90%}
	
.Calart,
.Calblog,
.Calchart,
.Caldir,
.Caleph,
.Calfaq,
.Calfgal,
.Calforum,
.Calgal,
.Calnl,
.Calquiz,
.Calsurv,
.Caltrack,
.Calwiki {font-size: 1em}

.Calart,
.Calart a,
.Calart a:visited {color: #FA8072}

.Calblog,
.Calblog a,
.Calblog a:visited {color: #DA70D6}

.Calchart,
.Calchart a,
.Calchart a:visited {color: #304F30}

.Caldir,
.Caldir a,
.Caldir a:visited {color: #800080}

.Calfaq,
.Calfaq a,
.Calfaq a:visited {color: #822222}

.Calfgal,
.Calfgal a,
.Calfgal a:visited {color: #8B4513}

.Calforum,
.Calforum a,
.Calforum a:visited {color: #808000}

.Calgal,
.Calgal a,
.Calgal a:visited {color: #8B4513}

.Calnl,
.Calnl a,
.Calnl a:visited {color: #708090}

.Calquiz,
.Calquiz a,
.Calquiz a:visited {color: #5F9EA0}

.Calsurv,
.Calsurv a,
.Calsurv a:visited {color: #DAA520}

Caltrack,
Caltrack a,
Caltrack a:visited {color: #00BD02}

.Calweb {font-size: 1em}
.Calweb:hover {color: #996633}

.Calwiki,
.Calwiki a,
.Calwiki a:visited {color: #2C4B80}

.Calart a:hover,
.Calblog a:hover,
.Calchart a:hover,
.Caldir a:hover,
.Caleph a:hover,
.Calfaq a:hover,
.Calfgal a:hover,
.Calforum a:hover,
.Calgal a:hover,
.Calnl a:hover,
.Calquiz a:hover,
.Calsurv a:hover,
.Caltrack a:hover,
.Calwiki a:hover {color: darkviolet}

.Calart:before,
.Calblog:before,
.Calchart:before,
.Caldir:before,
.Caleph:before,
.Calfaq:before,
.Calfgal:before,
.Calforum:before,
.Calgal:before,
.Calnl:before,
.Calquiz:before,
.Calsurv:before,
.Caltrack:before,
.Calwiki:before {background: ghostwhite}

.calcontent a.linkmenu,
.calcontent a.linkmenu:hover {
	background: none;
	padding: 0}

.calfocus {
	font-size: 90%;
	background: inherit}

.caldark .calfocus {background: inherit}

.calfocuson + .calcontent {background: #e6eff8}

.calprio1 a,
.calprio2 a,
.calprio3 a,
.calprio4 a,
.calprio5 a,
.calprio6 a,
.calprio7 a,
.calprio8 a,
.calprio9 a {color: #393e51}

.caltoggle {font-size: 90%}

.opaque {
   border-left: 1px solid #a9a9a9;
  	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969}

.opaque .box-title {
	border-bottom: 1px solid black}

.searchresults {display: inline}

.calnavigation a:hover {background: red}

#caltable .calfocuson,
.box-data td.fc a.today,
.box-data td a.today {
	background: #d2d9e3;
	border: 0}

#caltable .calfocuson a {color:#000}

#caltable .calfocus a,
#caltable .calfocuson a {text-decoration:none}

.day,
.day:visited {}

.today {}
.nav {}
.changedate {}
.date {}

.calinput {background: #9faec2}
.calfocuson + .calcontent {background: #F5F5F5}

#caltable td {padding: 0}
#caltable .weeks,
.days {
	background: #9faec2;
	color: white}
	
#caltable .weeks {
	font-weight: bold;
	padding: 2px;
	font-size: 1em}

td.event {background: whitesmoke}
.addevent {padding: 0 5px; float: right}
* html .addevent {padding: 0}
.calodd, .caleven {border: 1px solid darkgray}
.calodd {background: #ececec}
* html .calodd {padding: 0}
.caleven {background: #f5f5f5}
* html .caleven {padding: 0}
.caldark {background: #c4cdda}
.caldark .calfocus {background: #c4cdda}
* html .caldark {padding: 0}
.caldark .calfocus {background: #c4cdda}
.daterow {
	display: block;
	border: 1px solid #ccc !important;
	background: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px}

.daterow:hover {
	color: #fff;
	background: #9faec2}

.calnavigation a:hover {
	color: #fff;
	background: #9faec2}

/***** Admin *****/
a.admbox {
	border: 1px solid #aaa;
	background: #506887 center no-repeat}

a.admbox:hover,
a.admbox:focus,
a.admbox:active  {
	background: #B2B2B2 center no-repeat;
	border: 1px solid #292929}

a.admbox.off {border: 1px solid #9f9f9f}

a.admbox.off:hover,
a.admbox.off:focus,
a.admbox.off:active {border: 1px solid #9f9f9f}

div.adminanchors {}
a.admbox span {color: #fff}

/***** Ajax, jquery. etc. *****/
/***** Ajax *****/
div#ajaxLoading {
	display: none;
	position: absolute;
	top: 50px;
	right: 50%;
	color: #fff;
	padding: 3px;
	font-family: Verdana;
	font-size: 90%;
	text-align: center;
	background: transparent url(../lib/shadowbox/images/loading-light.gif) no-repeat 50% 100%;
	height: 43px;
	width: 50px}

#shadowbox_title {
	height: auto !important;
	padding: 0;
	overflow: visible}

#shadowbox_title_inner {
	height: auto !important;
	font-size: 1em !important;
	line-height: 1em !important;
	white-space: normal !important;
	padding: 5px 0 4px 8px}

.tab-wrapper {
	border: 1px solid #eee;
	padding: 0}

.tab-menu {
	clear: both;
	line-height: 17px;
	list-style-image: 0;
	list-style-position: outside;
	list-style-type: 0;
	padding: 2px 0;
	margin-bottom: 6px;
	margin-top: 2px;
	width: 100%}

.tab-menu li {
	display: inline;
	margin: 0 2px;
	width: 200px;
	padding-right: 1.5em}

.tab-menu li a 	{
	padding: 1px 5px; 
	background: #f5f5f5; 
	color: #222; 
	font-weight: bold; 
	text-decoration: none} 

.tab-menu li a:hover, 
.tab-menu li a:focus {
	background: #FAEC8F; 
	border-bottom-color: #999} 

.tab-menu li a:hover {
	background: #FAEC8F; 
	border-bottom-color: #999} 

.tab-menu li.tab-selected a {
	background: #BCEC8F}
	
/***** New (unsorted) *****/

/***** End New (unsorted) *****/

/* End of File */




