body {
	text-align: center;
	scrollbar-base-color: #DDDDDD;
	scrollbar-face-color: #99A9AD;
	scrollbar-track-color: #DDDDDD;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #000000; 
}
#body_container {
	background-color: #ffffff;
	color: red;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial Narrow;
	text-align: left
	}
#logoimage {
	position: relative;
	top: -94px;
	text-align: right;
	}
#headerimage {
	position: relative;
	top: 100px;
	clear:both;
	height:150px;
	border-top: 1px solid Silver;
	border-bottom:1px solid Silver;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
#pagebottom {
	position: relative;
	bottom: 0;
	width: 480px;
	border-top: 1px solid Silver;
	border-bottom:1px solid Silver;
	margin-top: 20px;
	margin-bottom: 20px;
	}
.text_cr {
	font-family: Arial Narrow;
	font-size: 10px;
	color: #99A8AD;
	padding-left: 3px;
	height: 16px;
}
#divBody {
	position: relative; 
	left: 0px; 
	width: 480px;
	background-color: White;
	margin-bottom: 3em;
	height: auto;
	}
#divBodyFull {
	position: relative; 
	left: 0px; 
	width: 750px;
	background-color: White;
	margin-bottom: 3em;
	height: auto;
	}
	
a:link { 
	color: #000000;
	text-decoration: none;
	}
a:visited { 
	color: #000000;
	text-decoration: none;
	}
a:hover { 
	color: #99A8AD;
	text-decoration: none;
	}
a:active { 
	color: #666666;
	}
#menutop {
	position: relative;
	left: 3px;
	top: -137px;
	width: 600px;
	}
.menutop_item {
	font-family: Arial Narrow; 
	font-size: 12px; 
	color: #6495ED;
	font-weight: bold;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #6495ED;
	padding-right: 10px;
	padding-left: 3px;
	}
#rightmenu {
	position: relative; 
	width: 240px;
	float: right;
	font-family: Arial Narrow; 
	color: #6495ED;
	}
.rightmenu_title {
	font-family: Arial Narrow; 
	font-size: 20px;
	position: relative;
	font-weight: bold;
	}
.rightmenu_item {
	font-family: Arial Narrow; 
	font-size: 12px; 
	position: relative;
	padding-left: 3px;
	}
#logged_in_no {
	position: relative;
	top: -9px;
	width: 500px;
	}
#logged_in_yes {
	position: relative;
	top: -24px;
	width: 500px;
	}
#autentificat {
	position: relative;
	left: 3px;
	top: -135px;
	width: 500px;
	font-family: Arial Narrow;
	font-size: 12px;
	font-weight: bold;
	color: Gray;
	}
#when_expiry {
	position: absolute;
	width: 700px;
	font-family: Arial Narrow;
	font-size: 12px;
	font-weight: bold;
	color: #DD0000;
	}

label { 
	font-family: Arial Narrow;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	padding-left: 5px;
	}
.form_textbox_small {
	font-family: Arial Narrow;
	font-size: 12px;
	background-color: White;
	border: 1px solid #aaaaaa;
	padding-left: 2px;
	color: #444444;
	width: 75px;
	}
.form_textbox_verysmall {
	font-family: Arial Narrow;
	font-size: 12px;
	background-color: White;
	border: 1px solid #aaaaaa;
	padding-left: 2px;
	color: #444444;
	width: 20px;
	text-align: center;
	}
.form_textbox_large {
	font-family: Arial Narrow;
	font-size: 12px;
	background-color: White;
	border: 1px solid #aaaaaa;
	padding-left: 2px;
	color: #444444;
	width: 150px;
	}
.form_textbox_verylarge {
	font-family: Arial Narrow;
	font-size: 12px;
	background-color: White;
	border: 1px solid #aaaaaa;
	padding-left: 2px;
	color: #444444;
	width: 250px;
	}
.form_button {
	font-family: Arial Narrow;
	font-size: 12px;
	font-weight: bold;
	border: none;
	color: black;
	background-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #6495ED;
	text-align: left;
	padding-left: 0px;
	}
.form_button_small {
	font-family: Arial Narrow;
	font-size: 12px;
	font-weight: bold;
	border: none;
	color: black;
	background-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #6495ED;
	text-align: center;
	height: 18px;
	}
