/* Feb12 theme for TikiWiki CMS/Groupware, released under LGPL license.
 * See http://themes.tikwiki.org for more information. -- */

/* import default layout and styles: */
@import url("lite/lite.css"); 
@import url("layout/layout.css");
@import url("layout/design.css");

/* XHTML Elements */ 
body {
	font: normal 75%/1.5em 'Trebuchet MS', sans-serif;
	color: #333;
	background: #fff;
}

body#fullscreen {
	background: #fff url(feb12/page.jpg) repeat-x;
}

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

a:hover {
	color: #006699;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #93554a;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
	color: #032936;
}

h6 {
	font-size: 1em;
	color: #032936;
}

hr {
	background: #8CACBB;
	color: #8CACBB;
}

fieldset {
	border: solid 1px #A9A9A9;
	padding: 10px;
}

legend {
	color: #333;
}

button:hover {
	cursor: pointer;
}

textarea,
body.wikitext {
	color: #333;
	background: #fff;
	font-size: 1em;
}

input[type=text],
input[type=password] {
	font-size: 0.9em;
}

input[type=submit],
input[type=file],
input[type=reset],
select {
	font-size: 1.0em;
	vertical-align: middle;
}

span.button a,
span.button a:visited,
button,
input[type=reset],
input[type=submit],
span.button input,
.calbuttonbox {
	vertical-align: middle;
	font: bold 1em Arial, sans-serif;
	background: url(feb12/header.jpg) repeat-x 0 -2px;
	border: 1px solid #5aa5cf;
	color: #F5F5F5;
	font-size: 80%;
	line-height: 200%;
}

span.button a:hover,
button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button input:hover,
.calbuttonbox:hover,
#highlight,
.highlight {
	background: url(feb12/header.jpg) repeat-x 0 100%;
	color: #F5F5F5;
	text-decoration: none;
}

.button a:active,	
button:active,
input[type=reset]:active,
input[type=submit]:active,
.button input:active,
span.highlight a:link,
span.highlight a:visited {
	background: url(feb12/columnbg.jpg) 0 100%;
	color: #000;
}

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

select {
	font: 95% Arial, Helvetica, sans-serif;
}

select#general-timezone {
	width: 380px;
}

#col1 select[type=file] {
	font-size: .95em;
}

small {
	font-size: 0.8em;
}

label {
	margin: 0 2px;
}
/*
ul span, ol span {
	color: #333;
}*/

/***** Page Layout *****/
#tiki-clean {
	font-size: 12pt !important;
}

.fullscreenbutton:hover,
#fullscreenbutton:hover {
	cursor: pointer;
}

/*** *litecss-based layout 
	(overrides lite.css) ***/
#main {
	font-size: 1.24em;
}

#header {
	text-align: left;
}

#middle {
	background: #fff url(feb12/page.jpg) repeat-x;
}

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

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

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

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

#tiki-center {
	padding: 1em;
}

#c1c2 #col2 {
	width: 240px;
	overflow: visible;
	background: #A8CCE2 url(feb12/columnbg.jpg) repeat-x;
}

#c1c2 #col2 .content {
	padding: 1em;
}

#col3 {
	margin-left: -240px;
	width: 240px;
	text-align: left;
}

#col3 .content {
	margin: 0;
	padding: 1em;
}

#footer {
	text-align: center;
	font-size: .9em;
}

/*** Error page ***/
div#tiki-main #tiki-top {
	margin-top: 100px;
}

/* To center cbox */
div#tiki-main #tikimidtbl {
	margin: auto;
	width: auto;
}

/* Site Header & Identity */
#header-top {
	background: url(feb12/header.jpg) repeat-x bottom;
	height: auto;
	min-height: 98px;
}

#siteheader {
	vertical-align: top;
}

#sioptions, #sioptionscentered {
	margin: 0;
	padding: 10px;
}

#sitelogo {
	margin-top: 0;
}
#sitelogo img {
	padding: 0 10px !important;/* important put here because div#sitelogo img is too forcible in design.css */
}

div#sitead {
	margin-top: 10px;
}

.floatright img {
	margin-right: 40px;
}

#bannertopright {
	padding-right: 1em;
}

#siteloginbar {
	position: absolute;
	bottom: 7px;
	right: 3px;
	color: #f5f5f5;
}

/* give every sub-element of #siteloginbar some padding */
#siteloginbar * {
	padding: 2px;
}

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

#siteloginbar div {
	text-align: right;
}

#siteloginbar_popup ul li ul {
	margin-top: -14px;
}

