/* Strasa theme for Tiki 4.x, original design by Patrick Allard,
   released under LGPL license. For more information, visit http://themes.tikiwiki.org
   $Id: strasa.css 25589 2010-02-23 22:23:24Z pkdille $
*/

/* import *lite as the base: */
@import "lite/lite.css"; 

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

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

/***** XHTML Elements ******/
html {
	display: block;
	height: 100%;
	background: #2e3035;
}

body {
	font: 12px/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, sans-serif;
	margin-bottom: .5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.05em;
}

.wikitext h1 {color: #000000}
.wikitext h2 {color: #309FC0; line-height: .9; border-bottom: solid 1px #3090C0; text-transform: uppercase}
.wikitext h3 {color: #303030; line-height: .8em; font-style: italic}
.wikitext h4 {border-bottom: dashed 1px #CCF0FF; color: #3F3F3F}
.wikitext h5 {color: #6F6F6F; font-style: italic}
.wikitext h6 {color: #909090}

hr {
	background: #aaa;
	color: #000;
}

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

textarea,
option,
select,
body.wikitext {
	background: #F3FCFE !important;
	color: #000;
}

body.wikitext {
	height: 100%;	/* for FCKEditor */
}

select {
	margin: 0 2px;
}

input[type=text],
input[type=password] {
	background-color: #f3fcfe;
	border: 1px solid;
	border-color: #223845 #4d7b9b #4d7b9b #223845;
}

.box-login_box input[type=text],
.box-login_box input[type=password] {
	background-color: #E7F8FD;
	border: 1px solid #33CCFF;
	color: #517298;
	font-size: 1em;
	height: 16px;
	width: 110px;
}

	
input#search {
	background: #E7F8FD;
	border: 1px solid #33CCFF;
	color: #517298;
	height: 16px;
	margin-right: 10px;
	width: 160px;
}

input#comments-title {
	font-family: "Courier New", Courier, monospace;
}

/* Links in buttons */
span.button a,
span.button a:visited,
button,
input[type=reset],
input[type=submit],
span.button input,
.calbuttonbox {
	color: #fff;
	background: #1d9ccf;
	border: 1px solid;
	border-color: #41cbe7 #223845 #223845 #41cbe7;
	padding: 1px 4px;
	margin-right: 1px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	font: normal 11px Verdana, Helvetica, Geneva, Arial, sans-serif;
}

.button a:hover,
button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button input:hover,
.calbuttonbox:hover {
	color: #fff;
	text-decoration: none;
	background: #1e7ea6;
}

.button a:active,	
button:active,
input[type=reset]:active,
input[type=submit]:active,
.button input:active,
span.highlight a:link,
span.highlight a:visited {
	border-color: #223845 #41cbe7 #41cbe7 #223845;
	background: #5cbdef !important;
	color: #000 !important;
}

/* submit buttons input type="submit" in a container */
.input_submit_container {
	padding: 1px;
}

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

select[name="theme"],
select[name="theme-option"] {
	width: 140px;
}

small {
	font-size: .9em;
}

label {
	margin: 0 2px;
}

/***** Page Layout *****/

.fullscreenbutton:hover,
#fullscreenbutton:hover {
	color: #000000;
}

/*** Type 1 (*litecss-based) layout 
	(overrides lite.css) ***/
#main {
	text-align: left;
}

#main[id] {
	height: auto;
	min-height: 100%;
}

#header {
/*	min-height: 121px;
	position: relative;*/
}

#middle {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

#c1c2 {
	background: #fff;
}

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

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

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

#c1c2 #wrapper #col1 #tiki-center {
	margin-left: 20px;
	margin-right: 20px;
}

#c1c2 #col2 {
	width: 240px;
	text-align: right;
	background: url(strasa/box_top.gif) no-repeat 100% 0;
	padding-top: 5px;
}

#c1c2 #col2 .content {
	text-align: left;
	margin-left: 58px;
	padding-bottom: 5px;
	background: url(strasa/box_bottom.gif) no-repeat 0 100%;
}

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

#col3 .content {
	margin-right: 58px;
	border-top: 1px solid #cfcfcf;
}

#footer {
	text-align: center;
	font-size: .9em;
	color: #999;
	background: #2e3035;
}

