/* 
 * The News theme for Tiki CMS/Groupware -- uses the layout methods of litecss,
 * source ordered layout solution by luci (http://sourceforge.net/projects/litecss).
 * For more information, please visit http://themes.tikiwiki.org or http://zukakakina.com.
 * Released under LPGL license. */
 
 @import "lite/lite.css"; /* here we import *lite as the base */

/***** XHTML Elements ******/
body {
	background: white;
	color: #000;
	font: 72% Georgia, serif;
	text-align: center;
}

*:first-child+html body {
	font-size: 75% !important;
}

html>body {
	font-size: 12px;
	text-align: left;
}

/* workaround for Safari when in FCKEditor */
html[dir=ltr]>body {
	display: block;
	margin: 1em .5em;
}

body.fullscreen {}

a, a:link,
a:visited {
	color: #005faa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

caption {
	
}

div {}

h1, h2, h3, h4, h5 {
	color: black;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
}

hr {
	width: 100%;
	height: 1px;
	background: #aaa;
	border-width: 0px;
	padding: 0px;
	color: #aaa;
}

img {	border: 0;}

.wikitext img {}
legend {color: #000}

fieldset {
	border: solid 1px #A9A9A9;
	margin-bottom: 2px;
	padding: 0.3em;
}
#col2 fieldset { width: 100px }

form {
	margin: 0;
	padding: 0;
}

button {
	
}

button:hover {
	cursor: pointer;
}

button,
input,
label,
textarea,
option,
select {
	margin: 1px;
	vertical-align: middle;
}

/* IE */
* html .wikitopline select {font-size: .9em;}

input[type=checkbox],
input[type=radio] {
	border: 0;
	vertical-align: middle !important;
}

input[type=text],
input[type=password] {

}

/* all button variations */
input.button,
button,
.button input,
.button,
input.wikiaction,
.calbuttonBox {
	border: solid 1px #aaa; 
	background: #fbfbfb;
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

/* styles by type separated from the above because IE6 doesn't like multiple class specifications with bracket selectors together */
input[type=submit],
input[type=reset] {
	border: solid 1px #aaa; 
	background: #fbfbfb;
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em}

/* hovered buttons */
input.button:hover,
button:hover,
input[type=submit]:hover,
.button input:hover,
.button:hover,
.calbuttonBox a:hover {
	cursor: pointer;
	background: #E6E6F8;
}

span.button,
.calbuttonBox {
	display: inline-block;
	margin: 1px 2px;
	padding: 2px}

span.button a,
.calbuttonBox a {
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif}

span.button a:hover,
.calbuttonBox a:hover {text-decoration: none}

#col2 input[type=text] {width: 95%}

input[type=checkbox] {border: 0}

* html .findtable input {font-size: 1em}
.findtable ul {list-style-type: none}

form.admin input[name="features"] {
	margin-bottom: 3px !important;
}

/* look of admin form fieldsets when tabs are off */

form.admin {padding: 3px}

form.admin fieldset {border: solid 1px #8CACBB; margin: 0px; margin-bottom: 3px;}

form.admin legend.heading {
	background-color: transparent;
	border: none;
	line-height: 2em;
	margin-top: -2px;
	padding-left: 0px; padding-right: 0px;
	}

form.admin legend.heading a {
	background-color: #8CACBB;
	display: block;
	top: -1em;
	margin-top: 2px;
	padding: 1px 1px 0;
	position: relative;
	text-decoration: none;
}
form.admin legend.heading a:hover {
	background-color: #ACBB8C;
	padding: 1px 0px 0;
}
form.admin legend.heading a span {
	background-color: #EBEBEB;
	display: block;
	font-size: 1em;
	line-height: 2em;
	padding: 0 1em;
}
form.admin legend.heading a:hover span {
	line-height: 1.9em;
	margin-top: 0.1em; border-left: solid 1px #8CACBB; border-right: solid 1px #8CACBB;
}


select {
}

select[multiple] {
	height: 10em;
}

select[name="theme"] {width: 160px}
#col2 select[name="theme"] {width: 100px}

small {
	font-size: .9em;
}

label {
	cursor: pointer;
}


/***** Pasic Page Layout 
	Including Site Header *****/

ul.jumplinks {
	font-size : 0.8em;
	list-style-type : none;
}

ul.jumplinks a:focus, ul.jumplinks a:active {
	position: absolute;
	top: 9010px;
	left: 9010px;
	background-color: #339999; 
	color: #fff;
	padding: 5px;
	font-weight: bold;
	border: 2px solid #000;
	width: 6em;
	z-index: 9;
}

#main {
	font-size: 1em;
}

#tiki-clean {
	text-align: left;
	padding: 1em;
}

#fullscreenbutton {
	position: absolute;
	top: 2px;
	right: 10px;
	z-index: 10;
	font-size:80%;
	background: #F4F4F4;
	border: 1px solid #D3D3D3;
}

#fullscreenbutton:hover {}

/* #Header */
#header {
	text-align: left;
}

.floatleft #sitetitle,
.floatleft #sitesubtitle {padding-left: 20px}

#sitetitle {font-size: 2.4em}
#sitesubtitle {font-size: 1.6em}

#sitetitle a,
#sitetitle a:link,
#sitetitle a:visited {color: #000}

#header-top {position: relative}
* html #header-top {height: 1%}

/* Look & Feel options */
#siteheader {
	text-align: left;
	background: transparent;
	vertical-align: middle;
	padding-top: 26px;
	margin: 0}

div#sioptions {padding: 1em}

#sioptionscentered {
	text-align: center;
}

div.floatright {
	float: right;
	clear: none;
}

div.floatleft {
	float: left;
	clear: none;
}

div#sitelogo {
	margin: auto}

div#sitead {
	margin: auto;
	clear: none}

#sitead.floatright {
	padding-right: 100px;
}

#sitead.floatleft {
	padding-left: 100px;
}

#sioptionscentered #sitead.floatleft {
	padding-left: 10px}
#bannertopright {padding-right: 1em}
#sitelocbar {
	float: left;
	padding: 2px 2px 3px 10px;
}

