/* These are Tiki CMS CSS selectors. */
/******************** HTML elements ********************/

html, body, ol, ul, li, dl, dt, dd, img {
	margin: 0; 
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	margin: 0;
	padding: 0 450px;/*340px;  the critical side padding that sets the natural min-width! */ 
	background: url(jello/brownlattice2.gif); /* this BG tiles the area outside the columns */
	color: #000; 
	font-family: georgia, verdana, sans-serif; 
	font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
	text-align: center; /* centers the #sizer element in IE5.x/win */
	border: 0;
}
#sizer {
	margin: 0 auto; /* centers #sizer in standard browsers */
	padding: 0;
	width: 60%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	text-align: left; /* resets the default text alignment for the page */
	max-width: 120px;
}

/* equiv to #expander */
#tiki-main { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -420px;/*-335px;  neg side margin values should be &lt; or = to side body padding */
	min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
} 

/*\*/
* html #tiki-main {height: 0;} 
/* #expander must have &quot;height: 0&quot; in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
	position: relative;
	background: url(jello/redcircles.gif); /* this BG tiles the left column */
	font-size: .9em; /* set global font-size here */ 
	border: 3px solid #da5;
	border-width: 4px 3px;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {	
	position: relative; /* extra insurance against bugs in IEwin */
	background: url(jello/redblots.gif) 100% 0 repeat-y; /* this BG tiles the right column */
}

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked &quot;critical&quot; and also refer to the desired mod MUST be changed as a group. */

/* tiki-center background */
.outer {
	background: url(jello/bluelattice.gif); /* this BG tiles the center column */
	border-left: 2px solid #da5; /*** Critical left divider dimension value ***/
	border-right: 2px solid #da5; /*** Critical right divider dimension value ***/
	margin-left: /*180px*/ 200px;		/*** Critical left col width value ***/
	margin-right: /*180px*/ 200px;		/*** Critical right col width value ***/
}

/* equiv to tiki-mid */
.float-wrap {
	float: left;
	width: 100%;
}

.center {
	float: right;
	width: 100%;
}

/* equiv to .left */
.leftcolumn {
	border: 1px solid green;
	float: left;
	position: relative; /* Needed for IE/win */
	width: /*180px;*/ 200px;		/*** Critical left col width value ***/
	margin-left: /*182px;*/ -202px;		/*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

/* equiv to .right */
.rightcolumn {
	float: right; 
	position: relative; /* Needed for IE/win */
	width: /*180px;*/ 200px;		/*** Critical right col width value ***/
	margin-right: /*-182px;*/ -202px;		/*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
	margin-left: 2px;	 /*** Critical right divider dimension value ***/
}

.centercolumn {
	font-weight: normal;
	text-align: left;
	overflow: auto; /*visible;*/
	width: 100%;
}

.container-left {color: #ffc;}

.container-right {color: #ffc; padding-bottom: 80px;} /* makes room for the froggy */

/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;   
}

.hide {display: none;}


/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

/*************** Header and Footer elements *****************/

/* equiv to .header */
#tiki-top {
	width: 100%;
	color: #b33;
	padding: 5px 0;
	background: url(jello/jello1.gif) no-repeat 50px 7px;
	height: 120px;
} /* &quot;jello&quot; BG is made to be in fixed position here */

/*\*/
* html #tiki-top {background-position: 10px 3px;}
/* IEwin hack needed because the &quot;jello&quot; BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

#tiki-top span {color: #373;} 

/* equiv of .footer */
#tiki-bot {
	width: 100%;
	font-size: 1.8em;
	font-weight: bold;
	clear: both;
	padding: 5px 0 15px;
	position: relative;
}

#tiki-bot p {margin: 10px 0 0 20px; color: #383;}

#tiki-bot hr {
	color: #944;
	margin: 0;
	background: #944;
	height: 5px;
}

.froggy {
position: absolute;
top: -65px;
right: -10px;
}


/************** Spacing Controls for various column contents ***************/

.outer ul {
	text-align: center;
	margin: 10px 0;
}

.textpadder {padding: 8px;}




a {
	
}

a:visited {
	
}

a:hover {
	
}

a:active{
	
}

/* Caption in tables. Currently in attachments and comments only. */
caption {
	
}

/* Prevent forms from generating unwanted padding or margins */
form {
	
} 

/* Non-linking titles (three levels) Are these redundant vis-a-vis those at top of file? */
h1 {margin: 70px 0 10px 80px;}

