body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 16px; 
	color: #362C1E;
	background-color: #F0F0F0;
	}
img.left {
	float: left; 
	margin: 5px 10px 0 4px; 
	padding: 2px;
	border: 1px solid #dddddd; 
	}
img.leftNoBorder {
	float: left; 
	margin: 5px 10px 0 4px; 
	padding: 2px;
	border: none;
	}
img.right {
	float: right; 
	margin: 5px 4px 0 10px; 
	padding: 2px;
	border: 1px solid #dddddd; 
	}
img.noFloat {
	margin: 5px 4px 0 10px; 
	padding: 2px;
	border: 1px solid #dddddd; 
	}
span.title {
	font-size: 1.4em;
	}

/* box for index  */
#box {
    width: 940px;
	margin: 15px auto; 
	}

#index_top {
	height: 20px;
	margin-bottom: -9px;
	background: url(images/new/top.png) no-repeat;
	}
#index_content { 
	height: 100%;
	padding: 0px 12px 0px 12px;    /*padding: 1px 35px 1px 35px;*/
	background: url(images/new/content.png) repeat-y;
	}
#index_bot {
	height: 20px;
	margin-top: 0px;
	background: url(images/new/bottom.png) no-repeat;
	}

#leftBox {
	width: 220px; 
	border: 0px solid #000; 
	float: left;
	}
#rightBox {
	width: 690px; 
	border: 0px solid #000; 
	margin: 0 0px 0 4px; 
	float: right;
	}
/*end of box for index*/

/* box for content */
#content_top {
    width: 680px; 
    height: 20px; 
    background: url(images/new/content/content_top.png) no-repeat center center; 
	}

#content_center {    
    width: 680px; 
    background: url(images/new/content/content_center.png) repeat-y center center; 
    }

#content_bot {
    width: 680px; 
    height:20px;
    background:url(images/new/content/content_bottom.png) no-repeat center center;
	clear: both;
    } 
/*end of box for content*/ 

/* styles for content*/
#content {
    padding: 0 10px 0 10px;
	font-size: 14px;	
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
	}
#content h2 {
	margin: 0;
	padding: 15px 8px 8px 8px;
	font-size: 22px;
	color: #3366CC;
	letter-spacing: 1px;
	border-bottom: 1px solid #eeeeee;
	}
#content h3 {
	padding: 20px 5px 5px 5px;
	font-size: 16px;
	text-indent: 5px;
	text-transform: lowercase;
	color: #3399FF;
	border-bottom: 1px solid #eeeeee;
	}
#content h4 {
	padding: 20px 5px 5px 5px;
	font-size: 13px;
	text-indent: 5px;
	color: #3399FF;
	border-bottom: 1px solid #eeeeee;
	}
#content p {
	margin: 6px;
	text-align: justify;
	}
#content a {
	padding: 1px 3px;
	color: #0099CC;
	border: 1px solid #f1f1f1;
	text-decoration: none;
	}
#content a:hover {
	color: #0099CC;
	border: 1px solid #eeeeee;
	text-decoration: underline;
	}
#content a.app {
	border: none;
	padding: 0;
	}
#content a.app img {
	border: 1px solid #dddddd;
	padding: 2px;
	}

#content a.noBord {
	border: none;
	padding: 0;
	color: #0066CC;
	}

#content table {
	width: 100%;
	margin-bottom: 5px;
	padding: 1px 4px;
	}
#content td.title {
	border: 1px solid #dddddd;
	padding: 2px;
	background-color: #eeeeee;
	}
#content td.rows {
	border-bottom: 1px solid #eeeeee;
	padding: 3px;
	}
#content td.carTitle {
	border: 1px solid #dddddd;
	padding: 2px;
	background-color: #eeeeee;
	font-size: 12px;
	}
#content td.carRows {
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding: 1px;
	font-size: 11px;
	}
#content td h4 {
	margin: 4px 0;
	font-size: 14px;
	text-indent: 5px;
	color: #3399FF;
	border-bottom: 1px solid #eeeeee;
	}

#content ul.mini {
	font-size:10px;
	}

ul.noapte {
	padding-left: 8px;
	}
ul.noapte li {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	}
/*end styles for content*/


/* MENU ------------------------------------------------------------ */
#menuTop {
	height: 34px; 
	background: url(images/menuTop.png) no-repeat; 
	color: #FFFFFF; 
	}