#siteloginbar {
	text-align: right;
	position: absolute;
	bottom: 3px;
	right: 10px;
	font-size: 1em}

#siteloginbar * {margin: .2em}

 #siteloginbar.logged-in {
	bottom: 3px;
}

/* tiki-top_bar.tpl - menu and search */

#tiki-top {
	background: #F4F4F4;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

#tiki-top a {}

#sitesearchbar {
	float: right;
	padding: 0 4px 0 0;
	text-align: right;
	display: block;
	margin: 0;
}

/* Middle */

#middle {
	margin-top: 1em;
}

#c1c2 {
	text-align: left;
	font-size: 1em;
}

#c1c2 #wrapper {
	
}

.fullscreen #col1 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

#c1c2 #wrapper .marginleft {
	margin-left: 214px}

* html #c1c2 #wrapper .marginleft {
	margin-left: 216px}


#c1c2 #wrapper .marginright {
	margin-right: 214px;
}

div#showhide_columns,
#tiki-columns {
	border-top: 1px solid #aaa;
	padding: 2px 2px 0 2px;
}
a.flip,
a.flip:visited {
	font-size: 80%;
	color: #ADBAC3;
}

a.flip:hover {
	color: #505050;
	text-decoration: none;
}

a.flip img {
	display: none;
}

.tellafriend {
	margin-right: 2px;
	font-size: 80%;
	text-align:right
}
.tellafriend a {
	color: #ADBAC3;
	text-decoration: none;
}
.tellafriend a:hover {
	color: #505050;
	text-decoration: none;
}

.fullscreen .tellafriend {
	margin-right: 100px;
	margin-top: 2px;
}

#c1c2 #wrapper #col1 {}
#c1c2 #wrapper #col1 > .content {
	border-top: 1px solid #aaa;
	padding-top: .8em;
}

/* Also is .content */
#tiki-center {
	border: 1px solid #aaa;
	margin-left: -1px;
	margin-right: -1px;
	padding: .8em;
}
/* give every div in #tiki-center some padding */
#tiki-center div {
	padding: 3px 2px;
}
/* little margin for all images in #tiki-center */
#tiki-center img {
	margin: 1px;
}
/* do not apply it on phplm tree in categories */
#tiki-center .phplmnormal div {
	padding: 0;
}
#tiki-center .phplmnormal img {
	margin: 0;
}

/* IE */
* html #tiki-center {
	font-size: 1em;
}

#c1c2 #col2 {
	width: 214px;
	overflow: visible;
}

#c1c2 #col2 .content {
	border: 1px solid #aaa;
	/*border-bottom: 0;*/
	margin-left: 9px;
}

#col3 {
	margin-left: -214px;
	width: 214px;
	text-align: left;
	font-size: 1em;
}

#col3 .content {
	margin: 0;
	padding-right: 9px;
	border: 1px solid #aaa;
	/*border-bottom: 0;*/
	margin-right: 9px;
	font-size: 1.13em;
}

#footer {
 	text-align: center;
 	font-size: .9em;
	border-top: 1px solid #999999;
	position: relative;
	top: -1px;
 }

#footer .content {
	padding: 1em;
}
 
#footer a:link,
#footer a:visited {

}

#footer a:hover {

}

#power {font-size: 90%}
#credits {display: inline}

.footerbgtrap {}

/* end layout divs, etc. */

/*** Error page ***/
/* Not needed on non-error pages, right? */

div#tiki-main #tikimidtbl {
	margin: auto;
	width: auto}
div#tiki-bot {}

/** Border boxes (if any) **/
	
/****** Menus ******/

.horbar {float: left} 

.horbar table {
	width: auto;
	text-align: left;
}

/* Text in the top level (visible by default) of the menu */
.horbaritem a {
	padding: 6px 6px;
	text-decoration: none;
	font: .9em Verdana, Helvetica, Arial, Sans-Serif;
	display: block;
	border-right: 1px solid #aaa;
}

.horbaritem a:hover {
	background-color: #fff;
	text-decoration: none;
} 

.horbaritem a:visited {
	
} 
.horbaritem img {vertical-align: middle;}

/* IE */
* html .horbaritem a,
* html .mdkitem a {
	font-size: 1em}

.mdkverbar {
	
} 

/* contains mdksubframe div */
.mdksubmenu {
	z-index: 999;
	position: absolute;
	left: 0;
	background-color: transparent;
	visibility: hidden;
}

.mdksubmenu table {
	width: auto;
} 

.mdksubframe {
	z-index: 1000;
	position: relative;
	left: -1px;
	top: 1px;
	background-color: #fff;
	display: block;
	border: 1px solid #D3D3D3;
	border-top: none;
} 

/* Menu items in drop down frame */
.mdkitem {
	border-top: 1px solid #DEDEDE;
	position: relative;
	text-align: left;
	white-space: nowrap;
} 

.mdkitem .mdkfwdarr {
	position: absolute;
	top: 5px;
	right: 12px;
} 

.mdkitem a {
	padding: 2px 5px;
	position: relative;
	display: block;
	font-weight: normal;
	font-size: .9em;
} 

.mdkitem a:link {
	font-weight: normal;
	text-decoration: none;
} 

.mdkitem a:visited {
	text-decoration: none;
} 

.mdkitem a:hover {
	/*color: #993300;*/
	text-decoration: none;
} 

.mdkitem a:active {} 
 
/* Tree menu (also on Browse Categories */
.treemenudiv {
	display: block;
	white-space: nowrap;
	background: #fff}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	font-family: Georgia, serif;;
	color: #005faa;
	text-decoration: none;
	font-weight: normal;
}

a.phplm:visited {
	color: #005faa;
}

a.phplm:hover {
	color: #005faa;
	text-decoration: underline;
	background: none;
}

a.phplm:active {
	color: #005faa;
	font-weight: normal;
}

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	font: 100% Georgia, serif;;
	color: #005faa;
	text-decoration: none;
	font-weight: normal;
	background: none;
	font-style: italic;
}

a.phplmselected:hover {
	color: #005faa;
	text-decoration: underline;
}

