/*
$Header: /cvsroot/tikiwiki/tiki/styles/tikineat.css,v 1.1.2.58 2008/03/06 19:27:45 marclaporte Exp $
Simple basic theme for generic tiki

IE hacks applied !
read http://glish.com/css/hacks.asp 

changing colors ?
you can list them with
  grep -i " #[0-9a-f]\{3,6\};" styles/tikineat.css | cut -d\# -f2 | sort | uniq -c
and change them with
  perl -pi -e 's/AAAAAA/bbbbbb/g' styles/tikineat.css
*/

body{
margin:0px;

text-align:center;
font-family:Arial, Helvetica, sans-serif;
background-image:url(../images/top-big-background2.gif);
background-position:top left;
background-color:#E4E4E4;
background-repeat:repeat-x;
}



h1, h2, h3, h4, h5, h6 {
	margin : 0;
	margin-bottom : 3px;
	text-transform:capitalize;
}
H1 {
		font-family:Tahoma, Arial;
	font-size:22px;
	color:#669612;
	font-weight:bold;
	
}
H2 {
	font-family:Georgia;
	font-size:20px;
	color:#0071bc;
	font-weight:bold;
        border-bottom:1px solid #cacaca;
        margin-bottom:3px;
}
H3 {
	font-size : 16px;
	color : #ba1515;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
        margin-bottom:2px;
}
H4 {
	font-size : 14px;
	color : #aa7515;
   margin-bottom:3px;
}
H5 {
	font-size : 13px;
	color : #032936;
}
H6 {
	font-size : 10px;
	color : #032936;
}
ul {
	margin-top : 2px;
	margin-bottom : 6px;
	text-align:left;
}
a {
	color : #0a0603;
	font-weight : bold;
	text-transform:capitalize;
	font-size:13px;
}
a:hover {
	color: #365204;
	
}
small {
	font-size : .8em;
}
hr {
	width : 100%;
	height : 1px;
	background-color : #e6e6e6;
	border-width : 0px;
	padding : 0px;
	color : #a0a0a0;
}
td {
	color : #000000;
	font-size:14px;
	vertical-align : top;
	text-align : left;

}
th {
	color : black;
	background-color : #DEE7EC;
	border : 1px solid #CCCCCC;
	padding : 0 2px;
}
caption {
	font-weight : bold;
}
/* General form elements */
FORM {
	margin : 0px;
	padding : 0px;
}
input[type=text], textarea, select {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3A3A3A;
	border: 1px solid #cccccc;
	
	background-color: #E0E0E0;
	
	margin-bottom:10px;
	
}

input[type=text]:focus, textarea:focus{
background-color:#ccc;
color:#000000;
border:1px solid #333;
}

 input[type=submit]{
	background-color:#669612;
	font-size:13px;
	text-transform:capitalize;
	border:1px solid #ccc;
	color:#fff;
-moz-border-radius : 12px;
	-khtml-border-radius : 12px;	
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

input, select {
	
	vertical-align: middle;
}
button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	height: 21px;
	padding-bottom:2px;
	border: 1px solid #FFFFFF;
}

input[type=checkbox], input[type=radio] {
	border : 0;
}

input[type=submit]:hover, button:hover {

	cursor : pointer;
}
textarea {
	width : 100%;
}
label {
	cursor : pointer;
}

li{
font-weight:bold;
margin-bottom:8px;}

/* 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-bot
	* that 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
	* centercolumn contains tiki-center where the main area is displayed.
	*
	*/

/*********************** GENERAL LAYOUT ************************************/
DIV#tiki-main {
	
}
DIV#tiki-top {
	font-size : 10px;
	
	padding-bottom : 1px;
	
}
DIV#tiki-top a {
	text-decoration : none;
}
DIV#tiki-mid {
	margin : 10;
	padding : 0;
}
DIV#tiki-bot {
	background-color:#e8e8e8;
	background-image:url(../images/underheadermenuback.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:10px;
	padding-top:12px;
	padding-left:20px;
	padding-right:20px;
}

#leftcolumn {
	width : 180px;
	padding : 0px;
	
}

#centercolumn {
	
	padding-right : 5px;
	
	width:80%;
	
	
}

#rightcolumn {
	
	
	padding-top:10px;
	
}
DIV#tiki-center {
	padding : 10px 0;
	
}
DIV#tiki-mid > table {
	border-spacing : 0;
	margin : 0;
	padding : 0;
}
div#debugconsole {
	position: absolute;
	background-color: #F3F6F9;
	top: 0px;
	left: 20px;
	right: 310px;
	height: auto;
	z-index: 1;
	padding: 5px;
	border: 6px ridge #996600;
	font-size: 12px;
}

#overDiv table {
	width : auto !important;
}


/* Site identity*/

DIV#siteheader {
	background-color : #669612;
}



