/*
 * Railfuture theme for Tiki Wiki CMS Groupware9.0 and above.
 * Based on The News, which uses the layout methods of litecss,
 * source ordered layout solution by luci (http://sourceforge.net/projects/litecss).
 * For more information, please visit http://themes.tiki.org or http://zukakakina.com.
 * Released under LPGL license. */

/* Import *lite as the base: */
@import url("lite/lite.css");

/* Then import the default layout properties file: */
@import url("layout/layout.css");

/* And design defaults: */
@import url("layout/design.css");

/* ... overriding these specific styles from design.css / layout.css */

#top_modules {
    height: 56px;
    min-height: 56px;
}

#top_modules .box-logo img {
	margin: 0 auto;
	display: block;
}

#top_modules .box-logo {
	float: none;
	clear: none;
	margin: 10px 0 0 220px;
}

.module a,
.module a:visited,
.module a:link {
	color: #525252;
}
.module a:hover {
	color: #008014;
	text-decoration: none;
}
.module {
	color: #525252;
}
table.formcolor {
	width: 100%;
}
/* and this one */

#topbar_modules {
	min-height: 0px;
}

/***** XHTML Elements ******/
body {
	background: white;
	color: #000;
	font: "Gill Sans MT","Gill Sans",Arial,Sans-serif;
	text-align: center;
}

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

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

a:hover {
	text-decoration: underline;
}

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 {
	background: #02A132;
	color: #02A132;
}

legend {
	color: #000;
}

fieldset {
	border: solid 1px #a9a9a9;
	text-align: left;
}

#col2 fieldset {
	width: 100px;
}
/*
button,
input,
label,
textarea,
option,
select {
	margin: 1px;
	vertical-align: middle;
}

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

.button a,
.button a:visited,
button,
input[type="reset"],
input[type="submit"],
.button input,
.calbuttonBox a {
	border: solid 1px #02A132;
	behavior: url(/styles/railfuture-9.0/PIE.htc); /* for IE */
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px; /* for old Konqueror browsers */
	border-radius: 16px;
	margin: 1px;
	background: #fbfbfb;
	color: #000;
	font-size: .8em;
	font-style: italic;
}


/* hovered buttons */
.button a:hover,
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button input:hover,
.calbuttonBox:hover {
	cursor: pointer;
	background: #e6e6f8;
	font-size: .8em;
	text-decoration: none;
	margin: 1px;
}

/* Needed for Opera (11) */
input[type="reset"],
input[type="submit"],
input[type="reset"]:hover,
input[type="submit"]:hover {
	padding: .1em .8em;
}

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

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: 0;
	margin-bottom: 3px;
}

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

form.admin legend.heading a {
	display: block;
	top: -1em;
	margin-top: 2px;
	padding: 1px 1px 0;
	position: relative;
	text-decoration: none;
	background: #8cacbb;
}

form.admin legend.heading a:hover {
	padding: 1px 0 0;
	background: #acbb8c;
}

form.admin legend.heading a span {
	display: block;
	font-size: 1em;
	line-height: 2em;
	padding: 0 1em;
	background: #ebebeb;
}

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;
}

small {
	font-size: .9em;
}

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

#main {
	font-size: 1em;
}

.fullscreenbutton,
#fullscreenbutton {
	background: #f4f4f4;
	border: 1px solid #d3d3d3;
}

/* Enable header and footer content to widen when middle has wide content. */ 
body.fixed_width .fixedwidth .fixedwidth {
	width: 100%;
	padding: 0;
}

/* #Header */

#top_modules #sitetitles {
	margin-left: 20px;
	line-height: normal;
	padding-left: 15px;
}

#sitetitle {
	font-size: 2.4em;
}

#sitesubtitle {
	font-size: 1.6em;
}

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

/* Look & Feel options */
#top_modules {
	padding: 0;
}

#top_modules .module.secondary_site_menu {
	position: absolute;
	top: 0;
	right: 30px;
}

#top_modules .box-login_box {
	position: absolute;
	right: 20px;
	bottom: 2px;
	font-size: 1em;
}

.siteloginbar * {
	margin: .2em;
}

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

#tiki-top {
	background: #f4f4f4;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

