/* Default style for Tiki 1.2 this is a short-version CSS template if you want to FULLY customize

   every aspect of Tiki adpat the subsilver CSS file, but normally this is the file you want to

	   adapt to produce a new theme. Good luck!

*/



body {  

	background-color:    #EEEEEE;

	margin-top:   0px;

	margin-left:   0px;

	margin-bottom:   0px;

	margin-right:   0px;

}



/* GENERAL LAYOUT EXPLANATION

 *

 * The tiki application is enclosed as a whole in tiki-main tiki-main contains three divs: tiki-top, 

 * tiki-mid and tiki-botthat will be used for the header, application and footer.

 *

 * tiki-mid contains a 3-column table, the columns are called (ids) leftcolumn, centercolumn and rightcolumn

 * Finally centercolumn contains tiki-center where the main area of the application is displayed.

 *

 */



/********************************************* GENERAL LAYOUT *********************************************************/



/* tiki tabs */



.tabmark {

	display: inline;

	font-size: 85%;

	background-color: #999999;

	border: 1px solid #666666;

	margin: 0px;

	margin-right: 5px;

	padding: 1px 5px 1px 5px;

	-moz-border-radius : 5px 5px 0 0;  

}

.tabmark a { 

	-moz-border-radius : 5px 5px 0 0; 

	border-bottom : 0; 

	color: #FFFFFF;

	font-weight: 700 !important;

	padding: 1px 5px 1px 5px;

}

.tabmark a:active {

	background-color: white;

	color: red;

}



.tabmark a:hover {

	color: black;

	background-color: #CCCCCC;

	-moz-border-radius : 5px 5px 0 0; 

	border-bottom : 0; 

	font-weight: 700 !important;

	padding: 1px 5px 1px 5px;

}



.tabcontent {

	z-index : 200;

	position: relative;

	border: 1px solid #999999;

	padding: 6px 2px 2px 2px;

	margin-bottom: 25px;

	background-color: #eeeeee;

	-moz-border-radius: 0px 4px 4px 4px;

}



/* This div encloses the whole Tiki application */

DIV#tiki-main {

	background:    #FFFFFF;

	height:   100%;

	margin-top:   0px;

	margin-bottom:   0px;

	margin-right:   0px;

	margin-left:   0px;

}



/* This is the header */

DIV#tiki-top {

	padding-left: 0px;

	background-color: #ffffff;

            /* background-image: url('t2c/t2c_pirate_white.gif'); */
            background-image: url('t2c/water.png');

            background-position: bottom center;

            background-repeat: no-repeat;

	color:   white;

	padding-right:   0px;

}





DIV#tiki-top a {

	color:    white;

	text-decoration:   none;



}

DIV#tiki-top a:hover {

	color:   #00d8ff;

	text-decoration:   none;



}

.tikilogo {

            float: left;

	font-family: Verdana, Arial, sans-serif;

	font-size:11px;

            height: 170px;

}


table.t2ctikiright {

 margin-left: auto;
    margin-right: auto;

            height: 170px;

            width: 1000px;
}

td.t2ctikiright { 
            color: white;

	font-family: Verdana, Arial, sans-serif;

            font-weight: bold;

	font-size:20px;

            text-align: right; 
}

DIV.t2cnav {

	font-family: Verdana, Arial, sans-serif;

            /*background-image: url('t2c/bar.jpg');*/
            background-position: top center;
            background-repeat: no-repeat;

            font-weight: bold;

	font-size:14px;

            padding-top: 4px;

            text-align: center;

            height: 49px;
            margin-left: 4px;
            margin-top: 0px;
            margin-bottom: 0px;
            margin-right: 0px;
}

table.t2cnav {
 margin-left: auto;
    margin-right: auto;
            width: 900px;
}

.t2cnav_links {
            text-align: left;
}
.t2cnav_logo {
            text-align: right;
            color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size:20px;
}

a.t2cnav_link {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
            color: white;
	background-color: transparent;
	text-decoration: none;
            margin-right: 20px;            
}
.t2cnav_link:hover {
	color:   #00d8ff;
	text-decoration: none;
}

/* This is the middle */

DIV#tiki-mid {

	padding-left: 10px;

/*	background:    #EAD2B8;*/

	background:    #FFFFFF;

	height:   auto;

	padding-bottom:   0px;

            background-image: url('t2c/bggrad.jpg');
            background-position: bottom left;
            background-repeat: repeat-x;

}



