/* CCMCTPAT stylesheet (ccmctpat.css) for Tiki CMS/Groupware,
	by Gary Cunningham-Lee. For use with standard Tiki .tpl files. */

/*  Elements */
body {
	background-color: #ffffff;
	margin: 0;
	font-size: 76%;
	scrollbar-face-color: #14386C;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	font-family: Arial;
	text-align: center;
}

a,
a:link,
a:visited {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FFD700;

}

a:active {
	color: #949494;
}

button {
	
}

button:hover {
	cursor: pointer;
}


form {
	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
	font-size: 1.4em;
	color: #02335B;
}
h2 {
	font-size: 1.3em;
	color: #234956;
}
h3 {
	font-size: 1.2em;
	color: #032936;
}
h4 {
	font-size: 1em;
	color: #032936;
}

hr {
	width: 100%;
	height: 1px;
	background-color: #8CACBB;
	border-width: 0;
	padding: 0;
	color: #8CACBB;
}

img {
	border: 0;
}

input,
textarea,
option {
	background: #F9EDED;
}

#centercolumn input,
#centercolumn textarea,
#centercolumn option {
	background: #F9EDED;
}

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;
	text-align: left;*/
}
th {

}

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

/*** Other layout ***/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

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

#clear,
.clear {
	clear: both;
}

/*********************** GENERAL LAYOUT ************************************/
table#wrapper {
	font-size: 1.1em;
	width: 100%
	margin: 1em auto;
}

td#siteheadertopleft {
	width: 272px;
	height: 129px;
	background: #FFFFFF;
	padding: 0;
}

td#siteheadertopleft a:hover {
	text-decoration: none;
	border-bottom: none;
}

td#siteheadertopleft img {
	border: 0;
	margin: 0;
}

table#entete,
table#menu,
table#tiki-mid,
table#concepteurs {
	width: 100%;
	margin: auto;
	text-align: left;
}

table#entete {
	background: #14386C;
	padding: 0;
	margin: 0;
}


#siteheader {

}

#header {
	/*display: block;
	height: 73px;
	text-align: left;*/
}

#sitesubtitle {
	text-align: center;
	color: white;
	font-size: 150%;
	margin-top: 2em;
	font-weight: bold;
}


table#tiki-mid {

}

table#menu {
	background: #14386C;
	width: 100%;
	border: 0;
	padding: 0;
}

table#tiki-mid,
table#concepteurs {
	padding: 0;
}

div#tiki-main {
	margin: 0;
}

/*
#sitesearchbar {
}


#sitesearchbar form {

}*/

/* phplayers style */
.horbar {
	text-align: center;
}

.horbar table{
	width: 1%;
	text-align: left;
	margin: auto;
	font-size: 90%;
}

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

.horbaritem {
	margin-left: 10px;
}

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

.horbaritem a:hover {
	color:gold;
}

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

.mdksubframe  {
	position: relative;
	display: block;
	background: #062D4C;
}

#header .mdksubframe {
}

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
DIV#tiki-top {
	/*font-size: 10px;
	background-color: #C7D0D9;
	padding-bottom: 1px;
	border-bottom: 1px solid #8CACBB;*/
}


DIV#tiki-mid {

}

DIV#tiki-bot {
	padding-top: 10px;
	padding-bottom: 5px;

	margin: 0;

}

#leftcolumn {
	width: 180px;
	padding: 0;
	text-align: center;
	border: 1px solid #14386C;
}

td#centercolumn {
	margin: 0;
	padding: 6px;
	border-top: 1px solid #14386C;
	border-bottom: 1px solid #14386C;
	min-width: 450px;
}

#rightcolumn {
	width: 180px;
	padding: 0;
	text-align: center;
	border: 1px solid #14386C;
}

DIV#tiki-center {
	padding: 15px;
	margin-left: 12px;
	margin-right: 12px;
	width: 95%;
	text-align: left;
}

DIV#tiki-mid > table {
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

td#concepteursleft {
	width: 540px;
	text-align: center;
	color: #000080;
	font-size: 3;
	font-weight: bold;
	border-right: 1px solid #14386C;
}

