﻿/*panelin en üst başlığı (master.css deki u_ ile başlayan stillerle beraber	çalışıyor)*/
.kp_u
{
	width:450px;
	height:26px;
}

.kp_u_sol
{
	background-image: url(res/u_ara.gif);
	width:10px;
	height:26px;
}

.kp_u_orta
{
	background-image: url(res/u_ara.gif);
	height:26px;
	width:40%;
}

.kp_u_sag
{
	background-image: url(res/u_ara.gif);
	width:10px;
	height:26px;
}
/*üst başlık*/

/*orta ve ortanın altı */
.kp_o_bg
{
	background-image: url(res/kp_o_bg.gif);
	width:450px;
}
.kp_o_alt
{
	background-image: url(res/kp_o_alt.gif);
	height:24px;
	width:450px;
}
/*orta ve ortanın altı */

/*alt buton alanı*/
.kp_a
{
	width:450px;
	height:23px;
}

.kp_a_sol
{	
	height:23px;
	width:20px;
}

.kp_a_orta
{
	
	height:23px;
	width:65%;
}

.kp_a_sag
{
	height:23px;
	width:15px;
}
/*alt buton alanı*/

.sol_pnr_uyari
{
	background-position: left top;
	background-attachment: fixed;
	background-image: url(res/pnr_nedir_sol.gif);
	background-repeat: no-repeat;
}

.sag_pnr_uyari
{
	background-position: right top;
	background-attachment: fixed;
	background-image: url(res/pnr_nedir_sag.gif);
	background-repeat: no-repeat;
}
