/* 
This file contains Tiki CMS CSS selectors as found in Tiki&#039;s templates, etc.
An attempt was made to find them all, but some may be missing. Some existing
themes also use selector hierarchies to further specify objects.
The order of these selectors differs from that in the bundled Tiki themes.
See http://themes.tikiwiki.org/tiki-index.php?page=css_template.css for more information.
-- Gary Cunningham-Lee 
*/
/******************** HTML elements ********************/

a {
	
}

a:visited {
	
}

a:hover {
	
}

a:active{
	
}

body {
/*browser scrollbar style - may not work in all browsers 
scrollbar-face-color: ;
scrollbar-3dlight-color: ;
scrollbar-darkshadow-color: ; */	
}

/* 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 {
	
}

h2 {
	
}

h3 {
	
}

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 {
	
}

div.box-title table {
	
}

/* Introduced in 1.9.0 I think. */
span.box-titletext {
	
}

/* Modules box data */ 	
div.box-data {
	
}

/* 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 {
	
}

 /* Links in modules */
.linkmodule {
	
}

.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 {
	
}

.rsslink {
	
}

.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 {
	
}

.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 {
	
}

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 {
	
} 	

/* 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 {
	
}

#comzoneopen {
	
}

/* 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 {
	
}

/* sometimes needed to fix text-background contrast problem */
/*browse_categories page */
td.phplmnormal {
	
}
