body {
	margin: 0px;
	padding: 30px 0px;
	font: 11px Tahoma, Verdana;
	/*background-color: #047;*/
	background: #047 url(pics/bg_cont.gif);
	color: #222;
}

h1,h2,h3,h4        { font-weight: bold; margin-top: 8px;}
h1                 { font-size: 1.5em; }
h2                 { font-size: 1.4em; }
h3                 { font-size: 1.2em; }
h4                 { font-size: 1.0em; }
a                  { text-decoration: none; color: #26c; }
a:hover            { text-decoration: underline; color: #26c; }

img { 
    border: none; 
}


input, textarea { 
	border: solid 1px #cef; 
	font-size: 0.9em; 
	background: #fff url(pics/gradient2.png) repeat-x; 
	margin-bottom:3px;
}

.clear         { clear: both; margin 0px; }
.bold 		   { font-weight: bolder; }



#container {
	width: 720px;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	background: #fff url(pics/contbg.png) no-repeat;
}

#main {
	float: left; 
	width: 530px;
	margin-right: 20px;
	padding: 0px;
}

#main_content {
	display: block;
}

#logo {
	float: left;
	width: 240px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 25px 0px;
	background: #eee;
	border: 4px solid #dde;
	text-align: center;
	color: #555;
	overflow: auto;
}
h1.logo {
    margin-top: 15px;
    font-size: 2.2em;
}



#intro {
	line-height: 1.4em;
}

#sidebar {
	width: 155px;
	float: right;
	margin-top: 20px;
	line-height: 1.5em;
}

#footer {
	border: 10px;
	border-color: #f00;
	margin: 0px auto 20px auto;
	width: 760px;
	background: #fff url(pics/footerbg.png) bottom left no-repeat;
	padding: 0px 0px 5px 0;
	font-size: 0.9em;
	color: #888;
	text-align: center;
}

h3.header {
	display: block;
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 0px 8px;
	background: #eee url(pics/gradient2.png) repeat-x;
	color: #222;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	height: 27px;
}

.text_content {
	text-align: justify;
	line-height: 1.7em;
	width: 100%;
}


small {
	font-size: 0.8em;
	color: #222;
}



a.last_comment {
	font-weight: bold;
	color: #26c;
}

#lightbox {
        background-color:#eee;
        padding: 10px;
        border-bottom: 2px solid #666;
        border-right: 2px solid #666;
}

#lightboxDetails {
        font-size: 0.8em;
        padding-top: 0.4em;
        }

#lightboxCaption { float: left; }
#keyboardMsg { float: right; }

#lightbox img { border: none; } 
#overlay img { border: none; }

#overlay { background-image: url(overlay.png); }

* html #overlay {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}


.sidelink{
	display:block;
	width:140px;
	margin:3px 10px 2px 0;
	padding:5px 0 5px 8px;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	background:#eee url(pics/gradient1.png) repeat-x;
	color:#26c;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
}

.sidelink:hover,.menuheader{
	background:#fff url(pics/gradient2.png) repeat-x;
	color:#222;
	border-top:1px solid #ddd;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #ddd;
	text-decoration:none;
}

.subsidelink {
        display:block;
        width:140px;
        margin:1px 10px 0px 0;
        padding:3px 0px 3px 8px;
        font-size:0.9em;
        font-weight:light;
        text-align:left;
        background:#eee url(pics/gradient1.png) repeat-x;
        color:#26c;
        border-top:1px solid #ddd;
        border-right:1px solid #bbb;
        border-bottom:1px solid #bbb;
        border-left:1px solid #ddd;
}

.subsidelink:hover,.submenuheader {
        background:#fff url(pics/gradient2.png) repeat-x;
        color:#222;
        border-top:1px solid #ddd;
        border-right:1px solid #888;
        border-bottom:1px solid #888;
        border-left:1px solid #ddd;
        text-decoration:none;
}


.comment {
        border: 1px solid #dde;
        margin:30px 0px 10px 0;
        padding:5px 5px 5px 8px;
        line-height:1.2em;
}
.comment_footer {
	text-align: center;

}
div.icomments_input { 
	margin-left: 100px;
}
div.icomments_label { 
	float: left;
	font-weight: bolder;
}
#icomments_error {
	color: #f33;
	font-weight: bolder;
	font-size: 0.9em;
	text-align: right;
	
}

#id_author {
	width: 430px;
}
#id_content {
	width: 430px;
	height: 80px;
}
#id_title {
	width: 430px;
}

table.content_footer {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	width: 512px;
	border: none;
}

#id_captcha {
	font-size: 12px;
	width: 100px;
	text-align: center;
	margin-left: 20px;
	height: 18px;
}
#id_captcha_img {
	vertical-align: top;
	float: left;
}


#searchinput {
	font-size: 11px;
	width: 100%;
}
#searchsubmit {
	size: 100px;
}

