/*
 * $Header: /cvsroot/tikiwiki/tiki/styles/notheme.css,v 1.15.2.6 2005/07/20 17:34:33 michael_davey Exp $
 *
 * My second theme :)
 * The main feature of this theme -- NO COLORS AND BACKGROUNDS AT ALL :)
 * Used only system default colors which is user choose for desktop
 */

@import "notheme/notheme-general.css";
@import "notheme/notheme-tc.css";
@import "notheme/notheme-box.css";
@import "notheme/notheme-wiki.css";
@import "notheme/notheme-comments.css";
@import "notheme/notheme-table.css";
@import "notheme/notheme-categories.css";
@import "notheme/notheme-other.css";
@import "notheme/notheme-debug.css";
@import "notheme/notheme-dir.css";
@import "notheme/notheme-calendar.css";
@import "notheme/notheme-article.css";
@import "notheme/notheme-faq.css";

/* ASSORTED  */

#clear {
	clear:both;
	}
	
/* ********************* TRACKERS *********************************** */
.statuson {
	padding: 1px;
	margin: 1px;
	border: 1px inset #666666;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	vertical-align: middle;
	background-color: #bbaa99;
}
.statusoff {
	padding: 1px;
	margin: 2px;
	vertical-align: middle;
}


/* tiki tabs */

.tabmark {
	display: inline;
	font-size: 85%;
	background-color: #dddddd;
	border: 1px solid #666666;
	margin: 0px;
	margin-right: 5px;
	padding: 1px 0px 1px 0px;
	border-radius : 5px 5px 0 0;
	-moz-border-radius : 5px 5px 0 0;  
	-khtml-border-radius : 5px 5px 0 0;
}
.tabmark a { 
	border-radius : 5px 5px 0 0;
	-moz-border-radius : 5px 5px 0 0; 
	-khtml-border-radius : 5px 5px 0 0;
	border-bottom : 0; 
	color: #666666;
	font-weight: 700 !important;
	padding: 1px 5px 1px 5px;
}
.tabmark a:active {
	background-color: white;
	color: red;
}
.tabmark a:hover {
	color: black;
	background-color: #CCCCCC;
}

.tabcontent {
	z-index : 200;
	position: relative;
	border: 1px solid #999999;
	padding: 6px 2px 2px 2px;
	margin-bottom: 25px;
	background-color: #eeeeee;
	border-radius: 0px 4px 4px 4px;
	-moz-border-radius: 0px 4px 4px 4px;
	-khtml-border-radius: 0px 4px 4px 4px;
	width: 100%;
}

/* trackers specific style */

.statuson {
  padding: 1px;
  margin: 1px;
  border: 1px inset #666666;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -khtml--border-radius: 20px;
  vertical-align: middle;
  background-color: #bbaa99;
}
.statusoff {
  padding: 1px;
  margin: 2px;
  vertical-align: middle;
}

.wikitopline table { width: 100%; }

/* wiki diff styles */
.diff div{border-top: 1px solid black;}
.diffheader{background-color:#a9b8c2; font-weight: bold;}
.diffadded {background-color:#ccffcc;}
.diffdeleted {background-color:#ffcccc;}
.diffbody{background-color:#F2F4F5}
.diffchar {color: red;}

/**** coloration for QUOTE plugin *****/
.quoteheader {
margin: 10px 5px 0px 5px;
padding: 4px;
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #A9B8C2;
color: black;
font-weight: bold;
background-color: #A9B8C2;
font-size: 8pt;
}
.quotebody {
margin: 0px 5px 10px 5px;
padding: 5px;
border-color: #A9B8C2;
border-width: 0px 1px 1px 1px;
border-style: solid;
color: black;
background-color: #edeeef;
}

/* end of css file */