/* And this is the footer */

DIV#tiki-bot {

	font-family: Verdana, Arial, sans-serif;

            font-size: 10px;

	padding-left: 10px;

	padding-top:    10px;

	margin-top:   0px;

	background:   #ffffff;

            background-image: url('t2c/bgstrip.jpg');
            background-position: bottom left;
            background-repeat: repeat-x;

	padding-bottom:   15px;

}

#power,
#power a {
	font-size: small;
            color: #FFF;
}



/* The three columns */

TD#leftcolumn {

	padding-left:    0px;

	padding-right:   0px;

	vertical-align:   top;

	background:   #FFFFFF;

            width: 50%;
            background-image: url('t2c/bggrad.jpg');
            background-position: bottom left;
            background-repeat: repeat-x;
}



TD#rightcolumn {

	padding-left:    2px;

	vertical-align:   top;

	background:   #FFFFFF;

            width: 50%;
            background-image: url('t2c/bggrad.jpg');
            background-position: bottom left;
            background-repeat: repeat-x;
}



TD#centercolumn {

	padding-right:    2px;

	background:   #FFFFFF;
            background-image: url('t2c/bggrad.jpg');
            background-position: bottom left;
            background-repeat: repeat-x;

	vertical-align:   top;

	width: 700px;

}



/* And this is what lies inside the centercolumn */

DIV#tiki-center {
/*
	margin-left:    2px;

	margin-right:   5px;
*/
	padding-left:   7px;

	padding-right:  5px;

            width: 700px;

 margin-left: auto ;
  margin-right: auto ;

            background-image: url('t2c/bggrad.jpg');
            background-position: bottom left;
            background-repeat: repeat-x;
}



div#debugconsole {

	position:    absolute;

	background-color:   #eeddcc;

	color:   #009000;

	top:   0px;

	left:   20px;

	right:   310px;

	height:   auto;

	width:   auto;

	z-index:   1;

	padding:   5px;

	border:   6px ridge #996600;

	font-size:   12px;

}



span.on-option {

	color: #00C000;

}



span.off-option {

	color: #005000;

}



/********************************************* GENERAL STYLE PROPERTIES **********************************************/



/* BOXES boxes are used to present a box with a title bar and content, they are used for modules and they

   are also used in the rankings, admin screen etc. 

   The box class is used for modules while the cbox class is used for other boxes

*/



/* o class INICIAL foi criado para usar na tela inicial de cada secao */



.titulo_inicial {

	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;

	font-size: 30px;

	color: #024781;

	margin-top: 10px;

	margin-left: 6px;

}



.sub_titulo_inicial {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #BB6304;

}



div.inicio {

	background: white;

	margin-left: 4px;

	margin-right: 4px;

	margin-top: 4px;

	margin-bottom: 10px;

	border: 1px solid #A5A9AD;

	padding-bottom: 10px;

	overflow: hidden;

	width: 100%;

}



div.geral-inicio {

	margin-left: 10px;

	margin-right: 10px;

	margin-top: 10px;

	padding-right: 6px;

}



div.box-data-inicio {

	overflow: hidden;

	background-color:    #ffffff;

	color: black;

	margin-left: 3px;

	margin-right: 4px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 9pt;

	padding-right: 6px;

	line-height: 16px;

}



div.link_inicio {

	overflow: hidden;

	background-color:    #ffffff;

	color: black;

	margin-left: 3px;

	margin-right: 4px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 10px;

	padding-right: 6px;

	line-height: 16px;

	margin-top: 4px;

}



.inicial:hover {

	color: black;

	background-color: #F7EBD8;

	text-decoration: none;

}



a.inicial {

	color: black;

	background-color: transparent;

	text-decoration: none;

}



/* o class DESTAQUE foi criado para usar na tela inicial */

/* Like a box, but wider */

div.destaque {

	background: white;

	margin-left: 4px;

	margin-right: 4px;

	margin-top: 4px;

	margin-bottom: 10px;

	border: 1px solid black;

	padding-bottom: 10px;

	overflow: hidden;

	width: 98%;

}



div.box-data-destaque {

	overflow: hidden;

	background-color:    #ffffff;

	color: black;

	margin-left: 3px;

	margin-right: 4px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 9pt;

	padding-right: 3px;

	line-height: 16px;

}



