﻿/*panelin en üst başlığı (master.css deki u_ ile başlayan stillerle beraber	çalışıyor)*/
.bp_u
{
	width:711px;
	height:26px;
}

.bp_u_sol
{
	background-image: url(res/u_ara.gif);
	height:26px;
	width:10px;
}

.bp_u_orta
{
	background-image: url(res/u_ara.gif);
	height:26px;
	width:40%;
}

.bp_u_sag
{
	background-image: url(res/u_ara.gif);
	height:26px;
	width:10px;
}
/*üst başlık*/

/*orta ve ortanın altı */
.bp_o_bg
{
	background-image: url(res/o_bg.gif);
	width:711px;
}
.bp_o_alt
{
	background-image: url(res/o_alt.gif);
	height:24px;
	width:711px;
}
/*orta ve ortanın altı */

/*alt buton alanı*/
.bp_a
{
	width:711px;
	height:23px;
}

.bp_a_sol
{
	
	height:23px;
	width:20px;
}

.bp_a_orta
{
	
	height:23px;
	width:80%;
}

.bp_a_sag
{
	
	height:23px;
	width:15px;
}
/*alt buton alanı*/
