#body #col_droite{
	width: 190px !important;
}

#body #col_double{
	width: 800px !important;
	margin-right: 0px !important;
}

.lister {
	border:1px solid silver;
	width:400px;
}

.lister th,
.lister td {
	border:1px solid silver;
}

.lister th {
	background-color: #F0F0EE;
}

DIV.loupebox {
	margin-bottom: -30px;
}

DIV.loupebox DIV.loupe {
	float: right;
	height: 30px;
	width: 30px;
	background-image: url(/fileadmin/loupe.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
	top: -30px;
	cursor: pointer;
}

.tab-ref{
	border-top:1px solid black;
	border-right:1px solid black;
	width: 798px;
}

.tab-ref th{
	background:#FF9F33;
	border-left:1px solid black;
	border-bottom:1px solid black;
	padding:3px;
}

.tab-ref td{
	border-bottom:1px solid black;
	border-left:1px solid black;
	padding:6px;
}

.tab-ref .center{
	text-align:center;
}

.tab-ref .default{
	font-style:italic;
}

.tab-ref .right{
	text-align:right;
}

.tab-ref .userobj{
	background:white url("apply.gif") no-repeat 50% 50%;
}

.tab-ref .required{
	background:white url("exclamation.gif") no-repeat 50% 50%;
}

.tab-ref .invisible{
	position:absolute;
	left:-50000px;
}

.tab-ref td.placeholder{
	padding-top:7px;
	padding-bottom:7px;
}

.tab-ref td.level1{
	background:white url("level1.gif") repeat-y top left;
	padding-left:13px;
}

.tab-ref td.placeholder1{
	background-color:#CADFC2;
}

.tab-ref td.level2{
	background:white url("level2.gif") repeat-y top left;
	padding-left:23px;
}

.tab-ref td.placeholder2{
	background-color:#FFD5A6;
}

.tab-ref td.level3{
	background:white url("level3.gif") repeat-y top left;
	padding-left:33px;
}

.tab-ref td.placeholder3{
	background-color:#6495ED;
}

.tab-ref .tx-semasourcecode-pi1{
	overflow:auto;
	border:1px dotted black;
	margin:3px 0px 3px 0px;
	background-color:white;
	width: 475px;
}

/* styles for formidable */

DIV.tx-ameosrefreader-pi1 TD,
DIV.tx-ameosrefreader-pi1 TH {
	font-size: 11px;
}

.italic{
	font-style:italic;
}


DIV.tutorial-content ol {
	list-style-position: outside;
	list-style-type: decimal;
	overflow: scroll;
}

DIV.tutorial-content ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 40px !important;
}

DIV.tutorial-content a {
	color:blue !important;
	text-decoration:underline;
}