/* ***************************************************************************
2013-11 by K
*************************************************************************** */
body{
	padding: 0px;
	margin: 0px;
}
/* ------------------------------ main page ------------------------------- */
.pagina_dynamic{
	height: 100%;
	width: 100%;	
}
/* ------------------------------- menu bar ------------------------------- */
.main_menu{
	width: 100%;
	max-height: 92px;
	min-width: 320px;
	background-repeat: repeat-x;
	background-image: url('img/menu_bg.png');
}
.main_menu a{
	text-decoration: none;
}
.top_menu{
	width: 100%;
	max-height: 67px;
	clear: both;
}
.top_menu_left{
	width: 60%;
	float: left;
	text-align: left;
}
.logo{
	max-width: 100%;
	max-height: 67px;	
}
.top_menu_right{
	width: 40%;
	float: left;
	text-align: right;
}
.top_menu_right_container{
	padding-top: 10px;
	padding-right: 10px;
}
.top_menu_right_container a{
	color: #ccc;
}
.edit_user_link{
	white-space: nowrap;
	overflow: hidden;
}
.bottom_menu{
	width: 100%;
	height: 25px;
	clear: both;
	background-color: #dfe5f6;
}
.bottom_menu a{
	color: #00c;
}
.bottom_menu_left{
	width: 30%;
	height: 100%;
	float: left;
	text-align: left;
}
.nav_bar_container{
	padding-left: 25px;
	height: 100%;
	line-height: 25px;
	text-align: left;
}
.bottom_menu_middle{
	width: 40%;
	height: 100%;
	line-height: 25px;
	float: left;
	text-align: center;
}
.bottom_menu_right{
	width: 30%;
	height: 100%;
	float: left;
	text-align: right;
}
.right_func_container{
	padding-right: 10px;
	height: 100%;
	line-height: 25px;
}
.right_func_container img{
	max-height: 75%;
	vertical-align: middle;
	margin-left: 5px;
}
/* --------------------------------- menu --------------------------------- */
#menu_table {
	text-align: left;
	width: 100%;
	padding-left: 20px;
}
.l0{
	min-width: 250px;
	float: left;
	display: block;
}
/* ------------------------------ login page ------------------------------ */
.login_container{
	width: 100%;
	padding-top: 30px;
}
.login_box{
	background-color: #f7f7f7;
	max-width: 95%;
	width: 300px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.3);
	-webkit-box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.3);
}
.login_logo_container{
	max-width: 100%;
	text-align: center;
	padding: 20px 0;
}
.login_logo{
	text-align: center;
}
.login_logo img{
	max-width: 100%;
	max-height: 70px;
}
.login_msg_container{
	max-width: 100%;
	text-align: center;
	font-weight: bold;
	color: red;
}
.login_form_container{
	padding: 20px;
}
.login_form input {
	height: 44px;
	font-size: 16px;
	width: 100%;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	border-radius: 1px;	
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	color: #404040;
	border-collapse: collapse;
}
.login_form input:focus {
	border: 1px solid #4d90fe;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);	
}
.login_form input[type="submit"] {
	height: 36px;
	margin-top: 10px;	
	border: 1px solid #3079ed;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #4d90fe;
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.login_form input[type="submit"]:hover {
	border: 1px solid #2f5bb7;
	background-color: #357ae8;
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);	
}
.login_form input[type="button"] {
	height: 36px;
	margin-top: 10px;	
	border: 1px solid #3079ed;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #4d90fe;
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.login_form input[type="button"]:hover {
	border: 1px solid #2f5bb7;
	background-color: #357ae8;
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);	
}