h2 {
  font-size: 1.2em; 
  text-align: center; 
  padding: 5px 0; 
  margin: 0; 
  border: 3px solid #dcd3c2;
  border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
  color: #500;
  background: url(marble10.jpg);
  font-family: tahoma, arial, sans-serif;
}

h3 {
margin: 1em 0 .3em;
	
}

h4 {
	
}

hr {
	
}

input {
	
}

input[type=submit] {
	
}

input[type=submit]:hover {
	
}

select {
	
}
/* General form elements */
textarea {
	
}

/* Cells where nothing is specified */
td {
	
}

th {
	
}

ul {
	
}



/******************** General Layout Styles (Classes and IDs) ********************/
/******************** ************************************** ********************/
/*This div encloses the whole Tiki application 
div#tiki-main {
	
}*/

/* Three divs inside tiki-main */
/* This is the header 
div#tiki-top{
	
}

div#tiki-top a {
	
}

div#tiki-top a:hover{
	
}*/

div#tiki-top_bar {
	
}

div#tiki-top_bar a {
	
}

div#tiki-top_bar a:hover {
	
}

/* This is the middle 	
div#tiki-mid{
	
}*/	

/* I think this holds the column flip icons 
table#tikimidtbl {
	
}*/

/* The three columns inside tiki-mid 
td#leftcolumn {
	
}

td#rightcolumn {
	
}

td#centercolumn{
	
}*/	

/* The central div inside centercolumn
div#tiki-center{
	
} */

/* Description? 
div#tiki-center table {
	
}*/

/* The debugconsole, which I never use and so is never displayed. */
div#debugconsole {
	
}

span.on-option {
	
}

span.off-option {
	
}

/* And this is the footer  	
div#tiki-bot {
	
}*/

/******************** Boxes *********************/
/* Boxes used for modules: They are divided into title and data.*/
div.box {
	
}

/* Modules box title */	
div.box-title {
font-size: 1.2em; 
  text-align: center; 
  padding: 5px 0; 
  margin: 0; 
  border: 3px solid #dcd3c2;
  border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
  color: #500;
  background: url(jello/marble10.jpg);
  font-family: tahoma, arial, sans-serif;
}

div.box-title:hover {
	border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
	background-position: -1px -1px;
	/*padding: 3px 6px 5px 9px;*/
	padding: 5px 0;
}

div.box-title table {
	
}

/* Introduced in 1.9.0 I think. */
span.box-titletext {
	
}

/* Modules box data */ 	
div.box-data {
	color: #FFFFCC;
}

/* Not sure about the use of these two: */
div.box-data li {
	
}

div.box-data li:before {
	
}

/*	When modules display a numbered list of items each item is enclosed in a cell with the following style (included in div.box-data)*/ 	
td.module {
	color: #FFFFCC;
}

 /* Links in modules */
.linkmodule {
	color: #FFFFCC;
}

.linkmodule:hover {
	
}

/* Box not used in module.	It is divided into title and data.*/ 	
div.cbox {
	
}

/* Title of boxes not used in modules */ 	
div.cbox-title {
	
}

/*	Links in the title of boxes not used in modules */
.cboxtlink {
	
}

.cboxtlink:hover {
	
}

/* Data of boxes not used in modules */ 	
div.cbox-data {
	
}

/* rbox: remarks box (note/warning/tip/comment) -- new in Tiki 1.9x. */
.rbox {
	
}

.rbox-title, .rbox-title[name=&quot;warning&quot;]	{
	
}

.rbox-data, .rbox-data[name=&quot;warning&quot;]	{
	
}

.rbox-title[name=&quot;note&quot;]	{
	
}

.rbox-data {
	
}

.rbox-data[name=&quot;note&quot;] {
	
}

.rbox-title[name=&quot;comment&quot;],
.rbox-title[name=&quot;tip&quot;] {
	
}

.rbox-data[name=&quot;comment&quot;],
.rbox-data[name=&quot;tip&quot;] {
	
}

/* Some boxes are identified by an ID, for example the	boxes in the main application menu, we set display to
	 none to make the menu appear collapsed initially, change this to &#039;block&#039; if you want it to be extended fully 
	Where did this come from? */


/* A simple box is just a div with a border around and some margin. used for example
 on the admin pages. */
 div.simplebox {
	
}

//*	Menus	*/
/* Separators are used to separate menu areas in the application menu and user-created menus. */
div.separator {
	
}

/* Link in menu line */	 
.linkmenu {
	color: #FFFFCC;
}