/* cssmenus.css overrides (page controls and menus) */
.cssmenu_vert,
.cssmenu_vert ul,
.cssmenu li,
.cssmenu_horiz ul li,
.cssmenu_vert li,
.cssmenu li ul,
.cssmenu_vert li ul,
.cssmenu_horiz li ul {
	width: 11em;
	background: #fff}

[class].cssmenu_horiz li ul {
	width: auto;
	min-width: 11em;
}

* html div.box-CSS_menu ul {margin-left: 0}

#col2 .cssmenu_vert,
#col2 .cssmenu_vert li {
	width: 180px;
	padding: 0 !important}

#col2 .cssmenu_vert ul,
#col2 .cssmenu_vert li ul li {width: 11em}

.cssmenu li ul,
.cssmenu_horiz li ul,
.cssmenu_vert li ul {border: 1px solid #D3D3D3}

.cssmenu_vert li ul,
.cssmenu_vert li.sfhover ul {margin-top: -1.3em}

.cssmenu_vert li ul {margin-left: 11em}
#col2 .cssmenu_vert li ul {margin-left: 175px}
#col2 .cssmenu_vert li ul li ul {margin-left: 11em}
.cssmenu_horiz li ul ul {margin: -1em 0 0 11em}

* html #col2 .cssmenu_vert,
* html #col2 .cssmenu_vert li {
	margin-left: 0;
	padding-left: 0;
	width: 160px}
	
* html #col2 .cssmenu_vert li ul {margin-left: 160px}

*:first-child+html #col2 .cssmenu_vert {margin-left: 0}

.cssmenu a,	
.cssmenu_horiz a,
.cssmenu_vert a {
	text-decoration: none;
	display: block;
	/*line-height: 1.8em;*/
	padding: 5px 6px}
	
.cssmenu a:hover,	
.cssmenu_horiz a:hover,
.cssmenu_vert a:hover {text-decoration: underline}

#tiki-top > .cssmenu_horiz {
	border-left: 1px solid #aaa}

#tiki-top .cssmenu_horiz {
	float: left;
	margin-left: 11px;
	font: .9em Verdana, Helvetica, Arial, Sans-Serif}

#tiki-top > .cssmenu_horiz > li > a {
	border-right: 1px solid #aaa;
	padding: 8px 1em}
	
#tiki-top > .cssmenu_horiz > li.menuSection > a {padding-right: 2.6em}
	
.sf-sub-indicator {
	background: url(thenews/arrows-005faa.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only; */}


/** Links in other menus **/
div.separator,
div.separatorline {}
.separator a:link,
.separator a:visited,
.separator a:hover {}
div.option a.linkmenu:hover {}
a.separator img {}
/* menu option */
.option, .optionline,
#tiki-center .option,
#tiki-center .optionline {
	background: transparent url('../img/icons2/corner-dots.gif') center left no-repeat;
	padding: 0.2em 0 0.2em 1.6em;
}
.box .menuSection {padding-left: 5px;}

.selected {font-weight: bold}
.selected ul li a {font-weight: normal}

div.optionline,
.option a {}
.option a:link,
.option a:visited,
a.linkmenu,
.rsslink,
.linkmenu:visited,
.rsslink:visited {}
.linkmenu:hover {}
div.option a:hover,
div.option a:active {}
a.linkmodule {}
a.linkmodule:hover {}
.rsslist {}
.rssitem {}
.rssitem:first-child {}
.rssdate {}

/* From Tikineat -- check */
div.menuSection div.menuSection,
div.menuSection div.separator {
	padding-left: 5px;
}
/* End from Tikineat */

/****** Misc. Global Classes (layout and style) ****/

.hidden {position: absolute; left: -10000px; top: 0; width: 1px; height: 1px; overflow: hidden;}
.floatlist {	clear: left;list-style-type: none;margin: 0;padding-left: 0;}
.floatlist li { float: left; }
div#attzone,
div#comzone {	display: none;	margin-top: 10px;}
div#attzoneopen,
div#comzoneopen {	display: block; margin-top: 10px;}
div#edithelpzone {	display: none;}
#rules-copy-panel {	display: none;}
.clear, #clear { clear: both;}
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block}
/* Hide from IE Mac \*/
.clearfix {display: block}
/* End hide from IE Mac */
* html .clearfix {	height: 1%;}
#overdiv table {	width: auto !important;}
.attention {	color: red;}
.highlight, #highlight  {background-color: #f2cd5e}

/* OpenID  */
.openid_url {
	background: #fff url(../../img/icons/login-OpenID-bg.gif) no-repeat;
	padding-left: 18px}

/* Banners, text type */
.bannertext {	font-size: .95em;	text-decoration: none;}
.bannertext:hover {}

div.imagerank { margin: 10px 5px; }
.link, .gallink, .bloglink, .fgallink, .trailer,
.opencomlink, .commentslink, .admlink,.forumbutlink { font-weight: normal; padding: 0; }
div.searchdate { font-size: .95em;  }


/* Pagination for listings */
.mini {
	width: 100%;
	text-align: center;
	font-size: .9em;
}

.prevnext, .galprevnext, .blogprevnext, .fgalprevnext,
.artprevnext, .forumprevnext {
	font-size: 1em;
	padding: 1px 6px;
}

a.tikihelp, a.tikihelp:visited {
	border: 0;
	vertical-align: text-top;
}

a.tikihelp:hover {
	cursor: help;
	vertical-align: text-top;
}

/* New Help section */
div#tikihelp {
	position: fixed;
	right: 0;
	top: 25px;
	height: auto; /* if there was height specified it covered the right column content "invisibly" making part of it unclickable (from strasa) */
	max-width: 50%;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	z-index: 820;
}

* html div#tikihelp {position: absolute}

div.help_icon {
	border: 0;
	margin: 0;
	padding: 0;
	height: 48px;
	text-align: right;
}
div.help_icon a:hover {
  text-decoration: none;
}
div.help_icon img{
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
}
div.help_section_select {
	font-weight : bold;
	font-size: 120%;
	background-color : #E7E9EA;
	color: black;
	width: 100%;
	margin: 2px;
}
div.help_sections {
	width : 360px;
	padding:  2px;
	background-color: #AAC9E9;
	max-height : 95%;
	overflow: auto;
	height: 400px;
}
div.help_section {
	margin: 5px;
	padding: 5px;
	background-color: white;
	color: black;
}