#topbar_modules .box-search {
	position: absolute;
	right: 10px;
	top: 4px;
	z-index: 2;
}

.sitesearchbar .findtable {
	margin-bottom: 0;
}

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

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

#c1c2 #wrapper .marginright {
	margin-right: 214px;
}
/*
#tiki-columns {
	border-top: 1px solid #02A132;
	padding: 2px 2px 0 2px;
}*/

a.flip,
a.flip:visited {
	color: #adbac3;
}

a.flip:hover {
	color: #505050;
}

.actions span.share {
	margin-right: 0;
}

.actions span.share img {
	margin-bottom: -6px !important;
}

.tellafriend a,
.share a {
	color: #adbac3;
}

.tellafriend a:hover,
.share a:hover {
	color: #505050;
}

.fullscreen .tellafriend,
.fullscreen .share {
	margin-top: 2px;
}

#c1c2 #wrapper #col1 > .content {
	padding-top: .8em;
}

/* Also is .content */
#tiki-center {
	border-left: 2px solid #02A132;
	border-top: 2px solid #02A132;
	behavior: url(/styles/railfuture-9.0/PIE.htc); /* for IE */
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
 	-khtml-border-radius: 16px; /* for old Konqueror browsers */
 	border-radius: 16px 0 0 0;
	margin-left: -1px;
	margin-right: -1px;
	padding: .8em;
	min-height: 300px; /* don't shrink too small - there's a funny layout model in use */
}

/* give every div in #tiki-center some padding */
#tiki-center div {
	padding: 3px 2px;
}

#tiki-center .halffloat div,
#tiki-center .thirdfloat div,
#tiki-center .quarterfloat div {
	padding: 0;
}

/* little margin for all images in #tiki-center */
#tiki-center img {
	margin: 1px;
}

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

#c1c2 #col2 .content {
	margin-left: 9px;
	font-size: 1.13em;
}

#col3 {
	border-top: 2px solid #02A132;
	margin-left: -226px;
	width: 226px;
	text-align: left;
	font-size: 1em;
}

#col3 .content {
	margin: 0;
	margin-right: 9px;
	font-size: 1.13em;
}

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

#footer .content {
	padding: 1em;
}

/*** Error page ***/
/* Not needed on non-error pages, right? */
#tiki-main #tikimidtbl {
	margin: auto;
	width: auto;
}
	
/****** Menus ******/
/** CSS (suckerfish) menus **/
.cssmenu_horiz ul,
.cssmenu_vert ul {
	width: 11em;
}

.cssmenu_horiz li li:hover ul,
.cssmenu_horiz li li.sfHover ul,
.cssmenu_vert li li:hover ul,
.cssmenu_vert li li.sfHover ul {
	left: 11em;
}

.cssmenu_horiz li,
.cssmenu_vert li {
	background: #fff;
}

.cssmenu_horiz li:hover,
.cssmenu_horiz li.sfHover,
.cssmenu_horiz a:focus,
.cssmenu_horiz a:hover,
.cssmenu_horiz a:active,
.cssmenu_vert li:hover,
.cssmenu_vert li.sfHover,
.cssmenu_vert a:focus,
.cssmenu_vert a:hover,
.cssmenu_vert a:active {
	background: #fff;
}

#col2 .cssmenu_vert,
#col2 .cssmenu_vert li {
	width: 175px;
}

/* for wider menu in left col */
#col2 .cssmenu_vert li:hover ul,
#col2 .cssmenu_vert li.sfHover ul {
	left: 175px;
}

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

/* back to default */
#col2 .cssmenu_vert li li:hover ul,
#col2 .cssmenu_vert li li.sfHover ul {
	left: 11em;
}

.cssmenu_horiz li ul li,
.cssmenu_vert li ul li {
	border: 1px solid #d3d3d3;
	border-top: 0;
	margin-bottom: -1px;
}

.cssmenu_vert li ul li:first-child {
	border-top: 1px solid #d3d3d3;
}

.cssmenu_horiz a,
.cssmenu_vert a {
	text-decoration: none;
	display: block;
	font-style: italic;
}

.cssmenu_horiz a:hover,
.cssmenu_vert a:hover {
}