/********************************************* GENERAL STYLE PROPERTIES **********************************************/
/* Boxes used for modules (modules are those boxes in the left/right columns) */
div.box {
	overflow : hidden;
	margin : 3px;
	border : 0px solid #ACCCDD;
	width : 210px;
	font-size : 10px;
	background-image: url(../images/c-menu-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	background-color:#d6d6d6
	
}
div.box-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;

	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	background-color:#669612;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;		
}
div.box-title table {
	width : 100%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0;
	
}
div.box-title table td {
  text-align: center;
}
div.box-data {
	color : black;
	font-size : 12px;
	
	
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
 
div.box-data ol{
margin:0px;
padding:0px}

div.box-data li{
margin-bottom:3px}
div.separator, div.separatorline {
	height:18px;
	background-color:#d6d6d6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7d7d7d;
	margin-top:2px;
	text-align:left center;
	padding-left:10px;
	padding-top:3px;
	font-size:12px;
	line-height:17px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
div.separator a{
  font-size:12px;
  
}


div.menuSection div.menuSection, div.menuSection div.separator {
	padding-left: 5px;

}
.linkmenu, .rsslink {
	font-size : 12px;
	text-decoration : none;
	font-weight : normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display:block;
	padding:3px;
	background-color:#DFDFDF}

.linkmenu a:hover{
 background-color:#f5F5F5;
}
	
.rsslist {
	
	margin : 0;
	margin-right : 10px;
	padding : 1px;
}

.rsslist li{
margin-bottom:15px;}
.rssitem {
	font-weight : normal;
	padding : 1px 6px 1px 6px;
	border-top : 1px dashed #DADAC9;
}
.rssitem:first-child {
	border-top: 0;
}
.rssdate {
	color: #333;
	font-style: italic;
	padding-bottom:20px;
	font-size:10px;
}
.separator {
	font-size : 10px;
	text-decoration : none;
}
.flip {
	font-size : 10px;
	text-decoration : none;
}

span.user-box-text {
	color: black;
}

/* When modules display a list of items each item is enclosed in a cell with the following style */
TD.module {
	font-size : 10px;
	color : black;
	text-align : left;
}
.linkmodule, .linkmodule:visited {
	font-size : 12px;
	text-decoration : none;
	line-height:15px;
}

/* Now the boxes for the rest of Tiki (non-modules */
div.cbox {
	background-color : white;
	margin : 3px;
        margin-bottom : 6px;
	border : 1px solid #DADADA;
	overflow : hidden;
}
div.cbox-title {
	color : black;
	border-bottom : 1px solid #CCCCCC;
	overflow : hidden;
	text-align : center;
	padding : 0px;
	margin : 0px;
	font-weight:bold;
	text-transform:uppercase
}
.cboxtlink {
	color : black;
	font-size : 12px;
	text-decoration : none;
}
div.cbox-data {
	overflow : hidden;
	padding : 0 5px;
	font-size : 10px;
	color : black;
	width : 100%;
}

/** rbox: remarks box (note/warning/tip/comment) */
.rbox {
  margin-top: 10px;
}
.rbox-data {
  padding: 2px;
}
.rbox-title, .rbox-title[name="warning"] { 
  border: 0;
  border-radius-topright : 1ex;
  -moz-border-radius-topright : 1ex;
  -khtml-border-radius-topright : 1ex;
  font-size : 10px;
  padding : 0 10px;   
  position : relative;
  display : inline;
  margin : 0;
  font-weight : bold;
  background-color: #aa7515;
}
.rbox-data, .rbox-data[name="warning"] {
  background-color: #aa7515;
  border: 1px solid #DDDDCC;
}
.rbox-title[name="note"] {
  background-color: #CCCCDD;
}
.rbox-data[name="note"] {
  background-color: #ECECEF;
  border: 1px solid #CCCCDD;
}
.rbox-title[name="comment"], .rbox-title[name="tip"] {
  background-color: #CCCCDD;
}
.rbox-data[name="comment"], .rbox-data[name="tip"] {            
  background-color: #ECEFEC;
  border: 1px solid #CCDDCC;
}

/* 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 */

/* Banners of type text (textadds) are displayed as links using the following style */
.bannertext {
	font-size : 10px;
	color : #424242;
	text-decoration : none;
}
.bannertext:hover {
	color : black;
}
div.imagerank {
	margin : 10px 5px;
}

/* A simple box is just a div with a border around and some margin
	* used for example for wiki ^box^ quicktag and in the admin screen */
div.simplebox {
	padding : 8px;
	color : black;
	border : 1px solid #CCCCCC;
	background-color : white;
}


/* 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 table */
table.normal {
	padding : 0px;
	margin : 0px;
	border-collapse : collapse;
	width : 100%;
	voice-family : "\"}\"";
	voice-family : inherit;
	
}
html>body table.normal {
	width : 100%;
}
table.listgallery, table.creategalform, table.gallerylisting, table.bloglist, table.editblogform,
table.editfgalform, table.listfgal, table.listfiles, table.listarticles, table.forumstable,
table.forumformtable, table.viewthread, table.jukeboxlist {
	padding : 0px;
	margin : 0px;
	border-collapse : collapse;
	width : 100%;
}

TABLE.admin {
	width : 100%;
}
TABLE.normalnoborder {
}

/* Cells in forms without background color (inside a div for example) */
.form td {
	background-color : transparent;
}
/* Cells in forms using a background color */
.formcolor td,
.galform td,
.editblogform td,
.editfgalform td,
.comform td,
.forumform td {
	
	background-color:#e8e8e8;
	
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:10px;
	padding-top:12px;
	padding-left:20px;
	padding-right:20px;
}

table.email {
 border: 1px solid #CCCCCC;
}
table.email td.body {
 border: 1px solid #CCCCCC;
}

table.email td.heading {
 text-align: left;
 width: 15px;
 padding-bottom:10px;
 padding-top:10px;
 text-transform:capitalize
 margin-top:20px;
}

table.email td.closeButton {
 text-align: right;
 width: 100%;
}

/* Table headings */
DIV.heading, TD.heading, td.gallistheading, td.listgalheading, td.bloglistheading,
td.listfgalheading, td.jukeboxlistheading, td.listfilesheading,
td.listartheading, td.forumheading, td.viewthread {
	color : black;
	background-color :#cbcbcb;
	border : 1px solid #CCCCCC;
	padding :  5px;
	text-transform:capitalize;
	
	
}

DIV.heading {
	margin: 3px 2px;
}

th.gallistheading, th.listgalheading, th.bloglistheading,
th.listfgalheading, th.jukeboxlistheading, th.listfilesheading,
th.listartheading, th.forumheading, th.viewthread {
}

TD.button {
	background-color : #669612;
	border : 1px solid #CCCCCC;
	padding : 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.jukeboxname,
a.blogname, a.fgalname, a.artname, a.forumname {
	font-weight : bold;
	color : black;
}
a.forumnameread {
	letter-spacing : 1px;
	color : black;
}

/* Links in table headings */
.tableheading, .gallistheading, .listgalheading, .bloglistheading,
.llisfgalheading, .llistfileslink, .llistart, .lforumheading {
color:#333;



}

th.heading{
color:#333;
background-color:#669612;
padding:5px;
margin-top:50px;
}



.findtable {
	margin-bottom : 10px;
	padding: 10px;
	font-size:14px;
	background-color:#f5f5f5;
	border-bottom:#ccc 1px solid;
	
}
.findtable td { }

/* Odd rows in several listings */
tr.odd, .odd {
	border : 1px solid #d6d6d6;
	color : black;
	background-color : #E6E6E6;
	
	
}

.odddiv {
	padding:5px;
	color : black;
	background-color : #9AC6D7;
	
	
}

.evendiv {
	padding:5px;
	background-color : #B8D6E1;
	color : black;
}

tr.odd:hover, .odd:hover {
	background-color: #D8F4A8;
}

tr.even, .even {
	border : 1px solid #d6d6d6;
	background-color : #F5F5F5;
	color : black;
}
tr.even:hover,.even:hover  {
	background-color:#D8F4A8;
}

tr.odd td,tr.even td{
padding:5px;

}

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.jukeboxlistnameodd,
td.jukeboxdescriptionodd, td.jukeboxcreatedodd, td.jukeboxlastmodifodd, td.jukeboxlistuserodd, td.jukeboxlisttracksodd,
td.jukeboxlistvisitsodd {
	border : 1px solid #d6d6d6;
	border-collapse : collapse;
	background-color : #FFFFFF;
	padding:5px;
}
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.jukeboxlistnameeven,
td.jukeboxdescriptioneven, td.jukeboxcreatedeven, td.jukeboxlastmodifeven, td.jukeboxlistusereven, td.jukeboxlisttrackseven,
td.jukeboxlistvisitseven {
	border : 1px solid #d6d6d6;
	background-color : #E7E9EA;
	color : black;
	border-collapse : collapse;
	padding:5px;
	
}
TD.third {
	border : 1px solid #CCCCCC;
	color : Black;
	background-color : #CCCCCC;
}

/* When the page title is a link this is the style */
.pagetitle, .forumspagetitle {
	font-family:Tahoma, Arial;
	font-size:26px;
	color:#669612;
	font-weight:bold;
	text-decoration:none
}

.pagetitle a{

text-decoration:none;
font-size:26px;

}

.link, .gallink, .bloglink, .fgallink, .trailer,
.opencomlink, .commentslink, .admlink,.forumbutlink {
	font-weight : normal;
	padding : 0;
}

div.searchdate {
	font-size : 11px;
	color : #333333;
       
     
margin-bottom:20px;
}

.searchlink{
padding:5px;
background-color:#c7c7c7;
color:#333
}


.searchlink a{
text-decoration:none;
font-size : 15px;
	color : #ba1515;}

/* Pagination for listings */
.mini {
	color : Black;
}
 .galprevnext, .blogprevnext, .fgalprevnext,
.artprevnext, .forumprevnext, .jukeboxprevnext {
	font-size: 12px;
	padding: 1px 6px;
}

.prevnext{
   background-color:#A4A4A4;
   padding-top:2px;
   padding-bottom:2px;
   padding-left:5px;
   padding-right:5px;
   border:solid #ccc 1px;
   line-height:35px;
   text-decoration:none;
   color:#fff;

}

.prevnext:hover{
background-color:#000000;
color:#FFFFFF;
text-decoration:none}

.pnext{
   background-color:#A4A4A4;
   padding-top:2px;
   padding-bottom:2px;
   padding-left:5px;
   padding-right:5px;
   border:solid #ccc 1px;
   line-height:35px;
   text-decoration:none;
   color:#fff;

}

.pnext:hover{
background-color:#000000;
color:#FFFFFF;
text-decoration:none}


.attention {
	color: red;
}
.highlight {
	background-color : #aa7515 !important;
	color : #000000;
}

div#edithelpzone {
	display : none;
}
div#attzone {
	display : none;
	margin-top : 10px;
}
div#attzoneopen {
	display : block;
	margin-top : 10px;
}
a.tikihelp, a.tikihelp:visited {
	border : 0;
	vertical-align: text-top;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a.tikihelp:hover {
	color : #224466;
	cursor : help;
	vertical-align: text-top;
}


/***********************************************  THE WIKI ***********************************************************/
div.titlebar {
	background-color: #669612;
	color: #000000;
	border: 1px solid #46596f;
	letter-spacing : 1px;
	padding : 0 6px 1px 6px;
	margin : 3px 0 6px 0;
	font-weight : bold;
}

/* The bar where the actions for a page are displayed */
DIV#page-bar {
	margin : 5px 5px;
}
DIV#page-bar table, DIV#page-bar td, DIV#page-bar tr {
	margin: 0;
	padding: 0;
}

/* Wiki action buttons (the buttons displayed at the end of each page to edit/print/remove/etc a page */
.button2, .button3 {
	font-size : 8px;
	
	padding : 5px;
	border : 1px solid #ffffff;
	text-transform:uppercase;
	background-color: #000000;
       
        line-height:25px
       
}



.button2 a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
       
}
.button3 {
	border-radius : 5px 5px 0 0;
	-moz-border-radius : 5px 5px 0 0;
	-khtml-border-radius : 5px 5px 0 0;
}
.button3 .linkbut {
	border-radius : 5px 5px 0 0;
	-moz-border-radius : 5px 5px 0 0;
	-khtml-border-radius : 5px 5px 0 0;
	padding : 2px;
	border-bottom : 0;
	text-transform:capitalize;
}