.footerbgtrap {
	height: 20%;
}

/* Theme-specific custom footer code */
#custom_site_footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #999;
}

.fcol1,
.fcol2,
.fcol3 {
	width: 315px;
	float: left;
	font-size: 1em;
	color: #999;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.fcol1 ul li,
.fcol2 ul li,
.fcol3 ul li {
	border-bottom: 1px solid #666666;
	padding: 4px 0;
	list-style: none;
	margin: 0;
}

.titlefooter{
	color: #fff;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font: normal 1.2em Arial, Helvetica, sans-serif;
}

.fcol1 img,
.fcol2 img,
.fcol3 img{
	margin-left: 34px;
	margin-bottom: 6px;
	float: left;
}

#footer a,
.fcol1 a,
.fcol2 a,
.fcol3 a {
	color: #999;
	text-decoration: none;
}

#footer a:hover,
.fcol1 a:hover,
.fcol2 a:hover,
.fcol3 a:hover {
	color: #fff;
	text-decoration: none;
}

/*** Print page ***/
div#tiki-main {
	background: #fff;
}

/* Site Header & Identity */
#header-top {
	color: #fff;
	background: #214d68 url(strasa/headerbg.jpg) repeat-x 0 100%;
/*	position: static;*/
}

#siteheader {
	background: #fff;
}

#customcode,
#customcodewith_ad {
	width: auto;
}

#topbar_custom_code {
	margin: 0 58px;
}

div#sioptions {
	padding: 0 58px;
	position: relative;
}

#sioptionscentered {
	text-align: center;
}

div#sitelogo {
	padding: 8px 0 0 0;
	overflow: hidden;
}

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

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

#siteloginbar {
	position: static;
	float: right;
	height: 24px;
	line-height: 24px;
	padding-left: 60px;
	color: #fff;
	background: #fff url(strasa/login.jpg) 0 0 no-repeat;
}

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

#sl-login-user,
#sl-login-pass {
	background: transparent; /*#1b98c6*/
	color: #fff;
	border: solid 1px #fff;
	width: 8em !important;
}

#siteloginbar #pass {
	float: right;
	padding-left: 5px;
}

#siteloginbar .rme,
#siteloginbar .pass {
	display: inline;
	margin-left: 1em;
	padding-right: 10px;
}

#siteloginbar .register {
	float: right;
	height: 24px !important;
	line-height: 22px;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 0;
	margin-top: 0;
	background: url(strasa/register.jpg) no-repeat;
}

#siteloginbar input.wikiaction {
	border: 0;
	margin-left: .7em;
	color: #5ae0ff;
	font-size: 90%;
	background: #204c65;
	font-weight: normal;
}

div.logged-in {
	padding-right: 20px;
}

#sitelocbar {
	margin: 0 58px;
	padding: 0;
}

#sitelocbar a {
	color: #0990cc !important;
	padding: 1px 4px;
	background: #cce5ff;
}

#sitelocbar a:hover {
	color: #000 !important;
}

#sitetitles {
	color: #fff;
	display: inline;
	height: 97px;
	line-height: 97px;
	overflow: hidden;
	vertical-align: bottom;
}

#sitetitle,
#sitesubtitle {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

#sitetitle {
	font-size: 220%;
	display: inline;
	letter-spacing: -0.05em;
}

#sitetitle a,
#sitetitle a:link,
#sitetitle a:hover {
	color: #fff;
	text-decoration: none;
}

#sitesubtitle {
	font-size: 110%;
	display: inline;
	margin-left: 0.2em;
}

#tiki-top {
	white-space: nowrap;
	text-align: left;
}

#tiki-top a,
#tiki-top a:visited {
	color: #5AE0FF;
	text-decoration: none;
}

#tiki-top a:hover {
	color: #fff;
}

#sitesearchbar {
	float: none;
	position: absolute;
	right: 10px;
	top: 30px;
	color: #fff;
	font-size: 93%;
	z-index: 10;
}

#topbar_custom_code {
	background: inherit;
}

/* centercolumn */

a.flip,
a.flip:visited {
	color: #cce5ff;
	font-size: 90%;
}

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

