@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #4d4d4d;
	margin: 0px;
	background-image: url(/pics/bg-page.jpg);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
}




#container {
	width: 950px;
	margin: 0 auto;
}
#content {
	width: 950px;
	clear: left;
	background-image: url(/pics/bg-container.jpg);
	background-repeat: repeat-y;
}
#content-left {
	width: 215px;
	float: left;
}
#content-left .inner {
	padding: 9px;
}
#content-left .textbox {
	background-color: #d2d2cb;
	border: 1px solid #ffffff;
	padding: 2px;
}
#content-right {
	width: 735px;
	float: left;
}
#content-right .inner {
	padding: 0 10px 10px 20px;
	width: 705px;
}
#top {
	width: 735px;
	height: 218px;
	background-image: url(/pics/top.jpg);
	background-repeat: no-repeat;
}
#bottom {
	width: 950px;
	height: 51px;
	padding-top: 20px;
	color: #fff;
	background-image: url(/pics/bg-bottom.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#bottom a {
	color: #fff;
}
#bottom a:hover {
	color: #000;
}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 25px;
}
#bottom ul li {
	float: left;
}
#bottom ul li a {
	background-image: url(/pics/link-delim.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 7px;
}
#bottom ul.contact {
	width: 700px;
	float: left;
	clear: left;
}
#bottom .copyright {
	width: 240px;
	float: left;
	padding-right: 10px;
	text-align: right;
}
#page-content {
	margin-top: 10px;
}
#fastlinks {
	width: 405px;
	float: left;
	padding-top: 15px;
}
#fastlinks a {
	margin: 0 10px 0 3px;
	font-weight: bold;
}
#fastlinks img {
	vertical-align: middle;
}
#login-box {
	width: 300px;
	float: left;
	font-weight: bold;
}
#login-box .column {
	width: 115px;
	float: left;
}
#intro {
	width: 440px;
	float: left;
	margin-right: 20px;
}
#intro .img-home {
	float: left;
	margin: 0 20px 20px 0;
}
#news-brief {
	width: 222px;
	float: left;
	padding-left: 20px;
	border-left: 3px solid #53b7e8;
}
#news-brief h2.news {
	background-image: url(/pics/icon-news.jpg);
	height: 35px;
	padding-top: 10px;
	margin-bottom: 15px;
}
#news-brief ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#news-brief ul li {
	margin-bottom: 15px;
}
#news-brief ul li a {
	color: #59a3d1;
}
#news-brief ul li a:hover {
	color: #000;
}
#news-brief ul li small {
	color: #b0b0aa;
	display: block;
}
#subjects-brief {
	width: 695px;
	height: 187px;
	clear: both;
	margin-top: 20px;
	padding: 13px 5px 5px 5px;
	background-image: url(/pics/bg-surse-info.jpg);
	background-repeat: no-repeat;
}
#subjects-brief .column {
	width: 228px;
	float: left;
	margin-right: 5px;
}
#subjects-brief .column ul.cerof {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 135px;
}
#subjects-brief .column ul.cerof li {
	margin-bottom: 5px;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#subjects-brief .column ul.cerof li a {
	color: #4d4d4d;
	font-weight: normal;
}
#subjects-brief .column ul.cerof li a:hover {
	color: #000;
}
#subjects-brief .column ul.cerof li small {
	color: #7f7f7f;
	font-size: .9em;
	display: block;
}
#subjects-brief .column ul.cerof li.oferta {
	background-image: url(/pics/icon-offer.gif);
}
#subjects-brief .column ul.cerof li.cerere {
	background-image: url(/pics/icon-demand.gif);
}
#subjects-brief .column ul.fin {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 135px;
}
#subjects-brief .column ul.fin li {
	margin-bottom: 5px;
	padding-left: 17px;
	background-image: url(/pics/icon-fin.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#subjects-brief .column ul.fin li a {
	color: #4d4d4d;
	font-weight: normal;
}
#subjects-brief .column ul.fin li a:hover {
	color: #000;
}
#subjects-brief .column ul.fin li small {
	color: #7f7f7f;
	font-size: .9em;
	display: block;
}
#events-brief {
	width: 451px;
	float: left;
	margin-right: 30px;
}
#consult-brief {
	width: 204px;
	height: 130px;
	color: #fff;
	padding: 13px 10px 0 10px;
	float: left;
	background-image: url(/pics/bg-consultari.jpg);
	background-repeat: no-repeat;
}
#polls {
	width:212px;
	color: #fff;
	padding: 50px 5px 5px 5px;
	float: left;
	background-image: url(/pics/head-poll.jpg);
	background-repeat: no-repeat;
	background-color: #ec8806;
	border: 1px solid #63b3e5;
	border-top: none;
}
#breadcrumbs {
	clear: both;
	margin-bottom: 20px;
}
#credits {
	margin-top: 5px;
	padding-bottom: 10px;
}
#credits a {
	color: #426BCC;
}