#siteloginbar_popup .tabcontent {
	background: none;
}

/* Site title and subtitle */
#sitetitles {
	text-shadow: 0 0 10px #fff;/* text-shadow; CSS3 valid property, values are <offset x> <offset y> <blur> and <color>; ex: 0 0 10px #fff */
	font-weight: bold;
	height: 4em;
	margin: 0;
	position: relative;
}

#sitetitle {
	font-size: 2.2em;
	position: relative;
	top: 0.5em;
}

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

#customcodewith_ad #sitetitle,
#customcodewith_ad #sitesubtitle {
	max-width: 300px;
}

#sitesubtitle {
	color: #fff;
	font-size: 1.3em;
	padding-top: 4em;
	position: relative;
	margin-top: -3em;
}

/* tiki-top_bar.tpl - menu and search */
#tiki-top {
	background: url(feb12/header.jpg) repeat-x;
	color: #F5F5F5;
	height: 34px;
	padding-top: 3px;
	font-size: 14px;
}

#tiki-top a {
	color: #F5F5F5;
}

#sitesearchbar {
	height: 34px;
	line-height: 34px;
}

#topbar_custom_code {
	background: #205684;
	color: #fff;
}

/* centercolumn */
a.flip,
a.flip:visited,
.tellafriend a,
.tellafriend a:visited {
	color: #ADBAC3;
}

a.flip:hover,
.tellafriend a:hover {
	color: #505050;
	text-decoration: none;
}
	
/****** Menus ******/
/** PHP Layers Menus **/
.horbaritem a,
.horbaritem a:link,
.horbaritem a:visited {
	padding: 8px 8px;
	text-decoration: none;
	font: 14px Verdana, Helvetica, Arial, Sans-Serif;
	color: white;
	margin: 0;
}

.horbaritem a:hover {
	background: url(feb12/header.jpg) 0 -40px repeat-x;
	color: #eee !important;
	text-decoration: none;
}
 
.mdksubmenu {
	background: #FFFFFF;
	margin-top: 0;
}
 
.mdksubframe {
	border: 1px solid #8CACBB;
	background: #A8CCE2 url(feb12/columnbg.jpg) repeat-x;
}
 
.mdkitem {
	border-top: 1px solid #57A5D0;
}

.mdkverbar .mdkitem {
	border-top: none;
}

.mdkverbar .mdkitem:hover {
	background: #97c0da;
}

.mdkverbar .mdksubmenu .mdkitem {
	border-top: 1px solid #57A5D0;
}

.mdkitem a {
	padding: 3px 6px;
	position: relative;
	display: block;
	font-weight: normal;
	color: #487384;
}
 
.mdksubmenu .mdkitem a {
	font-size: 1.2em;
}

.mdkitem a:link {
	font-weight: normal;
	text-decoration: none;
}
 
.mdkitem a:visited {
	text-decoration: none;
}
 
.mdkitem a:hover {
	color: #993300;
	text-decoration: none;
}
 
.treemenudiv {
	background: #a8cce2;
}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	font: 1em 'Trebuchet MS', sans-serif;
	color: #794a93;
	text-decoration: none;
	font-weight: normal;
}

a.phplm:visited {
	color: #794a93;
}

a.phplm:hover,
a.phplm:active {
	color: #006699;
	text-decoration: underline;
	background: none;
}

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	font-family: 'Trebuchet MS', sans-serif;
	color: #794a93;
	text-decoration: underline;
	font-weight: normal;
}

a.phplmselected:hover {
	color: #006699;
}

.imgs	{
	border: 0;
	width: 16px;
	height: 18px;
}

/** CSS (suckerfish) menus **/
.cssmenu_horiz li,
.cssmenu_vert li {
	background:	inherit;
}

.csmenu ul li,
.cssmenu_horiz ul li,
.cssmenu_vert ul li {
	border-top: 1px solid #57A5D0;
}

.cssmenu_vert li ul li,
.cssmenu_horiz li ul li{
	background: #a8cce2;
}

.cssmenu ul a,	
.cssmenu_horiz ul a,
.cssmenu_vert ul a {
	padding: 6px;
	color: #487384;
}

cssmenu_horiz a,
.cssmenu_vert a {
	border-left: 0;
	border-top:	0;
	text-decoration: none;
}

.cssmenu_vert a {
	padding: .2em 1em;
}

#tiki-top > .cssmenu_horiz {
	margin-left: 20px;
}

#tiki-top .cssmenu_horiz li.menuLevel0 a {
	padding: 8px 1em;
	text-decoration: none;
	font: 14px Verdana, Helvetica, Arial, Sans-Serif;
	color: white;
	margin: 0;
}