.tellafriend a,
.tellafriend a:visited {
	background: transparent url(strasa/fold-topright.jpg) 0 0 no-repeat;
	display: block;
	float: right;
	color: #fff;
	min-height: 24px;
	line-height: 22px;
	padding-right: 1em;
	width: 16em;
}

.tellafriend a:hover {
	color: #fff;
}

.tellafriend {
	border-bottom: solid 1px #cce5ff;
	margin: 4px 0;
	min-height: 24px;
	text-align: right;
}

/* Also is .content */
#tiki-center {
	clear: both;
}

.error,
#error {
	background: #f8f8ff;
	color: #000;
}

/****** Menus ******/
/** PHP Layers Menus **/
.horbar {
	position: absolute;
	z-index: 0;
	top: 10px;
	left: 100%;
	margin: 0 0 0 -50%;
	white-space: nowrap;
}

.horbaritem a,
.horbaritem a:visited {
	padding: 3px 3px 6px 3px;
	text-decoration: none;
	font: normal 1em Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 0 1px;
	color: #5ae0ff;
	text-align: center;
}

.horbaritem a:hover {
	text-decoration: none;
	background: url(strasa/headermenuitem-hover.png) bottom center repeat-x;
	border-color: #336699;
	border-style: solid;
	border-width: 0 1px;
	color: #fff;
}

.mdksubmenu {
	margin-top: 3px;
}
	
.mdksubframe {
	border: 1px solid #08698f;
	background: #1b3a50;
}

.mdkitem a,
.mdkitem a:link,
.mdkitem a:visited {
	color: #5ae0ff;
	padding: 2px 3px;
	font-weight: normal;
	text-decoration: none;
}
 
.mdkitem a:hover {
	background: transparent url(strasa/headerbg.jpg) repeat-x;
	color: #fff;
	text-decoration: none;
}
 
#col2 .mdkitem a {
	color: #006699;
}

#col2 .mdkitem a:hover {
	color: #000;
}

#col2 .treemenudiv {
	background: #cce5ff;
}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	font: 100% Verdana, Tahoma, Arial, sans-serif;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

a.phplm:visited {
	color: #006699;
}

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

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

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	font: 100% Verdana, Tahoma, Arial, sans-serif;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

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

/** CSS (suckerfish) menus **/

/* default link padding */
/*.cssmenu_horiz a,
.cssmenu_vert a {
	padding: .75em 1em;
}*/

/* typography, colors */

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

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

#tiki-top .cssmenu_horiz li:hover {
	background: #1b3a50;
}

.cssmenu_ver li:hover {
	background: none;
}

.cssmenu_horiz a,
.cssmenu_vert a {
	padding: 3px 0 3px 6px;
	color: #006699;
}

.cssmenu_vert a:link,
.cssmenu_vert a:visited {
	color: #006699;
}

.cssmenu_vert a:hover {
	color: #000;
	text-decoration: underline;
}

.cssmenu_vert ul a:link,
.cssmenu_vert ul a:visited {
	color: #006699;
}

.cssmenu_vert ul a:hover {
	color: #000000;
}

#col2 .cssmenu_vert {
	padding-left: 0;
}

/* left column width */
#col2 .cssmenu_vert,
#col2 .cssmenu_vert li {
	width: 170px;
}

/* offset from left column (matches above) */
#col2 .cssmenu_vert li:hover ul,
#col2 .cssmenu_vert li.sfHover ul {
	left: 165px;
}

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

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

/* when there's superfish shadow 
.cssmenu_horiz.sf-shadow ul li {
	background-color: #1b3a50; 
}
.cssmenu_vert.sf-shadow ul li {
	background-color: #cce5ff; 
}*/

#tiki-top .cssmenu_horiz {
	position: absolute;
	top: 10px;
	right: 100px;
	z-index: 10;
	white-space: nowrap;
	text-align: left;
}

#tiki-top .cssmenu_horiz a,
#tiki-top .cssmenu_horiz a:visited {
	padding: 3px 3px 6px 3px;
	text-decoration: none;
	font: normal 1em Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 0 1px;
	color: #5ae0ff;
	text-align: center;
}

#tiki-top .cssmenu_horiz li.menuSection a {
	padding-right: 2em;
}

