/*
 *
 * The Andreas09 theme for Tiki CMS/Groupware is adapted from the original template by Andreas Viklund.
 * This adaptation by Gary Cunningham-Lee (chibaguy) uses the layout methods of lite -
 * a source ordered layout solution by luci (http://www.ground.cz/luci/css/lite).
 * For more information, please visit http://themes.tikiwiki.org or http://zukakakina.com.
 *
 */

body {
	background: #f0f0f0 url(andreas09/bodybg.jpg) repeat-x;
	display: table;
	color: #303030;
	font-size: 0.77em !important;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#tiki-clean {
	background: White;
	text-align: left;
}

a,
a:visited {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	color: #606060;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

p {
	line-height: 1.5em;
	margin: 0 0 15px;
}

#header {
	color: #ffffff;
	height: 92px;
	margin: 0 20px 10px;
	text-align: left;
}

#header h1,
#header h2 {
	color: #ffffff;
	font-weight: 400;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 2.4em;
	padding-top: 20px;
}

#header h2 {
	font-size: 1.6em;
}

#siteheader {
	text-align: left;
	background: transparent;
	height: 102px;
	vertical-align: middle;
}

/** horizontal menu and search form **/
#horiz_bar {
	white-space: nowrap;
	margin-bottom: 25px;
}

#horiz_bar_search {
	float: right;
	margin-right: 10px;
	clear: none;
}

#horiz_bar_search .button {
	border: solid 1px #AAAAAA;
	background: #f0f0f0 url(andreas09/menuhover.jpg) top left repeat-x;
	color: #505050;
	font-weight: bold;
	margin: 2px;
	vertical-align: middle;
	text-transform: uppercase; 
}

/*** contains mainmenu ul, or phplm, below ***/
#horiz_bar_links {
	clear: none;
	margin-top: 0;
	float: left;
	padding-left: 0;
}

/* Horizontal bar links, but NOT PHP Layers menu */
#mainmenu {
	float: left;
	margin-top: 0;
}

ul#mainmenu {
	margin: 0;
	padding: 0;
	display: block;
}

ul#mainmenu li {
	float: left;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul#mainmenu a {
	border-right: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	font-size: 0.8em;
	padding: 11px 10px 10px;
	text-transform: uppercase;
}

ul#mainmenu a:hover {
	background: #f0f0f0 url(andreas09/menuhover.jpg) top 	left repeat-x;
	color: #505050;
	text-decoration: none;
}

ul#mainmenu a.current {
	background: #f0f0f0 url(andreas09/menuhover.jpg) top left repeat-x;
	color: #505050;
	text-decoration: none;
}

#tiki-top {
	padding-top: .9em;
}

#c1c2 {
	display: block;
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.9em;
	background-color: transparent;
}

#c1c2 #wrapper {
	float: right;
	width: 100%;
}

#c1c2 #wrapper #col1.marginleft {
	margin-left: 185px;/* Change this when width of #col2 is changed. */
}

#c1c2 #wrapper #col1.marginright {
	margin-right: 185px;/* Change this when width of #col3 is changed. */
}

#c1c2 #wrapper #col1 .content {
	width: auto !important;
}

#c1c2 #wrapper #col1 .contentwrapper {
	background-color: #fafcff;
	border: 1px solid #909090;
	color: #2a2a2a;
	padding: 15px 20px 5px;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	font-size: 1.03em;
}

#c1c2 #col2 {
	float: left;
	margin-right: -100%;
	overflow: hidden;
	background-color: transparent;
	width: 185px;
}

#c1c2 #col2 .content {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	
}

#col3 {
	float: right;
	margin-right: -100%;
	margin-left: -185px;
	overflow: hidden;
	background-color: transparent;
	width: 185px;
	text-align: left;
	font-size: 1em;
}

#col3 .content {
	padding-right: 8px;
	overflow: hidden;
}

#footer {
	background: #8B8B8B url(andreas09/footerbg.jpg) top left repeat-x;
	clear: both;
	color: #d0d0d0;
	font-size: 0.9em;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}

#footer a {
	color: #d0d0d0;
	font-weight: bold;
}

.footerbgtrap {
	background-color: transparent;
	color: #d0d0d0;
}

/* content default appearance */
div {
  font-size: 1em;
}

