/* Iconoclaste theme for Tiki CMS/Groupware, for Iconoclaste.ca. */

/*  Elements */
body {
	background: #560D38 url(iconoclaste/background.jpg);
	font: 76% "Times New Roman", Times, serif;
	font: 14px/16px; 
	margin-right:auto;
margin-left:auto;
	color: #570D38;
	text-align: center;/*font-variant: small-caps;*/
	text-transform: uppercase;
	
}

a,
a:link {
	color: #560D38;
	text-decoration: underline;	
}

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

button {
	
}

button:hover {
	cursor: pointer;
}

div {
	
}

form {
	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-bottom: 3px;
	text-transform: uppercase;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;

}
h3 {
	font-size: 1.2em;

}
h4 {
	font-size: 1em;
}

hr {
	background: url(iconoclaste/double_line.gif);
	height: 10px;
	border: none;
	color: transparent;
}

img {
	border: 0;
}

input,
textarea,
option,
select {
	background: url(iconoclaste/parchmentlight.jpg);
}

#centercolumn input,
#centercolumn textarea,
#centercolumn option {

}

input[type="checkbox"] {
	
}

input[type="text"],
input[type="password"] {
	width: 130px;

}

input[type="submit"],
input[type=file],
select {
	
}

input[type=submit] {
	margin-top: 4px;
}

select[multiple] {
}

select[name="theme"] {
	
}

small {
	font-size: .8em;
}
td {
	vertical-align: top;
}

th {
	color: black;
	background-color: #DEE7EC;
	border: 1px solid #8CACBB;
	padding: 0 2px;
}

ul, ol {

}

/* border boxes (if any) */

#tiki-clean {
	background: white;
	text-align: left;
}

/*** Other layout ***/

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

/*** Other Tiki selectors ***/
#attzone, #comzone {
	display: none;
}
#rules-copy-panel {
	display: none;
}

#clear {
	clear: both;
}

.clear {
	clear: both;
}

/*********************** GENERAL LAYOUT ************************************/
/*** Page layout (table-based) ***/
table#page {
	font-size: 1.2em;
}

td#leftmargin {
	/*width: 10%;*/
	background: transparent;
	display:none;
}

td#topmargin {
	height: 18px;
	background: transparent;;
}

td#rightmargin {
	/*width: 10%;*/
	background: transparent;
}

table#wrapper {
	background: #EAE8C1 url(iconoclaste/parchment.jpg);
	width: 840px;
	margin-right:auto;
margin-left:auto;
	padding: 1px 0;
	text-align: left
}

div#header {
	/*background: url(iconoclaste/logo.jpg) no-repeat;
	height: 169px;
	border-top: #DCDCB8 double;
	border-bottom: #DCDCB8 double;
	margin: 10px;
	text-align: center;*/
}


td#leftcolumn {
	width: 205px;
	padding-top: 220px;
	background: url(iconoclaste/leftcolumn.jpg) repeat-y;
}

td#leftgutter {
	width: 71px;
	background: url(iconoclaste/leftgutter.jpg);
	
}

/* 
td#leftedge {
	background: url(iconoclaste/leftedges2.jpg) repeat-y 100% 0;
	width: 65px;	
}
*/
 
td#centercolumn {
	/*padding-right: 30px;
	adding-left: 30px;*/
	text-align: center;
	/*overflow: visible;*/
	padding-top: 15px;
}

.leftedges {
	background: url(iconoclaste/leftedges.jpg) repeat-y;
	padding-left: 2em;
}

.rightedges {
	background: url(iconoclaste/rightedges.jpg) repeat-y 100% 0;
	padding-right: 2em;
}
 
#centercolumn .colwrapper {
	/*margin-right: -110px;*/
	background: transparent;
	/*min-width: 600px;*/

}

div#rightcoladjust {
	/*display: block;
	right: -100px;
	border: 1px solid blue;*/
}

div#rightcoladjust .colwrapper {
	/*position: relative;
	float: right;
	z-index: 2;*/
	/*background: transparent;  This works in O but not IE7 
	margin-right: -60px;*/
}

div#leftcoladjust {
	/*margin-left: -60px;*/
}

div#leftcoladjust div#tiki-mid {

}

div#tiki-mid {
	padding-top: 23px;
	display: block;
}

td#rightedge {
	background: url(iconoclaste/rightedges.jpg) repeat-y 100% 0;
	width: 90px;
}

