/* $Id$
	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.

	andreas09.css is comprised of these sections:
	XHTML elements, Siteheader & Identity; Menus, Links;
	Misc. Center Col.; Misc. Global; Boxes; Tables, Tabs;
	Wiki (inc. plugins, etc.); Articles; Blogs; Forums;
	Galleries; Trackers; Categories, Tags; Polls; FAQs;
	Quizzes;	Shoutbox; Directory; Messages; TikiSheets;
	Calendar; Admin; and Ajax, jquery, etc.
*/
 
/* Import layout foundation CSS file. */
/* *litecss-based theme, so . . .  */
@import "lite/lite.css";

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

/* And design defaults: */
@import "layout/design.css";
 
/***** XHTML Elements (body tag here,
			others follow Layout) *****/ 
body {
	background: #f0f0f0;
	color: #303030;
	font-size: 67% !important;
	font-family: Verdana,Tahoma,Arial,sans-serif}

html>body {font-size: 72% !important}

 /***** Layout (overrides layout.css;
		also styling of page layout divs)  *****/
#middle {
	padding-top: 20px;
	background: url(andreas09/options/black/mid.jpg) repeat-x}
	

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

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

body.fullscreen {background: #F1EEEC}
#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 #col2 {
	width: 185px;
	font-size: 1.1em}

#c1c2 #col2 .content {
	margin: 0;
	padding: 0;
	padding-left: 10px}

#col3 {
	width: 185px;
	text-align: left;
	font-size: 1.1em;
	margin-left: -185px}

#col3 .content {
	padding-right: 8px;
	overflow: hidden}

#footer {
	background: #8B8B8B url(andreas09/footerbg.jpg) top left repeat-x;
	color: #d0d0d0;
	font-size: 0.9em;
	font-weight: bold;
	padding: 20px 0;
	text-align: center}

#footer a {
	color: #d0d0d0;
	font-weight: bold}

.footerbgtrap {color: #d0d0d0}


/***** XHTML Elements (other than body tag) ******/
a,
a:visited {
	color: #505050;
	font-weight: bold;
	text-decoration: none}

a:hover {
	color: #808080;
	text-decoration: underline}
/*
div {font-size: 1em}*/

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}

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

legend {color: #303030}

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;
	background: #F5F5F5}

select {
	border: solid 1px #aaa;
	background: #F5F5F5;
	color: #000;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	vertical-align: middle;
	background: #f0f0f0 url(andreas09/options/black/menuhover.jpg) top left repeat-x;
	cursor: pointer}


span.button a,
span.button a:visited,
button,
input[type=reset],
input[type=submit],
span.button input,
.submitbutton,
.calbuttonBox a {
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	color: #666;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 10px;
	background: #f0f0f0 url(andreas09/options/black/menuhover.jpg) 0 -20px repeat-x;
	font-weight: bold;
	margin: 2px;
	vertical-align: middle;
	text-transform: uppercase}
		
* html input[type=reset],
* html input[type=submit] {
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	color: #666;
	font-size: 10px;
	background: #f0f0f0 url(andreas09/options/black/menuhover.jpg) 0 -20px repeat-x;
	font-weight: bold;
	margin: 2px;
	vertical-align: middle;
	text-transform: uppercase}

.button a:hover,
button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button input:hover,
.submitbutton:hover,
.calbuttonBox a:hover {
	background: #f0f0f0 url(andreas09/options/black/menuhover.jpg) 0 0 repeat-x}

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}

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

table textarea {font-size: 1.3em}
ul, ol {text-align: left}

/***** Site Header & Identity *****/
#header-top {
	min-height: 101px !important;
	background: url(andreas09/options/black/header.jpg) repeat-x bottom}

* html #header-top {height: 101px}

#siteheader {
	color: #fff;
	margin: 0;
	text-align: left}

#sioptions  {padding: 0 1em}

#siteloginbar {
	bottom: 2px;
	right: 0;
	font-size: 95%}

#sitetitle,
#sitesubtitle {
	color: #fff;
	font-weight: 400;
	letter-spacing: -2px;
	margin: 0;
	padding: 0}

#sitetitle {
	font-size: 2.6em;
	padding-top: 20px}

#sitesubtitle {font-size: 1.6em}

#header-top a,
#header-top a:link,
#header-top a:visited {color: #fff}


#tiki-top {
	background: url(andreas09/options/black/header.jpg) repeat-x;
	height: 38px}

#sitesearchbar {
	margin-right: 10px;
	font-size: 95%;
	color: #303030}
	
#sitesearchbar form {margin-top: 6px; margin-bottom: -6px}

#sitesearchbar .button {
	border: solid 1px #aaa;
	background: #f0f0f0 url(andreas09/options/black/menuhover.jpg) top left repeat-x;
	color: #505050;
	font-weight: bold;
	margin: 2px;
	vertical-align: middle;
	text-transform: uppercase}