img {
  border: 0;
}

input {
	border: solid 1px #aaa;
	line-height: 1.6em;
	padding: 0.1em;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
	font-size: 1em;
}

input[type=text],
input[type=password] {
	font-size: 1.1em;
	border: solid 1px #aaa;
	width: 120px;
}

input[type=submit],
input[type=file],
select {
	border: solid 1px #aaa;
	background: #F5F5F5;
	color: #000;
	font-size: 1.1em;
	height: 2em;
	vertical-align: middle;
	background: #f0f0f0 url(andreas09/menuhover.jpg) top left repeat-x;
	cursor: pointer;
}

#col2 input[type=submit],
#col2 input[type=file],
#col2 select {
	font-size: 120%;
}

#dropdownwrapper {
	width: 40px;
	height: 16px;
	background: url(andreas09/icons/drpdwn.png) no-repeat;
}

button,
.dropdownbutton {
	border-left: 1px solid #A9A9A9;
	border-top: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	color: #666;
	font-size: 0.9em;
	line-height: 1.6em;
	vertical-align: middle;
	background: #f0f0f0 url(andreas09/menuhover.jpg) top left repeat-x;
	font-weight: bold;
	margin: 2px;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
}

button:hover,
.dropdownbutton:hover {
	cursor: pointer;
}

select[multiple] {
	height: 10em;
}

select[name=theme] {
	width: 165px;
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	background: #F5F5F5;
}

input[type=checkbox] {
	border: 0;
}

small {
	font-size: 0.9em;
}

form {
	margin: 0;
	padding: 0;
}

ul, ol {
	text-align: left;
}

#mainmenu br {
	display: none;
}

#attzone, #comzone {
	display: none;
}

/* TikiIntegrator: By default copy rules dialog not shown */
#rules-copy-panel {
	display: none;
}

#clear {
	clear: both;
}

.clear {
	clear: both;
}

/*** modules ***/

div.box-title {
	overflow: hidden;
	color: #505050;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 12px;
}

div.box-title table {
	width: 100%;
}

.box-data { 
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 16px 10px;
}

.box-data select {
	width: 120px;
}

/* tables in modules */
.box-data table {
	margin: auto;
}
.box-data table td {
	padding: 0.2em;
	text-align: start;
}

/* lists in modules */
.box-data ul {
	list-style: none;
	margin-left: -2em;
	padding-left: 2em;

}
.box-data li {
	padding: 0.2em;
	text-align: start;
}

.module li {
	list-style: none;
}

/** controls for modules **/
.modcontrols { 
	display: block;
	float: right;
	width: 64px;
	height: 16px;
}

.modcontrols a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
}
.modcontrols a span {
	display: none; 
}

.movemodup {
	background: transparent url(andreas09/icons/up_out.png) center center no-repeat;
}

a:hover.movemodup {
	background: transparent url(andreas09/icons/up.png) center center no-repeat;
}

.movemoddown {
	background: transparent url(andreas09/icons/down_out.png) center center no-repeat;
}

a:hover.movemoddown {
	background: transparent url(andreas09/icons/down.png) center center no-repeat;
}

.movemodopside {
	background: transparent url(andreas09/icons/move_out.png) center center no-repeat;
}

a:hover.movemodopside {
	background: transparent url(andreas09/icons/move.png) center center no-repeat;
}

.removemod {
	background: transparent url(andreas09/icons/close_out.png) center center no-repeat;
}

a:hover.removemod {
	background: transparent url(andreas09/icons/close.png) center center no-repeat;
}

/* cbox */
div.cbox {
	overflow: hidden;
	border: 1px solid #999999;
	margin: 6px;
}
 
div.cbox-title {
	text-align: left;
	text-indent: 1em;
	border-bottom: 1px solid #999999;
	padding: 4px 4px 0 4px;
	font-weight: bold;
}

div.cbox-data {
	overflow: hidden;
	padding: 1px 4px 4px 4px;
}

.cbox-data ul ul {
	margin: auto;
}

.rbox {
	overflow: hidden;
	border: 1px solid #606060;
	background: #F1F1F1;
	padding: 4px;
}

.rbox-title {
	text-align: left;
	padding: 3px;
	font-weight: bold;
}

.rbox-data {
	padding: 3px;
}

