
/* örnek tablo
<table width="100%" cellpadding="0" cellspacing="0" style="margin-bottom: 20px;">
	<tr>
		<td class="contHeadLeft1" valign="top"></td>
		<td class="contHead1">[ACTIONS][TITLE]</td>
		<td class="contHeadRight1" valign="top"></td>
	</tr>
	<tr>
		<td width="20" class="contBodyBGleft1"></td>
		<td class="contBody1" id="ContentPane1" runat="server" valign="top"></td>
		<td width="20" class="contBodyBGright1"></td>		
	</tr>
	<tr>
		<td class="contFootLeft1"></td>
		<td class="contFoot1"></td>
		<td class="contFootRight1"></td>
	</tr>
</table>
*/
.contHeadLeft1 {
	width: 20px;
	height: 32px;
	background: url(container_head_left.png) top left no-repeat;
	behavior: url(/App_Themes/iepngfix.htc);
}

.contHeadRight1 {
	width: 20px;
	height: 32px;
	background: url(container_head_right.png) top right no-repeat;
	behavior: url(/App_Themes/iepngfix.htc);
}

.contHead1
{
    background-position: left top;
    background: url(container_head_center.png) repeat-x;
    behavior: url(/App_Themes/iepngfix.htc);
}

.contBodyBGleft1 {
	background: url(container_body_left.png) top left repeat-y;
	behavior: url(/App_Themes/iepngfix.htc);
}

.contBodyBGright1 {
	background: url(container_body_right.png) repeat-y;
	behavior: url(/App_Themes/iepngfix.htc);
}

.contBody1
{
    background-position: left top;
    padding: 2px;
    background-image: url('contBody.png');
    background-repeat: repeat;
    behavior: url(/App_Themes/iepngfix.htc);
}

.contFoot1 {
	background: url(container_bottom_center.png) repeat-x;
	behavior: url(/App_Themes/iepngfix.htc);
}
.contFootLeft1 {
	width: 20px;
	height: 22px;
	background: url(container_bottom_left.png) top left no-repeat;
	behavior: url(/App_Themes/iepngfix.htc);
}

.contFootRight1 {
	width: 20px;
	height: 22px;
	background: url(container_bottom_right.png) top right no-repeat;
	behavior: url(/App_Themes/iepngfix.htc);
}


