html {
	background-image: url("../Images/bg_page.jpg"); 
}
body{
	background-image: url("../Images/bg_page.jpg");
	
}

#footer {
    box-shadow: 0 2px 1px #bbb;
    background-color: #e3f2fd;
    border-radius: 5px 5px 5px 5px;
    border:1px solid #ccc;
	padding: 10px;
	text-align: right;
}
#header {
    box-shadow: 0 2px 1px #bbb;
    background-color: #e3f2fd;
    border-radius: 5px 5px 5px 5px;
    border:1px solid #ccc;
	padding: 10px;
	margin-bottom:10px;
}
.imageButton {
    background:transparent url("../Images/bullet_black.png") no-repeat center;
	background-position: 2px;
   	text-indent: 15px;
	background-color: #F2F2F2;
}
.imageButton:hover {
    background:transparent url("../Images/bullet_green.png") no-repeat center;
	background-position: 2px;
	background-color: #E6E6E6;
}
.imageButton:active {
    background:transparent url("../Images/bullet_red.png") no-repeat center;
	background-position: 2px;
	text-indent: 15px;
	background-color: #E6E6E6;
}
.imageButtonOK {
    background:transparent url("../Images/bullet_green.png") no-repeat center;
	background-position: 2px;
	text-indent: 15px;
	background-color: #E6E6E6;
}
.alert_format {
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-right: 15px;
	display:none; 
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
}
.div_button{
	padding-top: 15px;
	border-top: 1px solid grey;
}
.div_check{
	margin-bottom: 15px;
}
.border_top{
	padding-top: 10px; 
	border-top: 1px solid grey; 
	padding-bottom: 10px;
}
.border_bottom{
	margin-bottom: 1px; 
	border-bottom: 1px solid grey; 
}
.border_right{
	padding-right: 10px; 
	border-right: 1px solid grey; 
}
.border_left{
	padding-left: 10px; 
}
.t-bold	{
	font-weight:bold;
}
.scrollup{
	width:40px;
	height:40px;			
	text-indent:-9999px;
	opacity:0.3;
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;			
	background: url('../Images/icon_top.png') no-repeat;
}
.form-select-inline {
	display: inline-block;
	width: auto;
    vertical-align: middle;
}
.form-control-inline {
	display: inline-block;
	width: auto;
    vertical-align: middle;
}
.form-checkbox-inline {
	display: inline-block;
	vertical-align: middle;
}
.button-add-del{
	width: 25px;
}
.alert_format {
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-right: 15px;
	display:none; 
}
select:hover{
	box-shadow: 5px 5px #848484;
}
.td_help { 
	padding-left: 10px;
	padding-right: 10px;
	border-style: solid; 
	border-width: thin;
	border-color: #000000;
}
.box_style {
	margin-bottom: 20px;
	box-shadow: 10px 10px 10px #848484;
	padding-top:10px; 
	border:1px solid; 
	border-radius:6px;
	padding: 10px 10px 10px 10px;
	background-color: white;
}
.box_style1 {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 100px;
	margin-right: 100px;;
	background-color: aquamarine;
	border-radius:6px;
	padding: 10px 10px 10px 10px;
}



