﻿body
{
	min-height: 100%;
	min-width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-family: Helvetica;
    color:#444444;
}

td
{
	font-size: 8pt;
    font-weight:bolder;
    vertical-align:top;
    padding:5px;
}

input
{
	font-size: 10pt;
    border-radius:20px;
    border:2px solid #e4e4e4;
    height:20px;
    width:140px;
    color:#8f9092;
    padding-left:10px;
    
}

select
{
	font-size: 10pt;
    border-radius:10px;
    border:2px solid #e4e4e4;
    height:25px;
    width:145px;
    color:#8f9092;

}

.lblError{
    color:#ff0000;
    font-weight:bold;
    font-size:10pt;
}

.input2
{
	font-size: 10pt;
    border-radius:20px;
    border:2px solid #e4e4e4;
    height:20px;
    width:45px;
    color:#8f9092;
    
}

.select2
{
	font-size: 10pt;
    border-radius:10px;
    border:2px solid #e4e4e4;
    height:25px;
    width:50px;
    color:#8f9092;

}

.select3
{
	font-size: 10pt;
    border-radius:10px;
    border:2px solid #e4e4e4;
    height:25px;
    width:100px;
    color:#8f9092;

}

.button{
    height:47px;
    width:143px;    
    border-radius:0px;
    border:0px solid #e4e4e4;
    padding-left:0px;
}

.buttonEdit
{
    background-color:#357B98;
    color:#ffffff;
    font-weight:bolder;
}

.buttonAppr{
    background-color:#7EA846;
    color:#ffffff;
    font-weight:bolder;
}

TD.Header_Info
{
	width: 100%;
	font-size: 24px;
	color: #929294;
	font-weight: bold;
	text-align: left;
    padding:5px;
}

TABLE.TableOutside
{
	width: 1100px;
	border-collapse: collapse;
}

TABLE.TableOutside2
{
	width: 1000px;
	border-collapse: collapse;
    margin:20px;
}

TD.InsideActiveLeft
{
	width: 30%;
	border-collapse: collapse;
	
}
TD.InsideActiveRight
{
	width: 70%;
	border-collapse: collapse;
	
}
TABLE.TableInsideActive
{
	width: 100%;
	border-collapse: collapse;
	
}
TD.TableInsideActiveLeft
{
	width: 35%;
	height: 10px;
	padding-left: 1px;
}
TD.TableInsideActiveLeftKK{
    width: 35%;
	height: 10px;
	
}
TD.TableInsideActiveCenterKK
{
	width: 65%;
	height: 10px;

}
TD.TableInsideActiveCenter
{
	width: 65%;
	height: 10px;
}

TD.TableInsideActiveRight
{
	width: 20%;
	height: 10px;
	padding-right: 10px;
}

TABLE.TableInsideOzet
{
	width: 100%;
	border: 1px;
	border-collapse: collapse;
}

TABLE.TableInsideOzet2
{
	width: 70%;
	border: 1px;
	border-collapse: collapse;
}

TD.TableInsideOzetLeft
{
	width: 40%;
	border: 1px;
	text-align: left;
	padding-left: 10px;
}
TD.TableInsideOzetRight
{
	width: 60%;
	border: 1px;
	text-align: left;
	padding-right: 10px;
}

a:link
{
	color: #357b98;
	text-decoration: line-through;
}
a:visited
{
	color: blue;
}
a:hover
{
	color: orange;
}

.ResultOK{
    font-size:16px;
    font-weight:bold;    
}

.ResultFAIL{
    font-size:16px;
    font-weight:bold;
    color:red;
}

.labelInfo{
    font-size:8pt;
}
.checkbox{
    margin: 0px; 
    padding:0px; 
    float: left;
    width:20px;
    vertical-align:top;
}