div.simplebox {
	border: 1px solid #666;
	padding: 4px;
}
 
.linkbut {
	font-size: 0.8em;
}

div.separator {
	background: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	margin-top: 8px;
	margin-bottom: -4px;
	padding: 5px 4px 4px 10px;
	position: relative;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	width: 140px;
}

div.separator:visited {
	font-weight: bold;
}

div.separator:hover,.active {
	background: #f8f9fa;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none;
}

.separator:hover,
div.option a.linkmenu:hover {
	text-decoration: none;
}

.option {
	margin-top: 6px;
}

div.optionline,
.option a {
	background: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 1em;
	padding: 4px 2px 2px 8px;
	width: 125px;
	margin-bottom: -4px;
	margin-top: -4px;
}

div.option a:hover,
div.option a:active {
	background: #f8f9fa;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none;
}

div.option {
	margin-left: 18px;
}

/* tiki tabs */
.tabmark {
	display: inline;
	font-size: 85%;
	background-color: #abcdef;
	border: 1px solid #abcdef;
	margin: 0;
	margin-right: 5px;
	padding: 1px 0 1px 0;
}
.tabmark a { 
	border-bottom: 0;
	color: #000;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}

.tabmark a:active {
	background-color: #fff;
	color: red;
}

.tabmark a:hover {
	color: black;
	background-color: #f0f9ff;
}

.tabcontent {
	z-index: 0;
	position: relative;
	border: 1px solid #abcdef;
	padding: 6px 2px 2px 2px;
	margin-bottom: 25px;
	background-color: #f0f9ff;
}

/* tracker-specific styles */
.statuson {
	padding: 1px;
	margin: 1px;
	border: 1px inset #666666;
	vertical-align: middle;
	background-color: #bbaa99;
}

.statusoff {
	padding: 1px;
	margin: 2px;
	vertical-align: middle;
}

/* Tables */
table {
	font-size: 1em;
	width: 100%;
}

.normal {
	border: solid 1px #909090;
}


.wikitable {
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	vertical-align: top;
}

td.normal,
.wikitable td,
td.odd,
td.even {
	margin: 0;
	padding: 0.2em;
	vertical-align: top;
}

td.odd {
	background-color: #F5F5F5;
	border-right: 1px solid #DDDDDD;
}

td.even {
	background: #ECECEC;
	border-right: 1px solid #DDDDDD;
}


table.normal td.heading {
  font-size: 1em;
}

td.heading {
	background-color: #DCDCDC;
	text-align: center;
}

td.form {
	padding: .2em;
}
.categpath {
	font-size: x-small;
}

/********* WIKI ************/
div.description {
	font-size: 1.2em;
	font-style: italic;
}

#pageid {
	float: left;
	clear: both;
}

.catpaths {
	background: #EBEBEB;
	margin-right: 5px;
	margin-top: 3px;
	border-bottom: 1px solid #B0B0B0;
}

#cachedpage {
	float: right;
	font-size: small;
}

.wikitext {
	line-height: 1.5em;
}

.wikitext h1, h2, h3, h4 {
	color: #606060;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px;
	padding: 0;
}

.wikitext h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

.titlebar {
	background:#f0f0f0 url(andreas09/menuhover.jpg) top left repeat-x;
	color:#505050;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	text-indent: .8em;
}
 
table.wikitable {
	border: 1px solid #A9A9A9;
	border-collapse: collapse;
}
 
td.wikicell {
	padding: 3px;
	border: 1px solid #A9A9A9;
	border-collapse: collapse;
}

.editdate {
	padding-bottom: 5px;
}

div#page-bar {
	display: block;
	margin-top: 0;
}

ul.floatleft {
	display: block;
	list-style: none;
	padding: 0;
	text-align: left;
	height: 20px;
	margin-top: 0;	
}

ul.floatleft li {
	float: left;
	padding: 4px 2px;
}

.editdate ul.floatleft {
	margin-top: 8px;
}
 
div.button2, .button3 {
	margin-right: 5px;
}
 
.linkbut {
	font-size: 90%;
}

.wiki-edithelp {
  display: none;
}
 
