/*
  * learstyle.css 
  * Kopyright (C) 2003-06 Kritical GamerZ
  * http://www.kgz.shawbiz.ca
  * Main Kontributer: http://inspire.server101.com/js/xc/
  */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10pt;
	line-height: 130%;
 }
ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 2em;
}
ul ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 2em;
}
li.xc {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: "Courier New", Courier, "Everson Mono", monospace;
	font-size: 100%;
	line-height: 130%;
}
li.xd {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2em;
	font-family: "Courier New", Courier, "Everson Mono", monospace;
	font-size: 100%;
	line-height: 130%;
}
li.xe {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4em;
	font-family: "Courier New", Courier, "Everson Mono", monospace;
	font-size: 100%;
	line-height: 130%;
}
li.xf {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6em;
	font-family: "Courier New", Courier, "Everson Mono", monospace;
	font-size: 100%;
	line-height: 130%;
}
li.xg {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -2em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: "Courier New", Courier, "Everson Mono", monospace;
	font-size: 100%;
	line-height: 130%;
}
#container {
	color: rgb(25, 25, 112); /* midnightblue - CSS3 recommendation */
	background: rgb(255,255,255);
	margin: 0px 16px;
	padding: 0px;
 }
#navBar {
	color: rgb(0, 0, 139); /* darkblue - CSS3 recommendation */
	background: rgb(0, 132, 202); /* unknown */
	margin: 0px;
	padding: 0px;
	border-bottom: solid 4px #333333;
	width: 100%;
	height: 21px;
}
#header {
	margin: 0px;
	padding: 0px;
	color: rgb(255, 255, 255);
	background: rgb(214, 232, 245); /* unknown - #D6E8F5 */
	width: 100%;
	text-align: center;
}
#header h1 {
	color: rgb(255, 255, 255);	
	background: rgb(166, 207, 238); /* unknown - #A6CFEE */
	margin: 0px;
	padding: 14px 0px 17px;
	border-bottom: solid 4px #333333;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	text-align: center;
}
#side {
	float: right;
	margin: 0px;
	padding: 0px;
	color: rgb(25, 25, 112); /* midnightblue - CSS3 recommendation */
	background: rgb(255, 255, 255);
	width: 178px;
	text-align: center;
}
.Content {
	color: rgb(25, 25, 112); /* midnightblue - CSS3 recommendation */
	background: rgb(255, 255, 255);
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;	
 }
.Content h3 {
	color: rgb(255, 255, 255);
	background: rgb(0, 132, 202); /* unknown - #0084CA */
	margin: 0px;
	padding: 5px 0px 8px 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 900;
	font-style: italic;
	font-size: 150%;
}
.divLogo {
	color: rgb(25, 25, 112); /* midnightblue - CSS3 recommendation */
	background: rgb(255, 255, 255);
	margin: 0px;
	padding: 4px 0px;
	width: inherit;
	text-align: center;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: rgb(25, 25, 112); /* midnightblue - CSS3 recommendation */
	background: rgb(255, 255, 255);
 }
.grn {
	color: rgb(0,204,51);
}
.red {
	color: rgb(255,0,0);
}
div.xcx, div.xcc {
	position: relative;
	display: inline;
}
li.xc>div.xcx, li.xc>div.xcc {
	position: static;
	margin-left: -1.5em;
	float: left;
	width: 1.5em;
}
div.xcx a, div.xcc a {
	position: absolute;
	left: -2em;
}
div.xcx>a, div.xcc>a {
	position: static;
}
div.xcx a:link, div.xcx a:visited, div.xcc a:link, div.xcc a:visited {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
	text-decoration: none;
	font-family: "Courier New", Courier, "Everson Mono", monospace;
	font-size: 100%;
	line-height: 130%;
	font-weight: bold;
}