.rsslink {
	color: #FFFFCC;
}

.linkmenu:hover, {
	
}

.rsslink:hover {
	
}

/* style for rss lists in modules or in wiki */
.rsslist {
	
}

.rssitem {
	
}

.rssitem:first-child {
	
}

.rssdate {
	
}

/* links to extend/collapse menus */	 
.separator {
	color: #FFFFCC;
}

.separator:hover {
	
}

//* links to show/hide menus, for example the main menu, which can be completely collapsed */
.flip {
	
}

.flip:hover {
	
}

.flip:active {
	
}

/* banners of type text (textadds) are displayed as links using the following style */
.bannertext {
	
}

.bannertext:hover {
	
} 

/******************** phplayers menus ********************/

/* Not in default file, but useful. */
div#horiz_menu {
	
}

.horbar {
	
}

/* Text in the top level (visible by default) of the menu */
.horbaritem a
.horbaritem a:hover
.harbaritem a:visited {
	
}

.mdkhorbar {
	
}

.mdkhorbaritem {
	
}

.mdkhorbaritem a {
	
}

.mdkhorbaritem a:link {
	
}

.mdkhorbaritem a:visited {
	
}

.mdkhorbaritem a:hover {
	
}

.mdkhorbaritem a:active {
	
}

/* contains mdksubframe div */
.mdksubmenu {
	
}

.mdksubmenu table {
	
}

.mdksubframe {
	
}

/* Menu items in drop down frame */
.mdkitem {
	
}

.mdkitem .mdkfwdarr {
	
}

.mdkitem a {
	
}

.mdkitem a:link {
	
}

.mdkitem a:visited {
	
}

.mdkitem a:hover {
	
}

.mdkitem a:active {
	
}

.mdkverbar {
	
}

/******************** General tables ********************/
/* These styles apply to tables used to display common listings such as the wiki page listing, last changes,
	 listings in admin screens, etc. */

/* The tables */
table.listgallery,
table.creategalform,
table.normal,
table.gallerylisting,
table.bloglist,
table.editblogform,
table.editfgalform,
table.listfgal,
table.listfiles,
table.listarticles,
table.forumstable,
table.forumformtable,
table.viewthread {
	
}

table.normalnoborder {
	
}


/* only on tiki-hw_page.tpl and in metal and classicblue themes */
table.wikibar {

	}

/* Cells in forms without background color (inside a div for example) */
td.form {
	
}

/* Cells in forms using a background color */
td.formcolor,
td.galform,
td.editblogform,
td.editfgalform,
td.comform,
td.forumform {
	
}

/* Table headings */
td.heading,
td.gallistheading,
td.listgalheading,
td.bloglistheading,
td.listfgalheading,
td.listfilesheading,
td.listartheading,
td.forumheading,
td.thead {
	
}

/* Links to view an object from a table listing objects can be generalized to this link */
.tablename {
	
}

a.tablename,
a.galname,
a.imagename,
a.blogname,
a.fgalname,
a.artname,
a.forumname {
	
}

a.tablename:hover,
a.galname:hover,
a.imagename:hover,
a.blogname:hover,
a.fgalname:hover,
a.artname:hover,
a.forumname:hover {
	
}

a.tablename:active,
a.galname:active,
a.imagename:active,
a.blogname:active,
a.fgalname:active,
a.artname:active,
a.forumname:active {
	
}

/* links in table headings */
.tableheading,
.gallistheading, 
.listgalheading, 
.bloglistheading, 
.llisfgalheading,
.llistfileslink,
.llistart,
.lforumheading {
	
}

.tableheading:hover,
.gallistheading:hover,
.listgalheading:hover, 
.bloglistheading:hover, 
.llisfgalheading:hover,
.llistfileslink:hover, 
.llistart:hover,
.lforumheading:hover {
	
}

.tableheading:active,
.gallistheading:active,
.listgalheading:active,
.bloglistheading:active, 
.llisfgalheading:active,
.llistfileslink:active,
.llistart:active,
.lforumheading:active {
	
}

/*	When a find button is provided for a listing the table form is displayed in a table
 with the following style. */
table.findtable {
	
}

.findtable td {
	
}
/* Table odd and even rows */
tr.odd {
	
}

tr.odd:hover {
	
}

tr.even {
	
}

tr.even:hover {
	
}