#tiki-top > .cssmenu_horiz {
	border-left: 1px solid #02A132;
}

#tiki-top .cssmenu_horiz {
	float: left;
	margin-left: 11px;
	font-size: .9em;
}

#tiki-top > .cssmenu_horiz > li > a {
	border-right: 1px solid #02A132;
	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; */
}

#tiki-top a > .sf-sub-indicator,
.box-secondary_site_menu a > .sf-sub-indicator {
	bottom: 0.5em;
}

#col2 a .sf-sub-indicator {
	top: 0.5em;
}

/** Links in other menus **/
.option, .optionline,
#tiki-center .option,
#tiki-center .optionline {
	background: transparent url(../img/icons/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;
}

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

/****** Misc. Global Classes (layout and style) ****/
.highlight,
#highlight {
	background: #f2cd5e !important;
}

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

.prevnext {
	font-size: 1em;
	padding: 1px 6px;
}

/***** Boxes *****/
/** Modules **/
#col2 .box,
#col3 .box {
	margin: 9px;
}

h3.box-title {
	padding: 0;
	color: black;
	margin: 0.2em 0;
}

.moduletitle {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

.box:hover img.flipmodimage {
	height: 13px;
	width: 13px;
	background: #fff;
}
	
img.flipmodimage:hover {
	border: 1px solid #02A132 !important;
}

.box-data {
	padding-bottom: 8px;
}

.box-data ol {
	padding-left: 2em;
	margin-top: 0;
	margin-bottom: 0;
}

.box-data ul {
	padding-left: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

.box-data ul li {
}

.cssmenu li,
.cssmenu_horiz li,
.cssmenu_vert li {
	list-style: none !important;
}

.box-data ul.cssmenu_vert {
	padding: 0;
}

.box-since_last_visit_new .box-data div {
	text-align: left !important;
}

.box-since_last_visit_new a.linkmodule b {
	text-transform: uppercase;
	font-size: 85%;
}

/** Other boxes **/
.cbox {
	background: #ebebeb;
	margin-bottom: 4px;
	border: 1px solid #02A132;
}

.cbox-title {
	border-bottom: 1px solid #02A132;
	padding: 3px;
	margin: 0 0 7px 0;
	padding: 0;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 1em;
	font: normal 75%;
}

.cbox-data {
	padding: 3px;
}

/* rbox: remarks box (note/warning/tip/comment) */
.rbox {
	margin: 0.2em 0 0.4em;
	text-align: left;
}

.rbox-title {
	font-size: 1em;
	padding: 0.2em 0.8em;
	line-height: 1.4em;
	background: #f2cd5e;
	border: 1px solid #02A132;
}

.rbox-data {
	padding: 6px 2px 2px 2px;
	background: #fff;
	border: 1px solid #02A132;
}

.simplebox {
	border: 1px solid #02A132;
	background: #fff;
	padding: 1em;
}

/***** Tables, Tabs and Lists ****/
/** Tables **/
.normal {
	border: solid 1px #909090;
	border-collapse: collapse;
}

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

.admin #page-bar {
	margin-left: 5px;
	margin-bottom: 0;
	background: transparent;
}

.normalnoborder {
	width: 100%;
}

body.tiki_mytiki #tiki-center form .normal,
body.tiki_mytiki #tiki-center .normal form {
	border: none;
}

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

tr.odd td,
td.odd {
	background: #eee;
}

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

td.third {
	background: #e7e7e7;
}

th,
td.heading,
tr.diffheader {
	background: #f0f4f5;
	border: 1px solid #999;
	border-collapse: collapse;
	font-size: 1em;
}

.form {
	padding: 3px;
}

/** Tiki Tabs **/
.content {
	padding: 3px;
}

.content .tabs {
	margin: 0;
}

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

.admin {
	padding: 2px;
}

.tabmark {
	font-size: 10px;
	padding: 2px 2px 3px 0;
	background: #bfbfbf;
}

.tabmark a {
	color: #000;
	font-weight: bold;
}

.tabmark a:active {
	color: #02A132;
	background: #F0F0F0;
}

.tabmark a:hover {
	color: #02A132;
	text-decoration: none;
	background: #cfcfcf;
}

