﻿html, body{
	height: 99%;
}
body {
	color: #111;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color:#d2d6dA;
	vertical-align: middle;
}
#logo{
	margin-left: auto;
	margin-right: auto;
	align:center;
	width:120px;
	margin-bottom:10px;
}
#activearea {
	border-width: 2px;
	border-color: #c2c6cA;
	border-style: solid;
	border-radius: 15px;
	background-color: #ffffff;
	padding: 20px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#heading {
	font-size: 1.0em;
	font-weight: bold;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#desc table td {
	font-size: 0.7em;
	margin: 10px;
	max-width: 575px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
*,::after,::before {
  /*box-sizing: border-box;*/
  box-sizing: content-box;
}
#desc table td b {
    font-weight: bold;
}
form td span {
	font-size: 0.72em;
    height: 100%;
	width: 100%;
    font-weight:bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
#taLogin {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
}
.buttonFixed {
	font-size: 0.8em;
	padding: 3px;
	width: 100%;
	font-weight: bold;		
}
.msg {
	background-color: #ffff99;
	border-width: 2px;
	border-color: #ff0000;
	border-style: solid;
	border-radius: 5px;
	margin-top: 0.5em;
	padding: 0.5em;
	max-height: 150px;
	height: expression( this.scrollHeight > 150 ? "150px" : "auto" ); /* sets max-height for IE */
	overflow: auto;
	font-size: 0.8em;
}
	
.profile{
	padding:5px; 
	width:98%; 
	display:block; 
	border-radius:2px; 
	background-color:#88D2DE; 
	color:red; 
	font-size: 0.8em; 
	margin-top:6px;
	text-decoration:none;
	text-align:center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}	

.kanun{
	padding:5px; 
	width:98%; 
	display:block; 
	border-radius:2px; 
	background-color:#88D2DE; 
	margin-top:6px;
	text-decoration:none;
    font-size: 0.7em;
    text-align:justify 
}
	
#login_form{
	border: 1px solid rgb(204, 204, 204);
	padding: 10px;
}
	
#login_form{
	border: 1px solid rgb(204, 204, 204);
	padding: 10px;
	margin-top: 10px;
	border-radius: 8px;
	background-color: rgb(136, 210, 222);
}

#formtable{
	margin: 10px auto;
}

#formtable td{
    font-size: 13px;
}

#divError{
    border-radius:2px;
    padding:3px;
    font-size:0.74em;
    color:red;
    background-color:white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:bold;
}

.divError{
    border-radius:2px;
    padding:3px;
    font-size:0.74em;
    color:red;
    background-color:white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:bold;
}

.divSuccess{
    border-radius:2px;
    padding:3px;
    font-size:0.74em;
    color:red;
    background-color:white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:bold;
}

#menu{
    margin-left: auto;
	margin-right: auto;
    width:450px;
    background-color:white;
    border-radius:8px;
}

#menu a{
    text-decoration:none;
    font-size:10pt;
    display:block;
    margin:4px;
    padding:3px;
    background-color:#1ECEAB;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align:center;
    border-radius:6px;
    color:black;
}

#menu a:hover {
    background-color:#DAB2A6;
    color:white;
}
