﻿ @import url("login.css") all;
 @import url("uyeol.css") all; 
 @import url("chat.css") all; 
 
BODY { 
	max-width: 100%; 
	overflow-x: hidden; 
	margin:0px; 
	padding:0px; 
	font:9pt Arial;
}

a { color:#336699; text-decoration:none; }
a:hover { color:333; text-decoration:underline; transition:color 500ms; }
	
INPUT[type='text'], INPUT[type='password']  {
	border-radius: 5px;
	height:20px;
	padding:0px 5px;
	font-size:8pt;
	width:250px;
	background:white;
}

INPUT[type='button'], INPUT[type='submit']   {
	border-radius: 6px;
	padding:10px 25px;
	font-weight:bold;
	background: #1e4266;
	border:1px solid #044f89;
	color:white;
	font:9pt Arial;
	margin-top:20px;
	cursor:pointer;
	box-shadow:none;
	
}

INPUT[type='button']:hover, INPUT[type='submit']:hover  {
	transition:background 500ms;
	background: #032b4a;
	color:white;
	box-shadow: 0px 0px 5px #61C5FA;
}

SELECT {
	border-radius: 5px;
	height:25px;
	padding:0px 5px;
	font-size:8pt;
	width:262px;
}

INPUT[type='text']:focus, INPUT[type='password']:focus, TEXTAREA:focus {
	transition:background 500ms;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
	background:#faf837;
}

INPUT[type='text']:hover, INPUT[type='password']:hover, TEXTAREA:hover {
	transition:background 500ms;
    background:#c6f779;
	box-shadow: 0px 0px 5px #61C5FA;
	border-color: #5AB0DB;
}

INPUT[type="checkbox"] {
	border:none; background: none transparent scroll repeat 0% 0%;
}

/* AYARLAR */
.clear { clear:both; float:none; }
.transparent { border: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; }
.BuyukHarf { text-transform: uppercase; }

/* ALTINKAYNAK */
.altin-table { border-collapse:collapse; width:100%; background:none !important; }
.altin-table tr, .altin-table tr td { background:none !important; }
i.altin-up, i.altin-down {
    display: block;
    width: 13px;
    height: 6px;
    text-indent: -9999px;
    background: url(../images/sprite.png) -30px 0;
	
}

i.altin-down {
    background-position: -30px -6px;
}