td#concepteursright {
	width: 94px;
	text-align: center;
}

div#debugconsole {
	position: absolute;
	background-color: #F3F6F9;
	top: 0;
	left: 20px;
	right: 310px;
	height: auto;
	z-index: 1;
	padding: 5px;
	border: 6px ridge #996600;
	font-size: 12px;
}

#overDiv table {
	width: auto !important;
}



/********************************************* GENERAL STYLE PROPERTIES **********************************************/

div.box {
	overflow: hidden;
	background-position: bottom;
	margin: 0 6px 10px 6px;
	width: 169px;
	padding-bottom: 10px;
	text-align: left;
}
div.box-title {
		overflow: hidden;
	font-size: 1em;
	text-align: center;
	margin: 0;
}

div.box-title table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0;
}

div.box-title table td {
  text-align: center;
}

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

img.flipmodimage {
	margin-right: 4px;
}

div.box-data {
	padding: 5px;
	margin-left: 3px;
	margin-right: 3px;
	padding-bottom: 10px;
}

.box-data table {
	width: 90% !important
}

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

}

div.menuSection div.menuSection, div.menuSection div.separator {
	padding-left: 5px;
}

.linkmenu, .rsslink {
	text-decoration: none;
}

.rsslist {
	margin: 0;
	margin-right: 10px;
	padding: 1px;
}

.rssitem {
	padding: 1px 6px;
}

.rssitem:first-child {

}

.rssdate {
	color: #999999;
	font-style: italic;
}

.separator {
	text-decoration: none;
}

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

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

.cbox-title {
	
}

.cbox-data {
	
}

.rbox {
	
}

.rbox-title {
	
}

.robox-data {
	
}

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

.normal,
.bloglist,
.bloglist td {
	border: solid 1px #909090;
	border-collapse: collapse;
}
td.normal,
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.heading a,
td.heading a:visited {
	color: #FFFFFF;
}



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 {
	background-color: #E0E5EB;
	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: #14386C;
	color: #FFFFFF;
	text-align: center;
}

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

h1 a.pagetitle {
	display: block;
	width: 100%;
	padding: auto;
	text-align: center;
	color: #000080;
	text-transform: uppercase;
}

h1 a.pagetitle:visited {
	color: #000080;
}

a.pagetitle:hover {
	border-bottom: 1px solid transparent;
}

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

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

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

.wikitext {

}

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

.wikitext h2 {
	margin-bottom: 10px;
}

.titlebar {
	border: 4px ridge #F4F4F4;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: .3em;
}

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;
	background: #ffffff;
	border: 1px ridge #F9F9F9;
	text-align: center;
	padding-right: 1px;
	padding-left: 1px;
}

.button2:hover, .button3:hover {
}
 
#page-bar p span.button2 {
} 

#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;
	background-color: #FFFFFF;
	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%;
}

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

table.wikiplugin-split {
	border: none;
}

/* WIKI TOCS */
div.tocnav {
	background: #EBEBEB;
	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 */

div.article {
	margin-bottom: 40px;
	border-bottom: 
}
	
div.articletopline {
	font-size: 90%;
	font-style: italic;
}

div.articletitle {
	margin-bottom:	0;
	text-align:	left;
	background: #14386C;
	color: #FFFFFF;
	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: 1em;
	text-align: left;
}
 
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 {
}

div.articletrailer .wikitopline {
	padding-left: 2em;
	padding-right: 2em;
	border-top: 0;
	border-bottom: 0;
} 
 
div.articlebody {
	background: white;
	padding: 1em;
	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;
}

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

.blogpost {

}
 
.postinfo a {
	text-decoration: none;
}


/*.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 {
	text-align: left;
	background: #14386C;
	color: #FFFFF;
	padding: 5px;
}

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

span.posthead {
	display: block;
	font-weight: bold;
	letter-spacing: .4pt;
	color: #FFFFFF;
}

span.posthead a.linkmodule {
	color: #FFFFFF;
}
 
div.posthead h3 {
	font-size:1.2em;
	color: #FFFFFF;
}
 
div.postbody {
	margin-right: 8px;
	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 */