/* Strasa theme for TikiWiki CMS/Groupware, design by Patrick Allard,
   released under LGPL license. For more information, visit http://themes.tikiwiki.org. */

/* import *lite as the base: */
@import "lite/lite.css"; 

/* Then import the default layout properties file: */
@import "layout/layout.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 {
	font-family: Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.05em;
}

hr {
	background: #aaa;
	color: #000;
}

fieldset {
	border: solid 1px #077aa7;
	padding: 10px;
}

input,
textarea,
option,
select,
body.wikitext {
	background: #F3FCFE;
	color: #000;
}

select {
	margin: 0 2px;
}

input[type=text],
input[type=password] {
	background: #f3fcfe;
	border: 1px solid;
	border-color: #223845 #4d7b9b #4d7b9b #223845;
}

.box-login_box input[type=text],
.box-login_box input[type=password] {
	background: #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;
	position: static;
}

#siteheader {
	background: #fff;
}

#customcode,
#customcodewith_ad {
	background: #214d68 url(strasa/headerbg.jpg) repeat-x 0 100%;
	width: auto;
}

#topbar_custom_code {
	margin: 0 58px;
}

div#sioptions {
	background: #214d68 url(strasa/headerbg.jpg) repeat-x 0 100%;
	padding: 0 58px;
}

#sioptionscentered {
	text-align: center;
	background: #214d68 url(strasa/headerbg.jpg) repeat-x 0 100%;
}

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;
}

#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 {
	text-align: right;
	margin-right: 40px;
}

#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: 65px;
	color: #fff;
	font-size: 93%;
}

#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(styles/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 **/
.cssmenu ul,
.cssmenu_vert li ul,
.cssmenu_horiz li ul {
	border: 1px solid #08698f;
	background: #1b3a50;
}

.cssmenu_vert li ul {
	margin-left: 11.05em; /* second-level lists */
	margin-top: -1.35em;
	padding-bottom: 1px; /*enable border to show */
}

.cssmenu_vert li ul {
	background: #cce5ff;
	border: 1px solid #233039;
}

.cssmenu_horiz li:hover {
	background: #1b3a50;
}

.cssmenu_ver li:hover {
	background: none;
}

.cssmenu a,	
.cssmenu_horiz a,
.cssmenu_vert a {
	text-decoration: none;
	display: block;
	text-decoration: none;
	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;
}

#tiki-top .cssmenu_horiz {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 100px;
	white-space: nowrap;
	text-align: left;
}

.cssmenu_horiz > li.menusection > a {
	padding-right: 2.6em;
}

/** 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: 2px ridge #bed8f1;
}

#col3 .box {
	border-bottom: 1px solid #cfcfcf;
}

h3.box-title {
	padding-top: 4px;
	padding-left: 10px;
}

#col2 .box-title {
	margin-top: 0;
	margin-bottom: 0;
}

img.flipmodimage:hover {
	border: 1px solid #58A7D2 !important;
}

.box-data {
	padding: 0 5px 10px 10px;
}
	
/** 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;
}

.formcolor td,
.galform td,
.editblogform td,
.editfgalform td,
.comform td,
.forumform td {
	padding: 3px;
}

tr.odd {
	background: #f0f0f0;
}

tr.even {
	background: #dcdcdc;
}

td.odd {
	background: #f0f0f0;
	color: #000;
}

td.even {
	background: #dcdcdc;
	color: #000;
}

.normal td,
td.normal,
.wikitable td,
td.odd,
td.even {
	padding: 0.2em;
	border-collapse: collapse;
}

 /* 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;
}

 
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;
	bottom: 0;
	z-index: 2;
	background: #cce5ff !important;
}

.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: 0;
	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: 162px;
}

/***** 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 */

/* Strasa theme for TikiWiki CMS/Groupware, design by Patrick Allard,
   mono option by jonnyb
   released under LPGL license. For more information, visit http://themes.tikiwiki.org. */

/***** XHTML Elements ******/
body {
	background: #fff;
}

a,
a:link,
a:visited {
	color: #006699;
}

a:hover {
	color: #000000;
}

fieldset {
	border: solid 1px #077aa7;
}

input,
textarea,
option,
select,
body.wikitext {
	background: #F3FCFE;
	color: #000;
}

input[type=text],
input[type=password] {
	background: #f3fcfe;
	border-color: #223845 #4d7b9b #4d7b9b #223845;
}

