/*საფირმო ფერები 72cc88; 385d94*/

body{
	/*background-color: cyan;*/

	width:1000px;

	margin: auto;

	/*max-width: 1280px;
	min-width: 1000px;*/
}

div.main_wrapper, div.header{
	/*width: 1000px;*/
	margin-left: auto;
	margin-right: auto;
	
}

div.main_wrapper{
	background-color: #a6c1c4;

	padding: 10px;

	min-height: 720px;
}

div.header{
	height:53px;
	/*display: inline-block;*/



	text-align: center;

	color:#565656;
	background-color:#b7c9cc;
	margin-bottom: 7px;

}

object.header_logo{
	width: 30px;
	
}


div.header_logo_wrapper{
	margin-left: 7px;

}

div.header_entry , div.header_logo_wrapper{
	display: inline;

	font-size: 18px;
	float: left;

}

div.header_entry{

	margin: 7px;
	padding: 7px;

	border-style: solid;
	border-color: #565656;
	border-width: 2px;
	border-radius: 4px;

	cursor: pointer;

}

div.login_status{
	font-size: 18px;
	float: right;

	margin: 7px;
	padding: 7px;

	border-style: solid;
	border-color: #565656;
	border-width: 2px;
	border-radius: 4px;
}

table.results_table{
	width: 900px;
	border-style: solid;
	border-width: 1px;
}

.results_row{
	border-style: solid;
	border-width: 1px;
	
}

table.table_select_list{
	margin-top: 5px;
	border-width: 2px;
	border-style: solid;
	border-spacing: 0px 4px;
}

tr td {
	padding-top: 7px;
  border-bottom:1pt solid black;
}

td {
	border-left: none;
	border-right: none;
}

input.ID_input{
	display: inline;
}

.row_select_list{
	padding-top: 10px;
}