.button4 {
	background-color:#669612;
	font-size:13px;
	text-transform:capitalize;
	border:1px solid #ccc;
	color:#fff;
-moz-border-radius : 12px;
	-khtml-border-radius : 12px;	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	line-height:30px;
}

.button4:hover,input[type=submit]:hover{
background-color:#000000}

.button4 a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
       
}



/* Links in buttons */
/*.linkbut, .linkbut:visited {
	font-size : 10px;
	color : #223344;
	background-color : #669612;
	padding : 1px 4px;
	font-weight : normal;
	text-decoration : none;
	border : 1px solid #46596f;
} */
.linkbut{

}

.linkbut:hover {

}
.tab1 form {
	display : inline;
}
div.cache {
	background-color : #DEE7EC;
	border : 1px solid #CCCCCC;
	padding : 10px;
	margin : 4px;
}
div.cachedpage {
	border : 1px solid black;
	padding : 10px;
	margin : 20px;
}
.wikicache, .wikicache:visited {
	font-size : 9px;
	font-weight : normal;
	color : #998833;
	text-decoration : none;
}
.wikicache:hover {
	color : #000000;
	background-color: transparent;
}
table.wikitable {
	border-collapse : collapse;
	width:100%;
	
}
td.wikicell {
	border-collapse : collapse;
	border : 1px solid #CCCCCC;
	background-color : #F7F9FA;
	padding:10px;
}
div.wikitext {
	font-size : 14px;
	padding-top : 10px;
	clear : both;
	width : auto;
	line-height:22px;
	
	color:#000000;
	text-align:left
	
}
div.wikitext div.img {
        overflow: auto;       /* for Netscape, Firefox, Opera */  
        overflow-y: auto;     /* for IE */
        overflow-x: hidden;   /* for IE */
}
.wikitext div.box {
	width : auto;
}
.wikitopline table {
	width : 100% ;
	_width : 97% ;
		
}
html>body .wikitopline table {
	width : 100%;
}
#description {
	margin : 0px;
	font-size : 14px !important;
	color : #666;
}
.wiki {
}
.wikinew {
	color : #CC0000;
}
textarea.wikiedit {
font-size:1em;
}
p.editdate {
	color : #333;
	font-size : 11px;
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	background-color:#E4E4E4}

p.editdata a{
color:#FFFFFF}

div.wiki-edithelp {
	background : white;
	border : 1px solid black;
	padding : 10px;
}
img.externallink {
	margin : 0 2px;
}
div.tocnav {
	font-size : 10px;
	border-top : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	color: black;
	padding: 2px 0;
	margin-bottom: 2px;
}
.tocnavlink {
	color : black;
}
/* wiki diff styles */
.diff td {
	border: 1px solid #A9B8C2;
}
.diff div {
	border-top : 1px solid #A9B8C2;
}
.diffheader {
	background-color : #A9B8C2;
	font-weight: bold;
}
.diffadded {
	background-color : #CCFFCC;
}
.diffdeleted {
	background-color : #FFCCCC;
}
.diffbody {
	background-color : #F2F4F5;
}
.diffchar {
	color : red;
}
/**** coloration for c o d e plugin *****/
div.code {
	font-size : 10px;
	padding : 3px;
	border : 1px dashed #CCCCCC;
	background-color : #F4F4F4;
	font-family : monospace;
}
.codelisting {
	font-family : monospace;
	padding : 10px;
	background-color : #FFFFFF;
	margin : 0;
	border : 1px solid #ADACAF;
        overflow: auto;       /* for Netscape, Firefox, Opera */
        overflow-y: auto;     /* for IE */
        overflow-x: hidden;   /* for IE */
}
.codecaption {
	font-size : 10px;
	padding : 0 10px;
	background-color : #FFFFFF;
	position : relative;
	bottom : -5px;
	display : inline;
	border : 1px solid #ADACAF;
	border-bottom : 0;
	margin : 0;
	color : #666666;
	background-color: #E9ECEF;
	font-weight : bold;
	border-radius-topright : 1ex;
	-moz-border-radius-topright : 1ex;
	-khtml-border-radius-topright : 1ex;
}

/******************************************************* IMAGE GALLERIES **********************************************/

TABLE.galtable {
	border-collapse : collapse;
	border : 1px solid #CCCCCC;
	width : 100%;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 97%;
}
html>body .galtable {
	width : 100%;
}
TD.oddthumb {
	background-color : #E7E9EA;
	border : 1px solid #CCCCCC;
	border-collapse : collapse;
	text-align : center;
}
TD.eventhumb {
	background-color : #F7F9FA;
	border : 1px solid #CCCCCC;
	border-collapse : collapse;
	text-align : center;
}
div.thumbnails {
	border : 1px solid white;
	margin : 10px;
}
img.athumb {
	border : 1px solid white;
}
.caption {
	color : black;
}
p.norecords {
	font-weight : bold;
}
div.imagetitle {
	font-weight : bold;
	font-size : 26px;
}
div.gallerylink {
}
div.showimage {
	text-align : center;
	margin : 5px 0;
}
div.imgaldescr {
	margin : 10px;
}
.sorttitle {
	margin-left : 10px;
}
/******************************************************* WEBLOGS **********************************************************/
div.blogtitle {
	color : black;
	font-weight : bold;
	font-size : 26px;
	margin : 0 10px;
}
div.bloginfo {
	font-size : 10px;
	color : #424242;
	margin : 10px;
}
div.blogdesc {
	clear : both;
	margin : 0 10px;
}
div.blogtools {
	background-color: #669612;
	border-top : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	font-size : 10px;
	margin : 10px 0;
	padding : 0 10px;
}
div.posthead {
	color : black;
	overflow : hidden;
	padding : 0 10px;
}
div.posthead td[align=right] {
	vertical-align : bottom;
	margin : 0 10px;
}
span.posthead {
	font-weight : bold;
}
span.posthead small {
	font-size : 9px;
	color : #666666;
	font-weight : normal;
}
.blogt {  }
div.postbody {
	overflow : hidden;
	
	border-bottom : 1px solid #AEAEAE;
	font-size : 12px;
	color : black;
	padding : 10px;
	width : auto;
	line-height: 15px;
}

.postbody-content{
padding:10px;
font-size:13px;
line-height:17px;
}

.comment-author{
width:120px;
padding:10px;background-color:#ddd;
background-image:url(../images/comment.png); background-repeat:no-repeat; background-position:top right;height:100%}

/****************************************************** CMS ***************************************************************/

div.articletitle {
	border-top : 1px solid #46596f;
	clear : both;
}
span.titlea {
	background : #669612;
	border : 1px solid #CCCCCC;
	border-left : 0;
	border-top : 0;
	padding : 0px 20px;
	margin : 3px 0 6px 0;
	font-size : 12px;
	font-weight : bold;
	border-radius-bottomright : 20px;
	-moz-border-radius-bottomright : 20px;
	-khtml-border-radius-bottomright : 20px;
}
span.titleb,
span.titleb:after {
	font-size : 10px;
	color : #666666;
	margin : 5px 20px;
}
div.articleheading {
	margin : 5px 20px 5px 20px;
	clear : both;
}
div.articleheadingtext {
	display : inline;
}
div.articletrailer {
	border-top : 1px solid #669612;
	margin-bottom : 10px;
	clear : both;
}
span.trailer {
}
.articleimage {
	margin-right : 20px;
}
div.articlebody {
	border : 1px solid #AEAEAE;
	border-left : 0;
	border-right : 0;
	background-color : #FFFFFF;
	padding : 20px;
	margin : 10px 0;
	clear : both;
}
.articletopline {
	text-transform : uppercase;
	color : #666666;
	font-size : 80%;
	font-weight : bold;
	margin : 0 20px;
}
.articlesubtitle {
	color : #666666;
	margin : 0 20px;
}
.articlesource {
	padding : 0px 20px;
	margin-bottom : 10px;
	font-style : italic;
}
/******************************************************* CALENDAR **********************************************************/
.day, .day:visited {
	font-weight : normal;
	font-size : 10px;
	color : black;
}
.today {
	font-size : 10px;
	color : black;
}
.nav {
	font-size : 10px;
	color : black;
}
.changedate {
	font-size : 9px;
	color : black;
}
.date {
	font-size : 10px;
	color : black;
	font-weight : bold;
}
/*************************************************** COMMENTS **************************************************************/
#comzone {
	display : none;
	margin : 5px 0px;
	padding : 0;
}
#comzoneopen {
	display : block;
	margin : 5px 0px;
	padding : 0;
}
span.commentstitle {
	font-weight : bold;
	font-size : 12px;
}
.subcomment {
	margin-left: 10px;
}

