A:link, .A {
	color: #00A000;
}

A:visited {
	color: #A00000;
}

.A {
	cursor: pointer;
	text-decoration: underline;
}

LABEL {
	cursor: pointer;
	white-space: nowrap;
}

BODY {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}

HR {
	background: #FFD700;
	border: 0;
	color: #FFD700;
	height: 3px;
}

input, textarea {
	font: 100% Arial, Helvetica, sans-serif;
}

ol li {
	list-style-image: none;
}

PRE.cccode {
	background: #F8F8F8;
	margin: 0px 10px;
	padding-left: 5px;
	padding-right: 5px;
}

SPAN.cccode {
	font-family: monospace;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
}

ul li {
	list-style-image: url(bullet.gif);
}

ul, ol {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 4ex;
	margin-right: 4ex;
}

.ccadd {
	background: #FFF0C0;
	border: 3px dashed #FFD700;
	margin-left: -10px;
	margin-top: 30px;
	padding: 5px 5px 5px 10px;
}

.ccaddhelp {
	color: Navy;
	font-size: 90%;
	margin-top: 20px;
}

.ccaddhelp li {
	padding-bottom: 2px;
	padding-top: 2px;
}

.ccaddhelp SPAN.cccode, .ccsettingshelp tt {
	background: White;
	border: 1px inset;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px;
	padding: 1px;
	white-space: nowrap;
}

.ccaddtitle {
	font-weight: bold;
	width: 100%;
}

.ccbottombar {
	border-top-color: #FFD700;
	border-top-style: solid;
	border-top-width: 3px;
	font-weight: normal;
	margin-top: 10px;
	padding-top: 3px;
	text-align: center;
	white-space: nowrap;
}

.cccode .builtin {
	color: Blue;
	font-weight: bold;
}

.cccode .comment {
	color: Green;
}

.cccode .keyword, .cchtml .attvalue {
	color: Blue;
}

.cccode .variable {
	color: Maroon;
}

.cccolumn {
	float: left;
}

.cccolumnend {
	clear: both;
}

.cccomment {
	color: Silver;
	font-size: smaller;
}

.ccedit {
	float: right;
}

.ccexlink {
	direction: ltr;
	unicode-bidi: embed;
}

.cchighlight {
	background: #FFFF60;
}

.ccimportant {
	border:1px solid #00E000;
	padding:0px 2px
}

.cchtml .attname {
	color: Red;
}

.cchtml .comment {
	color: Gray;
}

.cchtml .entity {
	color: Maroon;
	font-weight: bold;
}

.cchtml .tag {
	color: Purple;
}

.cclink {
	text-decoration: none;
}

.cclink:visited {
}

.cclogo {
	border: 0;
	vertical-align: text-bottom;
}

.ccrecent li {
	margin-left: 1em;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.ccrecent ul {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.ccsearch {
	display: inline;
	vertical-align: middle;
}

.ccsearch input {
	vertical-align: text-bottom;
}

.ccsearchcomment {
	color: #A9A9A9;
}

.ccsection .cctitle, .ccrecent .cctitle {
	background: #FFF0C0;
	border-top: 3px solid #FFD700;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 3px;
	margin-left: -10px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-top: 3px;
}

.ccsection, .ccrecent {
	border-bottom: 1px solid white;
	border-left: 3px solid #FFD700;
	border-right: 1px solid white;
	border-top: 1px solid white;
	margin-left: -10px;
	margin-top: 18px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.ccsettings {
	background: #FFF0C0;
	margin-left: 10px;
	margin-top: 6px;
	padding: 5px;
}

.ccsettingsback {
	background: white;
	padding-bottom: 10px;
}

.ccsettingsgroup {
	border-top: 1px solid #FFD700;
	margin-bottom: 5px;
	margin-top: 5px;
}

.ccsettingsspan {
	border-left: 1px solid #FFD700;
	white-space: nowrap;
}

.ccsettingshelp LI {
	margin-left: -1em;
}

.ccsettingshelp, .ccsearchcomment {
	font-size: 90%;
}

.ccsettingstitle {
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

.ccsource {
	font-style: italic;
}

.ccteaser {
	border-top-color: #FFD700;
	border-top-style: solid;
	border-top-width: 3px;
	font-size: 85%;
	padding: 5px;
}

.cctitle {
	font-size: x-large;
	font-weight: bold;
}

.cctopbar {
	border-bottom-color: #FFD700;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
}

.stat {
	border: 3px solid #FFD700;
	border-collapse: collapse;
}

.stat CAPTION {
	background: #FFF0C0;
}

.stat CAPTION td {
	border: none;
}

.stat TD, .stat TH {
	border: 1px solid #FFD700;
}

.stat TFOOT TD {
	border-bottom: none;
	border-top: 2px solid #FFD700;
}

.stat THEAD TH {
	border-bottom: 2px solid #FFD700;
}

#prebar, #postbar {
	width: 20%;
	font-size: 80%;
	background-color: #FFF0C0;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#prebar .cclink, #postbar .cclink {
	white-space: nowrap;
}

#prebar {
	float: left;
	margin-right: 30px;
}

#postbar {
	float: right;
	margin-left: 20px;
}

#prebar UL, #postbar UL {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 20px;
}

#prebar OL, #postbar OL {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 30px;
}

#prebar UL LI, #postbar UL LI, #prebar OL LI, #postbar OL LI {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#prebar HR, #postbar HR {
	height: 2px;
	width: 100%;
}

.ccsecedit { float:right;padding-left:1ex;padding-right:1ex;font:80%; }
.ccsecedit a, .ccsecedit a:visited { text-decoration:none; color:#00A000; }
.ccsecedit a:hover { text-decoration:underline; }

.hl1 { background-color: #FFD2AC; }
.hl2 { background-color: #ACFFFC; }
.hl3 { background-color: #FFACD8; }
.hl4 { background-color: Yellow; }
.hl5 { background-color: Yellow; }
.hl6 { background-color: Yellow; }
.hl7 { background-color: Yellow; }
.hl8 { background-color: Yellow; }
.hl9 { background-color: Yellow; }
.hl10 { background-color: Yellow; }

@media print {
	.ccadd, .cctopbar, .ccbottombar, #prebar, #postbar {
		display: none
	}
}
