#add_comment form {
  padding: 15px;
}
#add_comment form textarea {
  font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
  font-size: 0.9em;
  width: 100%;
  margin: 0;
}
#add_comment form table {
  width: 100%;
}
#add_comment form table .stripe {
  background: none;
}
#add_comment form td {
  font-size: 0.9em;
}
#add_comment form .msg {
  font-size: 0.9em;
  margin-bottom: 15px;
}
#comments, #add_comment {
  background: #fcfcfc;
  margin-left: 200px;
  padding: 25px 0px;
}
#comments h3, #add_comment h3 {
  background: #333;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0px;
  padding: 5px 15px;
}
#comments .comment {
  background: #fcfcfc;
  font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
  font-size: 0.9em;
  padding: 15px;
}
#comments .floatr, #add_comment .floatr {
  color: #fff;
  float: right;
  font-size: 0.9em;
  padding: 7px;
}
#comments .name {
  background: #e1e1e1;
  display: block;
  font-size: 0.9em;
  padding: 5px 15px;
  text-decoration: none;
}

#int_center_header {
  margin: 0;
}

#main {
  margin: 0px;
  padding: 0px;
}

#rating {
  background: #fcfcfc;
  font-size: 0.8em;
  margin-top: 35px;
  padding: 8px;
}

#sidebar {
  float: left;
  width: 200px;
}

#text {
  background: #fcfcfc;
  margin-left: 200px;
  min-height: 409px;
  padding: 1px 15px 10px 15px;
}

.clear {
  clear: both;
}

.clearright {
  clear: right;
}

.clearer {
  clear: both;
  margin-bottom: 15px;
}
.code {
  font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
}
.hide {
  display: none;
}

.moderation_note {
  font-size: 0.85em;
}

.pagenav {
  background: #ccc;
  border-top: 1px dotted #666;
  font-size: 0.9em;
  margin-left: 200px;
  padding: 8px;
}
.pagenav a {
  font-weight: bold;
  text-decoration: none;
}
.pagenav .prev {
  float: left;
}
.pagenav .next {
  float: right;
}
.pagenav_dup {
  border-bottom: 1px dotted #666; 
}
.search {
  float: right;
  font-size: 0.85em;
  margin: 17px 0;
}
.searchresult {
  background: #eee;
  margin-bottom: 10px;
  padding: 10px;
}
.searchresult a {
  font-size: 1.1em;
  font-weight: bold;
}
.searchresult .desc {
  font-size: 0.75em;
}
.searchwrapper {
  float: left;
  width: 600px;
}
.toc {
  background-color: #555;
  color: #fff;
  overflow: hidden;
  width: 200px;
}
.toc .tocinside {
  border-bottom: 1px solid #111;
  padding-bottom: 8px;
}
.toc a {
  background-color: #555;
  color: #fff;
  display: block;
  font-size: 0.9em;
  line-height: 1.1em;
  padding: 5px 10px 5px 20px;
  text-decoration: none;
}
.toc a.haschildren {
  background-image: url(/include/images/arrow_white_down.gif);
  background-position: 174px 52%;
  background-repeat: no-repeat;
  padding-right: 36px;
}
.toc a.haschildren:hover {
  background-image: url(/include/images/arrow_black_down.gif);
}
.toc a.next {
  background: #dbdbdb;
  color: #666;
  font-size: 0.8em;
  padding: 8px 10px;
}
.toc a.parent {
  background-color: #757779;
  font-size: 1.0em;
  padding: 10px 10px;
  border-bottom: 1px dotted #111;
}
.toc a.up, .toc div.up {
  background-color: #303234;
  font-size: 1.1em;
  margin-bottom: 6px;
  padding: 10px 10px;
  border-bottom: 1px dotted #111;
}
.toc a:hover {
  background-color: #faec31;
  color: #000;
}
.toc a.current {
  background-color: #37393a;
  color: #fff;
}

/* Stylize the actual text */

h1 {
  font-size: 1.6em;
  margin: 1em 0;
}
h1.title {
  text-align: center;
}
h2 {
  font-size: 1.6em;
  margin: 1.25em 0;
}

h1, h2, h3, h4, h5, h6 {
  clear: right;
}

b.caution {
  display: none;
}
b.note {
  display: none;
}
b.tip {
  display: none;
}
b.warning {
  display: none;
}

caption {
  background: #ee4432;
  color: #fff;
  padding: 4px;
}

code {
  font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
}

em.emphasis {
  font-style: normal;
  font-weight: bold;
}

p {
  margin: 0 0 15px 0;
  line-height: 1.35em;
}