/* Odd rows in several listings */
td.odd,
td.gallistnameodd,
td.gallistdescriptionodd,
td.gallistcreatedodd,
td.gallistlastmodifodd,
td.gallistuserodd,
td.gallistimagesodd,
td.gallisthitsodd,
td.gallistactionsodd,
td.listgalidodd,
td.listgalnameodd,
td.listgalcreatedodd,
td.listgalhitsodd,
td.listgaluserodd,
td.listgalfilesizeodd,
td.bloglistnameodd,
td.bloglistdescriptionodd,
td.bloglistcreatedodd,
td.bloglistlastmodifodd,
td.bloglistuserodd,
td.bloglistpublicodd,
td.bloglistpostsodd,
td.bloglistvisitsodd,
td.bloglistactivityodd,
td.bloglistactionsodd,
td.listfgalnameodd,
td.listfgaldescriptionodd,
td.listfgalcreatedodd,
td.listfgallastmodifodd,
td.listfgaluserodd,
td.listfgalfilesodd,
td.listfgalvisitsodd,
td.listfgalactionsodd,
td.listfilesnameodd,
td.listfilesdescriptionodd,
td.listfilesidodd,
td.listfilesfilenameodd,
td.listfilesfilesizeodd,
td.listfilescreatedodd,
td.listfilesdlsodd,
td.listfilesnameodd,
td.listfilesuserodd,
td.listfilesactionsodd,
td.listarttitleodd,
td.listarttopicodd,
td.listartpublishdateodd,
td.listartauthorodd,
td.listartreadsodd,
td.listarthasimageodd,
td.listartuseimageodd,
td.listartactionsodd,
td.listartsizeodd,
td.forumstableodd,
td.forumstableinfoodd,
td.topictitleodd,
td.topicrepliesodd,
td.topicreadsodd,
td.topicscoreodd,
td.topiclastpostodd,
td.topicauthorodd {
	
}

td.odddark {
	
}

/* Even rows in several listings */
td.even,
td.gallistnameeven,
td.gallistdescriptioneven,
td.gallistcreatedeven,
td.gallistlastmodifeven,
td.gallistusereven,
td.gallistimageseven,
td.gallisthitseven,
td.gallistactionseven,
td.listgalideven,
td.listgalnameeven,
td.listgalcreatedeven,
td.listgalhitseven,
td.listgalusereven,
td.listgalfilesizeeven,
td.bloglistnameeven,
td.bloglistdescriptioneven,
td.bloglistcreatedeven,
td.bloglistlastmodifeven,
td.bloglistusereven,
td.bloglistpubliceven,
td.bloglistpostseven,
td.bloglistvisitseven,
td.bloglistactivityeven,
td.bloglistactionseven,
td.listfgalnameeven,
td.listfgaldescriptioneven,
td.listfgalcreatedeven,
td.listfgallastmodifeven,
td.listfgalusereven,
td.listfgalfileseven,
td.listfgalvisitseven,
td.listfgalactionseven,
td.listfilesnameeven ,
td.listfilesdescriptioneven,
td.listfilesideven,
td.listfilesfilenameeven,
td.listfilesfilesizeeven,
td.listfilescreatedeven,
td.listfilesdlseven,
td.listfilesnameeven,
td.listfilesusereven,
td.listfilesactionseven,
td.listarttitleeven,
td.listarttopiceven,
td.listartpublishdateeven,
td.listartauthoreven,
td.listartreadseven,
td.listarthasimageeven,
td.listartuseimageeven,
td.listartactionseven,
td.listartsizeeven,
td.forumstableeven,
td.forumstableinfoeven,
td.topictitleeven,
td.topicreplieseven,
td.topicreadseven,
td.topicscoreeven,
td.topiclastposteven,
td.topicauthoreven {
	
}

td.evendark {
	
}

td.third {
	
}

td.button {
	
}

/******************** Titles ********************/
/* when the page title is a link this is the style */
.pagetitle, 
.forumspagetitle {
	
}

a.pagetitle,
a.forumspagetitle {
	
}

a.pagetitle:hover,
a.forumspagetitle:hover {
	
}

/* links where no special link style apply (usually with the general application background) */
.link,
.gallink,
.bloglink,
.fgallink,
.trailer,
.opencomlink,
.commentslink,
.admlink,
.forumbutlink {
	
}

.link:hover,
.gallink:hover,
.bloglink:hover,
.fgallink:hover,
.trailer:hover,
.opencomlink:hover,
.commentslink:hover,
.admlink:hover,
.forumbutlink:hover {
	
}

/* Search results display a date using the following style */
div.searchdate {
	
}

/* Pagination for listings */
.mini {
	
}