/** Admin pages **/
/* overrides inline css */
div.adminanchors {background: #F0F4F5 !important; border: 1px solid #999999}

/** Modules **/
/* For extra module perimeter */
.box-shadow {}

div.box {
	overflow: hidden;
	margin: 9px;
}

* html #col2 div.box,
* html #col3 div.box {width: 181px}

h3.box-title {
	font-weight: normal;
	margin: 0 0 7px 1em;
	padding: 0;
	height: 18px;
	color: black;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 90%;
	font-weight: bold;
	position: relative}

* html h3.box-title {position: static}

.moduleflip {
	display: none;
	position: absolute;
	right: 0;
	top: 0}

* html .moduleflip {
	position: static;
	float: right;
	margin-top: -16px}

* html .moduleflip,
.box:hover .moduleflip {display: block}

* html .box img.flipmodimage,
.box:hover img.flipmodimage {
	height: 13px;
	width: 13px;
	border: 1px solid transparent;
	background: #fff}
	
* html #col2 img.flipmodimage {right: 8px}
* html #col3 img.flipmodimage {right: 20px}
* html .box img.flipmodimage {border: none}
img.flipmodimage:hover {border: 1px solid #AAAAAA !important}
#col2 h3.box-title {}

.opaque {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	padding: 7px;
	margin: 0}
	
.box-data {padding-bottom: 8px}

* html .box-data {
	padding: 7px 7px 30px 7px;
}

.box-data ol,
.box-data ul {padding-right: .6em}

.box-data ol {padding-left: 2em; margin-top: 0; margin-bottom: 0;}
.box-data ul {padding-left: 1em; margin-top: 0; margin-bottom: 0}
/* IE */
* html .box-data ol {margin-left: 0em}
* html .box-data ul {margin-left: 1em}
/* IE7 */
*:first-child+html .box-data ol {margin-left: 0}
*:first-child+html .box-data ul {margin-left: 1em}


.box-data ul li {list-style: square}
.cssmenu li, .cssmenu_horiz li, .cssmenu_vert li {list-style: none !important}
.box-data ul.cssmenu_vert {padding: 0}
.box-since_last_visit_new div.box-data div {
text-align: left !important}

.box-since_last_visit_new a.linkmodule b {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 85%;
	text-transform: uppercase}

/** Other boxes **/
div.cbox {
	background: #EBEBEB;
	margin-bottom: 4px;
	border: 1px solid #aaa;
	overflow: hidden}

.cbox-title {
	border-bottom: 1px solid #aaa;
	padding: 3px;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
	color: black;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;
	text-indent: 1em;
}

.cboxlink {
	
}

.cbox-data {
	padding: 3px;
	overflow: hidden}

/* rbox: remarks box (note/warning/tip/comment) */
.rbox {
	margin: 0.2em 0 0.4em;
	text-align: left;
}
.rbox-title {
	background-color: #f2cd5e;
	border: none;
	float: left;
	font-size: 1em;
	padding: 0.2em 0.8em;
	line-height: 1.4em;
	position: relative;
	top: 1px;
	z-index: 2;
}
.rbox-data {
	background-color: #fff;
	border: solid 1px #f2cd5e;
	clear: left;
	margin: 0;
	padding: 6px 2px 2px 2px;
}

.warning .rbox-title {}
.warning .rbox-data {}

.tip .rbox-title,
.tip .rbox-data {}

.comment .rbox-title,
.comment .rbox-data {}


div.simplebox {
	border: 1px solid #aaa;
	background: #fff;
	padding: 1em;
}

/***** Tables, Tabs and Lists ****/
/** Tables **/

table {
	font-size: inherit;
}

table.normal, 
table.admin{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}

table.normal {
	border: solid 1px #909090;
	border-collapse: collapse;
}

table.admin tr td div#page-bar {
	margin-left: 5px;
	margin-bottom: 0;
	background-color: transparent;
}

table.normal th {
	font-size: 1em}
	
td {vertical-align: top}
* html td {	font-size: 11px}

table.normal td,
td.normal,
.wikitable td,
td.odd,
td.even {
	margin: 0;
	padding: 0.2em;
	vertical-align: top}

tr.odd td,
td.odd {background: #eeeeee}

tr.even td,
td.even {background: #f9f9f9}

td.third {background: #e7e7e7}

th {
	text-align: center;
	background: #F0F4F5;
	border: 1px solid #999999;
	border-collapse: collapse;
}

td.form {
	padding: 0.2em;
}

/* Cells in forms using a background color */
.formcolor td,
.galform td,
.editblogform td,
.editfgalform td,
.comform td,
.forumform td {
	border: 1px solid #9D9DA1;
	background: #E0DFE3;
	padding: 3px}

/** Specific Tables **/

/* Tables (list reduced due to classes not found in files) */
table.normal, 
table.admin {
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}
table.normalnoborder {
	width: 100%;
}
table.normal {
	border: solid 1px #909090;
	border-collapse: collapse;
}

table.admin tr td div#page-bar {
	margin-left: 5px;
	margin-bottom: 0;
	background-color: transparent;
}

/** Tiki Tabs **/

div.content {
	padding: 3px
}

div.content .tabs {
	margin: 0px;
}

.tabs {
	border-bottom: solid 1px #0a6aa6 !important;
	margin-top: 10px !important;
	padding: 0 !important;
}

.admin {
	padding: 2px;
}

.tabmark {
	display: inline;
	font-size: 10px;
	background-color: #bfbfbf;
	margin: 0px;
	margin-right: 5px;
	padding: 2px 0;
}

.tabmark a {
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	padding: 1px 5px;
}

.tabmark a:active {
	background-color: #f2f2f2;
	color: #0a6aa6;
}

.tabmark a:hover {
	color: #0a6aa6;
	background-color: #CFCFCF;
	text-decoration: none;
}


/* active (current) tab */
.tabactive {
	background-color : #f2f2f2 !important;
	border: solid 1px #0a6aa6 !important;
	border-bottom: none !important;
	border-top-width: 2px !important;
	position: relative;
	bottom: 2px;
	z-index: 2;
}

[class].tabactive {
	bottom: 1px
}
.tabactive a:hover {
	background-color : #f2f2f2 !important;
}

/* link of active tab */
.tabactive a {
	color: #0a6aa6 !important;
}

/* inactive tabs */
.tabinactive {
	border: solid 1px #666666 !important;
	border-bottom: none !important;
	position: relative !important;
 	top: -3px !important;
}

[class].tabinactive {
	top: -2px !important
}



.tabcontent {
	background-color: #f2f2f2;
	border: solid 1px #0a6aa6 !important;
	border-top: none !important;
	margin: 0;
	padding: 6px 2px 2px 2px;
	text-align: center;
}

.tabcontent table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 2%;
	text-align: left;
	width: 95%;
}

.tabcontent table td {
	padding: 5px;
}

.commentbloc {
	text-align: left;
}


/*** Feature-specific selectors ***/


/***** Wiki *****/

h1 a.pagetitle {
	font-size: 1.2em;
}

div#description,
.description {
	display: block;
	font-size: .95em;
	font-style: italic}

#pageid {
	float: left;
	clear: both;
}

#cachedpage {
	float: right;
	font-size: small;
}

.categpath {

}

.wikitext {
	font-size: 125%;
	line-height: 1.5em;
}

* body .wikitext { font-size: 100% }

.wikitext h1, 
.wikitext h2, 
.wikitext h3, 
.wikitext h4 {
	margin: 0 0 15px;
	padding: 0}

.wikitext h2 {
	/*font-size: 1.2em;*/
	margin-bottom: 10px;
}

.wikitext ul li {

} 

.wikitext ul li ul li {

}

.wikitext ol {

}

/* fancylist wikiplugin */
.wikitext .fancylist {
	margin-left: 30px; padding-left: 30px;
}
.wikitext .fancylist li {
	color: #999;
	font: italic 2.2em Georgia, "Times New Roman", sans-serif;
	list-style-position: outside;
}

.wikitext .fancylist li p {
	color: #000;
	display: inline;
	font-size: 50%;
	font-style: normal;
}

.titlebar {
	padding: 0.1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 10px 0}

/* From Tikineat */
.wikitext div.box {
	width: auto;
}

.wikitopline table {
	width: 100%}

* html .wikitopline table {
	width: 97%}
/* End from Tikineat */

table.wikitable {
	border: 1px solid #A9A9A9;
	border-collapse: collapse;
}
 
td.wikicell {
	padding: 3px;
	border: 1px solid #999999;
	border-collapse: collapse;
}

.editdate {
	padding-bottom: 5px;
}

div#page-bar {
	display: block;
	margin-top: 0;
}