.box-login_box input[type=text],
.box-login_box input[type=password] {
	background: #E7F8FD;
	border: 1px solid #33CCFF;
	color: #517298;
}

input#search {
	background: #E7F8FD;
	border: 1px solid #33CCFF;
	color: #517298;
}

/* Links in buttons */
span.button a,
span.button a:visited,
button,
input[type=reset],
input[type=submit],
span.button input,
.calbuttonoff,
.buttonon,
.calbuttonon {
	color: #4c4c4c;
	font-weight: bold;
	border: 1px solid #acacac;
	background: #f5f5f5 url(strasa/options/cool/headerbg.jpg) repeat-x 0 100%}

* html input[type=reset],
* html input[type=submit] {
	color: #4c4c4c;
	font-weight: bold;
	border: 1px solid #acacac;
	background: #f5f5f5 url(strasa/options/cool/headerbg.jpg) repeat-x 0 100%}

.button a:hover,
button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button input:hover {
	background: #f5f5f5 url(strasa/options/cool/headerbg.jpg) repeat-x 0 100%;
	background-position: 105%;
	color: #757575}
		
.button a:active,	
button:active,
input[type=reset]:active,
input[type=submit]:active,
.button input:active {
	border-color: #223845 #41cbe7 #41cbe7 #223845;
}

/***** Page Layout *****/
/** off-screen **/

ul.jumplinks a:focus,
ul.jumplinks a:active {
	background: #cce5ff;
	color: #006699;
	border: 2px solid #006699;
}

#c1c2 #col2 {
	background: url(strasa/options/cool/box_top.gif) no-repeat 100% 0;
}

#c1c2 #col2 .content {
	background: url(strasa/options/cool/box_bottom.gif) no-repeat 0 100%;
}

#col3 .content {
	border-top: 1px solid #cfcfcf;
}

#footer {
	color: #999;
	background: #2e3035;
}

/* end Type 1 layout divs, etc. */
/* Theme-specific custom footer code */

#custom_site_footer {
	color: #999;
}

.fcol1,
.fcol2,
.fcol3 {
	color: #999;
}

.fcol1 ul li,
.fcol2 ul li,
.fcol3 ul li {
	border-bottom: 1px solid #666666;
}

.titlefooter {
	color: #fff;
}

#footer a,
.fcol1 a,
.fcol2 a,
.fcol3 a {
	color: #999;
}

#footer a:hover,
.fcol1 a:hover,
.fcol2 a:hover,
.fcol3 a:hover {
	color: #fff;
}

/*** Error page ***/

/* Site Header & Identity */
div#sioptions,
#sioptionscentered,
#customcode,
#customcodewith_ad {
	background: #f5f5f5 url(strasa/options/cool/headerbg.jpg) repeat-x 0 100%;
}

#siteloginbar {
	background: url(strasa/options/mono/login.jpg) 0 0 no-repeat;
}

* html #siteloginbar {
	text-align: right;
	width: 100%;
	background: #fff url(strasa/options/cool/loginlong.jpg) 0 0 no-repeat}

#siteloginbar .register {
	background: url(strasa/options/mono/register.jpg) no-repeat;
}

#siteloginbar input.wikiaction {
	background: #204c65;
}

/* #header text selectors, if needed */
#sitetitles {
	color: #294050;
}

#sitetitle a,
#sitetitle a:link,
#sitetitle a:hover {
	color: #294050;
}

/* tiki-top_bar.tpl - menu and search */

#tiki-top a,
#tiki-top a:visited {
	color: #1E7EA6;
}

#tiki-top a:hover {
	color: #1E7EA6;
}

#sitesearchbar {color: #000}

a.flip,
a.flip:visited {color: #b5dde9}
	
a.flip:hover {color: #006699}

.tellafriend a,
.tellafriend a:visited {
	background: transparent url(strasa/options/cool/fold-topright.jpg) 0 0 no-repeat;
	color: #fff;
}

.tellafriend a:hover {
	color: #fff;
}

.tellafriend {
	border-bottom: solid 1px #cce5ff;
}

.error,
#error {
	background: #f8f8ff !important;
	color: #000;
}

/* end layout divs, etc. */
/** Border boxes (if any) **/
/****** Menus ******/
/** PHP Layers Menus **/

#header .horbaritem a {
	border-color: transparent;
	color: #5ae0ff;
}

.horbaritem a:hover {
	background: #fff;
	color: #eee !important;
}

