body
	{
	background: #E0FFFF;
	}
table[id="tb1"]
	{
	width: 100%;
	border-spacing: 0px 0px;
	}
td[id="tb1_td1"]
	{
	margin: 10px;
	padding: 10px;
	border-radius: 50px 50px 0px 0px;
	background: #BC8F8F;
	text-align: center;
	text-shadow: 1px 1px 2px black, 0 0 1em red;
    color: black;
    font-size: 2em;
	height: 50px;
	}
td[id="tb1_td2"]
	{
	background: #D3D3D3;
	margin: 10px;
	padding: 10px;
	border-radius: 0px 0px 0px 50px;
	height: 500px;
	width: 15%;
	vertical-align: top;
	}
td[id="tb1_td3"]
	{
	background: #E6E6FA;
	margin: 10px;
	padding: 10px;
	border-radius: 0px 0px 0px 0px;
	height: 500px;
	width: 70%;
	vertical-align: top;
	}
td[id="tb1_td4"]
	{
	background: #D3D3D3;
	margin: 10px;
	padding: 10px;
	border-radius: 0px 0px 50px;
	height: 500px;
	width: 15%;
	vertical-align: top;
	}
div[id="enter"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: #00EE76;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: default;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="enter_select"]
	{
	border-radius: 20px;
	box-shadow: 0 0 55px 5px #00FF00;
	background: #4EEE94;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="privet"]
	{
	border-radius: 10px;
	box-shadow: 0 0 55px 15px #B2DFEE;
	background: #BFEFFF;
	margin: 20px;
	padding: 10px;
	color: Black;
	font-size: 120%;
	text-align: center;
	font-weight: 600;
	cursor: default;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="exit"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: #8B2323;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="print"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: black;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="save"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: black;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="come_back"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: black;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="new_copy"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: black;
	font-size: 120%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
table[id="tb2"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #D3D3D3;
	width: 50%;
	border-spacing: 0px 0px;
	background: white;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
    color: black;
	height: 50px;
	font: menu;
	}
table[id="tb3"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #D3D3D3;
	width: 97%;
	border-spacing: 0px 0px;
	background: white;
	margin: 0 auto;
	padding: 10px;
	height: 550px;
	}
td[id="tb3_td1"]
	{
	vertical-align: top;
	}
div[id="create"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="extension"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="search"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="change"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="delete"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="all"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="but_all_right_button"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: black;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="but_ext_right_button"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: black;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="stat"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #FFDAB9;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="create_null"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #D3D3D3;
	margin: 20px;
	padding: 10px;
	color: #696969;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: help;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="extension_null"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #D3D3D3;
	margin: 20px;
	padding: 10px;
	color: #696969;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: help;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="print_null"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #D3D3D3;
	margin: 20px;
	padding: 10px;
	color: #696969;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: help;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="come_back_null"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #D3D3D3;
	margin: 20px;
	padding: 10px;
	color: #696969;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: help;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="new_copy_null"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #D3D3D3;
	margin: 20px;
	padding: 10px;
	color: #696969;
	font-size: 120%;
	text-align: center;
	font-weight: 600;
	cursor: help;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="search_null"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #D3D3D3;
	margin: 20px;
	padding: 10px;
	color: #696969;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: help;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="change_null"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #D3D3D3;
	margin: 20px;
	padding: 10px;
	color: #696969;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: help;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="delete_null"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #D3D3D3;
	margin: 20px;
	padding: 10px;
	color: #696969;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: help;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="all_null"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #D3D3D3;
	margin: 20px;
	padding: 10px;
	color: #696969;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: help;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="stat_null"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #D3D3D3;
	margin: 20px;
	padding: 10px;
	color: #696969;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: help;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="exit_null"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #D3D3D3;
	margin: 20px;
	padding: 10px;
	color: #696969;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: help;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="save_null"]
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #e7d5c0;
	background: #D3D3D3;
	margin: 20px;
	padding: 10px;
	color: #696969;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: help;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="create_select"]
	{
	border-radius: 20px;
	box-shadow: 0 0 55px 5px #00FF00;
	background: #4EEE94;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="search_select"]
	{
	border-radius: 20px;
	box-shadow: 0 0 55px 5px #00FF00;
	background: #4EEE94;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="change_select"]
	{
	border-radius: 20px;
	box-shadow: 0 0 55px 5px #00FF00;
	background: #4EEE94;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="delete_select"]
	{
	border-radius: 20px;
	box-shadow: 0 0 55px 5px #00FF00;
	background: #4EEE94;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="all_select"]
	{
	border-radius: 20px;
	box-shadow: 0 0 55px 5px #00FF00;
	background: #4EEE94;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
div[id="but_ext_right_button_select"]
	{
	border-radius: 20px;
	box-shadow: 0 0 55px 5px #00FF00;
	background: #4EEE94;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: default;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="but_all_right_button_select"]
	{
	border-radius: 20px;
	box-shadow: 0 0 55px 5px #00FF00;
	background: #4EEE94;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: default;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="save_select"]
	{
	border-radius: 20px;
	box-shadow: 0 0 55px 5px #00FF00;
	background: #4EEE94;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: default;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="come_back_select"]
	{
	border-radius: 20px;
	box-shadow: 0 0 55px 5px #00FF00;
	background: #4EEE94;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	cursor: default;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="stat_select"]
	{
	border-radius: 20px;
	box-shadow: 0 0 55px 5px #00FF00;
	background: #4EEE94;
	margin: 20px;
	padding: 10px;
	color: #000000;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}

div[id="create_select"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="search_select"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="change_select"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="delete_select"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="all_select"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="stat_select"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="enter_select"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="create"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="extension"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="search"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="change"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="delete"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="all"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="but_all_right_button"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="but_ext_right_button"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="stat"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="enter"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="exit"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="print"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="save"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="come_back"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
div[id="new_copy"]:hover 
	{
    box-shadow: 0 0 55px 15px #00FF00;
	}
/* ---------------------------------Тело страницы------------------------------ */
.rub
	{ display: inline-block; font-size: 24px; line-height: 7px; border-bottom: 1px solid #000000; width:0.4em; }
table[id="tb2_body"]
	{
	width: 100%;
	border-spacing: 0px 0px;
	}
td[id="tb2_td1_body"]
	{
	width: 55%;
	font-size: 200%;
	font-weight: 700;
	vertical-align: top;
	text-align: left;
	}
td[id="tb2_td2_body"]
	{
	width: 45%;
	background: #BEBEBE;
	border-radius: 5px 5px 0px 0px;
	}
div[id="tb2_td2_body_lombard"]
	{
	font-size: 200%;
	font-weight: 600;
	text-align: left;
	color: white;
	font-family: sans-serif;
	}
div[id="tb2_td2_body_site"]
	{
	font-size: 60%;
	font-weight: 600;
	text-align: left;
	color: white;
	font-family: sans-serif;
	}
td[id="tb2_td3_body"]
	{
	width: 30%;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
	}
div[id="tb2_td4_body_list"]
	{
	font-size: 70%;
	float: left;
	}
div[id="tb2_td4_body_contacts"]
	{
	font-size: 80%;
	float: right;
	}
div[id="tb2_td4_body_numbers"]
	{
	font-weight: 600;
	}
table[id="tb4_body"]
	{
	width: 100%;
	border-spacing: 0px 0px;
	}
input[id="data_end_dogovor_edit"]
	{
	border: none;
	}
input[id="kto_otdal_edit"]
	{
	border: none;
	}
input[id="name"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="pasport"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="pasport_number"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="birth_day"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="code_podrazd"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="vidan"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="data_vidan"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="propiska"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="apparat"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="tip_apparata"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="model"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="sn"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="vnesh_sost"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="number"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="plata_za_kredit"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="oformlenie"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="itogo"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="srok_vozvrata"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="poluchil_propis"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
input[id="date_now"]
	{
	border: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	}
div[id="soglasen"]
	{
	text-indent:0px;
	float: left;
	}
div[id="podpis"]
	{
	float: center;
	text-indent:50px
	}
div[id="date"]
	{
	float: right;
	}
div[id="pravila"]
	{
	font-family: "Times New Roman", serif; font-style: italic;
	font-size: 85%;
	}
div[id="tb2_td3_body_result"]
	{
	font-family: "Times New Roman", serif; font-style: italic;
	font-size: 85%;
	border-color: red white;
    border-style: solid;
	}
.no_pass
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #D3D3D3;
	border-spacing: 0px 0px;
	background: #FFDAB9;
	padding: 10px;
	font-size: 130%;
	text-align: center;
	font-weight: 600;
	color: red;
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -220px;
	}
.no_pass_del
	{
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #FF0000;
	border-spacing: 0px 0px;
	background: #FFDAB9;
	padding: 10px;
	font-size: 130%;
	text-align: center;
	font-weight: 600;
	color: red;
	margin:0 25% 0 25%;
	width:50%;
	}
.no_pass_del_good
	{
	border-radius: 20px;
	box-shadow: 0 0 55px 5px #00FF00;
	background: #4EEE94;
	border-spacing: 0px 0px;
	padding: 10px;
	font-size: 130%;
	text-align: center;
	font-weight: 600;
	color: black;
	margin:0 25% 0 25%;
	width:50%;
	}
.stat_result
	{
	left: 50%;
	margin-left: -300px;
	position: absolute;
	width: 600px;
	border-radius: 3px;
	box-shadow: 0 0 10px 2px #00FF00;
	background: #4EEE94;
	border-spacing: 0px 0px;
	padding: 10px;
	font-size: 130%;
	text-align: center;
	font-weight: 600;
	color: black;
	}
.stat_result_er
	{
	left: 50%;
	margin-left: -300px;
	position: absolute;
	width: 600px;
	border-radius: 3px;
	box-shadow: 0 0 10px 5px #FF0000;
	background: #FFDAB9;
	border-spacing: 0px 0px;
	padding: 10px;
	font-size: 130%;
	text-align: center;
	font-weight: 600;
	color: red;
	}
div[id="search_text1"]
	{
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 180%;
	text-align: center;
	font-weight: 600;
	background: #FFDAB9;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 2px solid maroon;
	}
div[id="search_text2"]
	{
	font-size: 120%;
	text-align: center;
	font-weight: 600;
	border-bottom: 3px solid black;
	padding: 10px;
	}
div[id="search_text_del"]
	{
	font-size: 120%;
	text-align: center;
	font-weight: 600;
	padding: 10px;
	}
div[id="del_form_css"]
	{
	background: #FFDAB9;
	border-bottom: 3px solid black;
	}
table[id="table_list"]
	{
	empty-cells: hide;
	}
div[id="extension_button_sdvig"]
	{
	float: right;
	}
div[id="ex_but"]:hover 
	{
    box-shadow: 0 0 10px 5px #00FF00;
	}
div[id="ex_but"]
	{
	border-radius: 5px;
	box-shadow: 0 0 2px 2px #00FF7F;
	background: #00FF7F;
	color: #000000;
	text-align: right;
	font-weight: 600;
	font-size: 80%;
	cursor: pointer;
	padding: 0px;
	margin-top: 3%;
	margin-right: 3%;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	}
div[id="ex_but_select"]
	{
	border-radius: 1px;
	box-shadow: 0 0 2px 2px #00FF7F;
	background: #98FB98;
	color: #000000;
	text-align: right;
	font-weight: 600;
	font-size: 80%;
	cursor: default;
	padding: 0px;
	margin-top: 3%;
	margin-right: 3%;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
div[id="ex_but_null"]
	{
	border-radius: 1px;
	box-shadow: 0 0 2px 2px #00FF7F;
	background: #D3D3D3;
	color: #000000;
	text-align: right;
	font-weight: 600;
	font-size: 80%;
	cursor: help;
	padding: 0px;
	margin-top: 3%;
	margin-right: 3%;
	-moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
img.del_ext_img
	{
	cursor:pointer;
	}
.loader
	{
	position: absolute;
	z-index: 800;
	background-image: url('http://revilon.myjino.ru/ld/img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 950px;
	opacity: 0.6;
	background-color: #CCCCCC;
	display: none;
	}