/****** Menus, Links ******/
/** CSS (suckerfish) menus **/

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

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

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

.cssmenu_horiz li ul li a,
.cssmenu_vert li a  {
	font-size: .9em;
	background: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	text-transform: uppercase;
	padding: 6px 4px}
	
.cssmenu_horiz li ul li {margin-top: 4px}
#tiki-top .cssmenu_horiz li ul li a {padding: 4px 4px}

.cssmenu_vert li {padding-bottom: 4px}

.cssmenu_horiz li ul li a:hover,
.cssmenu_vert li a:hover {
	background: #f8f9fa;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none}

#tiki-top > .cssmenu_horiz > li {
	margin-top: 2px;
}

#tiki-top .cssmenu_horiz li a {
	border-right: 1px solid #b0b0b0;
	color: #606060;
	font-size: 10px;
	padding: 12px 10px;
	text-transform: uppercase;
}
	
#tiki-top .cssmenu_horiz li.menuSection a {
	padding-right: 20px;
}

#tiki-top .cssmenu_horiz li.menuSection a ul li a {
	padding-right: 10px;
}

#tiki-top .cssmenu_horiz li ul li a {
	padding: 6px 1em;
}

#tiki-top .cssmenu_horiz li a:hover {
	background: url(andreas09/options/black/menuhover.jpg);
	text-decoration: none;
}

#tiki-top .cssmenu_horiz li ul {
	top: 40px;
}

#tiki-top .cssmenu_horiz li ul li ul {
	top: 4px;;
}

#tiki-top .cssmenu_horiz li ul li:first-child {
	margin-top: -4px;
}

* html .cssmenu_horiz li ul li {margin-top: 0}
* html .cssmenu_vert li ul li {padding-bottom: 0}

.sf-sub-indicator {
	background: url(andreas09/arrows-000.png) no-repeat -10px -100px;
}

a .sf-sub-indicator {
	top: .7em;
}

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

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

/** PHP Layers Menus **/
.horbar {
	margin-left: 0;
	float: left;
	clear: 0;
	height: 35px}

.horbaritem a,
.horbaritem a:link,
.horbaritem a:visited {
	border-right: 1px solid #b0b0b0;
	color: #606060;
	font-size: 0.8em;
	padding: 11px 10px 10px;
	text-transform: uppercase}

.horbaritem a:hover {
	background: #f0f0f0 url(andreas09/options/black/menuhover.jpg) top 	left repeat-x;
	color: #505050;
	text-decoration: none}

div.mdkitem  {
	margin-bottom: 4px;
	display: block}

.mdkverbar a,
.mdkitem a {
	font-size: .9em;
	background: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	text-transform: uppercase;
	padding: 6px 4px}

.box .mdkitem a {
	width: 140px;
	padding: 4px 2px 2px 8px}

