/* ------------------------------ Bloklar Başladı -------------------------  */
.ST_TemaBlock {
	margin: 0px 0px 0px 0px;
	width: auto;
}
.ST_TemaBlock_tc h4 { /* Blok Basliklari */
	border-bottom: 0px solid #A8B2BB;
	margin: 2px;
	padding-bottom: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003060;
}
.ST_TemaBlock_sh_tr { /* sag ust kose - basliksiz */
	height: 49px;
	background-image: url('../block/tr.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.ST_TemaBlock_sh_tc { /* ust orta - basliksiz */
	height: 49px;
	background-image: url('../block/tc.jpg');
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 16px;
}
.ST_TemaBlock_sh_tl{ /* sol ust kose - basliksiz */
	height: 49px;
	background-image: url('../block/tl.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.ST_TemaBlock_tr { /* sag ust kose */
	height: 49px;
	background-image: url('../block/tr.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.ST_TemaBlock_tc { /* ust orta */
	height: 49px;
	background-image: url('../block/tc.jpg');
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 16px;
}
.ST_TemaBlock_tl{ /* sol ust kose */
	height: 49px;
	background-image: url('../block/tl.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.ST_TemaBlock_ml { /* orta sol */
	margin: 0px;
	padding: 0px;
	background-image: url('../block/ml.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}
.ST_TemaBlock_mr { /* orta sag  */
	margin: 0px;
	padding: 0px;
	background-image: url('../block/mr.jpg');
	background-repeat: repeat-y;
	background-position: right top;
}
.ST_TemaBlock_content { /* blok icerik merkezi */
	height: auto;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 5px;
	margin-right: 12px;
	margin-left: 9px;
	text-align: center;
	background-color: #d4dff5;
	/*background-image: url('../block/content_2.jpg');*/
	background-repeat: repeat;
}
.ST_TemaBlock_br { /* alt sag */
	margin: 0px;
	height: 43px;
	background-image: url('../block/br.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
.ST_TemaBlock_bc { /* alt orta */
	height: 43px;
	margin: 0px 15px;
	background-image: url('../block/bc.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}
.ST_TemaBlock_bl { /* alt sol */
	margin: 0px;
	height: 43px;
	background-image: url('../block/bl.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.ST_TemaBlockMinMax { /* this is the click area and positioning for the min/max icon */
	width:13px;        /* this is the click area, usually the size of the icon */
	height:13px;       /* this is the click area, usually the size of the icon */
	margin-top:3px;    /* this is the positioning from the top of the themebox */
	margin-right:0px; 
	padding:0px; 
}
.ST_TemaBlock_title { 
	width: 100%; 
	height: 11; 
	background-color: #C4D1E6;
}
.ST_TemaBlock_forumCategoryCell { 
	background-color: #C4D1E6; 
}
.ST_TemaBlock_TemaChanger { 
	background-color: #E7EAF9;
	border: 1px solid #000000; 
	height: 50px;
	width: 148px;
}
.ST_TemaSmallBlock { 
	width: 99%;
	height: 18px; 
	border: 1px solid #000000; 
	background-color: #FFFFFF;
}
.ST_TemaFooterBlock { 
	width: 98%; 
	height: 20px; 
	background-color: #A2B4CE; 
	border: 1px solid #C0C0C0; 
}


/* Hide for IE Mac */
* html .ST_TemaBlock {height: 1%;}
* html .ST_TemaBlock_content {height: 1%;}