/* active (current) tab */
.tabactive {
	border: solid 1px #02A132 !important;
	border-bottom: 0 !important;
	border-top-width: 1px !important;
	bottom: 2px;
	z-index: 2;
	background: #F0F0F0 !important;
}

[class].tabactive {
	bottom: 0;
	top: 1px;
	padding-bottom: 3px;
}

.tabactive a:hover {
	background: #F0F0F0 !important;
}

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

/* inactive tabs */
.tabinactive {
	border: solid 1px #666 !important;
	border-bottom: 0 !important;
	top: 1px;
}

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

.tabcontent table {
	width: 95%;
	margin: 1% auto 2%;
}

.commentbloc {
	text-align: left;
}

.statuson {
	background: #bfbfbf;	
}

/*** Feature-specific selectors ***/
/***** Wiki *****/
h1 a.pagetitle {
	font-size: 1.2em;
}

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

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

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

.wikitext h2 {
	margin-bottom: 10px;
}

/* fancylist wikiplugin */
.wikitext .fancylist {
	margin-left: 30px;
	padding-left: 30px;
}

.wikitext .fancylist li {
	color: #999;
	font: italic 2.2em;
	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;
}

.wikitext .box {
	width: auto;
}

.wikitopline table {
	width: 100%;
}

.wikitable {
	border: 1px solid #a9a9a9;
	border-collapse: collapse;
}

.wikicell {
	padding: 3px;
	border: 1px solid #999;
	border-collapse: collapse;
}


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

.code {
	padding: 3px;
	border: 1px dashed #ccc;
	background: #f5f5f5;
	font: 90% "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: #666;
	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 */
.quoteheader {
	margin-left: 30px;
}

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

#tiki-center .versioncontent {
	border: 1px solid #02A132;
	background: #fff;
}

/* wikiplugin_tracker */
.mandatory_note {
	font-style: italic;
	margin-top: 10px;
}


/** Wiki tocs **/
.tocnav {
	background: #ebebeb;
	padding: 3px;
}

/* TOC */
.toc {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

/* 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%;
}

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

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

.articletopline {
	color: #000;
	font-size: 90%;
	text-transform: uppercase;
}

.articletitle {
	margin-top: 0;
	margin-bottom: 15px;
	text-align: left;
}


.articletitle h2 {
	font-size: 200%;
	font-weight: normal;
}

.titleb {
	font-size: 1.0em;
}

.articlesubtitle {
	font-size: 0.9em;
}


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

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

/***** Blogs *****/
.blogtitle {
	font-size: 1.8em;
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	line-height: 80%;
}

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

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

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

.postinfo {
	font-size: 1.2em;
}

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

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

.tiki_blogs #tiki-center .postbody-title,
.tiki_blogs #tiki-center .title {
	padding-left: 0;
	margin-left: 0;
}

body.tiki_blogs .post .title h2 {
	font-size: 1.7em;
	margin-top: 0;
}

body.tiki_blogs .post .postbody {
	background: none;
	border: 0;
	margin-right: 8px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

body.tiki_blogs .actions {
	background: none;
}

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

body.tiki_blogs .postfooter {
	width: 100%;
	float: none;
}

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

/***** Forums *****/
.post {
	margin-bottom: 30px;
}

.post .postbody {
	border: solid 1px #e7eaed;
	border-top: solid 1px gray;
	padding: 3px 0 3px 0;
	font-size: 1.1em;
	background: #f9fcff;
}

.postbody-title {
	width: 100%;
	float: none;
	margin-top: 0;
	margin-bottom: auto;
	border: 0;
	border-bottom: 1px solid #acccdd;
	background: #e0eaf4;
}

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

.author_actions .actions a.link {
	padding: 2px;
}

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

.post .author_post_info {
	display: block;
	padding: 0 2px 2px 2px;
	background: #e0eaf4;
}

.post .author_post_info_on {
	font-style: italic;
}

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

.post .postbody-title .actions {
	font-size: 10px;
}

.post .postbody .content {
	float: left;
	padding: 0 3px 3px 3px;
	width: 100% !important;
	height: 100%;
	text-align: left;
	color: #000;
}

.post .postbody .attachments {
	border-top: 1px dotted #d9d9d9;
}

.post .postfooter .status {
	font-size: 10px;
}

.post .contribution {
	border: 1px solid #d7e5f3;
	padding: 0 2px 0 2px;
	background: #f0f8ff;
}

.post .avatar {
	border: 1px solid #acccdd;
	background: #e0eaf4;
}

.forum_actions .actions {
	border: 1px solid #999;
	padding: 3px;
	background: #e1ebf5;
}

.forum_actions .headers .title {
	border: 1px solid #999;
	background: #c7d0d9;
}

.forum_actions .headers .infos {
	font-size: smaller;
}

.post_preview, .top_post {
	margin-bottom: 15px;
}

.commentstitle {
	font-size: 12px;
}

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

/***** Tags (freetags) *****/

/***** Image Galleries *****/
.galtable {
	border-collapse: collapse;
	border: 1px solid #8cacbb;
}

.caption {
	color: black;
}

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

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

/***** Calendar *****/
/* Overrides calendar.css. */
.calodd {
	background: #fff;
}

.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;
}

