/*------------------------------------------------------------------------------------*/
/* Main */
/*------------------------------------------------------------------------------------*/
body {
	color            : #333333;
	margin           : 5px;
	padding          : 0px;
	padding-left	 : 0px;
	background-color : #0a1427;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	background-image : url(bg.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: justify;
}

.h1 {
	font-family      	: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-weight      	: bold;
  	text-transform   	: uppercase;
  	text-indent      	: 8px;
  	font-size        	: 20px;
  	text-align       	: left;
  	color            	: #9c3031;
  	background-image 	: url(../images/header_center.png);
	padding-left		: 20px;
	padding-bottom		: 10px;
	padding-top			: 10px;
}

.continut{
	font-family			: Helvetica, Arial, sans-serif;
	font-size			: 14px;
	line-height			: normal;
	color				: #000000;
	background-position	: bottom;
	padding-left		: 20px;
	padding-bottom		: 10px;
	padding-top			: 10px;
}
.contact_pane{
	font-family			: Helvetica, Arial, sans-serif;
	font-size			: 12px;
	line-height			: normal;
	color				: #000000;
	padding-left		: 20px;
	padding-bottom		: 10px;
	padding-top			: 10px;
}
td, tr, p, div {
  		font-family      : Arial, Helvetica, sans-serif;
  		font-size        : 12px;
  		color            : #333333;
}

a:link, a:visited {
  		font-size        : 12px;
  		color            : #000000;
  		text-decoration  : none;
  		font-weight      : bold;
}

a:hover {
  		font-size        : 12px;
  		color            : #f55100;
  		text-decoration  : none;
  		font-weight      : bold;
		}
		
		
/*------------------------------------------------------------------------------------*/
/* Title */
/*------------------------------------------------------------------------------------*/
.title {
  		font-family      	: Verdana, Geneva, Arial, Helvetica, sans-serif;
  		font-weight      	: bold;
  		text-transform   	: uppercase;
  		text-indent      	: 8px;
  		font-size        	: 20px;
  		text-align       	: left;
  		color            	: #f55100;
  		background-image 	: url(../images/header_center.png);
		padding-left		: 20px;
		padding-bottom		: 10px;
		padding-top			: 10px;
		padding-top			:10px;
		}
		
.title a:link, .title a:visited {
  		font-size        	: 20px;
  		color            	: #FFFFFF;
  		text-decoration  	: none;
  		font-weight      	: bold;
		}
		
.title a:hover {
  		font-size        	: 20px;
  		color            	: #FFFFFF;
  		text-decoration  	: none;
  		font-weight      	: bold;
}
/*------------------------------------------------------------------------------------*/
/* Title_under */
/*------------------------------------------------------------------------------------*/
.title_under {
	background       		: #9c3031;
	border-top-width		: thin;
	border-top-style		: inset;
	border-top-color		: #FFFFFF;
	height:30px;	
}
/*------------------------------------------------------------------------------------*/
/* Search */
/*------------------------------------------------------------------------------------*/
#search {
  		float            : right;
  		margin-top       : 2px;
  		border           : 1px solid #cccccc;
  		padding          : 0px;
  		width            : 125px;
  		height           : 16px;
  		overflow         : hidden;
}
#search .inputbox {
  		border           : 0px;
  		margin-top       : 0px;
  		padding          : 0px 3px 2px 6px;
  		font-family      : arial, helvetica, sans-serif;
  		font-size        : 10px;
  		height           : 12px;
  		width            : 125px;
  		color            : #666666;
  		background       : #FFFFFF;
}
/*------------------------------------------------------------------------------------*/
/* Mainlevel */
/*------------------------------------------------------------------------------------*/
a.mainlevel {
  		margin           : 0px;
  		padding          : 0px;
  		font-size        : 12px;
  		background-color : #000000;
  		text-indent      : 0px;
		font-weight		 : bold;
		}
/*Stil pentru submeniuri*/
a.mainlevel:link, a.mainlevel:visited {
  		display          : block;
  		font-size        : 12px;
  		background-color : #f1f1f1;
  		font-weight      : normal;
  		padding          : 2px 2px 2px 2px;
		color			 : #9c3031;
		font-weight		 : bold;
		}
		
a.mainlevel:hover {
  		background-color : #E3E3E3;
  		font-weight      : normal;
  		text-decoration  : none;
		font-weight		 : bold;
		
		}
		
/*------------------------------------------------------------------------------------*/
/* CSS Meniu Principal bara orizontala /
/*------------------------------------------------------------------------------------*/

ul#mainlevel-nav {
	font-size        : 0.8em;
	list-style       : none;
	padding          : 0;
	margin           : 0;
	background       : #000000;
	font-weight		 : bold;
}
ul#mainlevel-nav li {
  		display          : block;
  		float            : left;
  		font-size        : 11px;
  		line-height      : 20px;
 		white-space      : nowrap;
  		border-right     : 1px solid #ffffff;
  		background       : #000000;
		font-weight		 : bold;
			}			