/* Wiki plugin styles */
/* code plugin  */
div.code {
	font-size: 100%;
	padding: 3px;
	border: 1px dashed #CCCCCC;
	background-color: #F4F4F4;
	font-family: "Courier New", Courier, monospace;
}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background-color: #FFFFFF;
	margin: 4px;
	border: 1px dashed #ADACAF;
	overflow: auto; 
	width: 90%;
	font-size: 100%; 
}

.codecaption {
	font-size: 90%;
	padding: 0 10px;
	background-color: #FFFFFF;
	position: relative;
	bottom: -5px;
	display: inline;
	border: 1px solid #ADACAF;
	border-bottom: 0;
	margin: 0;
	color: #666666;
	background-color: #E9ECEF;
	font-weight: bold;
}

/**** quote plugin *****/
div.quoteheader {
	margin-left: 20px;
}

div.quotebody {
	margin-left: 20px;
	font-style: italic;
}

/* Tikipedia-specific - thumb styles from monobook */
/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}

div.thumb div {
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}

div.thumb div a img {
	border: 1px solid #ccc;
}

div.thumb div div.thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: .3em 0 .1em 0;
}

div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}

div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}

div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}

div.tleft {
	float: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}

/* For MAKETOCBOX plugin */
div.maketocbox {
	display: block;
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	background: #F9F9F9;
	padding: 4px;
	margin: 5px;
	text-align: left;
	font-size: 95%;
}
span#maketocbox-title {
	font-weight: bold;
}
div#maketocbox-contents {
	display: block;
	text-align: left;
	margin-left: 0;
}

div#maketocbox-contents li {
	margin-left: 0;
}

div#maketocbox-contents ul.toc,
div#maketocbox-contents ul.toc li ul {
	list-style: none;
}

div#maketocbox-contents ul.toc li a:link,
div#maketocbox-contents ul.toc li ul li a:link,
div.maketocbox div#maketocbox-contents ul.toc li a.link:link,
div.maketocbox div#maketocbox-contents ul.toc {
	background-image: none;
}

/* Suckerfish CSS dropdown menu*/ 
div#sosnav {
	float:right;
	clear: none;
	/*display: block;
	margin-bottom: 20px;*/
}


#sosnav ul,
#sosmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 3;
	display: block;
}

#sosnav ul li a,
#sosmenu ul li a, 
#sosmenu ul ul li a {
	display: block;
	width: 12em;
	text-decoration: none;
	border-bottom: 0;
	color: #666;
}

#sosnav li,
#sosmenu li {
	float: left;
	width: 12em;
	padding-left: 3px;
	display: block;
}

#sosnav li ul,
#sosmenu li ul {
	position: absolute;
	width: 12em;
	left: -9999em;
}

#sosnav li:hover ul,
#sosnav li.sfhover ul,
#sosmenu li:hover ul,
#sosmenu li.sfhover ul {
	left: auto;
	background: white;
	border-left: 1px solid #A9A9A9;
	border-top: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}


#sosnav ul li:hover ul li a,
#sosnav ul li.sfhover ul li a,
#sosmenu ul li:hover ul li a,
#sosmenu ul li.sfhover ul li a  {
	text-decoration: none;
	color: #666;
}

#sosmenu ul li:hover ul li:hover a,
#sosmenu ul li.sfhover ul li.sfhover a {
	color: #808080;
	text-decoration: underline;
}


#sosnav li ul li a:hover,
#sosnav ul ul li:hover a,
#sosnav ul li.sfhover a,
#sosnav ul ul li.sfhover a,
#sosmenu li ul li a:hover,
#sosmenu ul ul li:hover a,
#sosmenu ul li.sfhover a,
#sosmenu ul ul li.sfhover a {
	color: #808080;
	text-decoration: underline;
	border-bottom: 0;
}

/* WIKI TOCS */
div.tocnav {
	background: #EBEBEB;
	padding: 3px;
	margin-bottom: 4px;
}
 
#tocnavicons {
	float: left;
}

#tocnavaddpage{
	float: right;
}

#tocnavlinks {
	clear: both;
}

.toc {
	padding-left: 2em;
	background: #EBEBEB;
	margin-bottom: 4px;
}

