BODY {
	padding-left : 10px;
	padding-right : 10px;
	qfont-family : Arial, Helvetica, sans-serif;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
}

ul li {
	qlist-style-image : url(bullet.gif);
}

ol li {
	list-style-image : none;
}

ul, ol {
	margin-top : 0px;
	margin-bottom : 0px;
}

input, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 100%;
}

A {
	color : #00A000;
}

A:visited {
	color : #A00000;
}

HR {
	height : 3px;
	background-color : #FFD700;
	border : 3px solid #FFD700;
}

.cctopbar {
	font-weight : normal;
	text-align : center;
	border-bottom-color : #FFD700;
	border-bottom-style : solid;
	border-bottom-width : 3px;
	margin-bottom : 10px;
	white-space : nowrap;
}

.ccbottombar {
	font-weight : normal;
	text-align : center;
	border-top-color : #FFD700;
	border-top-style : solid;
	border-top-width : 3px;
	margin-top : 10px;
	padding-top:3px;
	white-space : nowrap;
}

.ccsearch {
	vertical-align : middle;
	display : inline;
}

.ccsearch input {
	vertical-align: text-bottom;
}

.ccseperator {
	background-image : url(sep.gif);
	background-position : center;
	background-repeat : no-repeat;
	width: 26px;
}

.ccedit {
	background-image : url(edit.gif);
	background-position : left;
	background-repeat : no-repeat;
	float : right;
	padding-left : 20px;
}

.cctitle {
	font-size : x-large;
	font-weight : bold;
}

.cclogo {
	border: 0;
	vertical-align: bottom;
}

.cclink {
	text-decoration : none;
}

.cclink:visited {
}

.ccexlink {
	direction : ltr;
	unicode-bidi : embed;
}

.ccsection {
	border: 1px solid white;
	margin-left : -10px;
	padding-left : 10px;
	border-left : 3px solid #FFD700;
	margin-top : 18px;
	padding-bottom : 3px;
}

.ccsection .cctitle {
	font-size : small;
	background-color : #FFF0C0;
	border-top: 3px solid #FFD700;
	margin-left : -10px;
	padding-left : 10px;
	padding-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 3px;
	font-weight : normal;
}

.ccsettings {
	background-color :#FFF0C0;
	margin-left: 70px;
	margin-top: 6px;
	padding: 5px;
}

.ccsettingstitle {
	font-weight : bold;
	margin-right: 5px;
	margin-left: 5px;
}

.ccsettingsgroup {
	border-top: 1px solid #FFD700;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ccadd {
	background-color : #FFF0C0;
	border: 3px dashed #FFD700;
	padding:5px;
	margin-top : 30;
	margin-left : -10px;
	padding-left : 10px;
}

.ccaddtitle {
	font-weight : bold;
	padding-left : 4px;
	padding-left : 20px;
	background-image : url(add.gif);
	background-position : left;
	background-repeat : no-repeat;
	width:100%;
}

.ccaddhelp {
	margin-top : 20px;
	color: Navy;
	font-size : 90%;
}

.ccaddhelp tt {
	font-family : Arial, Helvetica, sans-serif;
	background-color : White;
	border : 1px inset;
	margin: 2px;
	padding-right : 1px;
	padding-left : 1px;
}

.ccaddhelp li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.cccomment {
	color : Silver;
	font-size: smaller;
}

.debuginfo {
	behavior:url(debug.htc);
}

CODE {
	font-family : monospace;
	font-size : 100%;
}

.cccode {
	background : #F8F8F8;
	margin-left : 10px;
	margin-right : 10px;
	padding-left : 5px;
	padding-right : 5px;
	margin-top: 0px;
	margin-bottom : 0px;
}

.cccode .keyword {
	color : Blue;
}

.cccode .comment {
	color : Green;
}

.cccode .variable {
	color : Maroon;
}

.cccode .builtin {
	color : Blue;
	font-weight: bold;
}

.cccode .string {
	color : Purple;
}

.cccode .regexp {
	color : Red;
}

.cchtml .tag {
	color : Purple;
}

.cchtml .attname {
	color : Red;
}

.cchtml .attvalue {
	color : Blue;
}

.cchtml .entity {
	color : Maroon;
	font-weight : bold;
}

.cchtml .comment {
	color : Gray;
}