#tiki-top .cssmenu_horiz a:hover {
	text-decoration: none;
	background: url(strasa/headermenuitem-hover.png) bottom center repeat-x;
	border-color: #336699;
	border-style: solid;
	border-width: 0 1px;
	color: #fff;
}

#tiki-top .cssmenu_horiz li ul li a,
#tiki-top .cssmenu_horiz li ul li a:link,
#tiki-top .cssmenu_horiz li ul li a:visited,
#tiki-top .cssmenu_horiz li ul li a:hover {
	text-align: left;
	border: 0;
}

#tiki-top .cssmenu_horiz li ul li a:hover {
	background: none;	
}

#tiki-top .cssmenu_horiz li ul li,
#tiki-top .cssmenu_vert li ul li {
	border: 1px solid #08698f;
	background: #1b3a50;
	border-top: 0;
	margin-bottom: -1px
}

#tiki-top .cssmenu_horiz li ul li:first-child,
#tiki-top .cssmenu_vert li ul li:first-child {
	border-top: 1px solid #08698f;
}

/*#tiki-top */.cssmenu_horiz li ul {
	margin-top: -7px;
}

/*#tiki-top */.cssmenu_horiz li ul ul {
	margin-top: -1px;
}

.cssmenu_vert li a .sf-sub-indicator,
.cssmenu_horiz li ul li a .sf-sub-indicator {
	background: url(strasa/arrows-467aa7.png);
	top: .3em;
}

/*#tiki-top */.cssmenu_horiz li a .sf-sub-indicator {
	background: url(strasa/arrows-a2ecff.png) no-repeat -10px -100px;
	top: 6px;
}


/** Links in other menus **/
div.separator {
	border-top: 1px solid #bed8f1;
	padding-bottom: 3px;
}

.separator a:link,
.separator a:visited,
.separator a:hover {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
}

.option {
	margin-left: 20px;
}

.linkmenu:hover {
	color: #000000;
}

a.linkmodule:hover {
	color: #000000;
}

div.menuSection div.menuSection,
div.menuSection div.separator {
	margin-left: 16px;
}
/****** Misc. Global Classes (layout and style) ****/
.highlight,
#highlight {
	background: #5cbdef;
}

span.highlight {
	background: inherit;
}

.bannertext:hover {
	color: #000000;
}


div.adminanchors {
	background: #077aa7 !important;
}

/** Modules **/
#col2 .box {
	background: #cce5ff;
	border-bottom: dashed 1px #fff;
}

#col3 .box {
	border-bottom: 1px solid #cfcfcf;
}

h3.box-title {
	padding-top: 4px;
	padding-left: 10px;
	font-size: 1.5em;
}

#col2 .box-title {
	color: #309fc0;
	margin-top: 0;
	margin-bottom: .3em;
}

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

.box-data {
	padding: 0 5px 10px 10px;
}

/* module last blog posts */
.box-last_blog_posts .box-data li {
	margin: 10px 0;
}
	
/** Other boxes **/
div.cbox {
	border: 1px solid #1b3a50;
}

.cbox-title {
	font-size: 1em;
	font-weight: normal;
	color: #5ae0ff;
	background: #1b3a50;
	padding: 3px;
	text-align: center;
}

.cbox-title a:link,
.cbox-title a:visited {
	color: #5ae0ff;
}

.cbox-title a:hover {
	color: #fff;
	text-decoration: none;
}

.cbox-data {
	padding: 4px;
}

.cbox-data table {
	border-collapse: collapse;
}

.rbox {
	margin: 0.2em 0 0.4em;
	text-align: left;
}

.rbox-title {
	border: none;
	float: left;
	font-size: 1em;
	padding: 0 0.4em 0 0.2em;
	line-height: 1.4em;
	top: 1px;
	z-index: 2;
	background-color: #fff;
	border-top: 1px #077AA7 solid;
	border-right: 1px #077AA7 solid;
	border-left: 1px #077AA7 solid;
	border-bottom: none;
}

.rbox-data {
	border: solid 1px #077AA7;
	clear: left;
	margin: 0;
	padding: .4em .4em .2em;
	background: #fff;
}

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

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

table.normal, 
table.admin {
	border-collapse: separate;}

