@charset "utf-8";
/* CSS Document */

div.login {
	width:400px;
	margin:auto;
}

div.solmenu{
	border:1px #bfbf8a solid;
	float:left;
	padding:5px;
	height:650px;
	width:200px;
	overflow:hidden;
	margin:2px 5px;
	background-color:#F2F3E4;
}

div.sagcerceve{
	float:left;
	border:1px #bfbf8a solid;
	padding:5px;
	height:650px;
	width:800px;
	overflow:scroll;
	margin:2px 5px;
	background-color:#F2F3E4;
}

ul.menu li{
	display:block;
	height:25px;
	font-size:13px;
	border:thin solid #CCC;
	margin:2px 0px;
}

ul.menu li:hover{
	background-color:#FFDECE;
}

ul.menu li a {width:190px; display:block;padding:5px 3px; border-left:5px solid #06C;}

ul.menu li a.sayfammenu {width:130px; display:block;padding:5px 3px; border-left:5px solid #06C; float:left;}

ul.menu li a.sil, a.sil{
	width:auto;
	display:inline;
	float: right;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    padding: 0 4px;
    margin-left: 3px; 
	margin-top:3px;
}

th, td{
	border: 0px solid black;
	height:30px;
	padding:5px;
}

th{
	background-color:#B3B960;
}

tr{
	background-color:#DBDEB4;
}

tr:hover{
	background-color:#FFDECE;
}

table{
	width:100%;
	text-align:left;
}

.yonetimcerceve{
	border:1px #bfbf8a solid;
	padding:3px;
	height:150px;
	width:150px;
	overflow:hidden;
	text-align:center;
	margin:2px 15px;
	background-color:#F2F3E4;
}

.yonetimcerceve img{
	max-width:120px;
	max-height:100px;
	border: none;
}

input.gizli{
	border:none;
	background-color:transparent;
	height:20px;
	font-size:16px;
	width:300px;
	font-weight:bold;
	color:#06C;
}

.msgbox {
    position: absolute;
    top: 100px;
    left: 400px;
    width: 40em;
    background-color: #E8E4D9;
    border: 1px solid #333;
    color: #000;
    font-weight: bold; }
.msgbox p {
    margin: 0;
    padding: 5px 10px; }
.msgbox a.close {
    float: right;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    background-color: #fff;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 0 4px;
    margin-left: 5px; }

