body, html {
    font: 12px Verdana, Arial, Helvetica, sans-serif, Kalimati ,"bitstream vera sans";
    color: #333;
}
hr.dottedline {
	border-bottom-color:#999;
	margin:20px 0 25px 0;
}
a {
	color: #C00;
}
#header {
	background: #707070 url(../images/header-light-bg.png) repeat-x top left; 
	height:83px;
	padding:10px 0 0 20px;
}
	#header h1 {
		color:#FFF;
		letter-spacing:3px;
		font-size:20px;
		font-weight:bold;
	}
		#header h1 a {
			color:#FFF;
			text-decoration:none;
		}
		#header h1 a:hover {
			border-bottom:1px dotted #fff;
		}
	#header h2 {
		color:#CCC;
	}
	#content {
		padding: 20px;
		padding-bottom:40px;
	}
		#content p {
			line-height:18px;
			margin-bottom:10px;
		}
		#content h2 {
		    letter-spacing: 5px;
		    color: #C30;
		    margin-bottom:20px;
			font-weight:bold;
			text-align:left;
			border-bottom: 1px dashed #C30;
			padding-bottom:3px;
		}
		#content h3 {
			font-weight:bold;
			color: #C30;
		}
ul#optionsList {
	padding:10px;
	border:1px solid #ddd;
	line-height:140%;
	overflow:auto;
	margin:10px 0;
	width:60%;
	font-family:"Courier New",Courier,monospace;
	background:transparent url(../images/code-bg.gif) repeat scroll 0 0;
}
	ul#optionsList li {
		list-style:disc;
		margin:0px 20px;
	}
#footer {
	color:#FFF;
	background-color: #555;
	padding:10px 0 10px 20px;
	line-height:40px;
	
}
	#footer a {
		color: #FFF;
	}
pre code {
	display: block;
	background: #F0F0F0;
	font-size:12px;
}

pre code, 
.ruby .subst,
.xml .title,
.lisp .title {
  color: black;
}

.string,
.title, 
.parent,
.tag .attribute .value,
.rules .value,
.rules .value .number,
.preprocessor,
.ruby .symbol,
.instancevar,
.aggregate,
.template_tag,
.django .variable,
.smalltalk .class,
.addition,
.flow,
.stream,
.bash .variable {
  color: #800;
}

.comment,
.annotation,
.template_comment,
.diff .header,
.chunk {
  color: #888;
}

.number,
.regexp,
.literal,
.smalltalk .symbol,
.smalltalk .char,
.change {
  color: #080;
}

.javadoc,
.ruby .string,
.decorator,
.filter .argument,
.localvars,
.array,
.attr_selector,
.pi,
.doctype,
.deletion,
.envvar,
.shebang {
  color: #88F;
}

.keyword,
.id,
.phpdoc,
.title,
.vbscript .built_in,
.rsl .built_in,
.cpp .built_in,
.aggregate,
.smalltalk .class,
.winutils,
.bash .variable {
  font-weight: bold;
}

.html .css,
.html .javascript,
.html .vbscript {
  opacity: 0.5;
}

pre code {
	background:transparent url(../images/code-bg.gif) repeat scroll 0 0;
	border:1px solid #ddd;
	clear:both;
	color:#333333;
	display:block;
	line-height:140%;
	margin:5px 0 15px;
	overflow:auto;
	padding:10px;
	white-space:pre;
	width:60%;
	font-family:"Courier New",Courier,monospace;
	/*font-size:115%;*/
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}