div.debug {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}

table.debug {
    background-color: #FAFAFA;
    border: 1px solid #6699CC;
    border-collapse: collapse;
    border-spacing: 0;
    color: #404040;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 10px;
}
table.debug tbody tr:nth-child(2n) td {
    background: none repeat scroll 0 0 transparent;
}
table.debug th {
    background-color: #BEC8D1;
    border-bottom: 2px solid #6699CC;
    border-left: 1px solid #6699CC;
    color: #404040;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    text-indent: 2px;
}
table.debug td {
    background-color: #FAFAFA;
    border-color: -moz-use-text-color -moz-use-text-color #99CCFF #99CCFF;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    color: #404040;
    font-family: Verdana,sans-serif,Arial;
    font-size: 10px;
    font-weight: normal;
    padding: 2px;
    text-align: left;
    text-indent: 2px;
    word-wrap: break-word;
}
table.debug .call {
    width: 140px;
}
table.debug .exception, table.debug .def, table.debug .sql, table.debug .key {
    width: 40px;
}
table.debug div.cluetip {
    background: url("/css/theme/images/debug-detail.gif") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 15px;
    margin: 0 auto;
    width: 30px;
}
table.sqls {
    background-color: #FFFFFF;
    border: 1px solid #6699CC;
    border-collapse: collapse;
    border-spacing: 0;
    color: #404040;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}
table.sqls th {
    background-color: #BEC8D1;
    border-bottom: 2px solid #6699CC;
    border-left: 1px solid #6699CC;
    font-weight: bold;
    text-indent: 2px;
}
table.sqls td {
    border-color: -moz-use-text-color -moz-use-text-color #99CCFF #99CCFF;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    text-indent: 2px;
    word-wrap: break-word;
}
table.sqls tbody tr:nth-child(2n) td {
    background: none repeat scroll 0 0 transparent;
}
#cluetip-inner div.def, #cluetip-inner div.key {
    background-color: #FFFFFF;
    border: 1px solid #99CCFF;
    display: block;
    padding: 5px;
    word-wrap: break-word;
}
a.bouton-bleu {
    background: url("images/bouton-bleu.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    float: left;
    height: 17px;
    line-height: 16px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    width: 61px;
}

div#toolbar, div.debug-dialog {
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #555555;
	padding: 5px;
	border: 2px solid #BBB;
	position: fixed;
	opacity: 0.8;
}

div#toolbar button {
	display: block;
	width: 80px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 5px;
	font-weight: bold;
}

div#toolbar button.inactif {
	color: red;
}

div#toolbar button.actif {
	color: green;
}

div.debug-dialog form.formEditBloc span label {
	color: white;
	width: 100px;
	float: left;
	margin-top: 5px;
	font-size: 12px;
}

div.debug-dialog form.formEditBloc span input {
	width: 185px;
}

div.debug-dialog form.formEditBloc {
	padding: 5px;
}

div.debug-dialog form.formEditBloc span {
	display: inline-block;
    white-space: nowrap;
}

div.debug-dialog div.ui-widget-header {
	font-size: 16px;
	opacity: 1.0;
	padding: 10px;
	background-color: #AAAAAA;
	color: #555555;
	font-weight: bold;
}

div.debug-dialog div.ui-widget-header a {
	float: right;
	font-size: 10px;
	color: #555555;
}