.formcolor td,
.galform td,
.editblogform td,
.editfgalform td,
.comform td,
.forumform td {
	padding: 3px;
}

.odd {
	background: #f0f0f0;
	color: #000;
}

.even {
	background: #dcdcdc;
	color: #000;
}

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

 /* headings */
th,
table.normal td.heading {
	font-size: 1em;
	font-weight: normal;
	color: #5ae0ff;
	background: #1b3a50;
	min-height: 32px;
	text-align: center;
}

th a:link,
th a:visited,
td.heading a:link,
td.heading a:visited {
	color: #5ae0ff;
	text-decoration: none;
}

.tiki_mytiki .cbox-title {
	font-weight: bold;
}
.tiki_mytiki .cbox-data th {
	color: #309FC0;
	background: #CCE5FF;
	font-weight: bold;
}

.tiki_mytiki .cbox-data th a:link,
.tiki_mytiki .cbox-data th a:visited {
	color: #309FC0;
}

.tiki_mytiki .cbox-data  table {
	border-collapse:collapse;
}


 
a.tablename,
a.galname,
a.imagename,
a.blogname,
a.fgalname,
a.artname,
a.forumname {
	color: #006699;
}

a.forumnameread {
	color: #006699;
}

/** Tabs **/
.tabs {
	border-bottom: solid 1px #1d9ccf !important;
	margin: 10px 6px 0 !important;
}

.tabmark {
	font-size: 85%;
	margin-left: 1px;
	margin-right: 5px;
	padding: 2px 0;
	background: #cce5ff;
}

.tabmark a {
	color: #0a6aa6;
	font-weight: normal;
	padding: 2px 5px;
}

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

.tabmark a:hover {
	background: #1d9ccf;
	color: #fff;
	text-decoration: none;
}

.tabactive {
	border: solid 1px #1d9ccf !important;
	z-index: 2;
	background: #cce5ff !important;
}

[class].tabactive {/* override layout.css */
	top: 1px;
}

.tabactive a {
	color: #0a6aa6 !important;
	font-weight: bold;
}

.tabactive a:hover {
	color: #000 !important;
	background: #cce5ff !important;
}

.tabinactive {
	position: relative !important;
	top: -1px !important;
	background: #1e7ea6;
}

.tabinactive a,
.tabinactive a:visited {
	color: #fff;
}

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

.tabcontent {
	z-index: 200;
	padding: 32px 6px;
	margin: 5px;
	margin-top: 0;
	background: #cce5ff;
	border-top: 0;
}

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

/*** Feature-specific selectors ***/
/***** Wiki *****/
body.tiki_wiki #comments {
	padding: 1em;
}

h1.pagetitle a,
h1.pagetitle a:visited,
h1.pagetitle a:hover,
a.pagetitle,
a.pagetitle:visited,
a.pagetitle:hover {
	color: #000;
	text-decoration: none;
}

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

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

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

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

div#page-bar {
	margin-top: 8px;
}

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

.plugin-form-float {
	background: #F3FCFE;
	border: solid 2px #696969;
}

/* Wiki plugins */
div.code {
	padding: 3px;
	border: 1px dashed #a9a9a9;
	background: #F5F5F5;
	font: 90% "Courier New", Courier, monospace;
}

/* Code plugin  */
.codecaption {
	font-size: 90%;
	padding: 0 10px;
	position: relative;
	bottom: -6px;
	display: inline;
	border: 1px dashed #696969;
	border-bottom: 0;
	margin-left: 4px;
	color: #696969;
	background: #F5F5F5;
	font-weight: bold;
}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background: #F5F5F5;
	margin: 4px;
	border: 1px dashed #696969;
	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;
}

/* Split */
table.wikiplugin-split {
	width: 100%;
}

div.split {
	border: 1px dashed #696969;
	clear: both;
}

/* Fancy list */
.wikitext .fancylist li {
	background: transparent url(strasa/list_icon.png) top left no-repeat;
	color: #f90;
}

.wikitext .fancylist li p {
	color: #000;
}

[class].wikitext .fancylist li p {
	margin-left: -3px;
}

table.wikiplugin-split .codelisting {
	width: 95%;
}

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

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

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

/* Wiki diff styles */
.diffheader {
	background: #696969;
	font-weight: bold;
}