td#rightgutter {
	width: 71px;
	background: url(iconoclaste/rightgutter.jpg) repeat-y;
}

td#rightcolumn {
	width: 205px;
	/*padding-left: 10px;*/
	padding-top: 220px;
	background: url(iconoclaste/rightcolumn.jpg) repeat-y;
}

#footer {
	clear: both;
 	text-align: center;
 	font-size: .9em;
	color: #E7DFCC;
 	width: 100%;
}

#footer a link,
#footer a:visited {
	color: #E7DFCC;
}

#footer a:hover {

}

#tiki-bot {
}

td#bottommargin {
	height: 40px;
}

/*  end layout tables */

#sitelogo {
	margin: auto;
}


/********************************************* GENERAL STYLE PROPERTIES **********************************************/
/* Boxes used for modules (modules are those boxes in the left/right columns) */
div.box {
	overflow: hidden;
	width: 170px;
	padding-bottom: 10px;
	text-align: left;

}

#rightcolumn .box {
	margin-left: 22px;
}

#leftcolumn .box {
	text-align: left;
	margin-left: 22px;
}


h3.box-title {
	overflow: hidden;
	font-size: 1em;
	margin: 0;
}


.box-title,
span.box-titletext,
.box-title a,
.box-title a:visited,
.box-title a:hover {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

div.box-data {
	margin-left: 3px;
	margin-right: 3px;
	text-align: left;
	font-size: 85%;
	line-height: 130%;
}

.box-data table {
	width: 90% !important
}
/* phplayers style */
.horbar {
	margin-left: 10px;
}

.horbar table{
	width: 100%;
	_width: 70%;
	text-align: left;
}

.horbar table td {
	white-space: nowrap;
}

.horbaritem {
	margin-left: 10px;
}

.horbaritem a,
.horbaritem a:visited,
.horbaritem a:hover {
	text-decoration: none;
	font-weight: bold;
	
}

.mdkhorbaritem  {
  float: left;
  white-space: nowrap;
}

.box-data table {
	width: 100%;
	_width: 95%;
}
.mdkverbar  {
	margin: 0px;
}
.mdksubmenu {
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
.mdksubmenu table {
	width: auto;
	/*background: #062D4C;*/
	
}
.mdksubframe  {
	position: relative;
	display: block;
	background: #062D4C;
}

#header .mdksubframe {
	/*width: 600px;*/
}

.mdkitem {
	position: relative;
	text-align: left;
	white-space: nowrap;
	background: #062D4C;
	
}
.mdkitem a,
.mdkitem a:visited  {
	padding-left: 2px;
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 10px;
	color: #fff;
}

.mdkitem a:hover  {
	background: none;
	color: yellow;
	text-decoration: none;
}
.mdkitem a:active {
	color: #993300;
}
.mdkitem .mdkfwdarr {
	position: absolute;
	top: 5px;
	right: 12px;
	
}

/* Tree menu (also on Browse Categories */
.treemenudiv {
	display: block;
	white-space: nowrap;
}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	color: #225566;
	text-decoration: none;
	/*font-size: 10px;	*/
	font-weight: normal;
}

a.phplm:hover {
	color: #224466;
	text-decoration: underline;
	font-weight: normal;*
}

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

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background:   #eeeeee;
	font-weight: normal;
}

a.phplmselected:hover {
	text-decoration:   underline;
	background-color: #E9ECEF;
	font-weight: normal;
}

div.separator, div.separatorline {
	padding: 2px;

}
div.menuSection div.menuSection, div.menuSection div.separator {
	padding-left: 5px;
}
.linkmenu, .rsslink {
	font-size: 10px;
	text-decoration: none;
}
.rsslist {
	margin: 0;
	margin-right: 10px;
	padding: 1px;
}
.rssitem {
	padding: 1px 6px 1px 6px;
}
.rssitem:first-child {

}
.rssdate {
	color: #999999;
	font-style: italic;
}
.separator {
	font-size: 10px;
	text-decoration: none;
}

span.user-box-text {
	color: black;
}

/** 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(iconoclaste/icons/up_out.png) center center no-repeat;
}

a:hover.movemodup {
	background: transparent url(iconoclaste/icons/up.png) center center no-repeat;
}

.movemoddown {
	background: transparent url(iconoclaste/icons/down_out.png) center center no-repeat;
}

a:hover.movemoddown {
	background: transparent url(iconoclaste/icons/down.png) center center no-repeat;
}

.movemodopside {
	background: transparent url(iconoclaste/icons/move_out.png) center center no-repeat;
}

a:hover.movemodopside {
	background: transparent url(iconoclaste/icons/move.png) center center no-repeat;
}

.removemod {
	background: transparent url(iconoclaste/icons/close_out.png) center center no-repeat;
}

a:hover.removemod {
	background: transparent url(iconoclaste/icons/close.png) center center no-repeat;
}

/** cbox **/
div.cbox {
	
}