#header .horbaritem a:hover {
	background: url(strasa/options/'cool/headermenuitem-hover.png') bottom center repeat-x;
	border-color: #336699;
	color: #fff;
}

.mdksubframe {
	border: 1px solid #08698f;
	background: #1b3a50;
}

.mdkitem a {
	color: #5ae0ff;
}

.mdkitem a:hover {
	background: transparent url(strasa/options/'styles/cool/headerbg.jpg') repeat-x;
	color: #fff;
}

#col2 .mdkitem a {
	color: #006699;
}

#col2 .mdkitem a:hover {
	color: #000;
}

/* Tree menu (also on Browse Categories */

#col2 .treemenudiv {
	background: #cce5ff;
}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	color: #006699;
}

a.phplm:visited {
	color: #006699;
}

a.phplm:hover {
	color: #000;
}

a.phplm:active {
	color: #006699;
}

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	color: black;
}

a.phplmselected:hover {
	color: #808080;
}

/** CSS (suckerfish) menus **/
.cssmenu ul,
.cssmenu_vert li ul,
.cssmenu_horiz li ul {
	border: 1px solid #aaa;
	background: #f5f5f5;
}

.cssmenu_vert li ul {
	background: #cce5ff;
	border: 1px solid #233039;
}

.cssmenu_horiz li:hover {
	background: #CCE5FF;
}


.cssmenu_ver li:hover {
	background: none;
}

.cssmenu a,	
.cssmenu_horiz a,
.cssmenu_vert a {
	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;
}

/** Links in other menus **/

div.separator {
	border-top: 1px solid #bed8f1;
}

.separator a:link,
.separator a:visited,
.separator a:hover {
	color: #000000;
}

.option a:link,
.option a:visited,
a.linkmenu, .rsslink, .linkmenu:visited, .rsslink:visited {}

.linkmenu:hover {
	color: #000000;
}

div.option a:hover,
div.option a:active {}

a.linkmodule { display:block; }

a.linkmodule:hover {
	color: #000000;
}

/****** Misc. Global Classes (layout and style) ****/

.bannertext:hover {
	color: #000000;
}

div.adminanchors {
	background: #077aa7 !important;
}

/* New Help section */

div.help_section_select {
	background: white;
}

div.help_sections {
	background: white;
}

div.help_section {
	background: #F3FCFE;
}

#site_report a {
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
}

/** Modules **/

#col2 .box {
	background: #cce5ff;
	border-bottom: 1px solid #bed8f1;
}

#col3 .box {
	border-bottom: 1px solid #cfcfcf;
}

.box a.flipmodtitle img {}

a.flipmodtitle:hover img {
	border: 1px solid #58A7D2 !important;
}

/** Other boxes **/

div.cbox {
	border: 1px solid #acacac;
}

.cbox-title {
	color: black;
	background: #f5f5f5 url(strasa/options/cool/headerbg.jpg) repeat-x 0 100%;
}

.cbox-title a:link,
.cbox-title a:visited {
	color: black;
	text-decoration: none;
}

.cbox-title a:hover {
	color: black;
	text-decoration: underline
}

.rbox-title {
	background-color: #cce5ff;
}

.rbox-data {
	background-color: #fff;
	border: solid 1px #cce5ff;
}


div.simplebox {
	border: 1px solid #aaa;
	background: #fff;
}

.highlight {
}

/***** Tables, Tabs and Lists ****/
/** Tables **/
table.normal, 
table.admin {border: 1px solid #acacac}

tr.odd {
	background: #f0f0f0;
}

tr.odd:hover {
}

tr.even {
	background: #dcdcdc;
}

tr.even:hover {
}

td.odd {
	background: #f0f0f0;
	color: #000;
}

td.even {
	background: #dcdcdc;
	color: #000;
}

tr.even td.even,
tr.odd td.odd {}

td.third {}

/* headings */

th,
table.normal td.heading {
	color: black;
	background: #f5f5f5 url(strasa/options/cool/headerbg.jpg) repeat-x 0 100%;
}

th a:link,
th a:visited,
td.heading a:link,
td.heading a:visited {
	color: #000;
}

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;
}

.tabmark {
	background-color: #cce5ff;
}

.tabmark a {
	color: #0a6aa6;
}

.tabmark a:active {
	background-color: #f2f2f2;
	color: #0a6aa6;
}