/* prev &amp; next buttons in pagination */
.prevnext,
.galprevnext,
.blogprevnext,
.fgalprevnext,
.artprevnext,
.forumprevnext {
	
}

.prevnext:hover,
.galprevnext:hover,
.blogprevnext:hover,
.fgalprevnext:hover,
.artprevnext:hover,
.forumprevnext:hover {
	
}

/* Warning background/color */
span.warn {
	
}

/********************************* Tiki Sections **************************/
/******************** WIKI PAGES ********************/
/* An h1 pagetitle (anchor) comes first, then wikitopline, 
	which holds the description and edit, etc., icons: */
div.wikitopline {
	
}

.wikitopline table {
	
}

/* For formatting the page description text */
div#description {
	
}

/* Text in wiki pages is displayed using the following style */
div.wikitext {
	font-size: .8em;
}

div.titlebar {
	
}

/* Headings within the wiki page */
.wikitext h1 {
	
}

/* shared characteristics? */
.wikitext h1, 
.wikitext h2, 
.wikitext h3, 
.wikitext h4 {
	
}

/* Item-specific characteristics? */
.wikitext h2 {
	
}

.wikitext h3 {
	
}

.wikitext h4 {
	
}

.wikitext li {
	
}

/* Titlebars in the wiki text */
div.titlebar {
	
}

/* NOT tables in the wiki text! What is this? */
table.wikitable {
	
}

/* Cells in tables in the wiki text */
td.wikicell {
	
}

/* The bar below the wiki page where the actions for a page are displayed */
div#page-bar {
	font-size: 10px;
} 	

/* Wiki action buttons (the buttons displayed at the end of each page to edit/print/remove/etc a page */
div.button2, .button3 {
	
}

/* Description? */
div.button2top {
	
} 	

/* Links in buttons */
.linkbut
.linkbut:hover
.linkbuttop
.linkbuttop:hover {
	
}

/* Wiki editpage textarea */
textarea.wikiedit {
	
}

/* The edit-help used to display the wiki syntax when editing a page */
div.wiki-edithelp {
	
}

/* When a cached version of an external link is displayed */
div.cache {
	
}

div.cachedpage {
	
}

/* when an external link is cached a small link to the cached version (cache) is displayed using this style */
.wikicache
.wikicache:hover {
	
}

/* Links in wiki pages */
.wiki {
	
}

.wiki:hover {
	
}

/* Text about last modification of page (&quot;Created by...&quot;, etc.) */
.editdate {
	
} 

/************** Wiki plugin styles **********************/
/**** coloration for c o d e plugin *****/
.codelisting {
	
}

/** version plugin style *****/
.versions {
	
}

.versionav,
.versionav:after {
	
}

.versionav .button2 {
	
}

.versionav .button2 .linkbut {
	
}

.versionav .highlight {
	
}

.versiontitle,
.versiontitle:after {
	
}

/**** coloration for quote plugin *****/
.quoteheader {
	
}

/*************************************************** WIKI TOCS ***************************************************/
/* Contains the Structure-related nav links, including the home and triangle pointer images, etc. */
div.tocnav {
	
}

/* It may be useful to have a theme-specific tocnav style, as this identifier isn&#039;t in the template. */
/* Do a search a get a better handle on these. */
div.tocnav&lt;style_name_here&gt; {
	
}

div#tocnavtable {
	
}

.tocnavlink {
	
}

.tocnavlink:hover {
	
}

/* toc -- Description: does this refer to the above div? */
.toc {
	
}

.toc li {
	
}

.tocnav {
	
}

.tocnav table {
	
}

/****************************************************** CMS (ARTICLES) ***************************************************************/
/* The article */
div.article {
	
}

/* New in 1.9. Goes above title */
div.articletopline {
	
}

/* The layout of the article title. (Use the titlea and titleb spans to 
	define the text styles.) */
div.articletitle {
	
}

/* The article title text itself. */
span.titlea {
	
}

/* The subtitle, when specified by the article type definition. */
div.articlesubtitle {
	
}

/* The author, date and number of reads */
span.titleb {
	
}

/* The intro part of the article, which appears on the Articles page. 
	Should actually be called article lead. */
div.articleheading {
	
}

/* Text in the article heading */
div.articleheadingtext {
	
}

/* The article topic image. */
img.articleimage {
	
}

/* The &quot;Read more&quot;, &quot;Comments&quot; and icons line for the article,
	 includes a wikitopline table, articletrailer table,
	articletrailer td class, and trailer anchor. */
