BODY {
	padding-left : 10px;
	padding-right : 10px;
	font-family : Arial, Helvetica, sans-serif;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
}

ul li {
	list-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;
}

.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;
}

.ccteaser {
	padding: 5px;
	border-top-color: #FFD700;
	border-top-style: solid;
	border-top-width : 3px;
	font-size: 85%;
}

.ccsource {
	font-style: italic; 
}

.ccedit {
	float : right;
}

.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;
	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");
}

SPAN.cccode {
	font-family : monospace;
}

PRE.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;
}

.cchtml .tag {
	color : Purple;
}

.cchtml .attname {
	color : Red;
}

.cchtml .attvalue {
	color : Blue;
}

.cchtml .entity {
	color : Maroon;
	font-weight : bold;
}

.cchtml .comment {
	color : Gray;
}

.stat {
	border : 3 solid #FFD700;
	border-collapse: collapse;
}

.stat TD, .stat TH {
	border : 1 solid #FFD700;
}

.stat THEAD TH {
	border-bottom : 2 solid #FFD700;
}

.stat TFOOT TD {
	border-top : 2 solid #FFD700;
	border-bottom: 0;
}

.stat CAPTION {
	background-color: #FFF0C0;
}

.stat CAPTION td {
	border: 0;
}
