@font-face 
{
    font-family: 'fontElsaco';
    font-weight: bolder;
    font-style: normal;

	src: url('font-webfont.eot');
	src: url('font-webfont.eot?#iefix') format('embedded-opentype'),
	     url('font-webfont.woff') format('woff'),
	     url('font-webfont.ttf') format('truetype'),
	     url('font-webfont.svg#webfont') format('svg');

}


html
{
	height: 100%;
	width: 80%;
	border: 0px solid green;
	margin: 0 auto;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	color: black;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 120%;
	height: 100%;
	background-color: #f5f7f7;
	padding: 0px;
}

a, a:focus 
{ 
	text-decoration:none; 
	outline:none;
	color: #0089cc;
}

a:hover
{
	color: navy;
}

hr
{
	background-color: #CCCCCC;
	#background-color: #CC0000;
	height: 1px;
	width: 80%;
	border-width: 0;
}

.wrapper
{
	min-height:100%;
	position:relative;

	background-color: white;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}


.menuDiv
{
	width: 100%;
	#border: 1px solid red;
	#float: left;
	#border-bottom: 1px solid #fafafa;
}

.menuDiv hr
{
	width: 90%;
	background-color: #eee;
    border: 0 none;
    color: #eee;
    height: 1px;
}

.mainCont {
	#float: left;
	padding: 0px;
	margin-left: 5%;
	width: 95%;
	padding-bottom: 30px;
}


.titlu
{
	#font-family: fontElsaco;
	font-weight: bolder;

	font-size: 20px;
	line-height: normal;
	letter-spacing: 0px;
	
	color: #003366;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-decoration: none;
}


.menu_admin
{	
	font-size: 13px;
	list-style-type: none;
	width: 100%;
	width: calc(100% - 20px);
	
	margin: 0px;
	padding-left:20px;

	background-color: #FAFAFA;
	#border: 1px solid red;

	overflow: hidden;
}


.menu
{	
	font-size: 13px;
	font-weight: normal;
	list-style-type: none;
	letter-spacing: 0px;
	
	margin: 0px;
	padding-left:20px;	

	background-color: #FFFFFF;

	#overflow: hidden;
	width: 100%;	
}


.menu li a, .menu_admin li a
{
	display: block;
	float: left;
	outline: none;

	color: #333333;
	text-align: center;
	text-decoration: none;	

	padding: 6px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 1px;

	#width: 100%;
	#border: 1px solid red;
}

.menu.dropdown
{
	color: red;
	border: 2px solid red;
}

.menu li a:hover, .menu_admin li a:hover
{
	color: #000000;
	background-color: #DADADA;
	border-radius: 5px;

	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease	
}

.menu_selected, .menu_admin_selected
{	
	background-color: #C01700;
	color: white !important;
	border-radius: 5px;
}

.menu_admin_selected
{
	background-color: #6666cc;
}



.menu_highlighted
{
	background-color: red;
	color: white !important;
}



.table
{
	border: 1px solid #dadada;
}

.tableRow1, .tableRow0
{
	font-size: 13px;
}

.tableRow1 td, .tableRow0 td
{
	padding: 5px;
}

.tableRow1
{
	background-color: #F0F0F0;	
}

.tableRow0
{
	background-color: #FFFFFF;
}

.tableRow1:hover, .tableRow0:hover
{
	background-color: #AAAAAA;
}

.tableHeader_light
{
	background-color: #DADADA;
	height: 24px;
}

.tableHeader
{
	background-color: white;
	color: #0089cc;
	height: 24px;
}

.tableHeader a
{
	color: #0089cc;
}

.tableHeader2
{
	font-size: 12px;
	font-weight: bolder;
	height: 30px;
}

.tableSubHeader
{	
	background-color: white;
	color: #003366;
	height: 24px;
	font-size: 16px;
	font-weight: bolder;
	text-transform: lowercase;
	font-variant: small-caps;		
	font-size:14px;
}

.tableSubHeader td
{
	padding-top: 10px;
	border-bottom: 1px solid #003366;
	text-align: left;
	padding-left: 20px;
}

.tableFooter
{
	background-color: #5C85AD;
	color: white;
	height: 24px;
	font-size: 16px;
	font-weight: bolder;
	text-transform: lowercase;
	font-variant: small-caps;	
	text-align: center;
	font-size:14px;
}

.table
{
	font-size: 13px;
}

.title
{
	color: #333333;
	padding: 5px 0px 10px 0px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	text-transform: lowercase;
	font-variant: small-caps;
	border-bottom: 1px solid #DADADA;

	padding-left:10px;	
}

.input
{
	border: 1px solid #DADADA;
	background-color: #FFFFFF; 
}

.style1
{
	font-size: 13px;
}


.button
{
	cursor: hand;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bolder;
	color: white;

	width: 130px;
	height: 26px;
	border: 1px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #2e3033;
	text-transform: uppercase;
}

.button:hover
{	
	background-color: #C01700;

	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease	
}

.button:disabled
{	
	background-color: #CCCCCC;
	color: #EEEEEE;
	cursor: auto;

	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease	
}


/* Start: Footer */
.footer {
	#margin:0px;
	#margin-left: -12.5%;	
	width:100%;
	background: #FAFAFA;

	position:absolute;
	bottom:0;
}

.footer a
{
	color: #666666;
}

.footer a:hover
{
	color: black;	
}

.footer p
{
	padding: 5px 20px 5px 0px;
	font-size: 12px;
	text-align: right;	
	color: #999999;
	margin:0px;
}


.print
{
	text-align: right;
	float: right;
}

/* End: Footer */





/*MESAJ CRITIC*/
.critical
{
	border: 2px solid #FF8566;
	background-color: #FFE7E0;
}

.critical .tableHeader
{
	background-color: #FF8566;
}

.critical .tableHeader .title
{
	color: white;
	border-bottom: 1px solid #0089cc;
}

.critical .endtable
{
	border-top:1px solid #FF8566;
}


@media print
{
	.print
	{
		display: none;
	}
}


.header 
{
	background: url('images/logo.png') no-repeat;
	background2: url('images/antet.png') no-repeat;
	background-position: 20px 10px;
	height: 90px;
	border: 0px solid red;
	#border-bottom: 1px solid #fafafa;
}

.header p
{
	float: right;

	margin-right: 50px;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-top: 5px;

	letter-spacing: 1px;
	color: #999999;
	font-family: fontElsaco;
	font-size: 14px;
}

.header h1 
{
	float: left;
	margin-left: 90px;
	margin-top: 35px;
	margin-bottom: 10px;
	padding-top: 5px;

	letter-spacing: 1px;
	color: #000011;
	#font-family: fontElsaco;
	font-size: 24px;
	
	border: 0px solid red;
	height: 35px;
	display: block;
	overflow: hidden;
}



.calendar
{
	width: 150px;
	height: 150px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

.calendar td
{
	text-align: center;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	color: #003366;
	padding: 2px;
}

.calendar a
{
	color: #003366;
}

.calendar_selected a
{
	color: red;
}

.div_help
{
	border: 1px solid #FF6666;
	background-color: #FF9999;
	opacity:0.75;
	padding: 3px;
	filter:alpha(opacity=75);;
	color: black;
	position: absolute;
}