.form_button_medium {
	font-family: Arial Narrow;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #f8f8f8;
	border-color: #6495ED;
	border-style: solid solid solid solid;
	border-width: 2px 2px 2px 2px;
	width: 200px;
	height: 22px;
	text-align: center;
	}
.form_button_large {
	font-family: Arial Narrow;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #f8f8f8;
	border-color: #6495ED;
	border-style: solid solid solid solid;
	border-width: 2px 2px 2px 2px;
	width: 480px;
	height: 22px;
	text-align: center;
	}
.form_textarea {
	font-family: Arial Narrow;
	font-size: 12px;
	background-color: White;
	border: 1px solid #aaaaaa;
	color: #444444;
	width: 300px;
	}
#file_menutop_container {
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Silver;
	border-top-color: Silver;
	border-top-style: solid;
	border-top-width: 1px;
	height: 70px;
	background-color: #f9f9f9;
	}
#file_menutop {
	position: relative;
	left: 3px;
	}
.file_menutop_item {
	font-family: Arial Narrow; 
	font-size: 12px; 
	color: #6495ED;
	font-weight: bold;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #6495ED;
	padding-right: 10px;
	padding-left: 3px;
	top: 2px;
	}
.file_title {
	font-family: Arial Narrow; 
	font-size: 20px;
	color: #6495ED;
	position: relative;
	font-weight: bold;
	padding-left: 5px;
	}
.file_subtitle {
	font-family: Arial Narrow; 
	font-size: 14px;
	color: #99A8AD;
	position: relative;
	font-weight: bold;
	}
.file_sectiontitle {
	font-family: Arial Narrow; 
	font-size: 16px;
	color: #666666;
	position: relative;
	font-weight: bold;
	top: -5px;
	padding-left: 5px;
	top: 0px;
	}
#file_text {
	font-family: Arial Narrow; 
	font-size: 13px;
	color: Black;
}
.file_titlesmall{
	font-family: Arial Narrow; 
	font-size: 14px;
	color: #6495ED;
	font-weight: bold;
	font-variant: small-caps;
}
.file_titlesmall_red{
	font-family: Arial Narrow; 
	font-size: 14px;
	color: #D50000;
	font-weight: bold;
	font-variant: small-caps;
}
.file_textgreen{
	font-family: Arial Narrow; 
	font-size: 12px;
	color: #6495ED;
	font-weight: bold;
}
#file_comment{
	font-family: Arial Narrow; 
	font-size: 11px;
	color: #666666;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.file_image{
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 4px;
	border: 1px solid Silver;
	}
.hl{
	color: #6495ED;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	border-bottom-color: #6495ED;
}
.hlbold{
	font-weight: bold;
	color: black;
}
.hlred{
	color: #FF4500;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	border-bottom-color: #DC143C;
}
table#pricing {
	background-color:#FFFFFF;
	border: none;
	width: 420px;
	font-size: 12px;
}
table#pricing td {
	border-bottom-color: Silver;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}
table#jvis {
	background-color:#FFFFFF;
	border: none;
	font-size: 12px;
	width: 750px;
}
table#qualifications {
	background-color:#F8F8F8;
	border: none;
	width: 475px;
	font-size: 12px;
}
.data {
	color: #000000;
	text-align: left;
	background-color: White;
}
.toprow {
	text-align: left;
	background-color: #EEEEEE;
	font-weight: bold;
}
.toprow_center {
	text-align: center;
	background-color: #EEEEEE;
	font-weight: bold;
}
.emphrow {
	text-align: left;
	background-color: #F8F8F8;
	font-weight: bold;
}
.centercell {
	text-align: center;
}
.rightaligncell {
	text-align: right;
	width: 150px;
}
.leftcol {
	text-align: left;
	background-color: White;
	width: 280px;
}
.rightcol {
	font-weight: bold;
}
.rightcol80px {
	font-weight: bold;
	width: 80px;
	text-align: right;
}
#partners_rightcolumn {
	width: 250px;
	float: right;
	height: 80px;
}
#partners_leftcolumn {
	width: 200px;
	float: left;
	text-align: right;
	height: 80px;
}
table#normal {
	background-color:#FFFFFF;
	border: none;
	width: 480px;
	font-size: 12px;
}
table#normal td {
	border-bottom-color: Silver;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}
