body {
	background-color: #f0f0f0;
	background-image: url(../images/lightgraydott.jpg);
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color:#414042;
}

.white_lb_3px {
	border-left: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
}
.white_b_3px {
	border-bottom: solid 3px #ffffff;
}
.white_l_3px {
	border-left: solid 3px #ffffff;
}

.black_r_1px {
	border-right: solid 1px #000000;	
}

.orange_l_2px {
	border-left: solid 2px orange;
}
.orange_r_2px {
	border-right: solid 2px orange;
}
.orange_t_2px {
	border-top: solid 2px orange;
}
.orange_b_2px {
	border-bottom: solid 2px orange;
}
.orange_lt_2px {
	border-left: solid 2px orange;
	border-top: solid 2px orange;
}
.orange_lb_2px {
	border-left: solid 2px orange;
	border-bottom: solid 2px orange;
}
.orange_rt_2px {
	border-right: solid 2px orange;
	border-top: solid 2px orange;
}
.orange_rb_2px {
	border-right: solid 2px orange;
	border-bottom: solid 2px orange;
}
.orange_ltr_2px {
	border-left: solid 2px orange;
	border-top: solid 2px orange;
	border-right: solid 2px orange;
}
.orange_lbr_2px {
	border-left: solid 2px orange;
	border-bottom: solid 2px orange;
	border-right: solid 2px orange;
}
.orange_lr_2px {
	border-left: solid 2px orange;
	border-right: solid 2px orange;
}

.input_big {
	font-size: 18px;
	font-weight: bold;
	font-family: verdana, arial, tahoma;
	color: orange;
}
.input_green {
	font-size: 14px;
	font-weight: bold;
	font-family: verdana, arial, tahoma;
	color: Green;
}
#content_title {
	margin-top:  20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #4d4e51;
	font-size: 17px;
	font-family: Arial;
	font-weight: bold;
}
#content_lng {
	margin-top:  90px;
	margin-left: 280px;
	margin-right: 20px;
}
#content {
	margin-top:  77px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial;
}
#white_content {
	margin-top:  10px;
	margin-left: 10px;
	margin-right: 10px;	
	font-family: Arial;
	font-size: 10px;
	color: white;
}
#logo {
	margin-top: 110px;
}
#menu {
	position: relative;
	margin-top: 100px;
}
.menuitem {
	padding-top:3px;
	background: #ffffff;
	width: 170px;
	display: block;
	margin-right: 10px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10.4px;
	color: #020e42;
	height: 16px;
}
.menuitemOver {
	padding-top:3px;
	background: #f0f0f0;
	width: 170px;
	display: block;
	margin-right: 10px;	
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10.4px;	
	color: #020e42;
	height: 16px;	
}



.heading {
	font-size: 18px;
	font-weight: bold;
	font-family: verdana, arial, tahoma;
	color: orange;
}

.divlogin {
	padding-top: 100px;
}

#logout {
	position: absolute;
	background: ButtonFace;
	border: outset 2px #EFEBE7;
	top:0px;
	right:0px;
	width: 45px;
	height: 85px	
	padding: 0px;
}
#picture_list {
	width:700px;
	overflow: auto;   
	overflow-y:	
}
.inputRequired {
	background-image: url(../images/required.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width:250px;
	border: solid 1px navy;
}
.inputInsert{
	width: 250px;
	border: solid 1px gray;
	background-color: #F6F6F6;
}
.inputOk{
	width: 250px;
	border: solid 1px gray;
	background-color: #EDFAED;
}
.inputError {
	background-image: url(../images/field-alert.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 250px;
	border: solid 1px red;
	background-color: #FFF4C6;
}
.error {
	color: red;
}

.copyright {
	margin-left: 20px;

}