body {
	padding: 0px;
	font-size: 11px;
	margin: 10 10% 10 10%;
	color: #888888;
	padding-top: 0px;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	background-color: #212121;
	text-align: center
}

.postbuttons {
	background-color: #d7d7d7;
	border-top: 0px;
	border-color: #424242;
}

tr.postbuttons_row {
/*	background-image: url(/themes/extract/images/tile_butt_dark.png);
	background-repeat: repeat-x;
	background-position: left;*/
	background-color: rgb(38, 38, 38);
}

tr.postbuttons_row td {
	padding: 5px;
}

tr.postheading_row {
/*	background-image: url(/themes/extract/images/ipdl_title_dark.png);
	background-repeat: repeat-x;
	background-position: left;*/
	background-color: rgb(38, 38, 38);
}

.row1 {
	background-color: #2d2d2d;
}
.ipdl_title {
	padding: 5px;
	font-weight: bold;
}

.topstripe {
	font-weight: bold;
	border-bottom: 1px solid #555555;
	width: 40%;
	margin: 0 auto;
}

.topstripe td {
	margin: 5px 0;
	padding-bottom: 3px;
	text-align: center;
}

table.post2 {
	background-color: #2d2d2d;
	margin-bottom: 20px;
	border: #212121 1px solid;
	border-spacing: 1px;
	/*border-color: #424242;*/
}

table.post2 div {
	/*background-color: #2d2d2d;*/
	width: 170px;
}

.post_article {
    /*border: #424242 1px solid;*/
	border: #212121 1px solid;
	border-spacing: 2px;
}

.post_article img {
	max-width: 300px;
	max-height: 350px;
}

.open-table img {
	max-height: 350px;
	max-width: 300px;
}

.post_article td.row1 {
	padding: 15px 5px 5px 5px;
}

.titlemedium {
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 7pt;
/*	background-image: url(/themes/extract/images/tile_sub_dark.png);
	border-bottom: 1px solid #424242;*/
	padding-bottom: 4px;
	margin: 0px;
	color: #888888;
	padding-top: 4px;
	background-color: rgb(38, 38, 38);
}

.importantmessage {
/*	border: 1px solid #424242; */
	margin: 0 auto 15px;
	width: 80%;
	box-shadow: 0px 0px 18px #212121;
}

.importantmessage .post2 {
	margin: 10px;
}

.importantmessage .postbuttons {
	background-color: #2d2d2d;
}

form.importantmessage_edit td {
	background-color: #2d2d2d;
	color: #888888;
}

.message_edit_text_form {
	background-color: #2d2d2d;
	color: #888888;
	border-width: 1px thin;
	border-color: #424242;
	padding: 5px;
	border-style: solid;
}


td.main_td {
    border: 2px solid #424242;
    padding: 0;
}

tr.head_row {
	background-color: #6F7984;
	background-image: url(/themes/extract/images/bg02_dark.png);
	background-size: auto 100px;
	background-position: left;
	background-repeat: repeat-x;
}

img.logo_img {
	 content: url(/themes/extract/images/logo_dark.png);
}

.recommend {
	font-weight: bold;
	padding: 10px;
}

.recommend div.recommend_caption {
	font-weight: bold;
	color: #b17a16;
}

tr.top_menu {
	background: url('/themes/extract/images/bg03_dark.png');
	color: #888888;
}