.tabmark a:hover {
	background: #1d9ccf;
	color: #fff;
}

/* active (current) tab */
.tabactive {
	background-color: #cce5ff !important;
	border: solid 1px #1d9ccf !important;
}

/* link of active tab */
.tabactive a {
	color: #0a6aa6 !important;
}

.tabactive a:hover {
	background-color: #cce5ff !important;
	color: #000 !important;
}

/* inactive tabs */
.tabinactive {
	background-color: #1e7ea6;
}

.tabinactive a {
	color: #fff;
}

.tabcontent {
	background: #cce5ff;
}

.tab-wrapper {
	border: 1px solid #F3FCFE;
}

.tab-menu li a {
	background: #F3FCFE;
	color: #006699;
}

.tab-menu li a:hover, 
.tab-menu li a:focus {
	background: transparent;
	border-bottom-color: #f8f8ff;
}

.tab-menu li a:hover {
	background: #FAEC8F;
	border-bottom-color: #f8f8ff;
}

.tab-menu li.tab-selected a {
	background: #f8f8ff;
}

/*** Feature-specific selectors ***/
/***** Wiki *****/

h1.pagetitle a,
h1.pagetitle a:visited,
h1.pagetitle a:hover,
a.pagetitle,
a.pagetitle:visited,
a.pagetitle:hover {
	color: #000;
}

.titlebar {
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

.wikitext .fancylist li {
	background: transparent url(strasa/options/'strasa/list_icon.png') top left no-repeat;
	color: #f90;
}

.wikitext .fancylist li p {
	color: #000;
}

table.wikitable {
	border: 1px solid #A9A9A9;
}

td.wikicell {
	border: 1px solid #a9a9a9;
}

/* editable wiki section */
div.split {
	border: 1px dashed #696969;
}

#wikihelp-tab table,
#wikihelp-tab table td {
	border: solid 1px #696969;
}

/* Needed esp. for light-on-dark theme */
div.toolbar {
}

/* Wiki plugins */
/* Code plugin  */

div.code {
	border: 1px dashed #a9a9a9;
	background: #F5F5F5;
}

.codelisting {
	background: #F5F5F5;
	border: 1px dashed #696969;
}

.codecaption {
	border: 1px solid #696969;
	color: #696969;
	background: #F5F5F5;
}

/** Wiki tocs **/

div.tocnav {
	background: #EBEBEB;
}

/* TOC */
ul.toc {
	border-top: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
}

/* Wiki diff styles */
.diff td {
	border: 1px solid #696969;
}

.diff div {
	border-top: 1px solid #696969;
}

.diffheader {
	background: #696969;
}

.diffadded {
	background: #CCFFCC;
}

.diffdeleted {
	background: #FFCCCC;
}

.diffinldel {
	background: #FFCCCC;
}

.diffbody {
	background: #F2F4F5;
}

.diffchar {
	color: red;
}