div.box-title-destaque {

	background-color:    #7E909F;

	border-bottom:   1px solid black;

	color:   white;

	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   12px;

	color:   white;

	font-weight:   bold;

	overflow:   hidden;

	text-align:   center;

	padding-left:   0px;

	padding-right:   0px;

	margin-bottom:   1px;

}



.titulo {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #9E9906;

}



.lista {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 8pt;

	color: #000000;

	list-style-image: url(bola_lista.gif);

	vertical-align : top;

	line-height: 16px;

}



.lista1 {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 8pt;

	color: #BB6304;

	list-style-image: url(triangulo_lista.gif);

	line-height: 16px;

	vertical-align : top;

	margin-left: -22px;

}



.ul {

	margin-left: 15px;

}



.capa:hover {

	color: black;

	background-color: #F7EBD8;

	text-decoration: none;

}



a.capa {

	color: black;

	background-color: transparent;

	text-decoration: none;

}



.capa1:hover {

	color: #BB6304;

	background-color: #F7EBD8;

	text-decoration: none;

}



a.capa1 {

	color: #BB6304;

	background-color: transparent;

	text-decoration: none;

}





/* Modules (modules are those boxes in the left/right columns) */

div.box {

	background:    white;

	margin-left:   0px;

	margin-right:   4px;

	margin-top:   4px;

	margin-bottom:   10px;

	border:   1px solid black;

	border-top: 0px;

	

	padding-bottom:   10px;

	overflow:   hidden;

	width:   175px;

}



/* Boxes are divided in title and data, this is the title */

div.box-title {

	background-color:    #AECE80;

	background-image:url('brtiki/modulos.jpg');

	height: 22px;

/*	border-bottom:   1px solid black;*/

	border-top:0px solid balck;

	color:   #FFFFFF;

	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	font-weight:   bold;

	overflow:   hidden;

	text-align:   left;

	padding: 2px;

	padding-left:21px;

	padding-top:7px;

	margin-bottom:   1px;

}



div.box-title table {

	width: 100%;

	border-bottom:0px;

}



/* And this is the data */

div.box-data {

	color:   black;

	background:   #FFFFFF;

	margin-left:   4px;

	margin-right:  14px;

	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	/*width:   175px;

	padding-right: 6px;*/

	border-bottom:0px;

}

.box-data table {
	width: 100%;
}



/* When modules display a list of items each item is enclosed in a cell with the following style */

TD.loginmodule {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   10px;

	text-align:   right;

            color:  white;

}

input.loginmodule, textarea.loginmodule {

	color:    #00d8ff;

	font:   normal 11px Verdana, Arial, Helvetica, sans-serif;

	border: 1px solid #00d8ff;

            background: #FFFFFF;

}


TD.module {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   10px;

	text-align:   left;

            color:  black;

}



/* Links in modules */

.linkmodule {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   black;

	text-decoration:   none;

}



.linkmodule:active {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   black;

	text-decoration:   none;

}



.linkmodule:hover {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   black;

	text-decoration:   underline;

	background:   #EEEEEE;

}



/* Now the boxes for the rest of Tiki (non-modules */

div.cbox {

	background:    white;

	margin-left:   4px;

	margin-right:   8px;

	margin-top:   4px;

	margin-bottom:   0px;

	border:   1px solid black;

	padding-bottom:   10px;

	overflow:   hidden;

	width:   98%;

}



/* Boxes are divided in title and data, this is the title */

div.cbox-title {

	background-color:    #AECE80;

	color:   #FFFFFF;

	border-bottom:   1px solid black;

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   13px;

	font-weight:   bold;

	overflow:   hidden;

	text-align:   center;

	padding-left:   5px;

/*	padding-right:   0px;*/

	margin-bottom:   0px;

}



/* When there's a link in a cbox-title */

.cboxtlink {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   white;

	text-decoration:   none;

}



.cboxtlink:active {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   white;

	text-decoration:   none;

}



.cboxtlink:hover {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   #DEE1ED;

	text-decoration:   underline;

}



/* And this is the data */

div.cbox-data {

	overflow:    hidden;

	background:   white;

	margin-left:   5px;

	margin-right:   5px;

	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   black;

	width:   98%;

}