p code, p code a, .literal, .literal a {
  color: #ee4432;
}

#text table {
  border-spacing: 0;
  margin: 0px 40px 15px 40px;
  width: 590px;
}
#text table td {
  padding: 5px;
}
#text table th {
  background: #ee4432;
  color: #fff;
  text-align: left;
  padding: 5px;
}

.authorgroup {
  font-size: 1.1em;
  text-align: center;
}

.caution {
  background: #fcc;
  margin: 0px 40px 15px 40px;
  font-size: 0.9em;
  padding: 15px 10px 1px 10px;
}

.chunklist {
  background: #f6f6f6;
  border: 1px dotted #666;
  padding-top: 15px;
  padding-bottom: 15px;
}

.chunklist_children {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.clearscreenshot {
  clear: right;
}

#text .copyright {
  font-size: 0.85em;
  margin-top: 15px;
  text-align: center;
}

.editor {
  font-size: 0.85em;
  margin-bottom: 20px;
  text-align: center;
}

.epigraph {
  background: #eee;
  clear: right;
  font-size: 0.9em;
  font-style: italic;
  margin: 1px auto 15px auto;
  padding: 15px 10px 15px 10px;
  width: 450px;
}
.epigraph .attribution {
  font-style: normal;
  text-align: right;
}

.glossterm {
  font-style: italic;
}

.guibutton, .guimenuitem {
  font-weight: bold;
}

.informalexample {
  background: #eee;
  clear: right;
  padding: 15px 10px 1px 10px;
  margin: 0px 40px 15px 40px;
  font-size: 0.9em;
}

.literal {
  font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
}

.literallayout, .programlisting {
  background: #555;
  clear: right;
  color: #fff;
  font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
  max-height: 200px;
  overflow: auto;
  padding: 8px;
}

.note {
  background: #ffc;
  clear: right;
  font-size: 0.9em;
  padding: 15px 10px 1px 10px;
}

.optional {
  font-style: italic;
}

.releaseinfo {
  font-size: 0.85em;
  text-align: center;
}

.screenshot {
  background: #fff;
  border: 1px dotted #666;
  clear: right;
  float: right;
  margin: 0px 0px 15px 10px;
  padding: 5px;
  text-align: center;
}

.screenshot .imageobject img {
  border: 0px;
  max-width: 200px;
  max-height: 300px;
}

.screenshot2 {
  background: #fff;
  border: 1px dotted #666;
  clear: right;
  margin: 15px auto;
  padding: 5px;
  text-align: center;
}

.screenshot2 .imageobject img {
  border: 0px;
  max-width: 600px;
  max-height: 600px;
}

.section h2 {
  font-size: 1.4em;
}

.section h3 {
  margin-top: 2em;
}
.section .section h2 {
  font-size: 1.25em;
  margin-top: 2em;
}
.section .section .section h2 {
  font-size: 1.15em;
}

.stripe {
  background: #f0f0f0;
}

.tip {
  background: #cfc;
  clear: right;
  padding: 15px 10px 1px 10px;
  margin: 0px 40px 15px 40px;
  font-size: 0.9em;
}

.videoobject {
  margin: 20px auto;
  text-align: center;
}

.warning {
  background: #fcc;
  clear: right;
  padding: 15px 10px 1px 10px;
  margin: 0px 40px 15px 40px;
  font-size: 0.9em;
}

.br0 {color: #faec31;}
.co1 {color: #D4DE28; font-style: italic;}
.imp {font-weight: bold; color: red;}
.es0 {color: #000099;}
.kw1 {color: #faec31;}
.kw2 {color: #bbb;}
.kw3 {color: #faec31;}
.re0 {color: #ee4432;}
.re1 {color: #faec31;}
.re2 {color: #faec31;}
.sc0 {color: #d4de28;}
.sc1 {color: #aaaaaa;}
.sc2 {color: #339933;}
.sc3 {color: #fff;}
.sc-1 {color: #D4DE28; font-style: italic;}
.st0 {color: #ccc;}
.st_h {color: #ccc;}
.sy0 {color: #d4de28;}
.sy1 {color: #bbb;}


/****** RATING *******/

.ratingblock {
	margin: 10px 0;
	}
.ratingblock p {
  margin: 4px 0px 0px 0px;
}
.loading {
	height: 30px;
	background: url('/include/vendor/ajaxstarrater/images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('/include/vendor/ajaxstarrater/images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('/include/vendor/ajaxstarrater/images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('/include/vendor/ajaxstarrater/images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}		

h2 .literal {
  color: #000 !important;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