/***** Articles ****/
div.article {
	border: solid 1px #a9a9a9;
	border-top: solid 1px gray;
	margin-top: 5px;
	padding: 0;
	background: #fff;
	font-size: 1.1em;
}

div.articletopline {
	background: #223543;
	color: #fff;
	font-size: 90%;
	font-style: italic;
	padding-left: 6px;
}
 
div.articletitle h2 {
	background: #1b3c54 url(strasa/headerbg.jpg) repeat-x 0 100%;
	color: #fff;
	padding: 10px 5px;
}

div.articletitle h2 a {
	color: #fff;
	font-weight: bold;
}

div.articletitle h2 a:hover {
	text-decoration: none;
}

span.titleb {
	display: block;
	float: right;
	clear: both;
	font-size: 80%;
	font-style: italic;
	min-height: 24px;
	line-height: 24px;
	padding: 0 10px 0 60px;
	color: #fff;
	background: #2598c5 url(strasa/login.jpg) left bottom no-repeat;
}

div.articlesubtitle {
	margin-top: -1px;
	padding-left: 6px;
	font-size: 0.9em;
	background: #262d35;
	color: #fff;
}

div.articletitle br {
	clear: both;
}

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

div.article .actions {
	padding: 2px 1px;
}

div.articlebody {
	padding: 6px;
}

/***** 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 {
	font-size: 1.2em;
}

.postinfo a {
	color: #006699;
	text-decoration: none;
	border-bottom: none;
}

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

body.tiki_blogs .postbody-title {
	background: #1B3C54 url(strasa/headerbg.jpg);
	float: none;
	width: 100%;
	min-width: 100%; /* IE7 */
	min-height: 46px;
	border: 0;
}

body.tiki_blogs .postbody-title img {
	float: right;
}

body.tiki_blogs .post .title h2 {
	font-size: 1.2em;
}

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

body.tiki_blogs div.author_actions {
	float: none;
	border: 0;
	width: 100%;
}

body.tiki_blogs .author_actions .actions {
	float: right;
	background: url(strasa/login.jpg) no-repeat 100% 0;
	text-align: right;
	min-height: 24px;
}

body.tiki_blogs .actions img.icon {
	padding: 4px 0;
}

body.tiki_blogs .author_info {
	min-height: 24px;
}

body.tiki_blogs .author_info img {
	vertical-align: top;
}

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

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

/***** Forums *****/
.post {
	width: 100%;
}

.post .postbody {
	border: solid 1px #a9a9a9;
	border-top: solid 1px gray;
	background: #fff;
}

.post .postbody .content {
	float: none;
	padding: 0;
	color: #000;
	background: #fff !important;
}

.post .postbody-title {
	display: block;
	background: #1b3c54 url(strasa/headerbg.jpg) repeat-x 0 100%;
}

