body{
	margin: 0px;
}

#model_container{
    width: 850px; 
    margin: 0 auto; 
}

#model_head{
    width: 850px;
    margin: 0 auto;
	background-color: bisque;
	height: 36px;
}

#model_head_content{
	width: 600px;
	float: left;
	height: 30px;
	padding: 3px;
}

#model_head_user{
	width: 238px;
	float: left;
	height: 30px;
	padding: 3px;
}

#model_body{
}

#model_body_content{
	float: left; /* Обтекание по правому краю */
    width: 600px; /* Ширина левой колонки */
    padding: 3px; /* Поля вокруг текста */
    border-right: 1px solid #183533; /* Линия справа */
    background: #fff; /* Цвет фона левой колонки */
	min-height: 200px;
	word-wrap: break-word;
}

#model_body_menu{
	float: left; /* Обтекание по правому краю */
    width: 237px; /* Ширина */
    padding: 3px; /* Отступы вокруг текста */		
	margin-left: -1px;
    border-left: 1px solid #183533; /* Линия справа */
}

#model_head_user_div{
	line-height: 30px;
	float: left;
	margin-left: 14px;
}

#model_head_user_a{
}

#model_heada_user_img{
	width: 28px;
	margin-bottom: -9px;
	border-radius: 14px;
}

#model_head_user_b{
	margin-left: 10px;
}
#model_head_user_out_div{
	line-height: 30px;
	float: right;
	margin-right: 10px;
}

#model_head_user_out_a{
	display: block;
}

#model_head_user_out_b{
}

#model_head_user_in_div{
	line-height: 30px;
	float: left;
	margin-left: 14px;
}

#model_bodytable_user_in_a{
	display: block;
}

#model_bodytable_user_in_b{
}

#model_menu{
	padding-left: 20px;
}

#model_menu_item{
	list-style: none;
}

#model_menu_selecteditem{
	list-style: none;
}

#model_menu_selecteditem div{
	background-color: bisque;
}

#model_menu_selecteditem ul li div{
	background-color: white;
}

#model_authbox{
	background-color: rgba(102, 102, 102, 0.5);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
}

#model_authbox:target {display: block;}

#model_authbox_window{
	width: 450px;
	height: 130px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: white;
	border-width: 3px;
	border-style: outset;
	border-radius: 8px;
}

#model_authbox_window_close{
	position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(/image/close.png) no-repeat 0 0;
}

#model_authbox_window_caption{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: lightsteelblue;
	padding: 3px;
}

#model_authbox_window_caption_text{
	margin-left: 10px;
}

#model_login_form{
	margin: auto;
	width: 400px;
	padding: 10px;
}

#model_login_form_div{
}

#model_login_form_table{
	border-spacing: 0px;
	width: 100%;
}

#model_login_form_table_usertr{
}

#model_login_form_table_passwtr{
}

#model_login_form_table_td{
	width: 50%;
}

#model_login_form_botdiv{
	text-align: center;
}

#model_login_form_botdiv_padding{
	height: 10px;
}

#model_login_form_info_mess{
	margin-bottom: 5px;
	text-align: center;
	color: red;
	/*background-color: rgba(180, 180, 180);*/
}

#model_login_form_table_inputs{
	width: 100%;
}

#model_popup{
	background-color: rgba(102, 102, 102, 0.5);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#model_popup_window{
	width: 100%;
	height: 100%;
	background: white;
	border-width: 3px;
	border-style: outset;
	border-radius: 8px;
}

#model_popup_window_close{
	position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(/image/close.png) no-repeat 0 0;
}

#model_popup_window_caption{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: lightsteelblue;
	/*display: none;*/
	padding: 3px;
}

#model_popup_window_caption_text{
	margin-left: 10px;
}

#model_messagebox{
	width: 100%;
	text-align: center;
}

#model_messagebox_topdiv{
	height: 20px;
}

#model_messagebox_label{
	width: 100%;
}

#model_messagebox_botdiv{
	text-align: center;
}

#model_messagebox_padding{
	height: 20px;
}

#model_messagebox_buttons{
	width: 80px;
	margin-right: 20px;
}

#model_standarttable{
	width: 100%;
}

#model_standarttable_body{
}

#model_standarttable_headtr{
}

#model_standarttable_headth{
}

#model_standarttable_tr{
	word-break: break-all;
}

#model_standarttable_td{
}