#tiki-top .cssmenu_horiz li.menuSection0 a {
	padding-right: 2.6em;
}

#tiki-top .cssmenu_horiz li.menuLevel0:hover {
	background: url(feb12/header.jpg) repeat-x 0 100%;
	color: #eee !important;
	text-decoration: none;
}

#tiki-top .cssmenu_horiz li.menuLevel1 a {
	color: #000;
	padding: 4px 1em;
}

#tiki-top .cssmenu_horiz li ul a {
	color: #000;
}

#tiki-top .cssmenu_horiz ul li a:hover,
.cssmenu_vert ul li a:hover {
	color: #993300;
	text-decoration: none;
}

/* compensate for 1px border */
.cssmenu_horiz li ul li ul,
.cssmenu_vert li ul li ul {
	top: -1px !important;
}

/* Special to match #col2 width */
#col2 .cssmenu_vert,
#col2 .cssmenu_vert li {
	width: 192px;
	padding: 0 !important;
}

/* offset to match width of #col2 */
#col2 .cssmenu_vert li:hover ul,
#col2 .cssmenu_vert li.sfHover ul {
	left: 192px;
}

/* return to default offset */
#col2 .cssmenu_vert li li:hover ul,
#col2 .cssmenu_vert li li.sfHover ul {
	left: 10em;
}

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

#col2 .cssmenu_vert > li:hover {
	background: #97c0da;
}

#col2 .cssmenu_vert li {
	padding: 0;
}
/*
.cssmenu_horiz.sf-shadow ul li,
.cssmenu_vert.sf-shadow ul li {
	background-color: #CCDCEB !important;
}*/

#tiki-top .cssmenu_horiz li a .sf-sub-indicator {
	top: 0.7em;
}

#tiki-top .cssmenu_horiz li ul li a .sf-sub-indicator,
.cssmenu_horiz li a .sf-sub-indicator,
.cssmenu_vert li a .sf-sub-indicator {
	top: .4em;
}

/** Links in other menus **/
div.separator, div.separatorline {
	color: #794a93;
}

.separator a:link,
.separator a:visited,
.separator a:hover {
	color: #794a93;
}

div.option a.linkmenu:hover {
	color: #794a93;
}

.option a:link,
.option a:visited,
a.linkmenu,
.rsslink,
.linkmenu:visited,
.rsslink:visited {
	color: #794a93;
}

.linkmenu:hover {
	color: #794a93;
}

a.linkmodule {
	color: #794a93;
}

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

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

.mini {
	color: #000;
}

div.adminanchors {
	background: #4179AA !important;
}

/**** Boxes *****/
/** Modules **/
div.box {
	margin-bottom: 1.5em;
}

.wikitext div.box {
	width: 95%;
}

h3.box-title {
	border-bottom: 1px solid #57A5D0;
}

.flipmodimage:hover {
	border: 1px solid #58A7D2 !important;
}

/** Other boxes **/
.cbox {
	color: #333;
	background: #fff;
}

.rbox {
	margin: 4px 0;
}

.rbox-title {
	display: inline;
	width: auto;
	background: #794a93;
	border-bottom-color: #794a93;
	color: #f5f5f5;
	padding: 3px 3px 0 3px;
}

.rbox-data {
	background: #794a93;
	color: #f5f5f5;
	overflow: hidden;
}

.rbox a,
.rbox a:visited {
	text-decoration: none;
	color: #a8cce2;
}

.rbox a:hover {
	text-decoration: underline;
	color: #a8cce2;
}

.tip .rbox-title,
.tip .rbox-data,
.rbox-data.tip {
	background: #794a93;
	color: #f5f5f5;
}

div.simplebox {
	color: #333;
	background: #fff;
	border: solid 1px #909090;
	padding: 4px;
}

/***** Tables, Tabs and Lists ****/
/** Tables **/
table {
	font-size: 1em;
}

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

td {
	font-size: inherit;
}

td.normal,
.normal td,
.wikitable td,
td.odd,
td.even,
td.form,
.formcolor td,
.editblogform td {
	padding: 0.2em;
	border-right: solid 1px #909090;
	border-collapse: collapse;
}

tr.odd td,
td.odd {
	border-right: 1px solid #909090;
	background: #F5F5F5;
}

tr.even td,
td.even {
	background: #ECECEC;
	border-right: 1px solid #909090;
}

th,
td.heading,
tr.diffheader {
	font-size: 1em;
	font-weight: bold;
	color: #93554a;
	background: #a8cce2;
	min-height: 32px;
}