a {
	color: #11719f;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
}
a img {
	border: none;
}
form {
	margin: 0;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 17px;
	color: #59a3d1;
	margin: 0 0 10px 0;
}
h1 small {
	font-size: 11px;
	display: block;
}
h2 {
	font-size: 1.4em;
	margin: 0;
	color: #59a3d1;
	padding-left: 40px;
	background-repeat: no-repeat;
}
h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	color: #f98e02;
}

p {
	text-align: justify;
	margin: 10px 0;
}




.content-left {
	width: 440px;
	float: left;
	margin-right: 20px;
}
.content-right {
	width: 222px;
	float: left;
	padding-left: 20px;
	border-left: 3px solid #53b7e8;
}
.users-left {
	width: 480px;
	float: left;
	margin-right: 20px;
}
.users-right {
	width: 182px;
	float: left;
	padding-left: 20px;
	border-left: 3px solid #53b7e8;
}
.caption {
	float:left;
	clear:left;
	width: 29%;
	text-align:right;
	margin-right: 1%;
	padding-top: 4px;
	margin-bottom: 2px;
}
.caption1 {
	float:left;
	clear:left;
	width: 29%;
	text-align:right;
	margin-right: 1%;
	font-weight: bold;
}
.field {
	float:left;
	width: 69%;
	margin-bottom: 2px;
}
.field img {
	vertical-align: text-bottom;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
}
.textbox {
	background-color: #e6e6e1;
	border: 1px solid #d2d2cb;
}
.checkbox {
	background: none;
	border: none;
}
.button {
	vertical-align: bottom;
}
.button1 {
	background-image: url(/pics/bg-button.jpg);
	background-repeat: repeat-x;
	color: #333;
	font-weight: bold;
	padding-top: 2px;
	border: 1px solid #ccc;
}
.box1 {
	width: 182px;
	background-image: url(/pics/box1-btm.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	float: left;
	padding: 0 5px 5px 5px;
}
.box1-top {
	margin-top: 20px;
	float: left;
	width: 192px;
}
.box1 h2.infowatch {
	background-image: url(/pics/icon-infowatch.jpg);
	height: 35px;
	padding-top: 15px;
}
.box1 h2.exrates {
	background-image: url(/pics/icon-exrates.jpg);
	height: 29px;
	padding-top: 15px;
}
.box1 h2.conv {
	background-image: url(/pics/icon-converter.jpg);
	height: 29px;
	padding-top: 5px;
	margin-top: 15px;
}
.box1 .exrate-date {
	text-align: right;
	margin-bottom: 5px;
	font-weight: bold;
}
.box1 .textbox {
	border: 1px solid #d2d2cb !important;
	background-color: #e6e6e1 !important;
}
.box1 .converter select {
	width: 180px;
	margin-bottom: 5px;
}
.box1 #ConvResult {
	height: 13px;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 2px;
}
.box2 {
	width: 150px;
	float: left;
	background-image: url(/pics/box2.jpg);
	background-repeat: repeat-y;
	color: #fff;
}
.box2-inner {
	background-image: url(/pics/box2-top.jpg);
	background-repeat: no-repeat;
	padding: 6px;
	width: 138px;
}
.box2 h3 {
	font-size: 14px;
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}
.box2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.box2 ul li {
	background-image: url(/pics/bul2.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
}
.box2 a {
	color: #000;
	font-weight: normal;
}
.box2 a:hover {
	color: #fff;
}
ul.list1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.list1 li {
	background-image: url(/pics/bul1.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 12px;
}
h1.wfeed {
	width: 675px;
	float: left;
}
.feed {
	width: 30px;
	float: left;
}
h2.subjects {
	background-image: url(/pics/icon-subiecte.jpg);
	height: 32px;
	padding-top: 10px;
	float: left;
	width: 500px;
}
h2.events {
	background-image: url(/pics/icon-events.jpg);
	height: 28px;
	padding-top: 10px;
	float: left;
	width: 230px;
}
h2.photo {
	background-image: url(/pics/icon-photo.jpg);
	height: 35px;
	padding-top: 10px;
	margin-bottom: 15px;
	clear: left;
}
h2.video {
	background-image: url(/pics/icon-video.jpg);
	height: 26px;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	clear: left;
}
h2.files{
	background-image: url(/pics/icon-files.jpg);
	height: 31px;
	padding-top: 5px;
	margin-bottom: 15px;
	clear: left;
	margin-top: 20px;
}
.events-brief-line {
	width: 451px;
	clear: left;
	margin-top: 15px;
}
.events-brief-content {
	width: 416px;
	margin-right: 14px;
	float: left;
}
.events-brief-content img {
	float: left;
	margin: 0 10px 10px 0;
}
.events-brief-content a {
	color: #59a3d1;
	font-weight: bold;
}
.events-brief-content a:hover {
	color: #000;
}
.events-brief-content p {
	margin: 5px 0 0 0;
}
.events-brief-icons {
	width: 20px;
	float: left;
}
.events-brief-icons img {
	margin-bottom: 3px;
}
.ajax-loading {
	font-weight: bold;
	color: #59a3d1;
}
.ajax-loading img {
	vertical-align: middle;
	margin-right: 5px;
}
.nice-announce {
	padding: 3px;
	background-color: #789425;
	border: 1px dotted #CBE4B8;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
}
.nice-announce a {
	color: #CCE18A;
}
.warn-announce {
	padding: 3px;
	background-color: #F8EAE9;
	border: 2px dotted #cc0000;
	color: #cc0000;
	margin: 5px 0;
	clear: left;
}
.on {
	background-color: #EAEAEA;
}
.off {
	background-color: #fff;
}
.search {
	background-color: #fca307;
	width: 699px;
	border: 1px solid #104393;
	background-image: url(/pics/bg-search.jpg);
	background-repeat: no-repeat;
	padding: 3px 2px;
	margin-top: 20px;
	background-color: #64b4e6;
	color: #fff;
	clear: both;
}
.search1 {
	background-color: #fca307;
	width: 474px;
	border: 1px solid #104393;
	background-image: url(/pics/bg-search.jpg);
	background-repeat: no-repeat;
	padding: 3px 2px;
	margin-top: 20px;
	background-color: #64b4e6;
	color: #fff;
}
.search input, .search select, .search1 input, .search1 select {
	margin-right: 10px;
}
.search .button1, .search1 .button1 {
	margin-right: 0;
}
.db-order {
	margin-top: 10px;
}
.db-order a {
	margin-left: 10px;
}
.folder {
	width: 200px;
	height: 33px;
	float: left;
	margin: 15px 11px 0 0;
}
.folder img {
	float: left;
	width: 40px;
	margin-right: 3px;
}
.thumb {
	margin: 0 10px 10px 0;
	float: left;
	border: 2px solid #ccc;
	padding: 2px;
}
.back {
	float: left;
	text-align: right;
	width: 205px;
}
.back img {
	vertical-align: middle;
}
h1.withback {
	width: 500px;
	float: left;
}
.login-box-exist {
	width: 331px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dotted #999;
}
.login-box-create {
	margin-top: 20px;
	width: 332px;
	float: left;
}
.users-head {
	width: 480px;
	clear: left;
	background-color: #666;
	font-weight: bold;
	height: 20px;
	margin-top: 10px;
}
.users-head a {
	color: #fff;
}
.users-head a:hover {
	color: #ccc;
}
.users-line {
	width: 480px;
	clear: left;
	height: 21px;
	padding-top: 1px;
}
.users-column {
	padding-right: 3px;
	padding-top: 2px;
	float: left;
}
.opp-formulare {
	background-image: url(/pics/bg-formulare.jpg);
	background-repeat: no-repeat;
	width: 685px;
	height: 126px;
	padding: 40px 10px 10px 10px;
	margin-top: 20px;
}






/* ERRORS */
.error {
	color: #c33;
	font-weight: bold;
	margin: 10px 0;
}
.bg-error {
	border: 2px dotted #C00;
	padding: 5px;
}
.error-title {
	font-weight: bold;
	font-size: 1.1em;
	color: #c00;
}
.error-list {
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
}
.error-list li {
	background-image:url(/pics/bul3.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	margin-top: 5px;
}



/* EXRATES */
.exrate-line {
	height:15px;
	clear:both;
}
.exrate-line .abbr {
	float:left;
	width:10%;
	font-weight: bold;
}
.exrate-line .currency {
	float:left;
	width:20%;
}
.exrate-line .value {
	float:left;
	width:25%;
	text-align:right;
}
.exrate-line .arrow {
	float:left;
	width:9%;
	text-align:center;
	padding-top: 4px;
}
.exrate-line .absdiff {
	float:left;
	width:15%;
	text-align:right;
}
.exrate-line .reldiff {
	float:left;
	width:20%;
	text-align:right;
}
.exrate-graph {
	text-align: center;
	margin-top: 20px;
}
.exrate-prev {
	padding: 3px 0 0 3px;
	float:left;
	height: 17px;
	width: 349px;
	text-align:left;
}
.exrate-next {
	padding: 3px 3px 0 0;
	float:left;
	height: 15px;
	width:349px;
	text-align:right;
}


/* PAGE BROWSE */
.page-browser {
	width: 638px;
	font-size: .9em;
	margin-top: 20px;
	font-size: 1em;
	clear: both;
}
.page-browser a, .page-browser .link {
	display: block;
	height: 12px;
	width: 12px;
	padding: 1px;
	background-color: #ccc;
	border: 1px solid #999;
	text-align: center;
	float: left;
	margin: 0 1px;
	text-decoration: none;
	color: #666;
	font-size: .9em;
}
.page-browser .link {
	background-color: #666;
	color: #fff;
	border: 1px solid #000;
}
.page-browser a:hover {
	background-color: #333;
	color: #fff;
	border: 1px solid #000;
}
.page-browser .nolink {
	float: left;
	display: block;
	margin: 0 5px;
	padding-top: 3px;
}
.page-browser img {
	margin-top: 1px;
}


/* HELP */
.helphead {
	padding-left: 12px;
	margin: 0px;
	background-image:url(/pics/bul1.jpg);
	background-repeat:no-repeat;
	background-position: 0px 4px;
}
.helpbody {
	clear: both;
	padding: 3px;
	margin-top: 10px;
	display:none;
	font-size: 1em;
}
.helpbody p {
	text-align:justify;
}
/* END - HELP */

.sitemap ul li {
	margin-bottom: 15px;
}
.sitemap ul ul {
	margin-bottom: 15px;
}
.sitemap ul ul li {
	margin-bottom: 0;
}