.cbox-title {
	
}

.cbox-data {
	
}

.rbox {
	
}

.rbox-title {
	
}

.robox-data {
	
}

.rbox[name=tip] {
	background: none;
	border: none;
}

.rbox-title[name=tip],
.rbox-data[name=tip] {
	background: url(iconoclaste/parchmentlight.jpg);
	border: 1px solid #762C4F;
}

.rbox-title[name=tip] {
	background: url(iconoclaste/parchmentlight.jpg);
	border-bottom: none;
	margin-bottom: -1px;
	margin-left: 1px;
}

div.simplebox {
	
}
 
/** 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;
}

/* ?? Check on z-index */
.tabcontent {
	z-index: 200;
	position: relative;
	border: 1px solid #abcdef;
	padding: 6px 2px 2px 2px;
	margin-bottom: 25px;
	background-color: #f0f9ff;
}

/** Tables **/
table {
	font-size: 1em;
	width: 100%;
}

table.normal {
	font-size: 88%;
}

.normal,
/*.normal td,*/
.bloglist,
.bloglist td {
	border: solid 1px #909090;
	border-collapse: collapse;
}

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

td.odd {

}

td.even {

}


table.normal td.heading,
td.bloglistheading {
	font-size: 1em;
	/*width: 15px;*/
}

td.heading,
td.bloglistheading {

}

a.tableheading,
a.tableheading:visited,
a.tableheading:hover,
a.tableheading:active {

}



td.form {
	padding: 0.2em;
}

.categpath {

}

/*** Feature-specific selectors ***/

/* trackers specific style */

.statuson {
	padding: 1px;
	margin: 1px;

	vertical-align: middle;

}

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

	border-right: 1px solid #DDDDDD;
}

td.even {

	border-right: 1px solid #DDDDDD;
}


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

td.heading {
	background: url(iconoclaste/double_line.gif);
	text-align: center;
}

td.form {
	padding: .2em;
}
.categpath {
	font-size: x-small;
}
/********* WIKI ************/

h1 a.pagetitle {
	color: #794359;
	text-decoration: none;
}

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

#pageid {
	float: left;
	clear: both;
}

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

.pagetools {
	float:right;
}

.wikitext {
	line-height: 1.5em;
}

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

.wikitext h2 {
	/*font-size: 1.2em;*/
	margin-bottom: 10px;
}

.titlebar {
	background: url(iconoclaste/double_line.gif) center 0;
}

table.wikitable {
	border: 1px solid #A9A9A9;
	border-collapse: collapse;
}
 
td.wikicell {
	padding: 3px;
	border: 1px solid #999999;
	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;
}
 
.button2, .button3 {
	margin-right: 1px;
	margin-bottom: 20px;
	border: 2px ridge /*#67635B;*/#560D38;
	text-align: center;
	padding-right: 1px;
	padding-left: 1px;
}

.button2:hover, .button3:hover {
	/*background: #E5ECF3;*/
	border: 2px ridge #000;
	cursor: pointer;
}
 
#page-bar p span.button2 {
	/*display: inline;
	float: left;
	margin-right: 4px;*/
} 

#page-bar table a.linkbut {
	display: block;
}

a.linkbut {
	font-size:90%;
	font-weight: bold;
	line-height: 200%;
}

.wiki-edithelp {
  display: none;
}
 
/* Wiki plugin styles * */
/* code plugin  */
div.code {
	font-size: 90%;
	padding: 3px;
	border: 1px dashed #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	margin: 4px;
	border: 1px dashed #ADACAF;
	overflow: auto; 
   width: 90%;
	text-align: left;
}

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

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

div.quotebody {
	font-style: italic;
	text-align: left;
}

div.photocross {
	padding: 0;
	border: 3px solid #611B42;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

div.cross  {
	position: absolute;
	left: 3px;
	top: 3px;
	padding: 0;	
}

table.wikiplugin-split {
	border: none;
}
/* WIKI TOCS */
div.tocnav {
	padding: 3px;
	margin-bottom: 4px;
	clear: both;
}
 
#tocnavicons {
	float: left;
}