table.blind {
    border: none;
    margin: 0px;
    padding:0px;
}
table.simple {
    border: none;
    margin: 0px;
    padding: 2px;
}

th.simple_cell, td.simple_cell {
    padding: 2px;
    margin: 2px;
}

.w450 {
    width:450px;
}

.wmax {
    width: 100%;
}

.aleft {
    text-align: left;
}
.acenter {
    text-align: center;
}

.col {
    padding: 2px;
}

.row_light {
    background-color: #f4f4ff;
}
.row_dark {
    background-color: #eef;
}

.article_list_item {
    display: block;
}

.article_list_box {
    width: 265px;
    margin: 0;
    padding: 0;
    float: left;
}

.thumb, .image {
    display: block;
    border: 1px solid #666;
    position: relative;
    top: -3px;
    left: -3px;
}
.thumb {
    display: block;
    width: 200px; 
    margin: 0px;
    padding: 0px;
    left: -5px;
    
}
.thumb_box, .image_box {
    display: block;
    float: right;
    margin: 7px 0px 0px 15px;
    padding: 0px;
    background-color: #bbb;
}

.thumb_box {
    display: block;
    text-align: center;
    width: 200px;
}

.code_box {
    display: block;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    background-color: #bbb;
}

.flv {
    text-align:center;
    width: 530px;
}


pre.code {
    border: 1px solid #666;
    margin: 10px 0px 10px 0px;
    padding: 5px 0px 5px 8px;
    background-color: #eee;
    font-family: Monospace;
    font-size: 1.0em;
    line-height: 1.2em;
    overflow: auto;
    position: relative;
    top: -3px;
    left: -3px;
}

.toc_box {
    margin: 5px 15px 5px 0px;
    padding: 0px;
    background-color: #bbb;
    width: 280px;
    float: left;
}
div.tableofcontents {
    border: 1px solid #666;
    padding: 0px 0px 5px 8px;
    margin: 0px 0px 0px 0px;
    background-color: #eee;
    position: relative;
	top: -3px;
	left: -3px;
}


li { 
    margin-left: 30px; 
}

li.qtmml {
    margin-bottom: 0px;
}

li.toc_1 {
    list-style-type: circle;
    font-weight: bolder;
}
li.toc_2 { 
    position: relative;
	left: 10px;
    list-style-type: disc;
    font-weight: bolder;
}
li.toc_3 { 
    position: relative;
	left: 20px;
    list-style-type: square;
    font-weight: bolder;
}
li.toc_4 { 
    position: relative;
	left: 30px;
	font-weight: bolder;
}

h1.toc {
    font-size: 1.3em;
    position: relative;
    top: 2px;
    display: inline;
}

a#hide_toc {
   display: inline;
}
#toggle_button_box {
    display: inline;
    position: relative;
    left: 15px;
}

.download {
    margin-top: 5px; 
    margin-bottom: 5px;
    width: 300px;
    height: 20px;
}
.download_text {
    margin-bottom: 5px;
    position: relative;
    top: -6px;
    left: 7px;
}

.download_icon, .download_text {
    display: inline;
}

.article_flags {
    display: inline;
    margin-right: 10px;
}
.flag_link {
    display: inline;
}
.flag_img {
    display: inline; 
    border: 0px;
}

img.rss_big, img.rss_small, img.svn_small {
	padding: 0px;
}
.svn_icon {
    border: 0px;
}
.svn_input {
    width: 20px;
    display: inline;
}

img.svn_small_right, img.bloggerei {
	margin-left: 70px;
}
a.rss, a.svn {
    display: inline;
    margin-top: 4px;
    padding: 0px;
    text-align: right;
}
#search_box, #rss_box {
	display: block;
}	
#promo_box {
	margin-top: 10px;
}
#svn_box {
	margin-top: 5px;
}

#id_to_rev, #id_from_rev {
	width:30px;
}

span.feed_desc, span.svn_desc {
    font-size: 10px;
    font-weight: bold;
    display: block;
    padding: 0px;
    position:relative;
    float:left;
    width:70px;
}

div.feed_inner_box, div.feed_inner_box_small, div.svn, {
    display: block;
    width: 155px;
}

div.page_chooser {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bolder;
}


.clear {
    clear:both;
}

div.project_menu {
    /*float: right;*/
    margin-left: 10px;
    width: 442px;
    height: 55px;
    margin-left: 70px;
    text-align: center;
}

a.project_menu {
    text-align: center;
    display: block;
    font-weight: bold;
}

div.project_menu_inner {
    float:left;
    height:55px;
    width: 80px;
    display: inline;
    text-align: center;
    margin-bottom: 10px;
}
img.project_menu {
    border: 0px solid none;
    display: inline;
    float: left;
    margin-left: 20px;

}

.project_header {
    margin-top: 3px;
    display: block;

}