/*--stare meniu principal link normal--*/
ul#mainlevel-nav li a {
  		font-size        : 11px;
  		display          : block;
  		padding-left     : 16px;
  		padding-right    : 15px;
  		text-decoration  : none;
  		color            : #FFFFFF;
  		background       : #9c3031;
		font-weight		 : bold;
}
/*--stare meniu principal hover--*/
ul#mainlevel-nav li a:hover {
  		color            : #000000;
  		background       : #e78e8c;
		font-weight		 : bold;
}
.allcontent {
		background-image:url(../images/content_bg.jpg);
		background-repeat:repeat-x; 
}
/*------------------------------------------------------------------------------------*/
/* Shadows */
/*------------------------------------------------------------------------------------*/
.shadow_left {
		/*background-image	: url(../images/shadowl.png);*/
		/*background-repeat	: repeat-y;*/
		background-color:	#FFFFFF;
}
.shadow_right {
		background-color:	#FFFFFF;
		/*background-image	: url(../images/shadowr.png);*/
		/*background-repeat	: repeat-y;*/
}
/*------------------------------------------------------------------------------------*/
/* Pathway */
/*------------------------------------------------------------------------------------*/
.pathway {
  		font-size        : 	12px;
  		padding-left     :	5px;
  		color			 :	#9c3031;
}
a.pathway:link, a.pathway:visited {
  		font-size        : 	12px;
  		padding-left     : 	0px;
		color			 :	#000000;
}
a.pathway:hover {
  		font-size        : 12px;
  		padding-left     : 0px;
		color			 : #000000;
}
/*------------------------------------------------------------------------------------*/
/* Stil Submeniuri */
/*------------------------------------------------------------------------------------*/
#menu, #menu a, #menu a:visited ,#menu a:link,  #menu a:hover ,#menu a:active {
		color		:#f55100;
		font-size	:12px;
}
#menu ul {
		list-style-type	: none;
		padding			: 0px;
		margin			: 0px;
		text-decoration :underline;
}
#menu li {
		padding-left			: 10px;
}
/*--culoare submeniu --*/
#active_menu {
  		color            : #000000;
  		background-color : #e9d2af;
  		font-weight      : bold;
}
a#active_menu:hover {
  		color            : #333333;
}
/*------------------------------------------------------------------------------------*/
/* Menu_background */
/*------------------------------------------------------------------------------------*/
.menu_background {
		background-color : #F1F1F1;
}
/*------------------------------------------------------------------------------------*/
/* Moduletable */
/*------------------------------------------------------------------------------------*/
/* Stil pentru cutiile din stanga, incluzand submeniurile*/
table.moduletable {
  		width			  : 100%;
    	table-layout	  : auto;
	/*	BG cutii stanga*/
		background-color  : #f1f1f1;
    /*  border-top        : 1px solid #FFFFFF;
  		border-bottom     : 1px solid #FFFFFF;
		border-left		  : 1px solid #FFFFFF;
		border-right      : 1px solid #FFFFFF;
	*/
}
/*Stile pentru TH, aplicat in headerul cutiilor din stg*/
table.moduletable th {
  		font-size        : 11px;
  		font-weight      : bold;
  		text-transform   : uppercase;
  		text-align       : left;
  		height           : 21px;
  		text-indent      : 8px;
  		letter-spacing   : 1px;
  		color            : #FFFFFF;
		background		 : #9c3031;
  		/*background-image : url(../images/modul.png); */ 
}
/* mai e nevoie? */
table.moduletable td {
/*  padding-left     : 0px;
    padding-right    : 0px;*/
}

/*------------------------------------------------------------------------------------*/
/* Left and Right rows */
/*------------------------------------------------------------------------------------*/
.leftrow {
  		background-color : #F1F1F1; 
  		width            : 250px;
  		height           : 100%;
  		margin-left      : 3px;
  		margin-right     : 3px;
}
.rightrow {
  		background-color : #F1F1F1;
 		height           : 100%;
  		width            : 168px;
  	/*  
		align            : right;
	*/
  		margin-left      : 5px;
  		margin-right     : 5px;
}
/*------------------------------------------------------------------------------------*/
/* Inputbox */
/*------------------------------------------------------------------------------------*/
.inputbox {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #666666;
	background-position: 0px 0px;
	letter-spacing: 0em;
	text-align: left;
	text-indent: 0px;
	vertical-align: 0%;
	word-spacing: 0em;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 17px;
	width: 125px;
	border: thin inset #CCCCCC;
}	

/*------------------------------------------------------------------------------------*/
/* Main */
/*------------------------------------------------------------------------------------*/
.main { 
  		float            : left; 
  		width            : 100%;
  		margin           : 0px; 
		padding          : 0px;

}
/*------------------------------------------------------------------------------------*/
/* Contentpaneopen */
/*------------------------------------------------------------------------------------*/
table.contentpaneopen {
	width            	: 100%;
	padding-top      	: 2px;
	margin-bottom    	: 5px;
	font-size			: 11px;
	text-align			: justify;
	text-indent			: 5px;
}
/*------------------------------------------------------------------------------------*/
/* Contentheading */
/*------------------------------------------------------------------------------------*/
.contentheading, .componentheading {
		background-image: url(../images/content_bg.jpg);
		background-repeat: repeat-x;
  		font-size        : 14px;
  		font-weight      : bold;
  		line-height      : 24px;
  		text-transform   : uppercase;
  		text-align       : left;
  		color            : #f55100;
  		width            : 100%;
}
/*------------------------------------------------------------------------------------*/
/* Footer_background */
/*------------------------------------------------------------------------------------*/
.footer_background {
		background:#f55100;
}
/*------------------------------------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------------------------------------*/
.footer {
  		font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  		color            : #FFFFFF;
  		font-size        : 10px;
  		font-weight      : normal;
 }
.footer a:link, .footer a:visited {
  		font-size        : 11px;
  		color            : #FFFFFF;
  		text-decoration  : none;
  		font-weight      : bold;
}
.footer a:hover {
  		font-size        : 11px;
  		color            : #333333;
  		text-decoration  : none;
  		font-weight      : bold;
}
