html, body{
	width:100%;
	height:100%;
	padding:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	color: #3F3F3F;
}
tr, td, txt {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
input, select, option, textarea {
	font-family: Verdana;
	font-size: 12px;
	padding: 6px; 
	border-radius: 3px; 
	border: 1px solid rgb(206, 208, 211); 
	color: rgb(91, 99, 107); 
	background-color: white; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-o-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	resize: none;
}
a{
	color: #0066CC;
	text-decoration:none;
}
a:hover{
	color: #FF0000;
	text-decoration:underline;
}
p {
	margin: 0px; 
	padding: 0px; 
	outline: 0px; 
	border: 0px currentColor; 
	font-family: inherit; 
	font-size: 100%; 
	font-style: inherit; 
	font-weight: inherit; 
	vertical-align: baseline;
}
/* ------------------------------ LOGIN CSS --------------------------------------------- */

.dialog {
	padding: 20px; 
	border-radius: 5px; 
	border: 1px solid rgb(192, 194, 196); 
	color: rgb(91, 99, 107); 
	position: absolute; 
	z-index: 1000; 
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2); 
	background-color: white; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-o-border-radius: 5px; 
	-ms-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2); 
	-o-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.dialog .close {
	background: url("../pics/common-32.png?20348") no-repeat 0px -1187px; top: -10px; width: 32px; height: 32px; right: -16px; position: absolute; cursor: pointer;
}
.center.dialog {
	left: 50%; top: 50%; width: 500px; margin-top: -160px; margin-left: -265px; position: absolute;
}
.dialog_content {
	padding-bottom: 0px; position: relative;
}
.dialog input[type=text] {
	margin: 0px; padding: 4px 6px; width: 350px; font-size: 13px;
}
.dialog input[type=password] {
	margin: 0px; padding: 4px 6px; width: 350px; font-size: 13px;
}
.dialog_content .content {
	padding: 20px; 
	border-radius: 5px; 
	border: 1px solid rgb(206, 208, 211); 
	clear: none; 
	margin-top: 20px; 
	display: block; 
	background-color: rgb(239, 241, 242); 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-o-border-radius: 5px; 
	-ms-border-radius: 5px; 
	-khtml-border-radius: 5px;
}
.dialog label.large {
	line-height: 25px;
	margin: 8px;
	color: #10334C; 
	font-size: 12px; 
	font-weight: bold;
	text-align:right;
	float:left;
}
/* ------------------------------ DIV CSS --------------------------------------------- */

#main_div1{
	position:relative;
	padding:0;
	width:100%;
	height:100%;
	margin:0;
	background-image:url(../pics/bg1.png);
	background-position:top;
	background-repeat:repeat-x;
	overflow: auto;
}
#header_div{
	position:relative;
	top: 5px;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px; 
	height: 59px;
	background-color:#FFF;
	border-radius: 5px; 
	border: 1px solid #C0C2C4;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-o-border-radius: 5px; 
	-ms-border-radius: 5px; 
	-khtml-border-radius: 5px;
}
#body_div {
	position:relative;
	top: 10px;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px; 
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
	border-radius: 5px; 
	border: 1px solid #C0C2C4;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-o-border-radius: 5px; 
	-ms-border-radius: 5px; 
	-khtml-border-radius: 5px;
	overflow:inherit;
}
#footer_div {
	clear:both;
	position:relative;
	padding: 5px;
	width: 1180px;
	top: 10px;
	margin: 0px auto 0px auto; 
	text-align:center;
}
.menu_div {
	float:left;	
	width: 225px;
	height: inherit;
	background-color:#F3F3F3;
	margin: 2px;
	padding: 5px;
	border-radius: 4px; 
	border: 1px solid #CCCCCC;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-o-border-radius: 4px; 
	-ms-border-radius: 4px; 
	-khtml-border-radius: 4px;
	overflow:inherit;
}
#content_div1 {
	margin: 2px;
	margin-left: 250px;
	padding: 5px;
	width: auto;	
	height: auto;
	background-color:#FFF;
	border: 0px;
	min-height:500px;
}

#content_header {
	float:right;	
	margin: 2px;
	padding: 5px;
	width: 920px;
	border-radius: 4px; 
	border: 1px solid #CCCCCC;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-o-border-radius: 4px; 
	-ms-border-radius: 4px; 
	-khtml-border-radius: 4px;
	overflow:inherit;
}
/* ------------------------------ MENU --------------------------------------------- */
#menu { margin:0; padding:0; list-style-type:none; }
#menu a { display:block; text-decoration:none; }
#menu a.hover { background-color:#E4E4E4; }
#menu ul {	overflow: hidden;	margin:0;	padding:0px; }
#menu li { 	margin:0; padding:0; list-style-type:none; }
#menu_p a{ margin-left:15px; padding:5px; }
#menu_p a:hover { background-color:#ECEBFE; }

/* ------------------------------ Common --------------------------------------------- */

.clear {
	clear: both;
}
.bordercoloriani{
border:1px solid #C0C0C0; 
border-collapse: collapse;
}
.bordercoloriani td,tr{
border:1px solid #C0C0C0; 
border-collapse: collapse;
}
.nonetable td,tr{
border:0px; 
border-collapse: collapse;
}

.error{
background-color:#CC6666;
padding:7px;
font-size:12px;
color:white;
font-weight:bold;
text-align:center;
}
#closeAuthError {
position:absolute;
right:10px;
top:5px;
}