li.toclevel {
	margin-left: 2em;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* floating ul/ol lists */
.floatlist {
	clear: left;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

.floatlist li {
	float: left;
}


/* CMS (Articles) */
div.article {
	margin-bottom: 40px;
}

div.articletopline {
	font-size: 90%;
	font-style: italic;
}

div.articletitle {
	color: #606060;
	margin: 0 0 15px;
	padding: 0;
}
 
span.titlea {
	font-size: 1.6em;
	font-weight:bold;
}
 
div.articlesubtitle {
	font-size: 90%;
	font-style: italic;
}
 
div.articleheading {
	margin-top: 6px;
	line-height: 1.5em;
}
 
div.articleheadingtext {
	color: black;
}

img.topicimage,
img.articleimagenofloat,
img.articleimage {
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	padding: 5px;
}

img.articleimagefloat {
	margin-right: 4px;
	float: left;
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	padding: 5px;
}

img.articleimage {
	margin-right: 4px;
	float: left;
	clear: right;
	background: #fafbfc;
	border: 1px solid #b0b0b0;
}

div.articletrailer .wikitopline {
	float: left;
} 
 
div.articlebody {
	color: black;
	line-height: 1.5em;
}
 
div.articlesource {
	margin-top: 5px;
	font-style: italic;
	font-size: 90%;

}
 
/* BLOGS */
div.blogheading {
	display: block;
	width: 100%;
	clear: both;
}

div.blogtitle {
	font-size:1.8em;
	font-weight: bold;
	padding: 3px;
	font-weight: bold;
	letter-spacing: .4pt;
	line-height: 80%;
}

div.blogdesc {
	display: block;
	width: 40%;
	margin-top: 8px;
	margin-left: 6px;
}

div.bloginfo {
	text-align: right;
	display: block;
	padding: 3px;
	line-height: 150%;
}

div.blogtools {
	padding: 3px;
	text-align: right;
	margin-bottom: -2em;
	
}

.blogpost {
	margin-top: 3.5em;
}
 
div.posthead {
	text-align: left;
	padding: 3px;
	font-size: 1.3em;
}

.postinfo {
	background: #F0F0F0;
	margin-bottom: 6px;
	padding: 2px;
}

span.posthead {
	display: block;
	font-weight: bold;
	letter-spacing: .4pt;
	border-bottom: 1px solid #2F3E4F;
}
 
div.posthead h2 {
	text-align: left;
	margin-bottom: 10px;
	font-size: 1.4em;
}

div.description h1 {
	font-size: 1.3em;
}
 
div.postbody {
	margin-right: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	line-height: 1.5em;
}

div.postfooter {
	clear: both;
	float: right;
}

/* FORUMS */
body.tiki_forums table.normal {
	margin: auto;
}

div.forumtoolbar {
	background-color: #395AAD;
	margin-bottom: 20px;
	border: 0px;
}
 
td.threadsevenl {
	border: 1px solid #8CACBB;
	border-collapse: collapse;
	background-color: #EEEEEE;
}
 
td.threadsevenr {
	border: 1px solid #8CACBB;
	border-collapse: collapse;
	background-color: #EEEEEE;
}
 
td.threadsoddl {
	border: 1px solid #8CACBB;
	border-collapse: collapse;
	background-color: #DDDDDD;
}
 
td.threadsoddr {
	border: 1px solid #8CACBB;
	border-collapse: collapse;
	background-color: #DDDDDD;
}

table.threads {
	width: 100%;
}
 
td.threadseparator {
	border: 1px solid #8CACBB;
	border-collapse: collapse;
	background-color: #EEEEEE;
	height: 5px;
}
 
#forumpost {
	display: none;
}
 
#forumpostopen {
	display: block;
}

td.forumtoolbar {
	color: white;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
}
 
.toolbarlink {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.forumvotelink {
	color: black;
}

table.commentinfo {
	background: #F0F0F0;
}

#comzone {
	display: none;
	margin: 5px 0;
	padding: 0;
}
 
#comzoneopen {
	display: block;
	margin: 5px 0;
	padding: 0;
}
 
span.commentstitle {
	font-weight: bold;
	font-size: 12px;
}

/* find */
.subcomment {
	margin-left: 10px;
}

.quotebody {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #D3D3D3;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	color: black;
	background-color: #F5F5F5;
}
 

/* IMAGE GALLERIES */
div.browsegallery {
	text-align: center;
	width: 100%;
}

div#browse_image {
	background: white;
	width: 100%;
}