div.articletrailer {
	
}

/* Not sure what the purpose is of the follow trailer-related identifiers.
	The div seems to be able to handle the content pretty well. */
table.articletrailer {
	
}

td.articletrailer {
	
}

.trailer {
	
}

.trailer:active {
	
} 

.trailer:hover {
	
}

/* The trailer. (I haven&#039;t located this yet in the page source.) */
span.trailer {
	
}

/* The body of the article; follows the articleheading section on the article&#039;s own page. */
div.articlebody {
	
}

/* Style for the source (URL), when specified by the article type definition.
	 Comes at the end of the article. */
div.articlesource {
	
}


/******************************************************* WEBLOGS **********************************************************/
/* The weblog title */
div.blogtitle {
	
}
/* Weblog description */
div.blogdesc {
}

/* The weblog information (created, last modified by; contains anchor class bloglink ) */
div.bloginfo {
	
}

/* Contains Find form; Links to post/edit/rss feed for the webelog are contained inside this div */
div.blogtools {
	
} 

/* Contains divs posthead and postbody. */
div.blogpost {
	
} 

/* The header of a weblog post */
div.posthead {
	
}

/* To style the text in the heading of the blog post. */
span.posthead {
	
} 

/* Overrides default h3 style. */ 
div.posthead h3 {
	
}

/* links in the weblog post heading (edit/remove) */
/* when there&#039;s a link in a cbox-title */
.blogt {
	
}

.blogt:hover {
	
}

.blogt:active {
	
}

/* The post body */
div.postbody {
	
}

/* The table that holds the &quot;Permalink&quot; and print icon, etc. -- this identifier added by gary_c */
table#blogpagebar {
	
}


/***************************************************** FORUMS *****************************************************/
/* Title for the forums page */
div.forumspagetitle {
	
}

div.forumtoolbar {
	
}

td.threadsevenl {
	
}

td.threadsevenr {
	
}

td.threadsoddl {
	
}

td.threadsoddr {
	
}

td.viewthreadl {
	
}

td.viewthreadr {
	
}

/* Table showign the threads for a topic */
table.threads {
	
}

td.threadseparator {
	
}

#forumpost {
	
}

#forumpostopen {
	
}

td.forumtoolbar {
	
}

.toolbarlink {
	
}

.toolbarlink:hover {
	
}

.toolbarlink:active {
	
}

/* links to vote */
.forumvotelink {
	
}


/*************************************************** Comments **************************************************************/
/* the whole comment area when it is visible and when it is not */

#comzone {
	display: none;
}

#comzoneopen {
	display: block;
}

/* Post comment form */
div.commentspost {
	
}

/* Help box*/
div.commentsedithelp {
	
} 

/* The toolbar where the ordering number of comments and find box are found */
div.commentstoolbar {
	
}

/* The text */
div.commenttext {
	
} 

/* The comment title */
span.commentstitle {
	
}

/* The header for a comment */
div.commentheader {
	
}

/* links in the comment header */
.commentshlink {
	
}

.commentshlink:hover {
	
}

.commentshlink:active {
	
}

/* The comment */
div.commentscomment {
	
}

.comments .normal {
	
}

.quotebody {
	
}


/********************************************** IMAGE GALLERIES ********************************/
/* Container for the whole gallery */
div.browsegallery {
	
}

/* The whole container for the browse image screen (may be useful for a fancy background) */
div.browseimage {
	
} 

/* Hmmm. Is this not listed above? */
table.galtable {
	
}

/* Browsing an image */
div.imageinfo {
	
}

table.imageinfo {
	
}

td.imageinfo {
	
}

table.tableinfo {
	
}

/* Gallery description */
div.imgaldescr {
	font-size: 11px;
}
/* File? Gallery description */
div.galdesc {
	
}

div.gallerylink {
	
} 

div.showimage {
	
}

/* Gallery title */
div.gallerytitle {
	
}

div.adminoptions {
	
}

div.sortoptions {
	
}

span.sortoptions {
	
}

span.sorttitle {
	
}

div.linksinfo {
	
}

/* I can&#039;t find this identifier in the files. */
div.imagetitle {
	
}

/* Container for thumbnails */
div.thumbnails {
	
}

/* You can set a different background color for odd and even rows in the thumbnails table */
/* Thumbnails in odd rows are shown inside oddthumb tds */
td.oddthumb {
	
}

td.eventhumb {
	
}

/* Thumbnails images */
img.athumb {
	
}

.caption {
	
}