/************************************************************ CHAT *********************************************************/
table.chatroom {
	border-color : 2px solid #334455;
	width : 100%;
}
td.chatchannels {
	background-color : #669612;
}
td.chatarea {
	padding-left : 0px;
	margin-left : 0px;
	color : black;
	background-color : #FFFFFF;
}
table.chatform {
	border : 1px solid #00639C;
	width : 100%;
	border-top : 0px;
}
td.tdchatform {
	color : Black;
	background-color : #EEEEEE;
}
span.chnormal  {
	color : black;
}
span.chuser {
	color : black;
	font-weight : bold;
}

/********************************************************** POLLS ********************************************************/
div.pollresults {
	margin-top : 5px;
	font-size : 12px;
	padding : 0 5px;
}
table.pollresults {
	width : 100%;
}
td.pollr {
	color : black;
}
#pollopen {
	display : block;
}
#pollzone {
	display : none;
}
#polledit {
	display : none;
}
.pollnav {
}

/***************************************************** FORUMS *****************************************************/
div.forumspagetitle {
}
table.threads {
	width : 100%;
}
td.viewthreadl {
	border : 1px solid #CCCCCC;
	border-collapse : collapse;
	background-color : #EEEEEE;
	height : 10px;
}
td.viewthreadr {
	border : 1px solid #CCCCCC;
	border-collapse : collapse;
	background-color : #EEEEEE;
	height : 10px;
}
td.threadsevenl {
	border : 1px solid #CCCCCC;
	border-collapse : collapse;
	background-color : #EEEEEE;
}
td.threadsevenr {
	border : 1px solid #CCCCCC;
	border-collapse : collapse;
	background-color : #EEEEEE;
}
td.threadsoddl {
	border : 1px solid #CCCCCC;
	border-collapse : collapse;
	background-color : #DDDDDD;
}
td.threadsoddr {
	border : 1px solid #CCCCCC;
	border-collapse : collapse;
	background-color : #DDDDDD;
}
td.threadseparator {
	border : 1px solid #CCCCCC;
	border-collapse : collapse;
	background-color : #EEEEEE;
	height : 5px;
}
#forumpost {
	display : none;
}
#forumpostopen {
	display : block;
}
div.forumtoolbar {
	background-color : #395AAD;
	margin-bottom : 20px;
	border : 0px;
}
td.forumtoolbar {
	color : white;
	font-weight : bold;
	text-decoration : none;
	vertical-align : bottom;
}
.toolbarlink, .toolbarlink:active {
	color : white;
	font-weight : bold;
	text-decoration : none;
}
.toolbarlink:hover {
	color : #00FFFF;
}
.forumvotelink {
	color : black;
}

/************************************************ CATEGORIES **************************************************************/
table.tcategpath {
	margin-bottom : 40px;
	border : 1px solid #d6d6d6;
	width : 100%;
	border-collapse : collapse;
}
td.tdcategpath {
	color : #578308;
	font-weight : bold;
	background-color : #CDE2A7;
	padding : 0 3px;
	margin : 0px;
	border-spacing : 0px;
}
.categpath {
}
table.subcats {
	padding : 20px 0;
	width : 100%;
	border-spacing : 0px;
	margin-bottom : 10px;
	border : 1px solid #46596f;
	background-color : #CDE2A7;
	border-collapse : collapse;
}
td.tdsubcat {
	width : 25%;
	background-color : #CCCCCC;
}
.categlink {
}
table.catobjects {
	width : 100%;
	border-spacing : 0px;
	padding-right : 0px;
	margin-bottom : 10px;
	border : 1px solid #46596f;
	border-collapse : collapse;
}
td.categobjectsnameeven,
td.categobjectsnameodd {
	color : black;
}
td.categobjectsdataeven,
td.categobjectsdataodd {
	background-color : #F7F9FA;
	color : black;
}
.catname {
	color : #46596f;
}
.catblock {
	font-size:12px;
	float:left;
	
	margin-right:25px;
	margin-bottom:5px;
}
.catlists {
	border-top : 1px solid #FFFFFF;
	padding : 1px 6px 1px 6px;
	background-color : transparent;
	color : #666666;
}
.catlists:last-child {
	border-bottom : 1px solid #FFFFFF;
}
.catlists:hover {
	background-color : #DEDEDE;
}
.cattitle {
	color : #000000;
	font-weight : bold;
}
.catlists a.link {
	color : #666666;
	padding : 0px 4px 0px 4px;
	font-size:11px;
	/*border : 1px solid #AAAAAA;
	border-radius : 6px;
	-moz-border-radius : 6px;
	-khtml-border-radius : 6px; */
}
.catlists a.link:hover {
	color : #000000;
}