#calscreen .calfocuson {
	background: #D4D0C8;
}

.calfocuson {
	font-size: 100%;
}

.calfocuson a {
	font-size: 90%;
}

.calHeadingOn, .calHeadingOn a {
	background: #D4D0C8;
}


/*
.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%;
}

.opaque {
	padding: 7px;
	margin: 0;
	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 {
	border-bottom: 1px solid black;
	background: white;
}

.searchresults li .objecttype,
.searchresults li .parentname,
.searchresults li .objectname  {
	font-size: 120%;
	font-weight: bold;
}

.searchresults .itemhits,
.searchresults .itemrelevance,
.searchresults .searchdate {
	color: gray;
	font-size: 90%;
}

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

.caltable .calfocuson {
	background: #D4D0C8;
}

.buttonon a,
.calbuttonon a,
.calheadingon a {
	font-weight: bold;
}

/*****  Polls  *****/
.pollresults {
	width: 100%;
	margin-top: 5px;
	font-size: 1.2em;
	padding: 0 5px;
}

.pollr {
	color: black;
}

/***** FAQs *****/
.faqquestion {
	font-weight: bold;
	padding: 2px 12px;
	padding-bottom: 0;
}


/***** Quizzes *****/
.questionblock {
	padding: 4px;
}

/***** Shoutbox *****/

/***** Directory *****/
.dircategs {
	border: 1px solid #8cacbb;
	padding: 5px;
}

.dirsublink {
	font-size: .95em;
}

.dirlistsites {
	padding: 5px 0 10px 5px;
	margin-top: 10px;
}

.dirsite {
	margin: 5px;
}

.dirrelated {
	margin-top: 10px;
	padding: 5px;
}

td.dirfooter {
	font-size: .95em;
}

div.dirfooter {
	margin-top: 10px;
}

/***** Messages *****/
.prio1,
.prio2,
.prio3,
.prio4,
.prio5 {
	border: 1px solid #8cacbb;
	padding-left: 2px;
}

.messureadflag {
	background: #ccc;
}

.messureadhead {
	background: #dedede;
}

.messureadbody {
	background: #dedede;
}

.readlink {
	font-size: 1em;
}

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

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

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

.highlight_word_0,
.highlight_word_1,
.highlight_word_2,
.highlight_word_3,
.highlight_word_4 {
	background: black;
}

/** Admin pages **/
.adminanchors {
	background: #F0F0F0 !important;
	border: 1px solid #02A132;
}

a.admbox {
	border: 1px solid #02A132;
	color: white;
	background-color: #6c6c6c;
}

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

a.admbox.off {
	border: 1px solid #9f9f9f;
	color: #9f9f9f;
}

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

body.tiki_mytiki #tiki-center form {
	border: 1px solid #02A132;
	padding: 10px;
}

/* Fixed-width rules */
body.fixed_width {
	background: #f4f4f4;
}

body.fixed_width #main {
	background: #fff;
}

body.fixed_width #main[id] {
	border: 1px solid #02A132;
}

/* ADDED BY JERRY TO FIX PROBEM ON LOGIN PAGE */

.login_override {
	margin-left: -100px;
	width: 450px;
}
/* end of css file */