/* 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 'block' if you want it to be extended fully */



/* Boxes */

#admmnu {

	display: none;

}



#wikimenu {

	display: none;

}



#faqsmenu {

	display: none;

}



#galmenu {

	display: none;

}



#cmsmenu {

	display: none;

}



#blogmenu {

	display: none;

}



#filegalmenu {

	display: none;

}



/* Menus */

/* Separators are used to separate menu areas in the application menu and user created menus*/

div.separator {

	background:    #E6F2D5;

	color:   #003163;

	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   10px;

	margin-left:   2px;

	margin-right:   2px;

	margin-top:   6px;

	margin-bottom:   2px;

	width:   95%;

}



/* Links in menus */

.linkmenu, .rsslink {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   black;

	text-decoration:   none;

}



.linkmenu:active, .rsslink:active {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   black;

	text-decoration:   none;

}



.linkmenu:hover, .rsslink:hover {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   black;

	text-decoration:   underline;

	background:   #DEE1ED;

}

/* style for rss lists in modules or in wiki */

.rsslist {

  background-color: #ffffff;

  margin: 0;

  margin-right: 10px;

  padding: 1px;

  border: 1px solid #dadac9;

}

.rssitem {

  padding: 1px 6px 1px 6px;

  border-top: 1px dashed #dadac9;

}

.rssitem:first-child {

  border-top: 0;

}

.rssdate {

  color: #999999;

  font-style: italic;

}





/* Links to extend/collapse menus */

.separator {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   10px;

	color:   black;

	text-decoration:   none;

}



.separator:active {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   10px;

	color:   black;

	text-decoration:   none;

}



.separator:hover {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   10px;

	color:   black;

	text-decoration:   none;

}



/* Links to collapse menus for example the main menu can be completely collapsed*/

.flip {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   13px;

	color:   white;

	text-decoration:   none;

}



.flip:active {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   13px;

	color:   white;

	text-decoration:   none;

}



.flip:hover {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   13px;

	color:   white;

	text-decoration:   none;

}



/* Banners of type text (textadds) are displayed as links using the following style */

.bannertext {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   black;

	text-decoration:   none;

}



.bannertext:active {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   black;

	text-decoration:   none;

}



.bannertext:hover {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   black;

	text-decoration:   none;

}



/* Some boxes uses thumbnails this is the image style */

div.imagerank {

	margin-left:    5px;

	margin-right:   5px;

	margin-bottom:   10px;

	margin-top:   10px;

}



/* A simple box is just a div with a border around and some margin 

 * used for example in the admin screen */

div.simplebox {

	margin-left:    1px;

	margin-right:   1px;

	margin-top:   5px;

	margin-bottom:   5px;

	padding-left:   2px;

	padding-top:   2px;

	padding-bottom:   2px;

	padding-right:   2px;

	color:   black;

	border:   1px solid black;

	background:   white;

	font-family:   Verdana, Arial, Helvetica, sans-serif;

	font-size:   11px;

}



/* Prevent forms from generating unwanted padding or margins */

FORM {

	margin:    0px 0px 0px 0px;

	padding-bottom:   0px;

	padding-left:   0px;

	padding-right:   0px;

	padding-top:   0px;

}



/* General form elements */

input, textarea, select {

	color:    #000000;

	font:   normal 11px Verdana, Arial, Helvetica, sans-serif;

	border: 1px solid #000000;

            background: #FFFFFF;

}



input {

	text-indent: 2px;

}



/* 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. */



/* Cells where nothing is specified */

TD {

	color:    Black;

	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   12px;

	vertical-align:   top;

}



/* Cells in forms without background color (inside a div for example) */

TD.form {

	color:    Black;

	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	vertical-align:   top;

	text-align:   left;

}

/* Cells in forms using a background color */

TD.formcolor, td.galform, td.editblogform, td.editfgalform, TD.comform, td.forumform {

	color:    Black;

	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	vertical-align:   top;

	text-align:   left;

	background-color:   #FFFFFF;

}



/* The table */

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 {

	border-color:    #DE780A;

	border-style:   solid;

	border-width:   1px;

	width:   97%;

}



TABLE.normalnoborder {

	width: 97%;

}



/* Table headings */