/***************************************************** FAQS **************************************************************/
div.faqlistquestions {
	background-color : #FFFFFF;
	color : black;
	border : 1px solid #CCCCCC;
	margin-bottom : 20px;
}
div.faqqa {
	background-color : #FFFFFF;
	color : black;
	border : 1px solid #CCCCCC;
	margin-bottom : 20px;
}
div.faqquestion {
	font-weight : bold;
	padding : 2px 12px;
	padding-bottom : 0;
	background-color : #DEE7EC;
}
div.faqanswer {
	padding : 4px 12px;
	padding-top : 0;
}

/***************************************************** QUIZZES **************************************************************/
div.questionblock {
	border : 1px solid #CCCCCC;
	background-color : white;
	padding : 4px;
	margin-bottom : 10px;
}
div.quizquestion {
	margin-bottom : 5px;
}
div.quizoptions {
}
div.quizdescription {
	border : 1px solid #CCCCCC;
	background-color : white;
	margin-bottom : 10px;
}
div.quizanswer {
	border : 1px solid #CCCCCC;
	background-color : white;
	margin-bottom : 10px;
}

/***************************************************** SHOUTBOX **************************************************************/
div.shoutboxmsg {
	border : 1px solid #CCCCCC;
	border-bottom : 0;
	background-color : white;
	margin-bottom : 0px;
	padding : 4px;
	padding-bottom : 1px;
}
div.shoutboxmsg:last {
	border-bottom : 1px solid #CCCCCC;
}
div.shoutboxmodmsg {
	font-size : 10px;
	margin : 0 5px 4px 5px;
	padding-top : 5px;
	padding-bottom : 1px;
}
textarea.tshoutbox{
	background-color : white;
	border : 1px solid #CCCCCC;
	color : #000000;
	font-size : 10px;
	width : 162px;
}
.wiki-table {
	border-color : 1px solid #CCCCCC;
}
.wiki-tr-a td {
	background-color : #DDDDDD;
	border : 0;
}
.wiki-tr-b td {
	background-color : #EEEEEE;
	border : 0;
}

/*************************************************** DIRECTORY ***************************************************/
div.dircategs {
	border : 1px solid #CCCCCC;
	padding : 5px;
}
.dirlink {
	color : black;
}
.dirsublink {
	font-size : 10px;
	color : black;
}
div.dirlistsites {
	background-color : white;
	padding-left : 5px 0 10px 5px;
	border : 1px solid #CCCCCC;
	margin-top : 10px;
}
div.dirsite {
	background-color : #F7F9FA;
	margin : 5px;
}
span.dirsitedesc {
}
span.dirsitetrail {
	font-size : 10px;
}
span.dirsitecats {
}
.dirsitelink {
	color : black;
}
div.dirrelated {
	background-color : White;
	margin-top : 10px;
	border : 1px solid #CCCCCC;
	padding : 5px;
}
td.dirfooter {
	font-size : 9px;
}
div.dirfooter {
	margin-top : 10px;
	border : 1px solid #CCCCCC;
	background-color: #F0F0F0;
}

/*************************************************** MESSAGES ***************************************************/
td.prio1, td.prio2, td.prio3, td.prio4, td.prio5 {
	border : 1px solid #CCCCCC;
	padding-left : 2px;
}
td.prio1 {
	background-color : #F7F9CA;
}
td.prio2 {
	background-color : #F7F9EA;
}
td.prio3 {
	background-color : #F7F9FA;
}
td.prio4 {
	background-color : #F7F9FD;
}
td.prio5 {
	background-color : #F7F9FF;
}
div.messureadflag {
	background-color : #CCCCCC;
	padding-left : 5px;
}
div.messureadhead {
	background-color: #DEDEDE;
	margin-top: 2px;
}
div.messureadbody {
	
	background-color : #DEDEDE;
font-size:14px;
padding : 5px;

}
.readlink {
	font-size : 13px;
	color : black;
}
/********************* trackers  *********************/
.statuson {
	padding : 1px;
	margin : 1px;
	border : 1px inset #666666;
	border-radius : 20px;
	-moz-border-radius : 20px;
	-khtml-border-radius : 20px;
	vertical-align : middle;
	background-color : #BBAA99;
}
.statusoff {
	padding : 1px;
	margin : 2px;
	vertical-align : middle;
}
.categSelectAll {
	font-style: italic;
}
/******************************************** Tiki calendar *********************************************/
#calendar {
	width : 100%;
}
.Cal0, .Cal1, .Cal2 {
	color : #425262;
	font-size : 10px;
	padding-right : 0px;
}
.Cal0:before {
	content : "? ";
}
.Cal1:before {
	content : "+ ";
	background-color : #FFCC77;
}
.Cal2:before {
	content : "X ";
	background-color : #EEEEAA;
}
.caltitle {
	font-weight : bold;
	color : #425262;
}
.calcheckbox {
	background-color : #FFFFFF;
}
.caltoggle {
	font-size : 9px;
	margin-bottom : 7px;
}
.calfocus {
	font-size : 9px;
	background-color : transparent;
}
.calfocus a {
	text-decoration : none;
	font-weight : normal;
	color : #000000;
}
.calfocuson {
	font-size : 9px;
	background-color : #F3E498;
}
.calfocuson a {
	text-decoration : none;
	font-weight : normal;
	color : #000000;
}

.Calwiki, .Calblog, .Calgal, .Calart, .Calforum, .Caldir, .Calfgal,
.Calfaq, .Calquiz, .Caltrack, .Calsurv, .Calnl, .Caleph, .Calchart {
	border-top : 1px dashed #CCCCCC;
	font-size : 10px;
	padding : 0 3px;
	margin-top : 0;
}

