/*=================================================
	RNCC

	#author:	DotWeb.ro

	#web:		www.rncc.ro

	#file:		styles.css
	#desc:		Main styles - media='screen'

=================================================*/
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  outline: none;
  border: none;
}
body {
  margin: 0;
  padding: 0 0 10px 0;
  background: #fff;
}
/* ClearFix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}/* Hide from IE Mac \*/
.clearfix {
  display: block;
}/* End hide from IE Mac */
/* END */
/*=================================================
							 General styles/classes
=================================================*/
/* .submit-input = class used for styling input buttons all over the site - default width=> 115px
   .warn-info = used to print general warning messages regarding user actions and/or site errors
   .just-container = containing purpose only - floats, clearing and stuff
   h2 for DYNAMIC pages
   h3 for STATIC or just text content
*/
#super-wrapper {
  width: 100%;
}
#wrapper {
  margin: 40px auto 0 auto;
  width: 990px;
}
h2 {
  clear: left;
  padding: 0 2px;
  margin: 0 0 20px 0;
  min-height: 2em;
  _height: 2em;
  line-height: 2em;
  background-color: #f9fcfd;
  border-top: 1px solid #CCDDEE;
  border-bottom: 1px solid #CCDDEE;
}
h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #5285B5;
}
h4 {
  margin-bottom: 6px;
  font-weight: bold;
}
b {
  font-size: inherit;
}
.submit-input {
  width: 115px;
  height: 20px;
  padding-bottom: 2px;
  color: #5b5858;
  font-weight: bold;
  background-color: #cfcfcf;
  border: 1px solid #889BA1;
}
.warn-info {
  padding: 0 4px;
  margin-bottom: 10px;
  min-height: 2em;
  _height: 2em;
  line-height: 2em;
  color: #d41b1b;
  font-size: 1em;
  font-weight: bold;
  background-color:;
  border-top: 1px solid #E85353;
  border-bottom: 1px solid #E85353;
}
a {
  color: #0000CC;
}
a:active {
  color:red !important;
}
a:visited {
  color: #551A8B;
}
/*=================================================
										   Masthead
=================================================*/
#masthead {
  padding: 0 10px;
  height: 2em;
  line-height: 2em;
  border-bottom: 1px solid #b3bec5;
  overflow: hidden;
  background: url(../images/bg_masthead.jpg) repeat-x 0 bottom;
}
#masthead a, #masthead p {
  font-size: 0.9em;
}
#masthead ul.nav-links {
  float: left;
}
#masthead .nav-links li {
  float: left;
  margin-right: 10px;
}/**/
#masthead .nav-links li a {
  color: #0000CC;
  text-decoration: underline;
}
#masthead .nav-links li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#masthead .acc-links {
  float: right;
}
#masthead .acc-links li {
  float: left;
  margin-left: 10px;
}
#masthead .acc-links li.last {
  margin-left: 0;
}
#masthead .acc-links li.selected {
  font-weight: bold;
}
#masthead .acc-links li a {
  color: #0000CC;
  text-decoration: underline;
}
#masthead .acc-links li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#lang-select {
  float: right;
  margin-right: 20px;
  line-height: 24px;
}
#lang-select p {
  float: left;
  margin-right: 4px;
  color: #000;
}
#lang-select select {
  border: 1px solid #ccc;
  width: 45px;
  height: 18px;
  *height: 22px;
  *margin-top: 2px;
}
#inner-wrapper .logo {
  margin: 0 auto 20px auto;
  width: 374px;
}
/*=================================================
										  Head menu
=================================================*/
#head-menu {
  margin: 0 auto;
  width: 370px;
  padding-top: 0px;
}
#head-menu ul li {
  float: left;
  margin-left: 14px;
  height: 28px;
  line-height: 28px;
}
#head-menu ul li a {
  display: block;
  padding: 0 7px;
  font-size: 13px;
  color: #0d2842;
  font-weight: bold;
}
#head-menu ul li a:hover {
  text-decoration: underline;
}
#head-menu ul li a.selected {
  background: url(../images/bg_anchors_head.jpg) repeat-x 0 0;
  color: #fff;
}
/*=================================================
										Search form
=================================================*/
#inner-wrapper {
  margin-top: 0px;
}
#inner-wrapper #mottos{
  overflow: auto;
  margin-bottom: 20px;
  color: #01203f;
}
#inner-wrapper #motto-1 {
  float: left;
  font-family: Georgia;
  font-style: italic;
  font-size: 17px;
}
#inner-wrapper #motto-2 {
  float: right;
  font-family: Georgia;
  font-style: italic;
  font-size: 17px;
}
.search-form {
  margin: 0 auto;
  padding-top: 7px;
  width: 550px;
  background: url(../images/bg_search_top.gif) no-repeat 0 0;
}
.search-form .holder {
  padding: 28px 0 24px 0;
  min-height: 44px;
  _height: 44px;
  border-left: 1px solid #889ba1;
  border-right: 1px solid #889ba1;
}
.search-form .holder .search-holder {
  margin: 0 auto;
  width: 495px;
}
.search-form .holder .search-holder p.example-string {
  color: #aab0b2;
  margin-bottom: 4px;
}
.search-form .holder .search-holder INPUT.search-string {
  float: left;
  padding-top: 3px;
  width: 366px;
  height: 18px;
  border: 1px solid #889ba1;
  background-color: #fff;
}
.search-form .holder .search-holder INPUT.submit-input {
  margin-left: 5px;
  height: 23px;
  line-height: 23px;
  *line-height: 20px;
  color: #fff;
  font-size: 13px;
  border: 1px solid #889ba1;
}
.search-form .holder .search-holder div .drpsel-src {
  float: left;
  margin-top: 10px;
  padding: 1px 1px 1px 0;
  height: 18px;
  *height: 22px;
  border: 1px solid #889BA1;
}
.search-form .holder .search-holder div .drpsel-src .rt {
  width: 340px;
  margin-left: 10px;
}
.search-form .holder .search-holder div .drpsel-src .rt option {
  width: 500px;
  margin-left: 10px;
}
.search-form .dummy {
  height: 7px;
  background: url(../images/bg_search_bottom.gif) no-repeat 0 0;
}
#inner-wrapper .search-form .int {
  margin: 0 0 20px 0;
  width: 497px;
  background: none;
}
#inner-wrapper .search-form .int .holder {
  padding: 0;
  height: auto;
  border: none;
}
#inner-wrapper .search-form .int .dummy {
  display: none;
}
#inner-wrapper .search-form .int .logo-src {
  width: 198px;
}
#inner-wrapper #credentials {
  width: 850px;
  margin: 0 auto;
  margin-top: 20px;
  overflow: auto;
}
#inner-wrapper #credentials ul li {
  float: left;
  margin-right: 5px;
}
#inner-wrapper #credentials ul li img {
}
/*=================================================
											 Footer
=================================================*/
#footer {
  margin-top: 10px;
  border-top: 1px solid #b3bec5;
}
#footer .footer-menu {
  padding-top: 10px;
  margin: 0 auto;
  text-align: center;
}
#footer .footer-menu a {
  margin-right: 10px;
  color: #5a666f;
}
#footer .footer-menu a:hover {
  text-decoration: underline;
}
#clients-logos {
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: #b8b8b8;
	border-style: solid;
	min-height: 550px;
	background-repeat: no-repeat;
	background-image: url(/images/bg-logos.jpg);
}

#page_screen
{
   background-color:#000000;
   filter:alpha(opacity=80);  
   opacity: 0.8;     
   position:absolute;
   top:0px;
   left:0px;
   width:100%;
   display:none;
}

#login_panel
{
   width:300px;
   height:300px;
   padding: 20px;
   background-color:#FFFFFF;
   border:1px solid #000000;   
   position:absolute;
   top:0px;
   left:
