BODY
{
    background-color:#ffffff;
    font-size:12px;
    line-height:150%;
    color:#333333;
    FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 90px;
}

#nav li { /* all list items */
	float: left;
	width: 30px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #99ccff;
	width: 30px;
	left: -999em; 
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}


.data
{
	color:#ffffff;
	background-image:url(images/dejure_26.jpg);
	background-repeat:no-repeat;
	height:30px;
	width:476px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	text-align:left;
	padding-top:7px;
	vertical-align:middle;
}

.dark
{color:#000000;}

p, td, font
{
  FONT-FAMILY: "Microsoft Sans Serif", "MS Sans Serif", Arial;
  font-size:		12px;
}
h1
{
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	padding-left:8px;
}

h1.red
{
	color:#b90d26;
}

h2
{
	color:#990000;
	font-weight:bold;
	font-size:14px;
}

.side_head
{ 
	background-image:url(images/dejure_19.jpg);
	background-repeat:repeat-x;
}

.mc_head
{ 
	background-image:url(images/dejure_16.jpg);
	height:65px;
	padding-top:20px;
	background-repeat:repeat-x;
}


a
{
  text-decoration:		none;
  font-size:		12px;
  color:#b40001;
}

.submit 
{
    border: 1px solid #fff;
    background: #ec1c24;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

SELECT
{
 width: 150px;
 border:#330000 1px solid;
 
}


TEXTAREA
{
 border:#330000 1px solid;
}


.bg_br
{
	padding:2px;
	font-size:10px;
}

.bg_rosu
{
	background-color:#b40001;
}

.bg_sur
{
	background-color:#999999;
}

.mmenu
{ 
	background-image:url(images/dejure_02.jpg);
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:middle;
}

.search_form
{ 
	background-image:url(images/searchform.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.footer
{ 
	background-image:url(images/dejure_38.jpg);
	background-repeat:repeat-x;
	height:52px;
}

.altlink
{
  color:#333333;
}
.altlink:hover
{
  color:#990000;
}

.altlink2
{
  color:#333333;
}
.altlink2:hover
{
  color:#990000;
}

.selectlink
{
  FONT-FAMILY: "Microsoft Sans Serif", "MS Sans Serif", Arial;
  font-size:		12px;
  color:#ff3333;
}

.alink
{
  FONT-FAMILY: "Microsoft Sans Serif", "MS Sans Serif", Arial;
  font-variant:small-caps;
  font-weight:		bold;
  text-decoration:		none;
  font-size:		12px;
  color:#ffffff;
}
.alink:hover
{
  font-weight:		bold;
  text-decoration:		none;
  color:#ffffcc;
}


.dropu
{
  FONT-FAMILY: "Microsoft Sans Serif", "MS Sans Serif", Arial;
  border: 1px solid #6699ff;
  padding:5px;
  text-align: left;
  text-decoration:		none;
  font-size:		12px;
  color:#003366;
}
.dropu:hover
{
  color:#000033;
}



.small
{ font-size:		10px;
}
.big
{ font-size:		16px;
  text-decoration:		none;

}
.cat
{
 font-size:		12px;
 color:#999999;
}

.pricelist
{
 font-size:		16px;
 font-weight:		bold;
}
.pricelistselect
{
 font-size:		16px;
 color:#ff3333;
 font-weight:		bold;
}



.subcat
{ font-size:		12px;
}

.standard
{ font-weight:		normal;
}
.light
{ color:#999999;}

.lightsmall
{ color:			black;
  font-size:		10px;
}
.lightstandard
{
 color:			white;
 font-weight:		bold;
}

.middle
{ color:			#003300;}

.bestchoice
{
  FONT-FAMILY: "Microsoft Sans Serif", "MS Sans Serif", Arial;
  font-size:		14px;
  font-weight:		bold;

}

.pret
{
  FONT-FAMILY: "Microsoft Sans Serif", "MS Sans Serif", Arial;
  font-size:		10px;
  color:#ff3333;
}


.menuheader
{
	color:#333333;
	font-weight:bold;
	font-size:16px;
	padding-left:14px;
}

.menubody
{
 padding-left:8px;
 padding-right:8px;
}

.menubottom
{
 height:30px;
}

.fataadmin
{ background-color:			#CC9999;}

.adminlight
{ background-color:			#ffffff;}

.darkadmin
{ background-color:			#999999;}

/*Styles for datepicker*/




/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #FBFBFB;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: ff5f40;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #fff1d8;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #fff1d8;
	font-weight: bold;
	}