.Calwiki a {
	color : #443F39;
	font-weight : normal;
}
.Calwiki:before {
	content : "w";
	font-family:  monospace;
	background-color : #FFFFFF;
}
.Calblog a {
	color : #443F39;
	font-weight : normal;
}
.Calblog:before {
	content : "b";
	font-family : monospace;
	background-color : #FFFFFF;
}
.Calgal a {
	font-weight : normal;
	color : #303F49;
}
.Calgal:before {
	content : "i";
	font-family : monospace;
	background-color : #FFFFFF;
}
.Calart a {
	color: #304F30;
	font-weight: normal;
}
.Calart:before {
	content : "a";
	font-family : monospace;
	background-color : #FFFFFF;
}
.Calforum a {
	color : #304F30;
	font-weight : normal;
}
.Calforum:before {
	content : "o";
	font-family : monospace;
	background-color : #FFFFFF;
}
.Caldir a {
	color : #304F30;
	font-weight : normal;
}
.Caldir:before {
	content : "d";
	font-family : monospace;
	background-color : #FFFFFF;
}
.Calfgal a {
	color : #304F30;
	font-weight : normal;
}
.Calfgal:before {
	content : "f";
	font-family : monospace;
	background-color : #FFFFFF;
}
.Calfaq a {
	color : #304F30;
	font-weight : normal;
}
.Calfaq:before {
	content : "q";
	font-family : monospace;
	background-color : #FFFFFF;
}
.Calquiz a {
	color : #304F30;
	font-weight : normal;
}
.Calquiz:before {
	content : "z";
	font-family : monospace;
	background-color : #FFFFFF;
}
.Caltrack a {
	color : #304F30;
	font-weight : normal;
}
.Caltrack:before {
	content : "t";
	font-family : monospace;
	background-color : #FFFFFF;
}
.Calsurv a {
	color : #304F30;
	font-weight : normal;
}
.Calsurv:before {
	content : "s";
	font-family : monospace;
	background-color : #FFFFFF;
}
.Calnl a {
	color : #304F30;
	font-weight : normal;
}
.Calnl:before {
	content : "n";
	font-family : monospace;
	background-color : #FFFFFF;
}
.Caleph a {
	color : #304F30;
	font-weight : normal;
}
.Caleph:before {
	content : "e";
	font-family : monospace;
	background-color : #FFFFFF;
}
.Calchart a {
	color : #304F30;
	font-weight : normal;
}
.Calchart:before {
	content : "c";
	font-family : monospace;
	background-color : #FFFFFF;
}
.calweb {
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
	padding-left : 3px;
	padding-right : 3px;
	color : #336699;
}
.calweb:hover {
	color : #996633;
}
#calprio {
	margin-left : 7px;
	padding : 0 5px;
	color : black;
}
.calprio1 {
	background-color : #DAE0E0;
}
.calprio2 {
	background-color : #DADCDC;
}
.calprio3 {
	background-color : #DAD0D0;
}
.calprio4 {
	background-color : #DACACA;
}
.calprio5 {
	background-color : #DAC0D0;
}
.calprio6 {
	background-color : #DABABA;
}
.calprio7 {
	background-color : #DAB0B0;
}
.calprio8 {
	background-color : #DAAAAA;
}
.calprio9 {
	background-color : #DA9A9A;
}
.calprio1 a, .calprio2 a, .calprio3 a, .calprio4 a, .calprio5 a,
.calprio6 a, .calprio7 a, .calprio8 a, .calprio9 a {
	color : #000000;
	font-weight : normal;
}
div.tabrow {
	margin-left : 29px;
	background-color : #EEEEEE;
	border : 1px solid #787878;
	border-bottom : 0;
	font-size : 11px;
}
td.middle {
	vertical-align : middle;
}
.daterow {
	background-color : #fff;
	border : 1px solid #999;
	padding : 0 5px;
}
.daterow:hover {
	background-color : #ddd;
	cursor : pointer;
}
.mininotes {
	font-size : 9px;
	color : #666666;
}
.opaque {
	background-color: #FFFFFF;
	width : auto;
	border : 1px solid #666666;
	border-radius : 10px;
	-moz-border-radius : 10px;
	-khtml-border-radius : 10px;
	padding : 5px;
}
.opaque .box-title,
.opaque .box-data {
	width: auto;
}

.calcontent {
	min-height: 60px;
	height: auto !important;
	height: 60px;
}

.viewmodeon {
	padding : 0px;
}
.viewmodeoff {
	padding-left : 0px;
}
a.viewmodeon img {
	margin : 0;
	padding : 0;
}
a.viewmodeoff img {
	margin : 0;
	padding : 0;
}
#caltable {
}
/*************************** user menu ***************/
.option {
}
.optionline {
	border-top : 1px dashed #CCCCCC;
	margin-top : 2px;
	padding-top : 2px;
}
/*************************** other misc styles ***************/
div.tree {
	text-align : left;
	padding-left : 1.5em;
}
div.tree#top {
	border : 1px outset #46596f;
	padding : 10px;
}
/* TikiIntegrator: By default copy rules dialog not shown */
div#rules-copy-panel {
	displayi : none;
}
/* JsCalendar wrapper */
#datrigger {
	border : 1px outset #666666;
	padding : 1px 3px 1px 5px;
	margin : 2px;
	cursor : pointer;
	font-weight : bold;
}
.calendar {
	z-index : 200;
}
table.commentinfo {
	width : 100%;
	background-color: #FFF7E6;
}
div#loadstats, 
div#power {
	font-size: 80%;
	color : #666666;
	padding : 5px;
}

/* phplayers style */
.horbaritem {
	padding-right:10px;
}



.horbaritem a,
.horbaritem a:visited,
.horbaritem a:hover {
	
	background-repeat:no-repeat;
text-decoration:none;
display:block;
height:29px;
padding:0px 0px 0px 11px;
background-image:url(../images/buttonLeft.png);
float:left;
	
}

.horboritem{
 padding-left:30px;
 background-color:#CC9933;

}
.box-data table {
	width : 100%;
	_width : 95%;
}
.mdkverbar  {
	margin : 0px;
	
}

.mdkverbar .mdkitem a{
color:#000000;
}

.mdksubmenu {
	z-index : 999;
	position : absolute;
	left : 0;
	top : 0;
	background-color : #000000;
	visibility : hidden;
	
	
}

html>body .mdksubmenu {
	z-index : 999;
	position : absolute;
	left : 0;
	top : 0;
	background-color : #000000;
	visibility : hidden;
	margin-top:28px;
	
	
}

.mdksubmenu table {
	width : auto;
}
.mdksubframe  {
	position : relative;
	display : block;
	border : 1px solid #d6d6d6;
	
}
.mdkitem {
	border-bottom : 1px solid #DEDEDE;
	position : relative;
	text-align : left;
	white-space : nowrap;
	background-image:none;
		padding-top:3px;
	padding-bottom:3px;
}
.mdkitem a  {
	padding : 2px 5px;
	position : relative;
	display : block;
	text-decoration: none;
	font-size: 12px;
	background-image:none;
	color:#FFFFFF;


	
	font-weight:normal;

}
.mdkitem a:visited  {
}
.mdkitem a:hover  {
	background-color : #669612;
	color:#FFFFFF;
}
.mdkitem a:active {
	color : #993300;
}
.mdkitem .mdkfwdarr {
	position : absolute;
	top : 5px;
	right : 12px;
}

/* Tree menu (also on Browse Categories */
.treemenudiv {
	display: block;
	white-space: nowrap;
}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	color: black;
	text-decoration: none;
	font-size: 10px;	
	font-weight: normal;
	
}

a.phplm:hover {
	color: black;
	font-size: 10px;
	text-decoration: none;
	background-color : #E9ECEF;
	font-weight: normal;
}

a.phplm:active {
	color: #ff0000;
}

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background:   #eeeeee;
	font-weight: normal;
}

a.phplmselected:hover {
	text-decoration:   none;
	background-color : #E9ECEF;
	font-weight: normal;
}

/* toc */
.toc {
margin:0px;
}



.toc li {
	margin-top : 3px;
	margin-right : 10px;
	margin-left:2px;
	
	
}

.toc li .link{
	font-size:14px;
	font-weight:bold;
	line-height:22px;}

.toc li ul li .link {
	line-height:22px;
	font-size:13px;
	font-weight:normal;
	
}

.tocnav {
	background-color : #EEEEEE;
	margin-bottom : 16px;
}
.tocnav table {
	width : 100%;
	background-color : #FFFFFF;
}
.tocnav a {
	font-size : 10px;
	color : #424242;
}
.fancytoclevel {
        list-style-image: url(../img/icons/footprint.gif);
}
#clear {
	clear : both;
}
/***************** tiki tabs ***************/
.tabs {
	padding : 1px 5px;
}
.tabmark {
	display : inline;
	font-size : 10px;
	background-color : #DDDDDD;
	border : 1px solid #666666;
	margin : 0px;
	margin-right : 5px;
	padding: 2px 0;
	border-radius : 5px 5px 0 0;
	-moz-border-radius : 5px 5px 0 0;
	-khtml-border-radius : 5px 5px 0 0;
}
.tabmark a {
	border-radius : 5px 5px 0 0;
	-moz-border-radius : 5px 5px 0 0;
	-khtml-border-radius : 5px 5px 0 0;
	border-bottom : 0;
	color : #666666;
	font-weight : bold;
	padding : 1px 5px;
}
.tabmark a:active {
	background-color : white;
	color : red;
}
.tabmark a:hover {
	color : black;
	background-color : #CCCCCC;
}
.tabcontent {
	z-index : 200;
	position : relative;
	border : 1px solid #999999;
	padding: 6px 2px 2px 2px;
	margin: 5px;
	margin-top : 0;
	background-color : #EEEEEE;
	border-radius : 0px 4px 4px 4px;
	-moz-border-radius : 0px 4px 4px 4px;
	-khtml-border-radius : 0px 4px 4px 4px;
	_width: 100%;
}