.mdkitem a:hover,
.mdkitem a:active {
	background: #f8f9fa;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none}

.box .mdksubmenu {
	text-align: left;
	padding: 0}

* html .box .mdksubmenu {width: 1%}
.box .mdksubmenu table {text-align: left}

.mdksubframe .mdkitem {margin-bottom: 0}
 
.box .mdksubframe div.mdkitem {
	margin-left: 0;
	padding-left: 0}

.box .mdksubframe div.mdkitem {
	margin-left: 0;
	padding-left: 0}

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

td.phplmnormal {padding-left: 2em}
a.phplm:visited {color: #726461}
a.phplm:hover {color: #808080}
a.phplm:active {color: #ff0000}

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;
	background: url(andreas09/options/black/menuhover.jpg)}

a.phplmselected:hover {color: #808080}

/** Links in other menus **/

div.separator {
	background: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	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}

div.menuSection {
	margin-bottom: .3em;
	padding-bottom: .3em}

/***** Misc. Center Col. *****/
#showhide_columns {margin: 0 15px 3px 20px}

#c1c2 #wrapper #col1 #tiki-center {
	background: #fafcff;
	border: 1px solid #909090;
	color: #2a2a2a;
	padding: 15px 20px 5px;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	font-size: 1.03em}

a.flip,
a.flip:visited,
.tellafriend a,
.tellafriend a:visited  {
	font-size: 80%;
	color: #909090}

.tellafriend a:hover,
a.flip:hover {
	color: #000;
	text-decoration: none}

/****** Misc. Global ****/

/***** Boxes *****/
/** Modules **/
h3.box-title {
	color: #505050;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 12px}

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

.box-data {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 16px 10px}

.box-data select {width: 120px}

/** Other boxes **/
.cbox {
	border: 1px solid #999;
	margin: 6px}
 
.cbox-title {
	text-align: left;
	text-indent: 1em;
	border-bottom: 1px solid #999;
	padding: 4px 4px 0 4px;
	font-weight: bold}

.cbox-data {padding: 1px 4px 4px 4px}
.cbox-data ul ul {margin: auto}

.rbox-title {
	border-color: #606060;
	background: #F1F1F1;
	padding: 3px;
	font-weight: bold}

.rbox-data {
	padding: 3px;
	border-color: #606060;
	background: #F1F1F1}

div.simplebox {
	border: 1px solid #666;
	background: #f0f0f0;
	padding: 4px;
	color: #606060}

/***** Tables, Tabs *****/
/** Tables **/

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

* html table.normal, 
* html table.admin {
	width: 97%;
	font-size: 11px}

.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.heading {background: #dcdcdc}

table.normal td.heading {font-size: 1em}

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

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

/** Tabs **/
.tabs {
	margin-bottom: -18px;
	border-bottom: 1px solid #ccc;
	/*position: relative;
	z-index: 201*/}

.tabmark {
	font-size: .95em;
	background: #DDDDDD;
	border: 1px solid #666;
	border-bottom: 1px solid #DCDCDC}

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

.tabmark a:active {color: #636466}

.tabmark a:hover {
	color: black;
	background: #f0f0f0 url(andreas09/options/black/menuhover.jpg) top left repeat-x}

.tabcontent {
	padding: 26px 2px 2px 2px;
	background: #DCDCDC}

/***** Wiki *****/
h1 a.pagetitle {}
.wikitopline {}

div#description {
	font-size: 1.2em;
	font-style: italic}

#pageid {
	float: left;
	clear: both}

#cachedpage {}

.catpaths {
	background: #EBEBEB;
	margin-right: 5px;
	margin-top: 3px;
	border-bottom: 1px solid #B0B0B0}

.categpath {font-size: x-small}

#cachedpage {
	float: right;
	font-size: small}

.wikitext {line-height: 1.5em}

.wikitext h2, h3, h4, h5 {
	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/options/black/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}
 
/* Wiki plugins */

/* Code plugin  */
div.code {
	font-size: 100%;
	padding: 3px;
	border: 1px dashed #ccc;
	background: #F4F4F4;
	font-family: "Courier New", Courier, monospace}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background: #fff;
	margin: 4px;
	border: 1px dashed #ADACAF;
	font-size: 100%}

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

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

div.quotebody {
	margin-left: 20px;
	font-style: italic;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #D3D3D3;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	color: black;
	background: #F5F5F5}

/** Wiki tocs **/
div.tocnav {
	background: #EBEBEB;
	padding: 3px}
 
li.toclevel {margin-left: 2em}
ul.toc {background: #ebebeb}

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

div.articletitle {
	color: #606060;
	margin: 0 0 15px;
	padding: 0}
 
div.articletitle h2 {
	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 {
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	padding: 5px}

img.articleimage {
	background: #fafbfc;
	border: 1px solid #b0b0b0}
/*
div.articletrailer {text-align: right}
div.articletrailer .wikitopline {float: left} */
 
div.articlebody {
	color: black;
	line-height: 1.5em}

/***** Blogs *****/
div.blogtitle {
	font-size:1.8em;
	font-weight: bold;
	padding: 3px;
	font-weight: bold;
	letter-spacing: .4pt;
	line-height: 80%}

div.bloginfo {
	text-align: right;
	padding: 3px;
	line-height: 150%}
	
.tiki_blogs .post .postbody {border: none}

.blogpost {margin-top: 3.5em}
div.posthead {font-size: 1.3em}

.postinfo {
	background: #F0F0F0;
	margin-bottom: 6px;
	padding: 2px}
/*
span.posthead {
	font-weight: bold;
	letter-spacing: .4pt;
	border-bottom: 1px solid #2F3E4F}*/
 
.tiki_blogs .postbody-title .title 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 *****/
.post .postbody {
	border: solid 1px #E7EAED;
	padding: 3px 0 3px 0px;
	background: #F9FCFF}
	
* html .post .postbody {font-size: 11px}

.post .postbody-title {
	display: block;
	background: transparent url(andreas09/options/black/header.jpg) repeat-x bottom;
	border-bottom: 0;
	padding: 0;
	margin: 0}

.post .postbody-title .title {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 8px;
	margin-top: 5px;}

.title h2,
.title a.link {color: #fff}

.title h2 {font-size: 1.2em}

.postbody-title .freetaglist,
.postbody-title a.freetag,
.postbody-title a.freetag:visited {color: #fff}

.postbody-title .freetaglist {clear: both}

.post .author {	
	float: left;
	text-align: left;
	width: 30%;
	margin: -3px 3px 3px -3px;
	background: url(andreas09/options/black/mid.jpg) repeat-x}

.post .author_post_info {
	display: block;
	background: inherit;
	padding: 3px}

.post .author_info {
	float: right;
	background: inherit;
	padding: 2px;
	margin-right: 0}

.commentStyle_headers .author_info {float: left}

.post .postbody-title .actions {
	float: right;
	font-size: 1em}

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

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

.post .postfooter .actions,
.post .postfooter .status {
	display: inline;
	margin-left: 5px;
	vertical-align: top}

.post .postfooter .status {font-size: 1em}

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

.post .avatar {
	float: left;
	margin: 3px;
	border: 1px solid #909090;
	background: inherit}

.forum_actions .actions {
	border: 1px solid #b0b0b0;
	background: #e8e9ea;
	color: #696969}

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

.forum_actions .headers .infos {font-size: smaller}
.subcomment {margin-left: 10px}

/**** Image Galleries ****/
td.oddthumb {
	background: #F9F9F9;
	border: 3px solid white;
	border-collapse: collapse}
 
td.eventhumb {
	background: #F9F9F9;
	border: 3px solid white;
	border-collapse: collapse}

div.browsegallery {
	text-align: center;
	width: 100%}

div#browse_image {background: #fff}

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

/***** Trackers *****/
.statuson {
	border: 1px inset #666;
	background: #bbaa99}

/***** Categories, Tags *****/
/***** Tags (freetags) *****/
/*****  Polls  *****/
/***** FAQs *****/
/***** Quizzes *****/
/***** Shoutbox *****/
textarea.tshoutbox{
	font-size: 1.2em;
	width: 162px}

/***** Directory *****/
div.dirsite {
	background: #F9F9F9;
	border: 1px solid #aaa}

/***** Messages *****/
td.prio1,
td.prio2,
td.prio3,
td.prio4,
td.prio5 {border: 1px solid #8cacbb}

div.messureadflag {background: #ccc}
div.messureadhead {background: #dedede}
div.messureadbody {background: #dedede}

/***** TikiSheets *****/
table.default thead td,
table.default tfoot td {
	font-weight: bold;
	text-align: center;
	background: black;
	color: #D8D8D8}

table.default td {
	border: solid 1px #a9a9a9;
	background: black}


/***** Calendar *****/
.Cal0, 
.Cal1, 
.Cal2 {
	color: Black;
	font-size: 1em;
	padding-right: 0}
	
.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 {color: #8B4513}

.Calforum,
.Calforum a,
.Calforum a:visited {color: #808000} 

.Calgal,
.Calgal a,
.Calgal a:visited {color: #8B4513}

.Calnl,
.Calnl a,
.Calnl a:visited {color: #708090}

.Calquiz,
.Calquiz a,
.Calquiz a:visited {color: #5F9EA0}

.Calsurv,
.Calsurv a,
.Calsurv a:visited {color: #DAA520}

Caltrack,
Caltrack a,
Caltrack a:visited {color: #00BD02}
	
.Calweb {font-size: 1em}

.Calwiki,
.Calwiki a,
.Calwiki a:visited {color: #2C4B80}

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

.calfocus {font-size: 90%}

.calfocuson {font-size: 90%}

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

.caltoggle {font-size: 90%}

.opaque {
	border-left: 1px solid #a9a9a9;
  	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	background: #ede9e8}

.opaque .box-title {border-bottom: 1px solid black}
.searchresults {display: inline}

#caltable .calfocuson,
.box-data td.fc a.today,
.box-data td a.today {
	border: solid 1px #696969;
	border: solid 1px #aaa;
	background: #f0f0f0 url(andreas09/options/black/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}

.calinput {background: #aaa}
.calfocuson + .calcontent {background: #F5F5F5}
.days {color: #D8D8D8}
#caltable .weeks {color: #D8D8D8}

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

* html .addevent {padding: 0}
.calodd, .caleven {border: 1px solid #999}
.calodd {background: #F5F5F5}
* html .calodd {padding: 0}
.caleven {background: #ECECEC}
* html .caleven {padding: 0}
.caldark {background: #f0f0f0}
* html .caldark {padding: 0}
.caldark .calfocus {background: #f0f0f0}

.daterow {
	color: #000;
	background: #f0f0f0 url(andreas09/options/black/menuhover.jpg) top left repeat-x;
	cursor: pointer}
	
.daterow:hover {
	color: #000;
	background: #f0f0f0 url(andreas09/options/black/menuhover.jpg) top left repeat-x}

.calnavigation a,.calnavigation a:hover {
	color: #000;
	background: #f0f0f0 url(andreas09/options/black/menuhover.jpg) top left repeat-x}

/***** Admin *****/

a.admbox {
	border: 1px solid #aaa;
	background: #e8e9ea center no-repeat}

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

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

/***** Ajax, jquery. etc. *****/
/***** Ajax *****/
/***** New (unsorted) *****/
/***** End New (unsorted) *****/

/* End of File */