table#nolines {
	background-color:#FFFFFF;
	border: none;
	font-size: 12px;
}
table#nolines td {
	border: none;
	}
#file_smalltop_container {
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Silver;
	border-top-color: Silver;
	border-top-style: solid;
	border-top-width: 1px;
	height: 26px;
	background-color: #f9f9f9;
	}
.getprofile_arrow {
	font-family: Arial Narrow; 
	font-size: 16px; 
	position: relative;
	padding-left: 3px;
	color: #6495ED;
	}
.form_combobox {
	font-family: Arial Narrow;
	font-size: 12px;
	background-color: White;
	border: 1px solid #aaaaaa;
	padding-left: 2px;
	color: #444444;
	}
#divBodyinvited {
	position: relative; 
	top: 50px;
	left: 0px; 
	width: 750px;
	background-color: White;
	font-family: Arial Narrow;
	font-size: 12px;
	color: black;
	margin-bottom: 3em;
	height: auto;
	}
#pagebottominvited {
	position: relative;
	bottom: 0;
	border-top: 1px solid Silver;
	border-bottom:1px solid Silver;
	top: 40px;
	}
#intrebareinvited { 
	border: 1px dashed Silver;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	}
.instructaj_titlu {
	font-family: Arial Narrow;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	}
#highlight_red_container {
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid Silver;
	color: Red;
	background-color: #F8F8F8;
	font-weight: bold;
	}
#highlight_gray_container {
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid Silver;
	color: #708090;
	background-color: #F8F8F8;
	font-weight: bold;
	font-family: Arial Narrow;
	font-size: 12px;
	}
#highlight_black_container {
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid Silver;
	color: Black;
	background-color: #F8F8F8;
	font-weight: bold;
	font-family: Arial Narrow;
	font-size: 12px;
	}
.logo_avizat {
	position: absolute;
	text-align: right;
	z-index: 9;
	}
#leftmenu {
	position: fixed;
	top: 0;
	left: 0;
}
.leftmenuh {
	border-color: #FFFF99;
	cursor: hand;
	padding-left: 1px;
	padding-top: 1px;
	background-color: #99A8AD;
}
.leftmenu {
	background-color: white;
	font-family: Arial Narrow;
	font-size: 10px;
}
.home {
	cursor: hand;
}
#leftmenu{
	font-family: Arial Narrow;
	font-size: 12px;
	position: absolute;
	left: 10px;
	top: 95px;
}
#leftmenu_button{
	width: 120px;
	height: 15px;
	border: thin solid #6495ED;
	border-bottom-style: solid;
	margin-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
#quoteoftheday{
	color: #6495ED;
	text-align: left;
	font-family: Arial Narrow;
	font-size: 12px;
	font-style: italic;
	font: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	left: 10px;
	top: 5px;
	position: absolute;
}
#announcementtopright{
	color: Black;
	text-align: right;
	font-family: Arial Narrow;
	font-size: 12px;
	font: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	right: 10px;
	top: 5px;
	position: absolute;
}
h1{
	font-family: Arial Narrow; 
	font-size: 14px;
	color: #6495ED;
	font-weight: bold;
	font-variant: small-caps;
}
h2{
	font-family: Arial Narrow; 
	font-size: 14px;
	color: #6495ED;
	font-weight: bold;
	font-variant: small-caps;
}
#newsletter_box{
	width: 120px;
	border: thin dotted #6495ED;
	margin-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	border-width: 1px;
}
#testemaghiare_box_out{
	width: 120px;
	border: thin solid red;
	border-width: 1px;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
}
#testemaghiare_box_in{
	width: 114px;
	border: thin solid green;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	border-width: 1px;
}
#news {
	font-family: Arial Narrow; 
	border: thin dotted Silver;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	color: #6495ED;
	}
.news_arrow {
	font-weight: bold;
	font-size: 16px;
	color: #6495ED;
	}
.news_data {
	font-weight: bold;
	font-size: 12px;
	color: black;
	}
.news_titlu {
	font-weight: bold;
	font-size: 12px;
	color: #6495ED;
	}
.news_text {
	font-size: 12px;
	color: black;
	}
.news_more {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #6495ED;
	}
.news_image{
	float: left;
	border: 1px solid Silver;
	margin-right: 5px;
	}
.icon_float{
	float: left;
	margin-top: 10px;
	}