/*********************** Version Plugin Style **********************/
.versions {
	border-top : 1px dashed #999999;
	border-bottom : 1px dashed #999999;
	min-height : 142px;
}
.versionav,
.versionav:after {
	display : inline;
	float : right;
	border-left : 1px dashed #999999;
}
.versionav .button2 {
	display : block;
	border : 0;
	border-bottom : 1px dashed #999999;
	background-color : none;
}
.versionav .button2 .linkbut {
	border : 0;
	background-color : inherit;
	padding : 0 10px;
	text-transform:capitalize;
       
	
}
.versionav .highlight {
	background-color : #CCCCCC;
	font-weight : bold;
}
.versiontitle,
.versiontitle:after {
	font-weight : bold;
	border-bottom : 1px dashed #999999;
	border-left : 1px dashed #999999;
	padding : 2px 30px;
	float : right;
}

/**** coloration for QUOTE plugin *****/
.quoteheader {
margin: 10px 5px 0px 5px;
padding: 4px;
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #A9B8C2;
color: black;
font-weight: bold;
background-color: #A9B8C2;
font-size: 8pt;
}
.quotebody {
margin: 0px 5px 10px 5px;
padding: 5px;
border-color: #A9B8C2;
border-width: 0px 1px 1px 1px;
border-style: solid;
color: black;
background-color: #edeeef;
}

/* TikiSheet Default Style {{{1 */
table.default	thead	td,	table.default	tfoot	td
{
	font-weight:		bold;
	text-align:			center;
	background-color: #669612;
}

table.default	td
{
	border-style:		solid;
	border-width:		1px;
	border-color:		#CCCCCC;
	background-color: #FFFFFF;
}
/* }}}1 */

/*** style for 'advanced feature' divs ***/
.advanced {
  margin: 20px;
  padding: 5px;
  border-color: #A9B8C2;
  border-width: 1px;
  border-style: solid;
  background-color: #dee7ec;
}

.advanced:before { content:url(../img/icons/mini_blue_diamond.gif) " "; }

/* end of css file */


.wrapper{
width:1000px;
margin:auto;
text-align:center;
min-width:1000px;

}
.header{
min-width:1000px;

}

.topRow{
height:35px;
width:100%;
padding:0px;
min-width:980px;
background-repeat:repeat-x;
}
.topLeft{
height:35px;
width:25px;
background-repeat:no-repeat;
background-image:url(../images/header-top-left.png);
float:left;
}
.topRight{
height:35px;
width:25px;
background-repeat:no-repeat;
background-image:url(../images/header-top-right.png);
float:left;
}
.topCentral{
height:35px;
width:94%;
background-repeat:repeat-x;
background-image:url(../images/headerCentral.png);
float:left;
color:#A4A4A4;
font-size:13px;
padding:6px 0 6px 0;
}
.topCentral form{
float:left;
display:block;
}

.topCentral input[type=submit]{

font-size:10px;
padding:2px;
-moz-border-radius : 0px;
-khtml-border-radius : 0px;	
margin:0px;

}

.topCentral input[type=text]{

font-size:10px;
padding:0px;

margin:0px;

}



.searchButton{
 padding:1px;
 background-color:#494949;
 border:#5e7338 1px solid;
 font-size:11px;
 width:41px;
 height:18px;
 min-height:16px;
 margin-left:4px;
 color:#a4a4a4;
}

.firstInput{
width:135px;
 height:15px;
 min-height:15px;
 color:#bcbcbc;
 border:none;
background-color:#494949;
}

.secondInput{
height:15px;
font-size:13px;
color:#bcbcbc;
min-height:15px;
border:none;
background-color:#494949;
width:90px;
}

.upperMenu{
text-transform:uppercase;
font-weight:bold;
font-size:13px;
float:right;
}
.upperMenu a:link,.upperMenu a:visited,.upperMenu a:active{
margin:5px;
font-weight:bold;
font-size:11px;
color:#a4a4a4;
text-decoration:none;
}
.upperMenu a:hover{
color:#5e7338;
margin:5px;
}
.middleHeader{
height:74px;
width:100%;
padding:0px 0px 11px 0px;
float:left;
min-width:904px;
}
.wikilogo{
width:72.5%;
height:63px;
float:left;
padding-top:3px;
}
.wikiLeft{
width:20px;
height:63px;
background-image:url(../images/wikiLeft.png);
background-repeat:no-repeat;
float:left;
}
.wikiCenter{
	height:63px;
	color:#787878;
	width:680px;
	
	
	float:left;
	background-image:url(../images/wikiCenter.png);
	font-size:10px;
	
	text-align:left;
}

.wikiCenterwrap{
margin-top:10px;

}



.wikiCenter h1{
   color:#999999;
   font-size:16px;
   
  
}


.wikilogo a{
font-weight:normal;
font-size:10px;
text-align:left;

}
.wikiRight{
width:20px;
height:63px;
background-image:url(../images/wikiRight.png);
float:left;
background-repeat:no-repeat;
}
.logo{
float:right;
margin-top:0px;
margin-right:1.1%;
padding-right:10px;

height:69px;
}
.wikiImage{
width:26px;
height:36px;
background-image:url(../images/wikiLogo.png);
float:left;
background-position:5px left;
background-repeat:no-repeat;

}
.wikiCenter h1{
	display:block;
	margin:0px;
	
	font-size:14px;
	float:left;
	font-weight:bold;
	
	padding-left:5px;
}

.createButton{
	display:block;
	float:left;
	background-image:url(../images/button.gif);
	width:34px;
	margin-left:2px;
	background-position:bottom;
	height:34px;
}
.wikipagefield{
	width:60%;
	float:left;
	height:32px;
	margin-top:4px;
	margin-left:5px;
	padding:3px 0px 0px 0px;
	background-color:#f5f5f5;
	border:#cdcdcd solid 1px;
	color:#bbbbbb;
		padding-left:5px;
	font-weight:bold;
	font-size:18px;
	background-image:none
}

.wikiCenter input[type=text]
{

font-size:18px;}

.wikipagefieldovr,.wikiCenter input[type=text]:focus {
	width:60%;
	float:left;
	height:32px;
	margin-top:4px;
	margin-left:5px;
	padding:3px 0px 0px 0px;
	background-color:#79AA23;
	border:#aaaaaa solid 1px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	padding-left:5px;
	background-image:none
	
}


