/*************************************
 * TITLE: Sinorca Screen Stylesheet  *
 * URI  : sinorca/sinorca-screen.css *
 * MODIF: 2003-Apr-30 19:31 +0800    *
 *************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(252,253,255);
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 80%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 10pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

/*.superHeader {
  color: white;
  background-color: rgb(100,135,220);
  height: 2em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}
*/
.midHeader .right { /* Sebi */
  position: absolute;
  right: 15mm;
  top: 1.5ex;
}

#rugaciunea
{
margin:10px;
color:#e9eeff;
color:#6d88d6;
text-align:center;
}

.midHeader {
/*  color: rgb(39,78,144);*/
	color:#FFFFFF;
	background-color: #4761ac;
	background-image:url(img/pattern_header.png);
	background-repeat:repeat;
	border-bottom:5px solid #00469b;
	padding:20px 0 0 0;
}

.midHeader:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
} /*se foloseste ca alternativa la spacere*/

/* Hides from IE-mac \*/
/** html .midHeader {height: 1%;}*/
/* End hide from IE-mac */ 

.headerTitle {
  font-size: 400%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.5ex 0 0 0;
}

.headerTitle2
{
font-size:150%;
font-weight:normal;
margin: 0 0 10px 160px;
padding:0;
}

.headerTitle a {
color:white;
text-decoration:none;
}


.headerSubtitle
{
position:absolute;
top:0;
margin-top:15px;
left:9em;
font-size:12pt;
font-weight:bold;
color:#889dda;
}
/*
.subHeader {
  color: white;
  background-color: rgb(0,51,153);
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}
*/
#main-logo /*Sebi*/
{
float:left;
margin:7px 20px 0px 30px;
border:none;
}

/* ##### Side Bar ##### */

#side-bar {
  width: 20em; /*see main-copy*/
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}

.sideBarTitle { /* Sebi */
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
  color:#006633;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0.4em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar li li a /*Sebi*/
{
/*margin-left:30px;*/
}

#side-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;
  font-weight:bold;
}

#side-bar li.sideBarMenuGroup /*Sebi*/
{
  padding: 0.75em 1ex 0 5mm;
  font-weight:bold;
}

.thisPage {
color:#FFFFFF;
  background-color:#3654a9;
  padding-left: 4mm;
}

#side-bar a:hover {
background-color:#cbd9ff;
  text-decoration:none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
  border-top:1px dashed lightgray;
  color:#006633;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color:#f9fff9;
}

/* ##### Main Copy ##### */
.announcement{
margin-top:20px;
padding:20px 40px;
border:1px solid #3654a9;
}

#main-copy .announcement p{
margin:0;
}

.title {
font-weight:bold;
}

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 20em; /*see side-bar*/ /*Sebi*/
  padding: 0.5mm 5mm 5mm 5mm;
  border-left: 1px solid rgb(153,153,153);
}

#main-copy p {
  margin: 1em 3ex 1em 3em;
  padding: 0;
}

#main-copy dl {
  margin: 1em 3ex 2em 3em;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy h1 {
  color: black;
  font-size: 200%;
  margin: 1em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
  font-style:italic;
}

#main-copy h2 {
color:black;
 font-size:175%;
 margin: 1em 0 0 1em;
 line-height:150%;
 }
 
  /*Sebi*/
 #main-copy h2.pas{
 font-size:130%;
}

#main-copy h2.pas em{
font-weight:normal;
}

#main-copy h2.contact
{
font-size:130%;
line-height:100%;
margin-bottom:0;
padding-bottom:0;
}
 
 #main-copy h3 {
 color:black;
 font-size:150%;
 margin: 0.5em 0 0 2em;
 }
 
 #main-copy ul.sloganuri
 {
 list-style:none;
 }
#main-copy ul
{
margin-left:20px;
margin-top:1ex;
}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}

/* test apartinatori */
ol li
{
margin-top:10px;
}

ol li span.question
{
font-weight:bold;
}

/*Meniu */
span.nou
{
padding-left:80px;
}

span.thisPage span.nou
{
color:#FFFF99;
}

ul li a span.nou
{
color:#0099CC;
}

/* ##### Footer ##### */

#footer {
  color: white;
/*  background-color: rgb(100,135,220);*/
  background-color: #4761ac;
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#footer .validation, #footer .validation a, #footer .lastedit, #footer .copyright {
color:#6d88d6;
}

#footer .lastedit
{ margin:0 2ex 0 2ex;}