/* No records found text (displayed in the table when no records) */
p.norecords {
	
} 

/**************************************************** FILE GALLERIES ****************************************************/
/* Listing contents of a file gallery (listing files). */
div.galdesc {
	
}

/******************** CATEGORIES **************************************************************/
/* Table containing the category path */
table.tcategpath {
	
}

td.tdcategpath {
	
}

/* links to up/top categories */
.categpath {
	
}

.categpath:hover {
	
}

.categpath:active {
	
}

/* Table with the subcategories */
table.subcats {
	
}

td.tdsubcat {
	
}

.categlink {
	
}

.catname {
	
}

table.catobjects {
	
}

td.categobjectsdataeven,
td.categobjectsdataodd {
	
}

td.categobjectsnameeven,
td.categobjectsnameodd {
	
}

/* Used at bottom of wiki page (show_page.tpl)
	 just above the page-bar, in read_article.tpl and catobjects.tpl., etc. */ 
/* The box that contains the category title(s) and object(s) */
.catblock {
	
}

/* Refers collectively to the items listed in a category */
.catlists {
	
}

.catlists:last-child {
	
}

.catlists:hover {
	
}

/* The name of a category */
.cattitle {
	
}

.catlists a.link {
	
}

.catlists a.link:hover {
	
}


/******************** DIRECTORY ********************/
/* The list of categories */
div.dircategs {
	
}

/* links to categories */
.dirlink {
	
}

/* links to subcategories */
.dirsublink {
	
}

/* The list of sites in any category */
div.dirlistsites {
	
}

/* each site in the list of sites */
div.dirsite {
	
}

span.dirsitetrail {
	
}

span.dirsitecats {
	
}

/* links to sites */
.dirsitelink {
	
}

/* Related categories */
div.dirrelated {
	
}

span.dirsitedesc {
	
}

/* Footer with stats for the directory */
td.dirfooter {
	
}

div.dirfooter {
	
}

/******************************************************* Calendar **********************************************************/
/* links to days in the calendar */
.day {
	
}

.day:link {
	
}

.day:visited {
	
}

.day:hover {
	
} 

.day:active {
	
}

/* Link for today */
.today {
	
}

.today:hover {
	
}

.today:active {
	
}

/* links to change month, year or go to today */
.nav {
	
}

.nav:hover {
	
}
 
.nav:active {
	
}

.changedate	{
	
}

.date {
	
}

/************************************************************ CHAT *********************************************************/
table.chatroom {
	
}

td.chatarea {
	
}

td.chatchannels {
	
}

table.chatform {
	
}

td.tdchatform {
	
}

span.chnormal {
	
}

span.chuser {
	
}

/******************** RSS MODULES *****************************************************/
/* (Currently defined with other links.) */

/******************** POLLS ********************************************************/
div.pollresults {
	
}

table.pollresults {
	
}

td.pollr {
	
}

/***************************************************** FAQS **************************************************************/
/* The list of questions */
div.faqlistquestions {
	
}

/* Container for question-answer block */
div.faqqa {
	
}

/* The question */
div.faqquestion {
	
}

/* The answer */
div.faqanswer {
	
}

/******************** QUIZZES ********************/
div.questionblock {
	
}

div.quizquestion {
	
}

div.quizanswer {
	
}

div.quizdescription {
	
}

div.quizoptions {
	
}

/******************** SHOUTBOX ********************/
div.shoutboxmsg {
	
}

div.shoutboxmodmsg {
	
}

textarea.tshoutbox {
	
}

/******************** MESSAGES ********************/
/* Links for priority colors */

td.prio1 {
	
}

td.prio2 {
	
}

td.prio3 {
	
}

td.prio4 {
	
}

td.prio5 {
	
}

/* Div containing links to flag/unflag messages when reading a message */
div.messureadflag {
	
}

/* Header when reading a message */
div.messureadhead {
	
}

/* Message body when reading */
div.messureadbody {
	
}

/* links to read emails (the subject in the mailbox listing) */
.readlink {
	
}

.readlink:hover {
	
}
/******************** CALENDAR ********************/

#calendar {
	
}

.cal0, 
.cal1, 
.cal2 {
	
}

.cal0:before {
	/* content: &quot;? &quot; */
} 


.cal1:before {
	/* content: &quot;+ &quot; */	
}

		
.cal2:before {
	/* content: &quot;x &quot; */	
} 

.calart padding-right: 3px; /*what is this?*/ {
	
}
	
.calart {
	
}

.calart a {
	
}

