html, body { 
  margin:0; 
  padding:0;
  height:100%;
}

body
{
	height: 100%;
	font-size: 11pt;
	font-family: Calibri, Arial;

	margin: 0;
}

a
{
	color: red;
	text-decoration: none;
}

a:hover
{
	color: #FA9696;
	#border-bottom: 1px dotted red;
}


.wrapper
{
	min-height: 100%;	
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;

	margin-bottom: -30px;
}

.small
{
	font-size: 9pt;
}

.left
{
	float: left;

	width: 150px;
	background-color: #2F313A;
	color: white;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
}

	.left ul
	{
		list-style: none;
		padding: 0px;
	}

	.left ul li
	{
		display: block;
		#border-bottom: 1px dotted #666666;
		border-top: 0px;
		min-height: 20px;

		padding-top: 10px;
		padding-left: 10px;
	}

	.left ul li ul
	{
		margin-left: 20px;
	}

	.left ul li ul li
	{
		padding-top: 4px;
		padding-left: 10px;
		min-height: 15px;
		border-bottom: 1px dotted #666666;
		font-size: 10pt;
	}

.wrapper-continut
{
	top: 0;
	bottom: 0;
	margin-left: 150px;
}

.top
{
	height: 50px;
	max-height: 100px;

	background-color: #F7F7F7;
}


.detalii_sesiune
{
	position: absolute;
	#width: 200px;
	max-width: 500px;
	right: 0;
	padding-right: 20px;
}


.footer
{
	height: 30px;

	background-color: #894848;
}

.continut
{
	#height: 100%;
}













span.title
{
	font-family: Calibri, Arial;
	font-size: 14pt;
	font-weight: bolder;
	
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
}

td.title
{
	font-family: Calibri, Arial;
	font-size: 8pt;
	#font-weight: normal;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 20px;
	color: white;
	background-color: #999999;
}

.table
{
	font-family: Calibri, Arial;
	font-size: 9pt;
}

.endtable
{
	border-top: 1px solid black;
	height: 0px;
}

.tableHeader
{
	color: white;
	background-color: black;
	height: 20px;
	font-size: 10pt;
	font-weight: bolder;
	#text-transform: uppercase;
}

.tableHeader td
{
	padding: 10;
}

.tableRow0
{
	background-color: #DFDFDF;
}

.tableRow0
{
	background-color: #DFDFDF;
}

.tableRow1
{
	background-color: #FAFAFA;
}

.tableRow0.sv1
{
	background-color: #c4d9ff;
}

.tableRow1.sv1
{
	background-color: #dde9ff;
}


.tableRow0.sv2
{
	background-color: #ffebdb;
}

.tableRow1.sv2
{
	background-color: #f9d7bb;
}

.tableRow0.sv9
{
	background-color: #ffbeb5;
}

.tableRow1.sv9
{
	background-color: #ffa396;
}

.tableRow0 td, .tableRow1 td
{
	padding: 3px 5px 3px 10px;
}

.tableRow0:hover, .tableRow1:hover
{
	background-color: #999999;
}

.tableSubHeader
{
	background-color: #999999;
}

.style1
{
	background-color: #FAFAFA;
}

.button
{
	min-width: 100px;
	padding: 3px 30px 3px 30px;
	background-color: red;
	border: 1px solid #FF8888;
	color: #DFDFDF;
	cursor: pointer;
}

.button:hover
{
	color: #FFFFFF;
	background-color: #DD0000;
	border: 1px dotted white;
}


.input
{
	font-size: 9pt;
	padding: 2px;
	border: 1px solid #999999;
}

.input:hover
{
	border: 1px solid #000000;
	background-color: #FFDFDF;
}




######uiJSTable
.JSTable td
{
	border: 1px solid black;
}

.JSTableHeader
{
	background-color: black;
	color: white;
}

.JSTableSelectedRow
{
	background-color: red;
}










.pageBreakAfter 
{
	page-break-after: always;
}







.JSTable
{
	border: 1px solid black;
	font-family: Calibri, Tahoma;
	font-size: 10pt;

	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

.JSTable th
{
	font-size: 11pt;
	background-color: black;
	color: white;
	padding: 2px;

	border:1px solid #CCCCCC;
}

.JSTable td
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;

	border:1px solid #666666;
}


.calendar
{
	border: 1px solid #999999;
	background-color: white;
}


#detaliiCalcul
{
	display: none2;
	position: absolute;
	cursor: pointer;
	background-color: #CCCCCC;
	font-family: calibri;

	font-size: 10pt;

	border: 2px solid red;
	padding: 5px;

	padding-left: 10px;
	padding-right: 10px;
}


.div_help
{
	border: 1px solid #FF6666;
	background-color: #FF9999;
	opacity:0.75;
	padding: 3px;
	filter:alpha(opacity=75);;
	color: black;
	position: absolute;
}