@charset "utf-8";
/* CSS Document */

#content_inner{
	/*position: relative;*/


}

#contanier_box{
	width: 708px;
	height: auto;
	min-height: 35px;

	border-radius: 4px;
	border: 1px solid #ccc;

	margin: 13px 105px;/*15px 120px;*/
	padding: 30px;

	position: relative;
    top: 0px;
    left: 0px;
}
.row_box{
	width: 708px;
	height: auto;
	min-height: 32px;

	margin: 0px auto;
	margin-bottom: 10px;
	padding: 0px;

	/*float: left;*/
	font-family: "Segoe Ui",Ebrima,Arial;
	font-size: 16px;
	font-weight: normal;
	
	position: relative;
}
.column_box{
	width: auto;
	min-width: 100px;
	height: auto;
	min-height: 32px;

	float: left;
}
.column_box_text{
	width: auto;
	min-width: 100px;
	height: auto;
	min-height: 22px;

	color: #707070;

	padding: 5px;
	float: left;
}

input[type="submit"]{
	background: url("../img/button_fond.jpg");

	width: 150px;
	height: 31px;
	border: 1px solid #ccc;
	border-radius: 3px;

	font-family: arial;
	text-decoration: none !important;

	color: #6C6C6C;

	padding-left: 5px;
	padding-right: 5px;

	cursor: pointer;
}
input[type="submit"]:hover{
	color:#7A7A7A !important;
	/*width: 149px;
	height: 29px;*/
}

input[type="text"]{
	width: 150px;
	height: 27px;
	border: 1px solid #ccc;

	font-family: "Segoe Ui",Ebrima,Arial;
	font-size: 14px;

	color: #6C6C6C;

	padding-left: 5px;
	padding-right: 5px;
}

.datetime{
	width: 119px !important;
	/*color: red !important;*/
	background: url("../img/datetime.png");
	background-position: right;
	background-repeat: no-repeat;

	cursor: pointer;

	padding-right: 31px !important;

}

#container_grid{
	width: 899px;
	height: auto;
	min-height: 35px;

	border-radius: 2px;
	border: 1px solid #ccc;

	margin: 5px 10px;
	padding: 30px;

	position: relative;
	/*float: left;*/

}
#container_Document{
	width: 899px;
	height: auto;
	min-height: 35px;

	border-radius: 2px;
	border: 1px solid #ccc;

	margin: 5px 10px;
	padding: 30px;

	position: relative;
	/*float: left;*/
}

.container_row
{
    width:921px;
    /*border:1px dashed #ccc;*/
    padding-top:5px;
    
    border: 1px dashed #CCCCCC;
    margin: 10px;
    padding: 19px;

        }
 