TD.heading, td.gallistheading, td.listgalheading, td.bloglistheading, td.listfgalheading, td.listfilesheading, td.listartheading,

	td.forumheading, td.thead {

	font-family:    Verdana, Arial, Helvetica, sans-serif;

	color:   white;

	font-size:   11px;

	font-weight:   bold;

	background-color:   #296DA5;

	padding-left:   2px;

	padding-right:   5px;

}



TD.button {

	font-family:    Verdana, Arial, Helvetica, sans-serif;

	color:   white;

	font-size:   11px;

	font-weight:   bold;

	background-color:   #296DA5;

	padding-left:   2px;

	padding-right:   5px;

	text-align:   center;

	vertical-align:   middle;

}



/* Links to view an object from a table listing objects can be generalized to this link */

a.tablename, a.galname, a.imagename, a.blogname, a.fgalname, a.artname, a.forumname {

	font-weight:    normal;

	font-size:   10px;

	letter-spacing:   1px;

	color:   black;

	text-decoration:   none;

}



a.tablename:active, a.galname:active, .a.imagename:active, a.blogname:active, a.fgalname:active, a.artname:active,

	a.forumname:active {

	text-decoration:    none;

	color:   black;

	text-decoration:   none;

}



a.tablename:hover, a.galname:hover, a.imagename:hover, a.blogname:hover, a.fgalname:hover, a.artname:hover, a.forumname:hover {

	text-decoration: underline;

}



a.forumnameread {

	font-size:    12px;

	letter-spacing:   1px;

	color:   black;

	text-decoration:   none;

}



a.forumnameread:hover {

	text-decoration: underline;

}



/* Links in table headings */

.tableheading, .gallistheading, .listgalheading, .bloglistheading, .llisfgalheading, .llistfileslink, .llistart, .lforumheading {

	font-family:    Verdana, Arial, Helvetica, sans-serif;

	color:   white;

	font-size:   11px;

	font-weight:   bold;

	text-decoration:   none;

}



.tableheading:active, .gallistheading:active, .listgalheading:active, .bloglistheading:active, .llisfgalheading:active, .

	llistfileslink:active, .llistart:active, .lforumheading:active {

	font-family:    Verdana, Arial, Helvetica, sans-serif;

	color:   white;

	font-size:   11px;

	font-weight:   bold;

	text-decoration:   none;

}



.tableheading:hover, gallistheading:hover, .listgalheading:hover, .bloglistheading:hover, .llisfgalheading:hover, .llistfileslink:hover, .llistart:hover, .lforumheading:hover {

	font-family:    Verdana, Arial, Helvetica, sans-serif;

	color:   #CCCCCC;

	font-size:   11px;

	font-weight:   bold;

	text-decoration:   none;

}



/* When a find button is provided for a listing the table form is displayed in a table with the following style */

table.findtable {

	width:    97%;

	margin-bottom:   20px;

	padding-bottom:   10px;

}



td.findtable {

	font-family:    Verdana, Arial, Helvetica, sans-serif;

	font-size:   11px;

}



/* 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 {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   12px;

	color:   Black;

	background-color:   #B9CBDA;

	vertical-align:   top;

	text-align:   left;

}



/* 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 {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   12px;

	background-color:   white;

	color:   Black;

	vertical-align:   top;

	text-align:   left;

}



TD.third {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   12px;

	color:   Black;

	background-color:   #CCCCCC;

	vertical-align:   top;

	text-align:   left;

}



/* Titles */

/* When the page title is a link this is the style */

.pagetitle, .forumspagetitle {

	font-weight:    bold;

	font-size:   14px;

	font-family:    Verdana, Arial, Helvetica, sans-serif;

	color:   black;

}



a.pagetitle, a.forumspagetitle {

	font-weight:    bold;

	font-size:   14px;

	font-family:   "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	text-decoration:   none;

	color:   black;

}



a.pagetitle:hover, a.forumspagetitle:hover {

	font-weight:    bold;

	font-size:   14px;

	font-family:   "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	text-decoration:   underline;

	color:   black;

}



/* Non-linking titles (three levels) */

H1 {

	font-weight:    bold;

	font-size:   15px;

	font-family:   Verdana, Arial, Helvetica, sans-serif;

	color:   black;

}



H2 {

	font-weight:    bold;

	font-size:   14px;

	font-family:   "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	color:   black;

}



H3 {

	font-weight:    bold;

	font-size:   12px;

	font-family:   "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	color:   black;

}