/***** Articles ****/
div.articletopline,
div.articlesubtitle {
	background: #f5f5f5;
	color: #000}
	
div.articletitle h2 {
	background: #f5f5f5 url(strasa/options/cool/headerbg.jpg) repeat-x 0 100%;
	color: #000;
	padding: 10px 5px;
	margin: 0}

div.articletitle h2 a,
div.articletitle h2 a:visited {
	color: #000;
	text-decoration: none}

/***** Blogs *****/

.postinfo a {
	color: #006699;
}

body.tiki_blogs .author_actions .actions {
	background: url(strasa/options/strasa/login.jpg) no-repeat 100% 0;
}

/***** Forums *****/

.post .postbody {
	border: solid 1px #a9a9a9;
	border-top: solid 1px gray;
	background: #fff;
}

/* String up to and including first '.content' needed in *litecss themes to override higher .content properties. */
/*#c1c2 #wrapper #col1 .content */
.post .postbody .content {
	color: #000;
	background: #fff !important;
}

body.tiki_blogs .postbody-title,
.post .postbody-title {
	background: #f5f5f5 url(strasa/options/cool/headerbg.jpg) repeat-x 0 100%;
	
}

.post .postbody-title .title,
.post .postbody-title .actions {
	color: #000;
}

.post .postbody-title .title a.link {
	color: #000;
}

.post .author_info a:link,
.post .author_info a:visited {
	color: #000;
}

.post .author_info {
	color: #000;
	background: url(strasa/options/mono/login.jpg) 0 0 no-repeat;
}

.post .postbody .attachments {
	border-top: 1px dotted #D9D9D9;
}

.post .contribution {
	background: #F0F8FF;
	border: 1px solid #cce5ff;
}

.post .avatar {
	border-color: #047aaa #047aaa #42cffa #42cffa;
}

.forum_actions .actions {
	background: #cce5ff;
}

.forum_actions .headers .title {
	background: #233a48;
	color: #fff;
}

/* Comments */

/* Comments moderation */
.post-approved-n {
	border-left: 3px dotted blue;
}

.post-approved-r {
	border-left: 3px double red;
}

.post-approved-r .content * {
	background: url(strasa/options/../../img/icons2/dots.gif);
}

/* Help box*/

div.commentsedithelp {
	background: #ffcfcf;
	color: black;
	border: 1px solid #ff0000;
}

/***** Categories *****/

/***** Tags (freetags) *****/

/***** Image Galleries *****/

table.galtable {
	border: 1px solid #696969;
}

div.thumbnailcontenerchecked div.thumbnail {
	background-color: #f8f8ff;
	border-color: #a9a9a9;
}

/***** File Galleries *****/

/***** Trackers *****/


/* also for categorize.tpl */
div.multiselect {
	border: 1px solid #696969;
}

/***** Calendar *****/
/* Overrides calendar.css, etc. */

.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 {}

.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 {}

.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 {
	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 {}

.opaque {
	border: 1px solid #1b3a50;
	background: #dcdcdc;
}

.opaque .box-title {
	color: #5ae0ff;
	background: #1b3a50;
}

.calHeadingOn a {
	color: #06f;
}

.calbuttonBox {
	color: #fff;
	background: #1d9ccf;
	border-color: #41cbe7 #223845 #223845 #41cbe7;
}

.buttonon a,
.calbuttonon a,
.calbuttonoff a {
	color: #fff;
}

#caltable .calfocuson,
.box-data td.fc a.today,
.box-data td a.today {
	background: #D4D0C8;
	border: solid 1px #696969;
}

#caltable .calfocuson a {
	color: #000;
}

.calinput {
	background: #223845;
}

.calfocuson + .calcontent {
	background: #F5F5F5;
}

.days {
	color: #cce5ff;
}

#caltable .weeks {
	background: #1b3a50;
	color: #cce5ff;
}

.calodd, .caleven {
	border: 1px solid #a9a9a9;
}

.calodd {
	background: #f0f0f0;
}

.caleven {
	background: #dcdcdc;
}

.caldark {
	background: #223845;
}

.caldark .calfocus {
	background: #223845;
}

/*****  Polls  *****/

td.pollr {
	color: black;
}

/***** FAQs *****/

/***** Quizzes *****/

/***** Shoutbox *****/

/***** Directory *****/

div.dircategs {
	border: 1px solid #696969;
}


/***** Messages *****/
td.prio1,
td.prio2,
td.prio3,
td.prio4,
td.prio5 {
	border: 1px solid #a9a9a9;
}

td.prio1 {
	background: #F7F9CA;
}

td.prio2 {
	background: #F7F9EA;
}

td.prio3 {
	background: #F7F9FA;
}

td.prio4 {
	background: #F7F9FD;
}

td.prio5 {
	background: #F7F9FF;
}

div.messureadflag {
	background: #a9a9a9;
}

div.messureadhead {
	background: #dcdcdc;
}

div.messureadbody {
	background: #dcdcdc;
}

.readlink {
	color: black;
}

/***** Sheets *****/

.plugin-form-float {
	border: solid 2px #696969;
}

/***** Ajax *****/
div#ajaxLoading {}

#shadowbox_content {
	background: #F3FCFE;
}

/***** TikiSheet Default Style *****/
table.default thead td,
table.default tfoot td {
	background: #223845;
	color: #cce5ff;
}

.highlight_word_0 {
	color: #ffff66;
	background: #223845;
}

.highlight_word_1 {
	color: #ff9999;
	background: #223845;
}

.highlight_word_2 {
	color: #A0FFFF;
	background: #223845;
}

.highlight_word_3 {
	color: #ff66ff;
	background: #223845;
}

.highlight_word_4 {
	color: #99ff99;
	background: #223845;
}

/***** mypage *****/

/* 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;
}

/* MiniChat  */

/* end of file */

.community-activity {
	margin-left: 15px;
}

.rsslist {
	padding:0;
	margin:0;
}