#menuCenter {
	background: url(images/menuCenter.png); 
	color: #FFFFFF; 
	padding: 3px 20px 4px 15px;
	}
#menuBottom {
	height: 13px; 
	margin-bottom: 10px;
	background: url(images/menuBottom.png) no-repeat;
	}

#navigator {
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 14px; 
	}
#navigator ul {
	margin: 0px; 
	padding: 0px; }
#navigator li {
	list-style-type: none; 
	padding: 0px; }
#navigator li a {
	text-decoration: none; font-weight: bold; }

#navigator a#normal {
	display: block; 
	padding: 7px 0px 7px 5px; 
	color: #e60000; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #FFFFFF; 
	}
#navigator a#normal:hover {
	color: #000000; 
	padding-left: 10px; /* background-color: #FF8000; */ 
	}

#bannerLeftTop {
	height: 17px;
	margin-bottom: -1px;
	background: url(images/bannerTop.jpg) no-repeat;
	}
#bannerLeftCenter {
	padding: 8px 0 8px 0;
	background: url(images/bannerCenter.jpg) repeat-y; 
	}
#bannerLeftCenter p {
	margin: 0;
	padding: 10px;
	}
#bannerLeftBottom {
	height: 17px; 
	background: url(images/bannerBottom.jpg) no-repeat; 
	}
/* ----------------------------------------------------------------- */

/* LANGUAGES ------------------------------------------------------- */

#navigatorLangs {
	width: 680px;
	padding: 6px 0 6px 0;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 16px;
	background: #ffffff url("images/flash2.jpg") top center;
	}
#navigatorLangs ul {
	margin: 0px; 
	padding: 0px; 
	}
#navigatorLangs li {
	list-style-type: none;
	display: inline;
	padding: 0 25px 0 25px; }
#navigatorLangs li a {
	text-decoration: none; 
	font-weight: bold; 
	}
#current_lang {
	color: #000000; 
	font-style: italic; }

a#normal2{
	color:#e60000; }
a#normal2:hover{
	color:#000000; }
/* ----------------------------------------------------------------- */

#current_item {
	display: block; 
	padding: 7px 15px 7px 5px; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #FFFFFF; 
	color: #000000; 
	padding-left: 10px; 
	}
#bannerTop {
	margin: 7px 0 7px 0;
}
.submenu {
	left: 0px; top: 0px; visibility: hidden; position: absolute; }
.subframe {
	border: #003447 1px solid; display: block; filter: alpha(opacity=95); line-height: 15px; position: absolute; background-color: #ffffff; }
.item {
	white-space: nowrap; text-align: left; border-bottom: 1px dashed #004964; margin-top:10px; }
.item a {
	display: block; font-weight: normal; position: relative; text-decoration: none; color:#000000; }
.item a:hover {
	font-weight: normal; color: #ffffff; background-color:#4D96B1; text-decoration: none; }
.item .fwdarr {
	right: 18px; top: 18px; position: absolute;	}

/* box for useful numbers in page oras.php */
#usefulNum {
	width: 655px;
	height: 200px;
	font-size: 12px;
	}
#usefulNum .imgLeft {
	float: left;
	width: 135px;
	margin: 0;
	padding: 33px 2px 0 5px;
	}
#usefulNum .imgLeft img {
	border: 1px solid #dddddd; 
	}
#usefulNum .firstBox {
	width: 340px;
	float: left;
	}
#usefulNum .firstBox ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 25px;
	font-weight: bold;
	}
#usefulNum .secondBox {
	width: 165px;
	float: right;
	}
#usefulNum .secondBox ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	}
/* ----------------------------------------------------------------- */

/* box for embassies and consulates in page oras.php */
#embassiesBox {
	width: 655px;
	height: 350px;
	font-size: 12px;
	}
#embassiesBox .leftBox {
	width: 320px;
	float: left;
	margin: 5px 2px;
	}
#embassiesBox .leftBox p {
	margin-left: 5px;
	}
#embassiesBox .rightBox {
	width: 320px; 
	float: right;
	margin: 5px 2px;
	}
#embassiesBox .rightBox p {
	margin-right: 0;
	}
/* ----------------------------------------------------------------- */

/*  Banner Bottom  */
#bannerBottom {
	padding-top: 15px;
	border-top: 1px solid #eeeeee;
	text-align: center;
	}