.wikicenterlinks{
	float:right;
	padding:3px 3px 3px 3px;
	font-size:10px;
}
.wikiCenter div a:link,.wikiCenter div a:visited,.wikiCenter div a:active{
	margin:3px;
	color:#787878;
	display:inline;
}
.wikiCenter div a:hover{
	margin:3px;
	color:#787878;
	text-decoration:none;
	display:inline;
}
.clear{
clear:both;
}
.buttons{
color:#CCCCCC;
height:29px;

background-color:#e3e3e3;
width:99%;
min-width:895px;
border-bottom:1px solid  #cccccc;
text-align:left;
}
.buttons a:link,.buttons a:link,.buttons a:active,.buttons a:visited{
background-repeat:no-repeat;
text-decoration:none;
display:block;
height:29px;
padding:0px 0px 0px 11px;
background-image:url(../images/buttonLeft.png);
float:left;
}
.buttons a:hover{
background-repeat:no-repeat;
text-decoration:none;
display:block;
height:29px;
padding:0px 0px 0px 11px;
background-image:url(../images/buttonLeftH.png);
float:left;
}
.buttons a:hover div{
font-size:0px;
width:11px;
height:29px;
background-repeat:no-repeat;
background-image:url(../images/buttonRightH.png);
float:left;
}
.buttons a div{
font-size:0px;
width:11px;
height:29px;
background-repeat:no-repeat;
background-image:url(../images/buttonRight.png);
float:left;
}
.buttons a span{
display:block;
float:left;
color:#CCCCCC;
text-transform:uppercase;
background-image:url(../images/buttonCenter.png);
background-repeat:repeat-x;
height:21px;
font-size:14px;
line-height:19px;
padding:8px 0px 2px 0px;
}
.buttons a:hover span{
display:block;
float:left;
color:#212121;
background-image:url(../images/buttonCenterH.png);
height:21px;
padding:8px 0px 2px 0px;
}
.mainBody{
float:left;

width:100%;
}
.mainWhite{
	
	
	
	color:#333;
	background-color:#FFFFFF;
	background-image:url(../images/lowerWhitepattern.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 0px;
	
}

.upperLeftWhite{
background-image:url(../images/upperleftWhite.gif);
width:21px;
height:21px;
float:left;
background-repeat:no-repeat;
}
.upperCenterWhite{
background-image:url(../images/upperWhite1.gif);
width:93.15%;
height:21px;
background-repeat:repeat-x;
float:left;
}
.upperRightWhite{
background-image:url(../images/upperRightWhite.gif);
width:21px;
height:21px;
float:right;
background-repeat:no-repeat;
}
.bottomLeftWhite{
background-image:url(../images/bottomleftWhite.gif);
width:21px;
height:21px;
float:left;
background-repeat:no-repeat;
}
.bottomCenterWhite{
background-image:url(../images/lowerWhite.gif);
width:93.15%;
height:21px;
background-repeat:repeat-x;
float:left;
}
.bottomRightWhite{
background-image:url(../images/bottomRightWhite.gif);
width:21px;
height:21px;
float:right;
background-repeat:no-repeat;
}
.bottomWhite{
background-repeat:no-repeat;
width:100%;
height:21px;
}
.centerWhite{

width:94.55%;
background-image:url(../images/shadeInWhite.gif);
background-repeat:repeat-x;
background-position:bottom left;
padding:0px 16px;
}
.upperWhite{
background-image:url(../images/upperWhite1.gif);
background-repeat:repeat-x;
width:100%;
height:21px;
}
.pageTitle{
	font-size:30px;
	color::#669612;
	margin:0px;
}

.rightCol{
	margin:41px 1% 0px 0px;
	width:230px;
	float:right;
}
.sideBlocks{
	margin:0px 0px 16px 0px;
	font-size:0px;
	
	float:left;
}
.upperGreenBox{
	background-image:url(../images/upperCornersGreenBlock.gif);
	background-repeat:no-repeat;
	width:230px;
	height:10px;
	font-size:0px;
}
.centerGreenBox{
	background-image:url(../images/centerSliceGreenBlock.gif);
	background-repeat:repeat-x;
	width:230px;
	height:218px; 	
	font-size:12px;
}
.centerGreenBox hr{
border:1px inset;
background-color:#003300;
height:1px;

}
.centerGreenBox form{
margin:16px 0 24px 8px;
}
.centerGreenBox form table tr{
height:28px;
}
.centerGreenBox span{
font-weight:bold;
padding:0px;
margin-left:30px;
}
.centerGreenBox span a:link,.centerGreenBox span a:visited,.centerGreenBox span a:active{
font-weight:bold;
text-decoration:none;
color:#0033CC;
}
.centerGreenBox span a:hover{
font-weight:bold;
text-decoration:underline;
color:#0033CC;
}
.centerGreenBox form label{
	margin:4px;
	font-weight:bold;
	color:#ededed;
}


.centerGreenBox form input[type=text],.centerGreenBox form input[type=password]{
width:130px;
font-size:17px;
}

.centerGreenBox h3{
	color:#efefef;
	margin:12px;
}
.centerGreenBox form input[type=submit]{
	float:right; 
	background-color:#333333;
	text-transform:uppercase;
	border:#CCCCCC 1px solid;
	color:#FFFFFF;
}
.bottomGreenBox{
	background-image:url(../images/bottomCornersGreenBlock.gif);
	background-repeat:no-repeat;
	width:230px;
	height:10px;
	font-size:0px;
}
.greenBoxHeading{
	text-transform:uppercase;
	color:#e0e0e0;
	padding:0 18px;
	margin:0px 6px;
	font-size:14px;
	background-image:url(../images/dot.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-weight:bold;
}
.upperGrayBox{
	background-image:url(../images/upperCornerSideBlock.gif);
	background-repeat:no-repeat;
	width:230px;
	height:10px;
	font-size:0px;
}
.centerGrayBox{
	background-image:url(../images/colbackbig.gif);
	background-repeat:repeat-x;
	width:230px;
    background-color:#e8e8e8;
	font-size:0px;
	background-position:bottom left;
	
}
.bottomGrayBox{
	background-image:url(../images/bottomCornerSideBlock.gif);
	background-repeat:no-repeat;
	width:230px;
	height:10px;
	font-size:0px;
}
.boxHeading{
height:22px;
background-image:url(../images/colmenuback1.gif);
width:230px;
	
}
.boxHeading h3{
text-transform:uppercase;
	color:#000;
	margin:0px 6px;
	padding:0px 18px;
	font-size:13px;
	background-image:url(../images/dot.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif
}

.myTikiMenus{
font-size:13px;
color:#545454;
margin:17px 2px 5px 14px;
width:208px;
}
.myTikiMenus a:link,.myTikiMenus a:visited,.myTikiMenus a:active{
	display:block;
	color:#545454;
	font-size:13px;
	text-decoration:none;
	margin:0px 0px 0px 0px ;
	padding:3px 5px;
	border-bottom:#dddddd 1px solid;
} 

.myTikiMenus a:hover{
	display:block;
	background-color:#C4C4C4;
	color:#545454;
	padding:3px 5px;
	font-size:13px;
}
.footer{
width:100%;
height:116px;
float:left;
margin:100px auto 0 auto;
background-image:url(../images/top-big-background2.gif);
        font-size:12px;


background-repeat:repeat-x;
padding:15px 0 30px 0;
text-align:center;

font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
.footer div a:link,.footer a:visited,.footer a:active{
font-weight:bold;
color:#000000;
}

.footer a:hover{

}

.copyright{
color:#131313;
}
.feedBack{
color:#333333;
}
.poweredBy{
color:#666666;
}
.lastLine{
color:#010101;
}

.controller{
width:980px;
}

 img, div, span { behavior: url(iepngfix.htc) }
 
 .icons a img{
 padding-left:5px;
 }

p{

padding-bottom:3px;}

.pagenums
{
font-size:13px;}

.searchdata
{
font-size:14px;




}

.searchdata:hover{

background-color:#ccc;
}

.smlinfotxt{
font-size:11px;
color:#333;}

.smlinfotxtblk{
font-size:11px;
color:#000;}

.clearfix{
clear:both}

.marg10{
padding-top:20px;}

.even:hover , .odd:hover{
color:#FFFFFF;
background-color:#669612}

.threecols{
float:left;
width:33%;
border-bottom:solid 1px #ccc;

padding-bottom:5px;
padding-top:10px;}

.threecols:hover{
background-color:#D8F4A8;
}

.picbor{
border:5px #ccc solid;
margin-top:5px;
margin-bottom:10px;}

.divbor{
background-color:#cadae0;
padding:5px;
margin-bottom:1px;}