#page-bar span {
	float: left;
}

ul.floatleft {
	display: block;
	list-style: none;
	padding: 0;
	text-align: left;
	height: 20px;
	margin-top: 0;	
}

ul.floatleft li {
	float: left;
	padding: 4px 2px;
}

.editdate ul.floatleft {
	margin-top: 8px;
}

div.cache {}
div.cachedpage {}
.wikicache, .wikicache:visited {}
.wikicache:hover {}
.wiki {}
.wikinew {}

.wiki-edithelp {
  display: none;
}

textarea.wikiedit {
	font-size: 1.1em;
}

p.editdate {}
div.wiki-edithelp {
	
}
img.externallink {
	
}

/* code examples after uploaded file */
div.code {
	font-size: 90%;
	padding: 3px;
	border: 1px dashed #CCCCCC;
	background: #F5F5F5;
	font-family: "Courier New", Courier, monospace;
}


/* Wiki plugins */

/* Code plugin  */
.codecaption {
	font-size: 0.9em;
	padding: 0 10px;
	position: relative;
	bottom: -1em;
	display: inline;
	border: 1px solid #ADACAF;
	border-bottom: 0;
	margin-left: 4px;
	line-height: 1em;
	color: #666666;
	background: #F5F5F5;
	font-weight: bold;
}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background: #F5F5F5;
	border: 1px dashed #ADACAF;
	margin-left: 4px;
	overflow: auto;
	width: 90%;
}

/* Quote plugin */
div.quoteheader {
	margin-left: 30px;
	
}

div.quotebody {
	margin: 0 15px 10px 30px;
	font-style: italic;
	border-left: 5px solid #D3D3D3;
	padding-left: 6px
}

table.wikiplugin-split {
	border: none;
}

/* Versions plugin */
#tiki-center .versionav {
	padding: 0;
	border: 0;
	margin-bottom: -1px}
	
.versionav .button {margin-bottom: 0}

#tiki-center .versioncontent {
	border: 1px solid #aaa;
	background: #fff;
	padding: 1em}

/** Wiki tocs **/
div.tocnav {
	background: #EBEBEB;
	padding: 3px;
	margin-bottom: 4px;
	clear: both;
}
 
#tocnavicons {
	float: left;
}

#tocnavaddpage{
	float: right;
}

#tocnavlinks {
	clear: both;
}

.fancytoclevel {
        list-style-image: url(../img/icons/footprint.gif);
}

li.toclevel {}

/* TOC */
ul.toc {
	padding-left: 2em;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin-bottom: 4px;
}

ul.toc * {
	border: none;
}
/* wiki diff styles */
.diff td {
	border: 1px solid #A9B8C2;
}

.diff div {
	border-top: 1px solid #A9B8C2;
}
.diffheader td {
	background: #A9B8C2;
	font-weight: bold;
	width: 50%;
}
.diffadded {
	background: #CCFFCC;
}
.diffdeleted {
	background: #FFCCCC;
}
.diffinldel {
	background: #FFCCCC;
	text-decoration : line-through;
}
.diffbody {
	background: #F2F4F5;
}
.diffchar {
	color: red;
}
.diffadded > .diffchar {
	color : blue;
}

/***** Articles ****/