/* Links where no special link style apply (usually with the general application background) */

.link, .gallink, .bloglink, .fgallink, .trailer, .opencomlink, .commentslink, .admlink, .forumbutlink {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:    #00d8ff;

	font-weight: bold;

	text-decoration:   none;

}



.link:active, .gallink:active, .bloglink:active, .fgallink:active, .trailer:active, .opencomlink:active, .commentslink:active, .admlink:active, .forumbutlink:active {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   #004064;

	font-weight: bold;

	text-decoration:   none;

}



.link:hover, .gallink:hover, .bloglink:hover, .fgallink:hover, .trailer:hover, .opencomlink:hover, .commentslink:hover, .admlink:hover, .forumbutlink:hover {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	color:   #004064;

	font-weight: bold;

	text-decoration:   underline;

}



/* Search results display a date using the following style*/

div.searchdate {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   10px;

	color:   #333333;

}



/* Pagination for listings */

.mini {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	color:   Black;

}



/* prev & next buttons in pagination */

.prevnext, .galprevnext, .blogprevnext, .fgalprevnext, .artprevnext, .forumprevnext {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   12px;

	color:   black;

}



.prevnext:active, .galprevnext:active, .blogprevnext:active, .fgalprevnext:active, .artprevnext:active, .forumprevnext:active {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   12px;

	color:   black;

}



.prevnext:hover, .galprevnext:hover, .blogprevnext:hover, .fgalprevnext:hover, .artprevnext:hover, .forumprevnext:hover {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   12px;

	color:   black;

	background-color:   #DEE1ED;

}



/* Warning background/color */

span.warn {

	color: red;

}



/***********************************************  THE WIKI ***********************************************************/

div.titlebar {

            font-size: 30px;

	color:   #00d8ff;

	padding: 2px;

	margin:   1px 1px;

	width:   99%;

	clear:   both;

	font-weight:   bold;

}

h1, h2, h3, h4, h5, h6 {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	color:   #00d8ff;

	clear:   both;

	font-weight:   bold;

            padding: 0px;
 
            margin: 0px;
}

h1 {
            font-size: 30px;
}

h2 {
            font-size: 25px;
}

h3 {
            font-size: 21px;
}

h4 {
            font-size: 17px;
}

h5 {
            font-size: 14px;
}

h6 {
            font-size: 12px;
}


/* The bar where the actions for a page are displayed */

DIV#page-bar {

	margin-left: 5px;

}



/* Wiki action buttons (the buttons displayed at the end of each page to edit/print/remove/etc a page */

div.button2 {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	color:   Black;

	font-weight:   normal;

	background:   white;

	border:   1px solid black;

	padding-left:   0.1em;

	padding-right:   0.1em;

	padding-top:   0.1em;

	padding-bottom:   0.1em;

	margin:   0.0ex 0px;

}



/* Links in buttons */

.linkbut {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	color:   black;

	background:   white;

	text-decoration:   none;

}



.linkbut:active {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	background:   white;

	color:   black;

	text-decoration:   none;

}



.linkbut:hover {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	color:   black;

	background:   #CCCCCC;

	text-decoration:   underline;

}



/* When a cached version of an external link is displayed */

div.cache {

	background:    #DEE1ED;

	border:   1px solid black;

	padding-left:   0.1em;

	padding-right:   0.1em;

	padding-top:   0.1em;

	padding-bottom:   0.1em;

	margin:   0.1ex 0px;

	width:   100%;

}



div.cachedpage {

	border:    1px solid black;

	padding-left:   0.1em;

	padding-right:   0.1em;

	padding-top:   0.1em;

	padding-bottom:   0.1em;

	margin:   0.1ex 0px;

	width:   100%;

}



/* When an external link is cached a small link to the cached version (cache) is displayed using this style */

.wikicache {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	color:   #5E4860;

	text-decoration:   none;

}



.wikicache:active {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	color:   #5E4860;

	text-decoration:   none;

}



.wikicache:hover {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	color:   #5E4860;

	text-decoration:   none;

}



table.wikitable {

	border: 1px solid black;

}



td.wikicell {

	background-color: #DEE1ED;

}



/* Text in wiki pages is displayed using the following style */

div.wikitext {

	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   13px;

	border:   0px solid black;

	padding:   5px;

	margin:   5px;
	/*width:   100%;*/

	clear:   both;
}