#tocnavaddpage{
	float: right;
}

#tocnavlinks {
	clear: both;
}

ul.toc {
	padding-left: 2em;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin-bottom: 4px;
}

ul.toc li,
ul.toc ul {
	border: none;
}


/* CMS (Articles) */
/* To clear floats in CMS and elsewhere */

body.tiki_cms div#tiki-center:before {
	/*content: "Nouvelles";
	font-size: 1.4em;
	font-weight: bold;
	color: #02335B;
	margin-bottom: 1em;
	display: block;*/
}

div.article {
	text-align: center;
	margin-bottom: 40px;

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

div.articletitle {
	margin-bottom:	0;
	text-align:	left;
	padding: 5px;
}
 
span.titlea {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

div.articlesubtitle {
	font-size: 0.9em;
}
 
div.articleheading {
	margin-top: 0;
	padding: 2em;
	padding-bottom: 30px;
}
 
div.articleheadingtext {
	line-height: 1.2em;
}

img.topicimage,
img.articleimagenofloat,
img.articleimage {
	margin-bottom:10px;
}

img.articleimagefloat {
	margin-right: 20px;
	float: left;
	margin-bottom:10px;
}

img.articleimage {
/*	margin-right: 20px;
	float: left;
	clear: right;
	margin-bottom:10px;*/
}

div.articletrailer .wikitopline {
	padding-left: 2em;
	padding-right: 2em;
} 
 
div.articlebody {

	padding: 2em;
	margin-top: 0;

}
 
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.3em;
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 80%;
}

div.blogdesc {
	display: block;
	width: 40%;
	padding: 8px;
	margin-top: 8px;
	margin-left: 6px;
}

div.bloginfo {
	text-align: center;
	display: block;
	padding: 3px;
	line-height: 150%;
	text-transform: none;
	margin-right: 40px;
}

div.blogtools {
	padding: 3px;
	text-align: right;
	margin-right: 40px;
}

.blogpost {

}
 
.postinfo a {

}


/*.postinfo div a img,*/
a.blogt,
a.blog:visited {
	border: 0;
	text-decoration: none;

}

a.blogt:hover {
	
}

div.postinfo a.linkmodule {

}

.postinfo div {
	margin-top: 30%;
}

div.posthead {

	padding: 5px;
}

.postinfo {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 1.2em;
}

span.posthead {
	display: block;

	letter-spacing: .4pt;

}

span.posthead a.linkmodule {

}
 
div.posthead h3 {
	font-size:1.2em;

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


div.postfooter {
	clear: both;
	float: right;
	margin-bottom: 2em;
}

/* FORUMS */
body.tiki_forums table.normal {
	margin: auto;
}

div.forumtoolbar {
	margin-bottom: 20px;
	border: 0;
}
 
td.threadsevenl {

}
 
td.threadsevenr {
;
}
 
td.threadsoddl {

}
 
td.threadsoddr {

}

table.threads {
	width: 100%;
}
 
td.threadseparator {

}
 
#forumpost {
	display: none;
}
 
#forumpostopen {
	display: block;
}

td.forumtoolbar {
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
}
 
.toolbarlink {
	font-weight: bold;
	text-decoration: none;
}

.forumvotelink {

}

table.commentinfo {

}

#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 {

	width: 100%;
}

div.showimage {
	width: 100%;
	text-align: center;
	padding: 6px;
}

td.oddthumb {

	border-collapse: collapse;
}
 
td.eventhumb {

	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 {

	margin-bottom: 10px;
	padding: 4px;
}

span.dirsitetrail {
	font-size: 95%;
}

span.dirsitecats {
	font-size: 95%;
}

/* calendar */
.opaque {
	background: #fff;
   border-left: 1px solid #A9A9A9;
  	border-top: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

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

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

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

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


.tabcontent {
	z-index:200;
	position:relative;
	padding:6px 2px 2px 2px;
	margin:5px;
	margin-top:0;
	background-color :#DCDCDC;
	_width: 100%;
}
/*
span#tab1, #tab2, #tab3 {
}
*/
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 */
#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 {
	min-height: 60px;
	height: auto !important;
	height: 60px;
}

.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 .box-title {
	background-color:white;
	border-bottom:1px solid black;
}

.opaque .box-data  {
	background-color:white;
}

.searchresults {
	display:inline;
}

div#loadstats, 
div#power {
	color: #666666;
	padding: 5px;
}

/* end of css file */