*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana;
	font-size: 12px;
}

html, body{
	width: 100%;
}

sup{
	font-size: 8px;
}


h1{
	font-size: 16px;
	color: #800000;
	margin-bottom: 20px;
}


/**********/
#wrapper{
	padding: 10px;
}
/**********/




/**********/
#menu_top{
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu_top ul{
	list-style: none;
}

#menu_top li, #menu_top li.no:hover, #menu_top li.nob:hover{
	padding: 2px 5px;
	border: 1px solid #787878;
	background: #DFDFDF;
	display: inline;
}

#menu_top li.no, #menu_top li.no:hover{
	padding: 2px 2px;
}

#menu_top li:hover{
	background: #FFF;
}

#menu_top a{
	text-decoration: none;
	color: #4A4A4A;
}

#menu_top a:hover{
	color: #000000;
}
/**********/




/**********/
#afflogement{
	
}

#afflogement table{
	border: 1px solid #787878;
	width: 740px;
}

#afflogement thead{
	background: #DFDFDF;
}

#afflogement thead tr td{
	font-weight: bold;
	border-top: 1px solid #CECECE;
}

#afflogement thead a{
	color: #000;
	text-decoration: underline;
}

#afflogement thead a:hover{
	text-decoration: none;
	color: #6F6F6F;
}

#afflogement td{
	padding: 4px;
	text-align: center;
	border-right: 1px solid #787878;
	border-bottom: 1px solid #787878;
}

#afflogement tr.row1{
	background: #fff;
}

#afflogement tr.row2{
	background: #F3F3F3;
}

#afflogement td.nocntr{
	text-align: left;
	width: 52%;
}

#afflogement tbody tr:hover{
	background: #E7EFF8;
	cursor: pointer;
}

#afflogement tbody a{
	text-decoration: underline;
	color: #000;
}

#afflogement tbody a:hover{
	text-decoration: none;
	color: #000;
}
/**********/




/**********/
#dologement{
	
}

#dologement h2{
	font-size: 16px;
	margin-bottom: 15px;
}

#dologement .view{
	border: 1px solid #303030;
	margin-bottom: 15px;
}

#dologement table{
	border: 1px solid #787878;
	width: 740px;
}

#dologement td{
	border: 1px solid #787878;
	border-left: 0;
	border-top: 0;
	padding: 4px;
}

#dologement td.dbltd{
	text-align: right;
}

#dologement td.dbltd input{
	margin-right: 25px;
	width: auto;
	cursor: pointer;
}

#dologement td.dbltd a{
	color: #003768;
	text-decoration: none;
}

#dologement td.dbltd a:hover{
	text-decoration: underline;
}

#dologement span{
	padding-top: 2px;
	color: #9E9E9E;
}

#dologement td.left{
	width: 30%;
	font-weight: bold;
	background: #DFDFDF;
}

#dologement td.left2{
	background: #F2F2F2;
}

#dologement input, textarea, select{
	border: 1px solid #787878;
	margin: 10px 0 10px 5px;
}

#dologement input:hover, textarea:hover, select:hover{
	background: #E9EBEF;
}

#dologement textarea{
	width: 95%;
}

#dologement input{
	width: 100px;
	padding: 1px 5px;
	vertical-align: middle;
}

#dologement select{
	width: 50px;
	text-align: center;
}
/**********/




/**********/
.input{
	width: 150px;
	border:#ccc 1px solid;
	font-size:11px;
	color:#666;
	font-family:verdana;
	background-color:#ffffff;
}

.input_send{
	border: 1px solid #4F4F4F;
	padding: 0 5px;
}
/**********/



/**********/
.Connect_error{
	width: 300px;
	border: 1px solid #A43333;
	background: #F7E5E5;
	padding: 10px;
	margin-bottom: 10px;
	color: red;
}

.Connect_good{
	width: 300px;
	border: 1px solid #339966;
	background: #C9EDDB;
	padding: 10px;
	margin-bottom: 10px;
	color: green;
}
/**********/