/* Links to wiki pages */

.wiki {

	color:    #00d8ff;

	font-weight: bold;

	text-decoration:   none;

}



.wiki:hover {

	color:   #004064;

	font-weight: bold;

	text-decoration:   underline;

}



/* Date displayed for last modification date of pages */

p.editdate {

	color:    black;

	font-size:   smaller;

	font-family:   "Lucida Grande", Helvetica, Arial, sans-serif;

}



/* The edit-help used to display the wiki syntax when editing a page */

div.wiki-edithelp {

	background:    white;

	border:   1px solid black;

	font-size:   smaller;

	padding:   6pt;

}



/******************************************************* IMAGE GALLERIES **********************************************/



/* Gallery description */

div.galdesc {

	background:    #DEE1ED;

	border:   1px solid black;

	padding-left:   0.8em;

	padding-right:   0.8em;

	padding-top:   0.5em;

	padding-bottom:   0.5em;

	margin:   0.5ex 0px;

	width:   97%;

	clear:   both;

}



/* Container for the whole gallery */

div.browsegallery {

	background:    #EFEFE7;

	width:   100%;

}



/* 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 {

	background: white;

}



TD.eventhumb {

	background: #DEE1ED;

}



/* Gallery Title */

div.gallerytitle {

	font-weight:    bold;

	font-size:   26px;

	font-family:   "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	color:   black;

}



div.adminoptions {

	margin-top:    5px;

	margin-bottom:   5px;

	padding-top:   10px;

	padding-bottom:   10px;

}



div.sortoptions {

	margin-top:    5px;

	margin-bottom:   5px;

	padding-top:   10px;

	padding-bottom:   10px;

}



span.sorttitle {

}



span.sortoptions {

}



/* Container for thumbnails */

div.thumbnails {

	border:    1px solid Black;

	margin-top:   10px;

	margin-bottom:   10px;

}



/* Thumbnails images */

img.athumb {

	border: 1px solid Silver;

}



.caption {

}



/* No records found text  (displayed in the table when no records */

p.norecords {

	font-weight: bold;

}



/* Browsing an image */

table.imageinfo {

	border-color:    black;

	border-style:   solid;

	border-width:   1px;

	width:   98%;

}



td.imageinfo {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   12px;

	color:   Black;

	background-color:   #296DA5;

	vertical-align:   top;

	text-align:   left;

}



/* The whole container for the browse image screen (may be useful for a fancy background) */

div.browseimage {

	background:    #296DA5;

	width:   100%;

}



div.imagetitle {

	font-weight:    bold;

	font-size:   26px;

	font-family:   "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	color:   black;

}



div.gallerylink {

}



div.showimage {

	text-align:    center;

	margin-top:   5px;

	margin-bottom:   5px;

}



div.imageinfo {

	text-align:    center;

	margin-top:   10px;

	margin-bottom:   10px;

}



td.imageinfo {

}



table.tableinfo {

	text-align: center;

}



div.linksinfo {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	color:   Black;

	text-align:   center;

	border:   1px solid black;

	margin-top:   10px;

	margin-bottom:   10px;

}



/******************************************************* WEBLOGS **********************************************************/



/* The header of a weblog post */

div.posthead {

	background-color: #ffffff;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: white;

	font-weight: bold;

	overflow: hidden;

	border: 0px solid black;

	border-bottom: 0px;

	text-align: left;

	padding-left: 0px;

	padding-right: 0px;

	margin-bottom: 0px;

	width: 98%;

}



/* The font used in the heading of the weblog */

span.posthead {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #000000;

}



/* Links in the weblog post heading (edit/remove) */

/* When there's a link in a cbox-title */

.blogt {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: white;

	text-decoration: none;

}



.blogt:active {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: white;

	text-decoration: none;

}



.blogt:hover {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: white;

	text-decoration: underline;

}



/* The post body */

div.postbody {

	overflow: hidden;

	background: white;

	border: 0px solid black;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: black;

	width: 98%;

	padding-left: 5px;

	padding-top: 5px;

	padding-bottom: 5px;

	margin-bottom: 5px;

}



/* The weblog title */