.calart:before {
	/* content: &quot;a&quot; */	
}

	
.calblog {
	
}

.calblog a {
	
}
.calblog:before {
	/* content: &quot;b&quot; */	
}
	
.calchart {
	
}

.calchart a {
	
}

.calchart:before {
	/* content: &quot;c&quot; */	
} 

/* checkboxes background is required for rollover display */
.calcheckbox {
	
}

.calcontent {
	
}

.caldir {
	
}

.caldir a {
	
}

.caldir:before {
	/* content: &quot;d&quot; */	
}

/* for jscalendar */
.calendar {
	
}

.caleph {
	
}

.caleph a {
	
}

.caleph:before {
		/* content: &quot;e&quot; */
}
	
.calfaq {
	
}

.calfaq a {
	
}

.calfaq:before {
	/* content: &quot;q&quot; */	
}
	
.calfgal {
	
}

.calfgal a {
	
}

.calfgal:before {
	/* content: &quot;f&quot; */	
}
	
.calfocus {
	
}

.calfocus a {
	
}

.calfocuson {
	
}

.calfocuson a {
	
}

.calforum {
	
}

.calforum a {
	
}

.calforum:before {
	/* content: &quot;o&quot; */	
} 
	
.calgal {
	
}

.calgal a {
	
}

.calgal:before {
	/* content: &quot;i&quot; */	
}

td.calnavigation {
	
}

.calnl {
	
}

.calnl a {
	
}

.calnl:before {
	/*	content: &quot;n&quot; */	
}

.calprio1 {
	
}

.calprio2 {
	
}

.calprio3 {
	
}

.calprio4 {
	
}

.calprio5 {
	
}

.calprio6 {
	
}

.calprio7 {
	
}

.calprio8 {
	
}

.calprio9 {
	
}

.calquiz {
	
}

.calquiz a {
	
}

.calquiz:before {
	/* content: &quot;z&quot; */	
}
	
.calsurv {
	
}

.calsurv a {
	
}

.calsurv:before {
	/* content: &quot;s&quot; */	
}

.caltab {
	
}

.caltabon {
	
}

div#tab {
	
}

div#tab,
div#tabcal,
div#tabnav {
	
}

/* misc cal styles */
.caltitle {
	
}

a.caltab {
	
}

a.caltab:hover {
	
}

a.caltabon {
	
}

a.caltabon:hover {
	
}

.caltoggle {
	
}

.opaque {
	
}

.opaque .box-title,
.opaque, .box-data /* ? */ {
	
}

.caltrack {
	
}

.caltrack a {
	
}

.caltrack:before
	/* content: &quot;t&quot; */
	
.calweb {
	
}

.calweb:hover {
	
}

.calwiki {
	
}

.calwiki a {
	
}

.calwiki:before
	/* content: &quot;w&quot; */	
	
div.tabcal,
div.tabnav {
	
}

div.tabrow {
	
}

td.middle {
	
}

.daterow {
	
}

.mininotes {
	
}

a.viewmodeoff img {
	
}

a.viewmodeon img {
	
}

.viewmodeoff {
	
}

.viewmodeon {
	
}

#caltable {
	
}

/*	Help zone	*/
div#edithelpzone {
	
}

div#attzone {
	
}

div#attzoneopen {
	
}

.highlight {
	
}

/* JsCalendar wrapper */
#datrigger {
	
}

table.commentinfo {
	
}

div#loadstats {
	
}

/* Trees */
div.tree {
	
}

/* Root of tree (outer div) */
div.tree#top {
	
}

#clear {
	
}

/* Help links */
a.tikihelp,
a.tikihelp:visited {
	
}

a.tikihelp:hover {
	
}

/* TikiIntegrator: By default copy rules dialog not shown */
div#rules-copy-panel {
	
}

/* admin area tables */
table.admin {
	
}

/***************** tiki tabs ***************/
.tabs {
	
}

.tabcontent {
	
}

.tabmark {
	
}

.tabmark a {
	
}

.tabmark a:hover {
	
}

.tabmark a:active {
	
}

span#tab1, #tab2, #tab3 {
	
}

/* trackers specific style */
.statuson {
	
}

.statusoff {
	
}

/******************** Assorted ********************/

/* Description? */
.fancytoclevel {
	
}

/* Description? */
.toptitledesc {
	
}

/******************** CUSTOM C-L ********************/	

/* Used at phinixi for new icon treatment */
div.mytiki_icon {
	
}

/*browse_categories page */
td.phplmnormal {
	
}