div.showimage {
	width: 100%;
	text-align: center;
	padding: 6px;
}

td.oddthumb {
	background-color: #F9F9F9;
	border: 3px solid white;
	border-collapse: collapse;
}
 
td.eventhumb {
	background-color: #F9F9F9;
	border: 3px solid white;
	border-collapse: collapse;
}

td.eventhumb img {
	margin-left: 6px;
	margin-right: 6px;
}

img.athumb {
	border: 0;
	margin: auto;
}

#forumpost {
	display: none;
}

#forumpostopen {
	display: block;
}

/* Directory */
div.dirsite {
	background-color: #F9F9F9;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	padding: 4px;
}

span.dirsitetrail {
	font-size: 95%;
}

span.dirsitecats {
	font-size: 95%;
}

/*  tiki tabs */
table.admin tr td div#page-bar {
	margin-left: 5px;
	margin-bottom: 0;
	background-color: transparent;
}
.tabmark {
	display: inline;
	font-size: 10px;
	background-color: #DDDDDD;
	border: 1px solid #666666;
	margin: 0;
	margin-right: 5px;
	padding: 2px 0;
}

.tabmark a {
	border-bottom: 0;
	color: #666666;
	font-weight: bold;
	padding: 1px 5px;
}

.tabmark a:active {
	color: #636466;
}

.tabmark a:hover {
	color: black;
	text-decoration: none;
	background: #f0f0f0 url(andreas09/menuhover.jpg) top left repeat-x;
}


.tabcontent {
	z-index: 0;
	position: relative;
	padding: 6px 2px 2px 2px;
	margin: 5px;
	margin-top: 0;
	background-color: #DCDCDC;
}

span#tab1 {
	background: #F5F5F5;
}

span#tab2 {
	background: #ECECEC;
}

span#tab3 {
	background: #DCDCDC;
}

#content1,
#content2,
#content3 {
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

#content1 {
	padding: 10px;
	background-color: #F5F5F5;

}

#content2 {
	padding: 5px;
	background-color: #ECECEC;
}

#content3 {
	padding: 5px;
	background-color: #DCDCDC;
}
table.admin div#content1 div.tabcontent div.cbox {
	background-color: transparent;
}

/* CALENDAR */

#caltable .calfocuson,
.box-data td.fc a.today,
.box-data td a.today {
	border: solid 1px #696969;
	border: solid 1px #AAAAAA;
	background: #f0f0f0 url(andreas09/menuhover.jpg) top left repeat-x;
	color: #505050;
	font-weight: bold;
	margin: 2px;
	vertical-align: middle;
	text-transform: uppercase; 
}

#caltable .calfocuson a {
	color: #000;
}

#caltable .calfocus a,
#caltable .calfocuson a {
	text-decoration: none;
}

#calendar {
	width: 100%;
}

.Cal0, 
.Cal1, 
.Cal2 {
	color: Black;
	font-size: 10px;
	padding-right: 0px;
}

.Cal0:before {
	content: "? ";
} 

.Cal1:before {
	content: "+ ";
	background-color: #FFCC77;
}

.Cal2:before {
	content: "X ";
	background-color: #EEEEAA;
} 
	
.Calart,
.Calblog,
.Calchart,
.Caldir,
.Caleph,
.Calfaq,
.Calfgal,
.Calforum,
.Calgal,
.Calnl,
.Calquiz,
.Calsurv,
.Caltrack,
.Calwiki {
	font-size: 90%;
	padding: 0 3px;
	margin-top: 0;
}

.Calart,
.Calart a,
.Calart a:visited {
	color: #FA8072;
	font-weight: normal;
}

.Calart:before {
	content: "A";
	font-family: monospace;
	background-color: #FFFFFF;
}

.Calblog,
.Calblog a,
.Calblog a:visited {
	color: #DA70D6;
	font-weight: normal;
}

.Calblog:before {
	content: "B";
	font-family: monospace;
	background-color: #FFFFFF;	
}

.Calchart,
.Calchart a,
.Calchart a:visited {
	color: #304F30;
	font-weight: normal;
}

.Calchart:before {
	content: "Ch";
	font-family: monospace;
	background-color: #FFFFFF;
} 

.Caldir,
.Caldir a,
.Caldir a:visited {
	color: #800080;
	font-weight: normal;
}

