h1, h2, h3, h4, h5, h6 {
	color: #A5ACC6;
	border-bottom: 1px solid #5c5d72;
}

h1 { 
	font-weight: bold;
	font-size: 22px; 
}

h2 { 
	font-size: 19px; 
	font-weight: bold;
}

h3 { font-size: 132%; }

h4 { font-size: 116%; }

h5 { font-size: 100%; }

h6 { font-size: 80%;  }

h1, h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}

p, dt, dd {
	font-size: 12;
	line-height: 1.5em;
}

th, caption {
	font-weight: bold;
	color: #A5ACC6;	
}

strong {
	font-size: 12;
	font-weight: bold;
}

code, pre {
	font-size: 14;
}

ul, ol	{
	font-size: 12;
	line-height: 1.5em;
}
	
a {
	text-decoration: none;
}

hr {
	height: 1px;
	color: #5c5d72;
	background-color: #5c5d72;
	border: 0;
	margin: .2em 0 .2em 0;
}

#tabs ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 10px;
	border-bottom: solid 1px #5c5d72;
	padding-bottom: 3px;
}

#tabs ul li {
	list-style: none;
	display: inline; 
}

#tabs ul li * {
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px #5c5d72;
	border-bottom: none;
	background: #31303A;
	display: inline;
	border-bottom: solid 1px #5c5d72;
	margin-right: 5px;
	margin-left: 0px;
}

#tabs ul li *#active {
	background: #31303A;
	border-bottom: solid 1px #31303A;
}

.indent {
	font-size: 12;
	line-height: 1.5em;
	margin-left: 30px;
}

.outdent { 
	font-size: 12;
	line-height: 1.5em;
	margin-left:30px; 
	text-indent:-30px; 
}

.vspace { 
	font-size: 12;
	line-height: 1.5em;
	margin-top:1.33em; 
}

table.markup {
	border-width: 1px;
	border-style: solid;
	border-color: #5c5d72;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}

td.markup1, td.markup2 {
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.horiz td.markup1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5c5d72;
}

#wikiedit textarea {
	width: 100%;
}

.frame { 
	border:1px solid #5c5d72; 
	padding:4px; 
	background-color:#3a3945; 
}
.rfloat { 
	float:right; 
	margin-left:0.5em;
}

.lfloat { 
	float:left; 
	margin-right:0.5em; 
}


div.faq p, div.faq pre { 
	margin-left:2em; 
}

div.faq p.question { 
	margin:1em 0 0.75em 0; 
	font-weight:bold; 
}

div.faqtoc div.faq * { 
	display:none; 
}

div.faqtoc div.faq p.question { 
	display:block; 
	font-weight:normal; 
	margin:0.5em 0 0.5em 20px; 
	line-height:normal; 
}

div.faqtoc div.faq p.question * { 
	display:inline; 
}

.wikitrail {
	width: 100%;
	text-align:center;
	border-bottom:1px solid #5c5d72; 
	border-top:1px solid #5c5d72; 
	background-color: #3a3945;
	padding-top: 5px; 
	padding-bottom: 5px; 
}

.diffbox {
}

.diffauthor { 
}

.diffchangesum { 
	font-weight:bold; 
}

.difftime { 
	background-image: url(../../../../forum/templates/Multistrada/BlackCarbon/Rowtop.gif);
	background-repeat: repeat-x;
	background-color: #31303A;
	border-top: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 12px;
	font-style: italic;
}

.difftype { 
	clear: both; 
	font-family:verdana,sans-serif; 
    font-size:66%; 
	font-weight:bold; 
	padding-top: 5px;
}

.diffadd { 
	margin-top: 5px;
	margin-bottom: 10px;
	border-left:5px #99ff99 solid; 
	padding-left:5px; 
}

.diffdel { 
	margin-top: 5px;
	margin-bottom: 10px;
	border-left: 5px #de5a5a solid; 
	padding-left:5px; 
}

.diffchange { 
	margin-top: 5px;
	margin-bottom: 10px;
	border-left: 5px #ffff99 solid; 
	padding-left:5px; 
}

.diffrestore { 
	clear: both; 
	font-family: verdana,sans-serif; 
    font-size: 66%; 
	margin: 1.5em 0px; 
}

.diffmarkup { 
	font-family:monospace; 
}

.diffmarkup del { 
	background: #5e3131; text-decoration:strike; 
}

.diffmarkup ins { 
	background:#325e31; text-decoration:none; 
}
#wikitext td {
	padding: 3px;
	font-size: 12px;
	line-height: 1.5em;
}