
/* CSS Document */
html {
	height: 100%;
}
body {
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : #000000;
background-color : #c7ebf8;
height: 100%;
}
/* Login Sayfasi*/
#tvlogo
{
	width:357px;
	height:125px;
	background-image:url(../../Images/tv_logo.png);
	background-repeat:no-repeat;
	background-position:center;
}
.Loginalt
{
	width:357px;
	height:31px;
	background-image:url(../../Images/login_ust_alt.gif);
	background-repeat:no-repeat;
}
.login_lg_sol
{
	width:26px;
	height:21px;
	background-image:url(../../Images/login_lg_sol.gif);
	background-repeat:no-repeat;
	margin-left:20px;
	float:left;
}
.Loginalt span
{
	height:21px;
	background-image:url(../../Images/login_lg_alt.gif);
	background-repeat: repeat-x;
	margin: 0 0 0 25px;
	text-align:center;
	float:left;

}
.Loginalt h1
{

	width:auto;
	background-image:url(../../Images/login_lg_sag.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-family : Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size : 11px;
	line-height:21px;
	float:left;
	margin-top:0;
	padding-right:30px;
	margin-left:-25px;
	white-space:nowrap;
	text-align:center;
	padding-left:10px;
}
.LoginOrta
{
	width:357px;
	background-image:url(../../Images/login_orta_alt.gif);
	background-repeat: repeat-y;
	clear:both;
}
.Loginaltalt
{
	width:357px;
	height:34px;
	background-image:url(../../Images/login_alt_alt.gif);
	background-repeat:no-repeat;
}
.Loginaltalt1
{		
	width:835px; height:175px; background:url(../../Images/footer.gif) no-repeat top center;
}

.LoginBTAltSol
{
	width:30px;
	height:34px;
	background-image:url(../../Images/login_bt_a_sol.gif);
	background-repeat:no-repeat;
	float:right; 
	
}
*:first-child+html .LoginBTAltSol
{
width:30px;
height:34px;
background-image:url(../../Images/login_bt_a_sol.gif);
background-repeat:no-repeat;
float:right; 
}
* html .LoginBTAltSol
{
width:30px;
height:34px;
background-image:url(../../Images/login_bt_a_sol.gif);
background-repeat:no-repeat;
float:right; 
}
.LoginBTAltSag
{
	min-width:30px;
	height:34px;
	background-image:url(../../Images/login_bt_a_sag.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:25px;
	float:right;
}
*:first-child+html .LoginBTAltSag
{
	width:130px;
	height:34px;
	background-image:url(../../Images/login_bt_a_sag.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:25px;
	padding-right:7px;
	float:right;
}
* html .LoginBTAltSag
{
	width:130px;
	height:34px;
	background-image:url(../../Images/login_bt_a_sag.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:15px;
	float:right;
}
.login_bt
{
margin-right:25px;
float:right;
}
.login_bt span
{
width:10px;
height:20px;
padding-bottom:4px;
padding-top:5px;
background-image:url(../../Images/log_but_sol.png) no-repeat center left;
background:url(../../Images/log_but_sol.png) no-repeat center left;
padding-left:10px;
}
*:first-child+html .login_bt span
{
width:10px;
height:20px;
padding-bottom:5px;
padding-top:5px;
background-image:url(../../Images/log_but_sol.png) no-repeat center left;
background:url(../../Images/log_but_sol.png) no-repeat center left;
padding-left:10px;
}
* html .login_bt span
{
width:10px;
height:20px;
padding-bottom:5px;
padding-top:5px;
background-image:url(../../Images/log_but_sol.png) no-repeat center left;
background:url(../../Images/log_but_sol.png) no-repeat center left;

}
.login_button
{
font-family: Arial;
font-size: 11px;
color: #fff;
height:20px;
background-image:url(../../Images/log_but_sag.png) no-repeat top right;
background:url(../../Images/log_but_sag.png) no-repeat top right;
background-repeat:no-repeat;
background-position:right;
border:0;
padding-right:10px;
}
.login_input
{
width:200px;
font-family: Arial;
font-size: 11px;
color: #000;
border:1px solid #c7ebf8;
}
.yazi
{
	color:#143d8d;
	font:bold;
}

.KareButtonM
        {
            color: #FFFFFF;
            font-size: 9pt;
            font-family: Tahoma;
            vertical-align: middle;
            border: solid 1px #FFFFFF;
            background: #00a6dd url('../../Images/default/bt_kare.gif' ) top;
            background-repeat: repeat-x;
            padding: 1px 1px 1px 1px;
            cursor: pointer;
            cursor: hand;
            white-space:pre-wrap;
        }
		
.KareButtonM:hover
        {
            color: #00a6dd;
            font-size: 9pt;
            font-family: Tahoma;
            vertical-align: middle;
            border: solid 1px #00a6dd;
            background: #FFFFFF url('../../Images/default/bt_kare_hover.gif' ) top;
            background-repeat: repeat-x;
            padding: 1px 1px 1px 1px;
            cursor: pointer;
            cursor: hand;
        }

.KareButtonM:disabled
        {
            color: #6d6d6d;
            font-size: 9pt;
            font-family: Tahoma;
            vertical-align: middle;
            border: solid 1px #6d6d6d;
            background: #d7d7d7 url('../../Images/default/bt_kare_disabled.gif' ) top;
            background-repeat: repeat-x;
            padding: 1px 1px 1px 1px;
            cursor: pointer;
            cursor: hand;
        }