/* Cells in forms using a background color */
.formcolor td,
.editblogform td {
	border: 1px solid #a5acb2;
	background: #a8cce2;
}

/** Tabs **/
/* reset what's in layout.css */

.tabactive,
.tabinactive,
[class].tabactive,
[class].tabinactive {top: 0 !important}

.tabs {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	padding: .2em .2em 0;
	margin:0 0.2em -1px 0;
}

.tabs br {
	display: none;
}

.tabs span {
	display: block;
	float: left;
}

/*.tabactive {
	border: solid 1px #225566 !important;
	border-bottom-color: #f0f9ff !important;
}

.tabactive a {
	background: #f0f9ff;
}

.tabinactive {
	border: solid 1px #666 !important;
}*/

.tabmark,
#siteloginbar_popup .tabmark {
	list-style-image: none;
	float: left;
	margin: 0 .2em -1px 0;
	font-size: 85%;
	background: url(feb12/header.jpg) repeat-x;
	color: #F5F5F5;
	border: 1px solid #abcdef;
	border-bottom-width: 0 !important;
}

.tabmark a {
	color: #a8cce2;
	border: none;
}

.tabmark a:hover {
	background: url(feb12/header.jpg) repeat-x 0 100%;
	color: #eee !important;
	text-decoration: none;
}

.tabactive {
	border-bottom-width: 0;
	padding-bottom: 1px;
	background: #f0f9ff;
	font-weight: normal;
	color: #212121;
	outline: none;
}

.tabcontent {
	padding: 6px 2px 2px 2px;
	background: #f0f9ff;
	border: 1px solid #225566;
}

table.admin div#content1 div.tabcontent div.cbox {
	background: transparent;
}

/*** Feature-specific selectors ***/
/***** Wiki *****/
h1 a.pagetitle,
h1 a.pagetitle:visited {
	font-size: 1.2em;
	color: #93554a;
}

h1 a.pagetitle:hover {
	text-decoration: none;
}

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

.wikitext {
	line-height: 1.4em;
}

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

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

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

.wikitext div.box {
	width: auto;
}

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

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

.editdate {
	padding-bottom: 5px;
}

#wikihelp-tab table,
#wikihelp-tab table td {
	border: solid 1px #909090;
	border-collapse: collapse;
}

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

/* Wiki plugins */
/* Code plugin  */
div.code,
.codelisting {
	background: #F5F5F5;
	font: 90% "Courier New", Courier, monospace;
}

div.code {
	padding: 3px;
	border: 1px dashed #CCCCCC;
}

.codelisting {
	padding: 10px;
	margin: 4px;
	border: 1px dashed #ADACAF;
	overflow: auto;
	width: 90%;
}

.codecaption {
	font-size: 90%;
	padding: 0 10px;
	position: relative;
	bottom: -5px;
	display: inline;
	border: 1px solid #ADACAF;
	border-bottom: 0;
	margin: 0;
	color: #666;
	background: #F5F5F5;
	font-weight: bold;
}

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

div.quotebody {
	font-style: italic;
}

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

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

/** toc **/
ul.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 {
	background: #A9B8C2;
	font-weight: bold;
}

/* Articles */
/*div.article {
	padding-bottom: 40px;
}*/

div.articletopline {
	font-size: 90%;
	font-style: italic;
}

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

div.articletitle h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.wikitext .articletitle h2 {
	font-size: 1.3em;
}

span.titleb {
	font-size: 1.0em;
}
 
div.articlesubtitle {
	font-size: 0.9em;
}

div.articleheading {
	margin-top: 6px;
}

div.articletrailer {
	margin-top: 0.8em;
}

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

div.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 {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 1.2em;
}

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

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

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

body.tiki_blogs div.author_actions {
	float: none;
	text-align: right;
	background: none;
	border: 0;
	width: 100%;
}

body.tiki_blogs .actions {
	background: none;
}

body.tiki_blogs .author_info {
	width: 100%;
	float: none;
	text-align: left;
	background: none;
	border: 0;
}

.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 *****/
.post .postbody {
	border: solid 1px #E7EAED;
	border-top: solid 1px #57a5d0;
	background: #F9FCFF;
	font-size: 1em;
	font-weight: normal;
}

.postbody-content {
	padding: 8px;
}

.post .postbody-title {
	display: block;
	border-bottom: 1px solid #57a5d0;
	margin-bottom: 0;
	height: 100%;
	padding-top: 2px;
	background: #a8cce2;
}