div.article {
	margin-bottom: 40px;
}

.wikitext .article {
	font-size: .8em;
}

div.articletopline {
	color:#000000;
	font: 90% arial,helvetica,sans-serif;
	text-transform: uppercase;
}

div.articletitle {
	margin-top: 0;
	margin-bottom:	15px;
	text-align:	left;
}
 
div.articletitle h2 {
	font-size: 200%;
	font-weight: normal;
	margin: 0;
}

span.titleb {
	font-size: 1.0em;

} 
div.articlesubtitle {
	font-size: 0.9em;
}
 
div.articleheading {
	margin-top: 6px;
	font-size: 125%;
	line-height: 1.5em;
}
 
div.articleheadingtext {

}

img.topicimage,
img.articleimagenofloat,
img.articleimage {
	padding: 2px 0;
	margin-bottom:10px;
}

img.articleimagefloat {
	margin-right: 4px;
	float: left;
	padding: 2px 0;
	margin-bottom:10px;
}

img.articleimage {
	margin-right: 4px;
	float: left;
	clear: right;
	padding:2px 0;
	margin-bottom:10px;
}

div.articletrailer {
	position: relative;
	text-align: center;
	margin-top: 1.1em}
	
div.articletrailer img {}

div.article .status {
	position: absolute;
	left: 0}

div.articletrailer span {
	display: inline-block;
	margin: auto;
	white-space: nowrap}

div.article .actions {
	position: absolute;
	right: 0;
	top: 0}

div.articlebody {
	font-size: 125%;
	line-height: 1.5em;
}
 
div.articlesource {
	margin-top: 5px;
	font-style: italic;
	font-size: 90%;
}

/***** Blogs *****/

div.blogheading {
	display: block;
	width: 100%;
	clear: both;
}

div.blogtitle {
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 80%;
}

div.blogdesc {
	display: block;
	width: 40%;
	padding: 8px;
	margin-top: 8px;
	margin-left: 6px;
}

div.bloginfo {
	text-align: center;
	display: block;
	padding: 3px;
	line-height: 150%;
	text-transform: none;
}

div.blogtools {
	padding: 3px;
	text-align: right;
}

.blogpost {

}
 
.postinfo a {
	color: #9CF;
	text-decoration: none;
	border-bottom: 1px dotted #9CF;
}


/*.postinfo div a img,*/
a.blogt,
a.blog:visited {
	border: 0;
	text-decoration: none;

}

a.blogt:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

div.postinfo a.linkmodule {

}

.postinfo div {
	margin-top: 30%;
}

div.posthead {
	text-align: left;
	padding: 3px;
}

.postinfo {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 1.2em;
}

span.posthead {
	display: block;
	font-weight: bold;
	letter-spacing: .4pt;
}


span.posthead span.link {
	font-weight: bold;
}

body.tiki_blogs .post .title {margin-top: 0}

/*div.posthead h3*/
body.tiki_blogs .post .title h2 {
	font-size: 1.2em;
	margin-top: 0}
 
/*div.postbody*/
body.tiki_blogs .post .postbody {
	margin-right: 8px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

/* Maybe needs override to differentiate from forums */
body.tiki_blogs .post .postbody {
	background: none;
	border: 0  }
	
body.tiki_blogs div.author_actions {
	float: none;
	background: none;
	border: 0;
	width: 100%}
	
body.tiki_blogs .actions {background: none}

body.tiki_blogs .author_info {  }
.postbody-title {
	background: none;
	border: 0}
	
body.tiki_blogs .postbody-title {
	float: none;
	width: 100%;
	background: none;
	border: 0}

body.tiki_blogs .postfooter {
	width: 100%;
	margin-bottom: 2em;
}

body.tiki_blogs .postfooter .actions {float: left}

/***** Forums *****/

body.tiki_forums table.normal {
	margin: auto;
}

 
td.threadsevenl {}
td.threadsevenr {}
td.threadsoddl {}
td.threadsoddr {}

table.threads {
	width: 100%;
}
 

 
#forumpost {
	display: none;
}
 
#forumpostopen {
	display: block;
}

td.forumtoolbar {
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
}
 
.toolbarlink {
	font-weight: bold;
	text-decoration: none;
}

.forumvotelink {}
table.commentinfo {}

/* forums new */

.post {margin-bottom: 30px}