.post .postbody-title .title {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

.post .postbody-title .title a.link {
	color: #fff;
}

.post .postbody-title .title h2 {
	margin: 0;
	padding: 10px 5px;
}

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

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

.post .author_info a:link,
.post .author_info a:visited {
	color: #fff;
}

.post .author_info .icons .actions {
	margin-right: 10px;
	float: none;
}

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

.post .author_info {
	float: right;
	font-size: 90%;
	font-style: italic;
	min-height: 24px;
	padding-left: 60px;
	padding-top: 1px;
	color: #fff;
	background: url(strasa/login.jpg) 0 0 no-repeat;
}

.post .author_info .author_posts {
	color: #000;
}

.post .postbody-title .actions {
	text-align: right;
	color: #fff;
	font-size: 80%;
	font-style: italic;
	padding-top: 4px;
	padding-right: 4px;
}

.post .postbody-title .actions a,
.post .postbody-title .actions a:visited {
	color: #fff;
}

.postbody-content {
	padding: 6px;
	margin: auto;
}

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

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

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

.post .avatar {
	margin-left: 0;
	padding: 0;
	border: 2px solid;
	border-color: #047aaa #047aaa #42cffa #42cffa;
}

.forum_actions .actions {
	border: 0;
	background: #cce5ff;
}

.forum_actions .headers .title {
	background: #233a48;
	color: #fff;
	border: 0;
}

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

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

/***** Categories *****/

.catitems {
	margin-left: 0;
	font-weight: bold;
}

/***** Tags (freetags) *****/
div.freetagobjectname a {
	text-decoration: none;
}

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

div.thumbnailcontenerchecked div.thumbnail {
	border-color: #a9a9a9;
	background: #f8f8ff;
}

.caption {
	color: black;
}

/***** File Galleries *****/
.fgal_top_bar {
	margin: 5px 0;
}

.fgalexplorer {
	border: 0;
}

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

/* also for categorize.tpl */
div.multiselect {
	border: 1px solid #696969;
}

/***** Calendar *****/
/* Overrides calendar.css, etc. */
.cal0, 
.cal1, 
.cal2 {
	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;
}

.calweb {
	font-size: 90%;
}

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

.calart a:hover,
.calblog a:hover,
.calchart a:hover,
.caldir a:hover,
.caleph a:hover,
.calfaq a:hover,
.calfgal a:hover,
.calforum a:hover,
.calgal a:hover,
.calnl a:hover,
.calquiz a:hover,
.calsurv a:hover,
.caltrack a:hover,
.calwiki a:hover {
	color: #000000;
}

.calart:before,
.calblog:before,
.calchart:before,
.caldir:before,
.caleph:before,
.calfaq:before,
.calfgal:before,
.calforum:before,
.calgal:before,
.calnl:before,
.calquiz:before,
.calsurv:before,
.caltrack:before,
.calwiki:before {
	background: #f8f8ff;
}

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

.calfocuson {
	font-size: 90%;
}

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

.caltoggle {
	font-size: 90%;
}

.opaque {
	border: 1px solid #1b3a50;
	background: #dcdcdc;
}

.opaque .box-title {
	font-size: 1em;
	font-weight: normal;
	color: #5ae0ff;
	background: #1b3a50;
	padding: 3px;
	text-align: center;
	text-decoration: none;
}

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

.calnavigation a:hover {
	background: red;
}

.cal {
	border-color: transparent;
}

.calheadingleft {
	height: 36px;
	text-align: center;
	vertical-align: middle;
}

.calheading,
.calheadingon {
	height: 36px;
	text-align: center;
	vertical-align: middle;
}

.calheading a,
.calheading a:visited {
	text-decoration: none;
}

.calheadingon a {
	color: #06f;
	text-decoration: none;
}

.calheading a:hover,
.calheadingon a:hover {
	text-decoration: underline;
}

.calhours {
	vertical-align: middle;
	text-align: center;
	border-width: 1px 0 0 1px;
	border-color: #cfd0d0 #e0e0e0;
	border-style: solid;
}

.calday {
	padding: 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

.calweek {
	border-width: 1px 1px 0 1px;
	border-color: #cfd0d0 #e0e0e0;
	border-style: solid;
}

.calbuttonbox {
	margin-right: 3px;
}

.calbuttonbox a {
	color: #fff;
}

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

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

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

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

.calinput {
	background: #223845;
}

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

.days {
	color: #cce5ff;
}

.caltable .weeks {
	background: #1b3a50;
	color: #cce5ff;
}

.addevent {
	padding: 0 5px;
	float: right;
}

.calodd, .caleven {
	border: 1px solid #a9a9a9;
}

.calodd {
	background: #f0f0f0;
}

.caleven {
	background: #dcdcdc;
}

.caldark {
	background: #cce5ff;
}

.caldark .calfocus {
	background: #cce5ff;
}

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

td.pollr {
	color: black;
}

/***** FAQs *****/

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

/***** Shoutbox *****/
textarea.tshoutbox{
	width: 135px;
}
.box-shoutbox table td {
	font-size: .65em;
}

/***** Directory *****/
div.dircategs {
	border: 1px solid #696969;
	padding: 5px;
	width: 100%;
}

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

/***** Sheets *****/

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

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

table.default td {
	border: solid 1px #A9A9A9;
	background: white;
}

.highlight_word_0 {
	background: #223845;
}

.highlight_word_1 {
	background: #223845;
}

.highlight_word_2 {
	background: #223845;
}

.highlight_word_3 {
	background: #223845;
}

.highlight_word_4 {
	background: #223845;
}

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

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

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

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

/* end of file */