.post .postbody-title .title {
	color: #29677B;
	font-size: 1.2em;
	padding: 3px;
}

.post .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;
	float: none;
}

.post .author_info {
	float: right;
	padding: 0 2px 2px 2px;
	margin-left: 5px;
	border-left: 1px solid #D7E5F3;
	border-bottom: 1px solid #D7E5F3;
	background: #F0F8FF;
}

.post .postbody-title .actions {
	font-size: .9em;
}

.post .postbody .content {
	width: 100%;
/*	height: 100%;*/
	color: #000000;
}

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

.post .postfooter .status {
	font-size: .9em;
}

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

.post .avatar {
	border: 1px solid #ACCCDD;
	background: #E0EAF4;
	margin-right: 3px;
	margin-left: 0;
}

.forum_actions .actions {
	margin-top: -1px;
	border: 1px solid #999999;
	background: #ececec;
}

.forum_actions .headers .title {
	border: 1px solid #999999;
	background: #C7D0D9;
}

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

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

textarea#editpost2 {
	font-size: 1em;
}

/***** Categories *****/
ul.catitems li {
	margin-right: 10px;
}

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

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

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

.caption {
	color: black;
}

/***** File Galleries *****/

.fgalexplorer {
	border: 1px solid #8CACBB;
}

.fgallisting table td {
	padding-left: 2px;
	padding-right: 2px;
}

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

/***** Calendar *****/
/* Overrides calendar.css, etc. */
.cal0, 
.cal1, 
.cal2 {
	color: #000;
	font-size: 90%;
}

.calart,
.calblog,
.calchart,
.caldir,
.caleph,
.calfaq,
.calfgal,
.calforum,
.calgal,
.calnl,
.calquiz,
.calsurv,
.caltrack,
.calwiki {
	font-size: 90%;
}

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

.caleph,
.caleph a,
.caleph a:visited {
	color: #008000;
}

.calfaq,
.calfaq a,
.calfaq a:visited {
	color: #822222;
}

.calfgal,
.calfgal a,
.calfgal a:visited {
	font-weight: normal;
}

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

.calwiki,
.calwiki a,
.calwiki a:visited {
	color: #2C4B80;
}

.calcheckbox {
	background: #FFFFFF;
}

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

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

.calfocus a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.calfocuson {
	font-size: 100%;
	background: #F3E498;
}

.calfocuson a {
	font-size: 90%;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.calprio1 {
	background: #DAE0E0;
}

.calprio2 {
	background: #DADCDC;
}

.calprio3 {
	background: #DAD0D0;
}

.calprio4 {
	background: #DACACA;
}

.calprio5 {
	background: #DAC0D0;
}

.calprio6 {
	background: #DABABA;
}

.calprio7 {
	background: #DAB0B0;
}

.calprio8 {
	background: #DAAAAA;
}

.calprio9 {
	background: #DA9A9A;
}

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

.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: .95em;
}

.caltable .calfocuson,
.box-data td.fc a.today,
.box-data td a.today {
	background: #F3E498;
}

.caltable .calfocuson a {
	color: #000;
}

.caltable .calfocus a,
.caltable .calfocuson a {
	text-decoration: none;
}

.calfocuson + .calcontent {
	background: #a8cce2;
}

.calbuttonbox a {
	color: #F5F5F5;
	text-decoration: none;
}

.calheadingon a {
	color: #794A93 !important;
	text-decoration: none;
}

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


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

td.pollr {
	color: black;
}

/** FAQs **/

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

div.quizquestion {
	margin-bottom: 5px;
}

/** Shoutbox **/

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

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

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

div.messureadflag {
	background: #CCCCCC;
}

div.messureadhead {
	background: #DEDEDE;
}

div.messureadbody {
	background: #DEDEDE;
}

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

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

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

.highlight_word_0 {
	color: #ffff66;
	background: black;
}

.highlight_word_1 {
	color: #ff9999;
	background: black;
}

.highlight_word_2 {
	color: #A0FFFF;
	background: black;
}

.highlight_word_3 {
	color: #ff66ff;
	background: black;
}

.highlight_word_4 {
	color: #99ff99;
	background: black;
}


/* css/admin.css overrides */
a.admbox {
	border: 1px solid #AAAAAA;
	background-color: #a8cce2;
}

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

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

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

.button .iconmenu {
	display: inline;
}

/* fixed-width rules */
body.fixed_width {
	background: #e6f3f6;
}

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

body.fixed_width #main[id] {
	border: 1px solid #006669;
	margin-top: 18px;
	margin-bottom: 5px;
}

/* end of css file */
