@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.container {
	width: 100%;
	height: 100%;
	padding: 0px;
	border: 1px solid #FF0000;
}
.container .sidebar {
	background-color: #000000;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
}
.sidebar .formCont {
	color: #FFF;
	float: left;
	padding-top: 10px;
	width: 100%;
}
.sidebar input, .sidebar select {
	width: 200px;
	height: 25px;
	margin-top: 5px;
}
.sidebar textarea {
	width: 195px;
	height: 100px;
	margin-top: 5px;
}
label {
	display: inline-block;
}
input#button {
	margin-botton: 20px;
}
a.opt {
	padding: 5px 10px;
	text-align: center;
	color: #CCC !important;
	display: block;
	text-decoration: none !important;
}
.contTitle {
	background-color: #FF8D00;
	color: #fff;
	font-size: 22px;
	padding: 10px;
	margin: 0px 0px 5px 0px;
}
table.tableParse {
	width: 100%;
}
.tableParse th {
	background-color: black;
	padding: 5px;
	color: white;
}
.tableParse td {
	background-color: #eeeeee;
	padding: 5px;
}
.tableParse .false td {
	background-color: #FB7575;
}
.cont {
	padding: 20px 10px 20px 5px;
	position: relative;
}
.scroll {
	max-height: 100%;
	overflow: auto;
}
.help {
	padding: 20px;
	font-size: 14px;
}

.container .content, .container .table {
    background-color: white;
}