tr.top_menu a:visited { color: #888888; }
tr.top_menu a:link { color: #888888; }
tr.top_menu a:hover { color: #0066CC; }


input.searchfield {
	padding: 0 5px 0 5px;
	background-color: #2d2d2d;
	border-width: 1px thin;
	border-color: #424242;
	border-style: solid;
	color: #888888;
}


form.news_post_form td {
	color: #888888;
	background-color: #2d2d2d;
}

input {
	color: #888888;
	background-color: #2d2d2d;
	border-style: solid;
	border-width: 0;
	border-color: #424242;
	padding: 0 2px 0 2px;
}

.news_start_text_form {
	background-color: #2d2d2d;
	color: #888888;
	border-width: 1px thin;
	border-color: #424242;
	padding: 5px;
	border-style: solid;
}

select {
	background-color: #2d2d2d;
	color: #888888;
}

table {
	width: 100%; font-size: 11px; color: #888888; font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif
}
tr {
	font-size: 11px; color: #888888; font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif
}
td {
	font-size: 11px; color: #888888; font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif
}
div		{font-family: tahoma, sans-serif; font-size: 11px}
input		{font-family: tahoma, sans-serif; font-size: 11px}
textarea	{font-family: tahoma, sans-serif; font-size: 11px}
form 		{font-family: tahoma, sans-serif; font-size: 11px}
select		{font-family: tahoma, sans-serif; font-size: 11px}
ul          {margin-top:0px; margin-bottom:0px;}

iframe {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #777777;
}
a:visited {
	text-decoration : none;
	font-weight: bold;
	color: #777777;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}

img {
    border:0px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

hr              {color: #799DC3;}
.content        {background: none; color: #444444; font-size: 11px; font-family:  Verdana, Arial, Helvetica; text-decoration: none}
.block_title 	{background: none; height:20px; color: #444444; font-size: 11px; font-weight: bold; font-family: tahoma, sans-serif; text-decoration: none}
.mess_title 	{ height:26px; color: #444444; font-size: 11px; font-weight: bold; font-family: tahoma, sans-serif; text-decoration: none}
.option 	{background: none; color: #444444; font-size: 11px; font-weight: normal; font-family: tahoma, sans-serif; text-decoration: none}
.tiny		{background: none; color: #444444; font-size: 11px; font-weight: normal; font-family: tahoma, sans-serif; text-decoration: none}
.highlight  {color: #b3120a; font-weight: bold}
.mod_title 	{background: none; color: #444444; font-size: 11px; font-family:  Verdana, Arial, Helvetica; text-decoration: none}
.debug 	    {background: none; color: #ff0000; font-size: 11px; font-family: Verdana, Helvetica}
.imagefader {filter: alpha(opacity=40); position: relative; moz-opacity: 0.40}
	
.tabborder {
	border-bottom: #424242 1px solid;
	border-left: #424242 1px solid;
	border-right: #424242 1px solid;
	border-top: #424242 1px solid;	
}

.tab {
	background-color: #F1F1F1;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color:#444444;
	padding: 4px;
	border: #424242 1px solid;
}

.open-table{
	background-color: #2d2d2d;
	border: 1px solid #424242;
#	color: #444444;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	text-align:left;
	padding : 5px;
}

.smalltext {
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#5d6e75;

}
.theme-news-home-title {font-size: 11px; font-weight: bold; color: #333333; font-family: tahoma, sans-serif;}
.theme-news-home-text {padding: 5px; font-size: 11px; color: #444444; font-family: tahoma, sans-serif;}

.topborder2 {border-bottom: #424242 1px solid;}
.td_blocks {width:166px; height:20px; vertical-align:top; border-left: #424242 1px solid; border-right: #424242 1px solid; background-color: #2d2d2d; color:#444444;}
.bottomtopfooter {padding: 8px; padding-left: 4px; padding-right:6px; font-size: 11px; color: #444444; font-family: verdana, tahoma, sans-serif;}
.block_text {padding:5px; color: #444444; font-size: 11px; font-family:  Verdana, Arial, Helvetica;}
.right_block_title {width:166px; border-bottom: #424242 1px solid; height:20px; border-top: #424242 1px solid; background: #2d2d2d; padding: 5px; font-size: 11px; font-weight: bold; color: #fff;}
.left_block_title {width:166px; height:20px; border-bottom: #424242 1px solid; padding: 5px; font-size: 11px; font-weight: bold; color: #444444; font-family: verdana, tahoma, sans-serif;}

td.block
{
	border-bottom: #424242 1px solid;
	border-right: #424242 1px solid;
	border-top: #424242 1px solid;
	color: #0d2938;
}

table.feedback
{
	color: #0d2938;
	font-size: 11px;
	font-family: Verdana, Helvetica;
}

table.topics
{
	width: 100%;
}

td.phptable
{
	background-color: #2d2d2d;
	border: 1px solid #424242;
	padding : 5px;
	text-align: left;
}

table.phptable
{
	width: 100%
}

td.codetable
{
	background-color: #2d2d2d;
	border: 1px solid #424242;
	padding : 5px;
	text-align: left;
	color: #0d2938;
}

table.codetable
{
	width: 100%
}
    ul.side_menu li {
        list-style: square;
        list-style-position: outside;
        margin: 0px;
        padding: 0px;
    }
    ul.side_menu {
        margin: 0px;
        padding-left: 15px;
    }
    ul.side_menu li a {
        margin: 0;
        padding: 0;
    }