div.blogtitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-color: #00d8ff;

	color: white;

	font-size: 11px;

	font-weight: bold;

	font-size: 18px;

	border: 0px solid black;

	border-bottom: 0px;

	padding-left: 5px;

	padding-top: 5px;

	padding-bottom: 5px;

	margin-top: 10px;

	width: 98%;

}



/* The weblog information */

div.bloginfo {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	width: 98%;

	clear: both;

	background: white;

	border: 1px solid black;

	line-height: 16px;

	margin-bottom: 10px;

	padding-right: 5px;

	padding-left: 5px;

	padding-top: 5px;

	padding-bottom: 5px;

}



/* Weblog description */

div.blogdesc {

	background: white;

	border: 1px solid black;

	margin-bottom: 10px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	width: 98%;

	clear: both;

	padding-left: 5px;

	padding-right: 5px;

	padding-top: 5px;

	padding-bottom: 5px;

}



/* Links to post/edit/rss feed for the webelog are contained inside this div */

div.blogtools {

	background: white;

	border: 0px solid black;

	margin-bottom: 10px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 10px;

	width: 98%;

	clear: both;

	padding-left: 5px;

	padding-right: 5px;

	padding-top: 5px;

	padding-bottom: 5px;

}



/**************************************************** FILE GALLERIES ****************************************************/



/* Listing contents of a file gallery (listing files) */

div.fgaldesc {

	background:    #296DA5;

	border:   1px solid black;

	padding-left:   0.8em;

	padding-right:   0.8em;

	padding-top:   0.5em;

	padding-bottom:   0.5em;

	margin:   0.5ex 0px;

	width:   97%;

	clear:   both;

}



/****************************************************** CMS ***************************************************************/



/* The article title bar */

div.articletitle {

	font-family:    Verdana, Arial, Helvetica, sans-serif;

	color:   white;

	font-size:   11px;

	font-weight:   bold;

	background-color:   #DE780A;

	border:   1px solid black;

	border-bottom:   0px;

	padding-left:   0.8em;

	padding-right:   0.8em;

	padding-top:   0.5em;

	padding-bottom:   0.5em;

	margin-top:   5px;

	width:   100%;

	clear:   both;

}



/* The article heading */

div.articleheading {

	background:    white;

	border:   1px solid black;

	padding-left:   0.8em;

	padding-right:   0.8em;

	padding-top:   0.5em;

	padding-bottom:   0.5em;

	border-bottom:   0px;

	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   11px;

	width:   100%;

	clear:   both;

}



div.articletrailer {

	background:    white;

	border:   1px solid black;

	border-bottom:   1px solid black;

	border-top:   1px solid blue;

	margin-bottom:   20px;

	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	clear:   both;

	width:   100%;

	padding-left:   0.8em;

	padding-right:   0.8em;

	padding-top:   0.5em;

	padding-bottom:   0.5em;

}



/* Text in the article heading */

div.articleheadingtext {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   12px;

	display: inline;

}



/* The body */

div.articlebody {

	background:    white;

	border:   1px solid black;

	padding-left:   0.8em;

	padding-right:   0.8em;

	padding-top:   0.5em;

	padding-bottom:   0.5em;

	margin:   10px 0px;

	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   12px;

	width:   100%;

	clear:   both;

}





/* The article title */

span.titlea {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   18px;

	font-weight:   bold;

}



/* The author, date and number of reads */

span.titleb {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   10px;

}



/* The trailer */

span.trailer {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   10px;

	font-weight:   bold;

}



/******************************************************* CALENDAR **********************************************************/



/* LINKS TO DAYS IN THE CALENDAR */

.day {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	text-decoration:   none;

	color:   black;

}



.day:active {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	text-decoration:   none;

	color:   black;

}



.day:hover {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	color:   black;

	background:   #CCCCCC;

	text-decoration:   none;

}



.day:link {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	text-decoration:   none;

	color:   black;

}



.day:visited {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	text-decoration:   none;

	color:   black;

}



/* LINKS FOR TODAY */

.today {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	text-decoration:   none;

	color:   black;

	font-weight:   bold;

	text-decoration:   none;

}



.today:active {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	text-decoration:   none;

	color:   black;

	font-weight:   bold;

	text-decoration:   none;

}



.today:hover {

	font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size:   9px;

	color:   black;

	text-decoration:   none;

	font-weight:   bold;

	background:   #CCCCCC;

}



/* Links to change month, year or go to today */

.nav {

%0