.post .postbody {
	clear: both;
	border: solid 1px #E7EAED;
	border-top: solid 1px gray;
	margin: 0;
	margin-top: 5px;
	padding: 3px 0px 3px 0px;
	background-color: #F9FCFF;	font-size: 1.1em;}
	
* html .post .postbody {font-size: 11px}
*:first-child+html .postbody {min-width: 100%}


.postbody-title {
	width: 100%;
	float: none;
	margin-top: 0;
	margin-bottom: auto;
	background-color: #E0EAF4; 
	border-bottom: 1px solid #ACCCDD}
	
.post .postbody-title .checkbox {float: left}

.post .postbody-title .title {
	color: #29677B;
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 3px}

.author_actions {
	width: 25%;
	float: right;
	text-align: right;
	background-color: #E0EAF4;
	border-bottom: 1px solid #ACCCDD;
	border-left: 1px solid #ACCCDD;
	margin-left: -1px}
	
*:first-child+html .author_actions {}
	
.author_actions .actions {
	background-color: #E0EAF4}
	
.author_actions .actions a.link {padding: 2px}

.author {	
	text-align: right;
	vertical-align: top}

.post .author_post_info {
	display: block;
	background-color: #E0EAF4;
	padding: 0 2px 2px 2px;
}
.post .author_info .icons { display: block; }
.post .author_info .icons .actions { margin-right: 10px; }

.post .author_post_info_on { font-style: italic; }
.post .author_info {
	float: right;
	padding: 0 2px 2px 2px;
	margin-left: 5px}

.commentStyle_headers .author_info {}
.post .postbody-title .actions {
	float: right;
	font-size: 10px;
}
#c1c2 #wrapper #col1 .content .post .postbody .content {
	float: left;
	padding: 0px 3px 3px 3px;
	width: 100% !important;
	height: 100%;
	text-align: left;
	color: #000000;
}
.post .postbody .attachments {
	clear: both;
	border-top: 1px dotted #D9D9D9;
	margin-top: 5px; 
}
.post .postbody .attachments img { vertical-align: text-bottom; }
.post .postfooter .actions, .post .postfooter .status {
	display:inline;
	margin-left: 5px;
	vertical-align: top;
}
.post .postfooter .status { font-size: 10px; }
.post .postfooter {
	float: right;
	text-align: right;
}
.post .inner > .postfooter { clear: both; }
.post .contribution {
	background-color: #F0F8FF;
	border: 1px solid #D7E5F3;
	padding: 0 2px 0 2px;
}
.post .avatar {
	float: right;
	margin-bottom: 5px;
	margin-left: 4px;
	padding: 3px;
	border: 1px solid #ACCCDD;
	background-color: #E0EAF4;
}
.sub_comment { padding-left: 20px; }
.sub_comment_area {
	clear: both;
	background: url("../../img/edge.gif") no-repeat top left; 
}

.forum_actions .actions {
	clear: both;
	border: 1px solid #999999;
	background-color: #E1EBF5;
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
}
.forum_actions .actions .action { 
	margin-right: 10px;
}
.forum_actions .headers { vertical-align: bottom; }
.forum_actions .headers .title {
	float: left;
	background-color: #C7D0D9;
	border: 1px solid #999999;
	border-bottom: 0;
	padding: 1px;
}
.forum_actions .headers .infos {
	float: right;
	font-size: smaller;
	padding-top: 2px;
}
.thread_pagination {
	text-align: center;
	margin-bottom: 10px;
}
.nb_replies { white-space: nowrap; }
.post_preview, .top_post { margin-bottom: 15px; }

/* Comments */

#comzone {
	margin: 5px 0;
	padding: 0;
}
 
#comzoneopen {
	margin: 5px 0;
	padding: 0;
}
 
span.commentstitle {
	font-weight: bold;
	font-size: 12px;
}

/* Find */
.subcomment {
	margin-left: 10px;
}
/* Help box*/

div.commentsedithelp {
	background: #ffcfcf;
	color: black;
	border: 1px solid #ff0000;
	text-align: center;
	font-weight: bold;
}

ul.catfeatures {list-style: none}
ul.catfeatures li {}
ul.catitems {}

ul.catitems li {
	display: inline;
	margin-right: 10px}

ul.catitems li a.link {}

