
/* örnek tablo
<table width="100%" cellpadding="0" cellspacing="0" style="margin-bottom: 20px;">
	<tr>
		<td class="contHeadLeft" valign="top"></td>
		<td class="contHead">[ACTIONS][TITLE]</td>
		<td class="contHeadRight" valign="top"></td>
	</tr>
	<tr>
		<td width="20" class="contBodyBGleft"></td>
		<td class="contBody" id="ContentPane" runat="server" valign="top"></td>
		<td width="20" class="contBodyBGright"></td>		
	</tr>
	<tr>
		<td class="contFootLeft"></td>
		<td class="contFoot"></td>
		<td class="contFootRight"></td>
	</tr>
</table>
*/
.contHeadLeft {
	width: 20px;
	height: 32px;
	background: url(container_head_left.png) top left no-repeat;
	behavior: url(/App_Themes/iepngfix.htc);

}

.contHeadRight {
	width: 20px;
	height: 32px;
	background: url(container_head_right.png) top right no-repeat;
	behavior: url(/App_Themes/iepngfix.htc);

}

.contHead
{
    background-position: left top;
    background: url(container_head_center.png) repeat-x;
    behavior: url(/App_Themes/iepngfix.htc);

}

.contBodyBGleft {
	background: url(container_body_left.png) top left repeat-y;
	behavior: url(/App_Themes/iepngfix.htc);

}

.contBodyBGright {
	background: url(container_body_right.png) repeat-y;
	behavior: url(/App_Themes/iepngfix.htc);

}

.contBody
{
    background-position: left top;
    padding: 2px;
    background-image: url('contBody.png');
    background-repeat: repeat;
    behavior: url(/App_Themes/iepngfix.htc);

}

.contFoot {
	background: url(container_bottom_center.png) repeat-x;
	behavior: url(/App_Themes/iepngfix.htc);

}
.contFootLeft {
	width: 20px;
	height: 22px;
	background: url(container_bottom_left.png) top left no-repeat;
	behavior: url(/App_Themes/iepngfix.htc);

}

.contFootRight 
{
	width: 20px;
	height: 22px;
	background: url(container_bottom_right.png) top right no-repeat;
	behavior: url(/App_Themes/iepngfix.htc);
}


