html {
	font-size: 12px;
	line-height: 20px;
	font-family: "Courier New", Courier, monospace;
}

div {
    padding-bottom: 5px;
}
/*- INI --- Menu elementos debug */
ul.ul_menu li {
	display: inline;
	padding: 5px;
}

li.li_active a {
	color: orange;
}


/*- INI --- Tabla de datos de la session */
table.session_table {
	width: 100%;
}

table.session_table, th, td {
	border: 0px solid black;
	border-collapse: collapse;
}

th, td {
	padding: 5px;
}

td.left_td {
	border-right: 1px solid black;
	width: 10px;
}

td.td_name {
	width: 240px;
	background-color: LightGray;
}

td.td_type {
	width: 50px;
	color: white;
	background-color: gray;
}

th {
	text-align: left;
	color: white;
	background-color: black;
}
/*- FIN --- Tabla de datos de la session */


/*- INI --- Test de WS*/
table.ws_table {
	width: 99%;
	padding: 5px;
}

table.ws_table td {
	vertical-align:top;
}

table.ws_table p {
	margin: 0px;
}

p.p_detail {
	display: none;
}

td.ws_no {
	background-color: gray;
}

td.ws_ok {
	background-color: green;
}

td.ws_ko {
	background-color: red;
}

td.ws_test {
	background-color: orange;
}

td.ws_ok, td.ws_ko, td.ws_no {
	width: 14px;
}
/*- FIN --- Test de WS*/

/*- INI --- Visor de logs*/
div#log_file {
	border: 1px solid black;
	width: 99%;
	padding: 5px;
}

div#log_file h1 {
	font-size: 12px;	
}

.left_margin {
	width: 100px;
	display: inline-block;
}