/***** Tags (freetags) *****/
li.freetag {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.freetag {
	margin: 0;
	padding: 0;
	display: inline;
}

.freetag a {display:inline}a.freetag_1 { text-decoration: none; font-size: .8em }
a.freetag_2 { text-decoration: none; font-size: .9em }
a.freetag_3 { text-decoration: none; font-size: 1em }
a.freetag_4 { text-decoration: none; font-size: 1.2em }
a.freetag_5 { text-decoration: none; font-size: 1.4em }
a.freetag_6 { text-decoration: none; font-size: 1.6em }
a.freetag_7 { text-decoration: none; font-size: 1.8em }

div.freetagObjectOdd {
	margin: 2px;
	/*background-color: #F7F9FA;*/
	position: relative;
}

div.freetagObjectEven {
	margin: 2px;
	/*background-color : #E7E9EA;*/
	position: relative;
}

div.freetagObjectName a {
	text-decoration: none;
}

div.freetagObjectType {
	position: absolute;
	top: 0px;
	right: 0px;
}

/***** Image Galleries *****/

table.galtable {
	border-collapse: collapse;
	border: 1px solid #8CACBB;	width: 100%}

* html body table.galtable {width: 97%}

html>body .galtable {
	width: 100%;
}

div#browse_image {
	width: 100%;
}

div.showimage {
	width: 100%;
	text-align: center;
	padding: 6px;
}

td.oddthumb {
	border-collapse: collapse;
}
 
td.eventhumb {
	border-collapse: collapse;
}

td.eventhumb img {
	margin-left: 6px;
	margin-right: 6px;
}

img.athumb {
	border: 0;
	margin: auto;
}

.caption {
	color: black;
}

p.norecords {
	font-weight: bold;
}

div.imagetitle {
	font-weight: bold;
	font-size: 200%;
}

div.gallerylink {
}

div.showimage {
	text-align: center;
	margin: 5px 0;
}

div.imgaldescr {
	margin: 10px;
}

.sorttitle {
	margin-left: 10px;
}

/***** Trackers *****/

.statuson {
	padding: 1px;
	margin: 1px;
	vertical-align: middle;
}

.statusoff {
	padding: 1px;
	margin: 2px;
	vertical-align: middle;
}

/***** Directory *****/

div.dirsite {
	margin-bottom: 10px;
	padding: 4px;
}

span.dirsitetrail {
	font-size: 95%;
}

span.dirsitecats {
	font-size: 95%;
}

/***** Calendar *****/
/* Overrides calendar.css. */

.calodd { background: white }
.caleven { background: #f9f9f9 }

.Cal, 
.Cal0, 
.Cal1, 
.Cal2 {
	color: #000;
	font-size: 90%}
	
.Calart,
.Calblog,
.Calchart,
.Caldir,
.Caleph,
.Calfaq,
.Calfgal,
.Calforum,
.Calgal,
.Calnl,
.Calquiz,
.Calsurv,
.Caltrack,
.Calwiki {
	font-size: 1em}

.Calart,
.Calart a,
.Calart a:visited {
	color: #FA8072}

.Calblog,
.Calblog a,
.Calblog a:visited {color: #DA70D6}

.Calchart,
.Calchart a,
.Calchart a:visited {color: #304F30}

.Caldir,
.Caldir a,
.Caldir a:visited {color: #800080}

.Calfaq,
.Calfaq a,
.Calfaq a:visited {color: #822222}

.Calfgal,
.Calfgal a,
.Calfgal a:visited {color: #8B4513}

.Calforum,
.Calforum a,
.Calforum a:visited {color: #808000}

.Calgal,
.Calgal a,
.Calgal a:visited {color: #8B4513}

.Calnl,
.Calnl a,
.Calnl a:visited {color: #708090}

.Calquiz,
.Calquiz a,
.Calquiz a:visited {color: #5F9EA0}

.Calsurv,
.Calsurv a,
.Calsurv a:visited {color: #DAA520}

Caltrack,
Caltrack a,
Caltrack a:visited {color: #00BD02}

.Calweb {font-size: 1em}
.Calweb:hover {color: #996633}

.Calwiki,
.Calwiki a,
.Calwiki a:visited {color: #2C4B80}

.calcontent a.linkmenu,
.calcontent a.linkmenu:hover {
	background: none;
	padding: 0}

.calfocus {
	font-size: 90%;
	background: inherit}

.caldark .calfocus { background: inherit }

.calodd .calfocuson, .caleven .calfocuson , .calfocuson + .calcontent { background: #e6eff8 }

.calprio1 a,
.calprio2 a,
.calprio3 a,
.calprio4 a,
.calprio5 a,
.calprio6 a,
.calprio7 a,
.calprio8 a,
.calprio9 a {color: #393E51}


.caltoggle {font-size: 90%}

/* This version for light-colored backgrounds */
.opaque {
	background: #fff;
	border-left: 1px solid #A9A9A9;
  	border-top: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969
}

.opaque .box-title {
	background-color: white;
	border-bottom: 1px solid black;
	padding-bottom: 7px;
}
.searchresults {
	display: inline;
}

#caltable .calfocuson,
.box-data td.fc a.today,
.box-data td a.today {
	background: #D4D0C8;
	border: solid 1px #696969}

.calbuttonon a,
.calHeadingOn a {font-weight: bold}

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

/***** FAQs *****/
div.faqlistquestions {margin-bottom: 20px;}
div.faqqa {margin-bottom: 20px;}
div.faqquestion {font-weight: bold;padding: 2px 12px;padding-bottom: 0;}
div.faqanswer {padding: 4px 12px;padding-top: 0;}

/***** Quizzes *****/
div.questionblock {padding: 4px;margin-bottom: 10px;}
div.quizquestion {margin-bottom: 5px;}
div.quizoptions {}
div.quizdescription {margin-bottom: 10px;}
div.quizanswer {margin-bottom: 10px;}

/***** Shoutbox *****/
div.shoutboxmsg {margin-bottom: 0;padding: 4px;padding-bottom: 1px;}
div.shoutboxmodmsg {font-size: .95em;margin: 0 5px 4px 5px;padding-top: 5px;padding-bottom: 1px;}
textarea.tshoutbox{font-size: .95em;width: 90%;}
.wiki-table {}
.wiki-tr-a td {border: 0;}
.wiki-tr-b td {border: 0;}

/***** Directory *****/
div.dircategs {border: 1px solid #8CACBB;padding: 5px;}
.dirlink {}
.dirsublink {font-size: .95em;}
div.dirlistsites {padding: 5px 0 10px 5px;margin-top: 10px;}
div.dirsite {margin: 5px;}
span.dirsitedesc {}
span.dirsitetrail {font-size: .95em;}
span.dirsitecats {}
.dirsitelink {}
div.dirrelated {margin-top: 10px;padding: 5px}
td.dirfooter {font-size: .95em}
div.dirfooter {margin-top: 10px}

/***** Messages *****/

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

/**********   Ajax   **********/

div#ajaxLoading {
	display: none;
	position: absolute;
	top: 50px;
	right: 50%;
	color: #fff;
	padding: 3px;
	font-family: Verdana;
	font-size: 90%;
	text-align: center;
	background: transparent url(../lib/shadowbox/images/loading-light.gif) no-repeat 50% 100%;
	height: 43px;
	width: 50px}

#shadowbox_title{height:auto !important;padding:0;overflow:visible}
#shadowbox_title_inner{height:auto !important;font-size:1em !important;line-height: 1em !important;white-space: normal !important;padding:5px 0 4px 8px}

/***** TikiSheet Default Style *****/

table.default thead td,	table.default tfoot td {
	font-weight: bold;
	text-align:	center;
	background: #eee;
	color: #D8D8D8;
}

table.default	td {
	border: solid 1px #909090;
	background: #eee;
}

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

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

.highlight_word_0{color:#ffff66;background-color: black;}
.highlight_word_1{color:#ff9999;background-color: black;}
.highlight_word_2{color:#A0FFFF;background-color: black;}
.highlight_word_3{color:#ff66ff;background-color: black;}
.highlight_word_4{color:#99ff99;background-color: black;}

.center {text-align: center;}
.justify {text-align: justify;}
.right {text-align: right;}

/**********    mypage   **********/

.mypage_configure th {
 width: 180px;
}

#sideBarTab {
	background: url('../img/cord.png') no-repeat;
}
#sideBarContents {
	background: #fff;
}

a.admbox {
	border: 1px solid #AAAAAA;
	background-color: #6C6C6C;
	color: white}

a.admbox:hover, a.admbox:focus, a.admbox:active  {
	background-color: #B2B2B2;
	border: 1px solid #292929}

a.admbox.off {
	/*background-color : #d0d0d0; */
	border : 1px solid #9f9f9f;
	color: #9f9f9f;
}

a.admbox.off:hover, a.admbox.off:focus, a.admbox.off:active {
	border: 1px solid #9f9f9f}

#rss img {vertical-align: middle}

a.icon,
img.icon {
	border: 0 !important;
	background: transparent}
	
/* Minichat module */	
	
div.box-minichat {width: 95%}
div.minichatchans {overflow: auto !important}
.minichat {overflow: auto !important}

div.minichatdiv {
  font-size: .9em;
  overflow: auto !important}

body.tiki_mytiki #tiki-center form {
	border: 1px solid #aaa;
	padding: 10px}
  
body.tiki_mytiki #tiki-center form table.normal,
body.tiki_mytiki #tiki-center .normal form {
	border: none;}

/* wikiplugin tracker */
.mandatory_star {
	font-weight: bold;
	color: red;	
}
.mandatory_note{
	display: block;
	font-style: italic;
	margin-top: 10px;
}
/* end of css file */