.Caldir:before {
	content: "D";
	font-family: monospace;
	background-color: #FFFFFF;	
}

.Caleph,
.Caleph a,
.Caleph a:visited {
	color: #008000;
	font-weight: normal;
}

.Caleph:before {
	content: "E";
	font-family: monospace;
	background-color: #FFFFFF;
}

.Calfaq,
.Calfaq a,
.Calfaq a:visited {
	color: #822222;
	font-weight: normal;
}

.Calfaq:before {
	content: "FQ";
	font-family: monospace;
	background-color: #FFFFFF;
}

.Calfgal,
.Calfgal a,
.Calfgal a:visited {
	font-weight: normal;
	color: #8B4513;
}

.Calfgal:before {
	content: "Fi";
	font-family: monospace;
	background-color: #FFFFFF;	
}

.Calforum,
.Calforum a,
.Calforum a:visited {
	color: #808000;
	font-weight: normal;
}

.Calforum:before {
	content: "Fo";
	font-family: monospace;
	background-color: #FFFFFF;
} 

.Calgal,
.Calgal a,
.Calgal a:visited {
	font-weight: normal;
	color: #8B4513;
}

.Calgal:before {
	content: "I";
	font-family: monospace;
	background-color: #FFFFFF;
}

.Calnl,
.Calnl a,
.Calnl a:visited {
	color: #708090;
	font-weight: normal;
}

.Calnl:before {
	content: "N";
	font-family: monospace;
	background-color: #FFFFFF;	
}

.Calquiz,
.Calquiz a,
.Calquiz a:visited {
	color: #5F9EA0;
	font-weight: normal;
}

.Calquiz:before {
	content: "Q";
	font-family: monospace;
	background-color: #FFFFFF;
}

.Calsurv,
.Calsurv a,
.Calsurv a:visited {
	color: #DAA520;
	font-weight: normal;
}

.Calsurv:before {
	content: "S";
	font-family: monospace;
	background-color: #FFFFFF;	
}

Caltrack,
Caltrack a,
Caltrack a:visited {
	color: #00BD02;
	font-weight: normal;
}

.Caltrack:before {
	content: "Tr";
	font-family: monospace;
	background-color: #FFFFFF;
}
	
.calweb {
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	color: #336699;
}

.Calweb:hover {
	color: #996633;
}

.Calwiki,
.Calwiki a,
.Calwiki a:visited {
	color: #2C4B80;
	font-weight: normal;
}

.Calwiki:before {
	content: "W";
	font-family:  monospace;
	background-color: #FFFFFF;
}

.calcheckbox {
	background-color: #FFFFFF;
}

.calcontent a.linkmenu,
.calcontent a.linkmenu:hover {
	background-image: none;
	padding: 0;
}

.calfocus {
	font-size: 90%;
	background-color: transparent;
}

.calfocus a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.calfocuson {
	font-size: 90%;
	background-color: #F3E498;
}

.calfocuson a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

#calprio {
	margin-left: 7px;
	padding: 0 5px;
	color: black;
}

.calprio1 {
	background-color: #DAE0E0;
}

.calprio2 {
	background-color: #DADCDC;
}

.calprio3 {
	background-color: #DAD0D0;
}

.calprio4 {
	background-color: #DACACA;
}

.calprio5 {
	background-color: #DAC0D0;
}

.calprio6 {
	background-color: #DABABA;
}

.calprio7 {
	background-color: #DAB0B0;
}

.calprio8 {
	background-color: #DAAAAA;
}

.calprio9 {
	background-color: #DA9A9A;
}

.calprio1 a,
.calprio2 a,
.calprio3 a,
.calprio4 a,
.calprio5 a,
.calprio6 a,
.calprio7 a,
.calprio8 a,
.calprio9 a {
	color: #393E51;
	font-weight: normal;
}

.caltitle {
	font-weight: bold;
	color: #425262;
}

.caltoggle {
	font-size: 90%;
	margin-bottom: 7px;
}

.opaque {
	background: #fff;
	border-left: 1px solid #A9A9A9;
  	border-top: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

.opaque .box-title {
	background-color: white;
	border-bottom: 1px solid black;
}

.opaque .box-data  {
	background-color: white;
}

.searchresults {
	display: inline;
}

/* end of css file */

