
/* pentru a elimina margin pus de IE6 */
* {margin: 0;}

/* template pagina */
html, body {
  height: 100%;
  font-family: Tahoma;
}

/* definesc container de doua ori ca sa mearga align center la div si in Firefox */
/*   background-color: #f0f0f0; */
.container {
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  text-align: center;
  min-height: 100%;
}

.container {
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  text-align: -moz-center; 
  min-height: 100%;
}

.contentContainer {
  border-right: white 4px double;
  border-left: white 4px double; 
  background-color: white;
  width: 900px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  min-height: 100%;
}


/* meniu top */
.ddsmoothmenu {
  font: bold 11px Tahoma;
  width: 100%;
  background: #0094D8; 
  border-bottom: #CE1126 5px solid;
  margin-bottom: 5px;
}

.ddsmoothmenu ul{
  z-index:100;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ddsmoothmenu ul li{
  background-image: url(images/register_bright_bg.gif); 
  position: relative;
  display: inline;
  float: left;
}

.ddsmoothmenu ul li a{
  display: block;
  color: white;
  padding: 5px 5px;
  color: #2d2b2b;
  text-decoration: none;
}

* html .ddsmoothmenu ul li a{ 
  display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
  color: white;
}

.ddsmoothmenu ul li a.selected{ 
  color: white;
}

.ddsmoothmenu ul li a:hover{
  color: #d4e7f8;
}
	
.ddsmoothmenu ul li ul{
  position: absolute;
  left: 0;
  display: none; 
  visibility: hidden;
}

.ddsmoothmenu ul li ul li{
  display: list-item;
  float: none;
}

.ddsmoothmenu ul li ul li a:hover{
  color: #013da4;
}

.ddsmoothmenu ul li ul li ul{
  top: 0;
}

.ddsmoothmenu ul li ul li a{
  font: normal 11px Tahoma;
  width: 120px; /*width of sub menus*/
  padding: 5px;
  margin: 0;
  border-top-width: 0;
  background: #0094D8; 
}



/* formatare text */

.aUser:link,.aUser:active,.aUser:visited {
  color: #014691;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:none;
}

.aUser:hover {
  color: #014691;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:underline;
}

.leftColumn {
  width: 180px;
  margin-right: 10px;
  float: left;
}

.middleColumn {
  width: 520px;
  float: left;
  margin-right: 10px;
  background: white;
  font: 11px Tahoma;
  color: black;
}

.middleColumnExtended {
  width: 710px;
  float: left;
  background: white;
  font: 11px Tahoma;
  color: black;
}

.rightColumn {
  width: 180px;
  float: right;
}

.grayBox {
  background-color: #eef5fb;
  border:1px solid #dddddd;
  padding: 1px 1px 1px 1px;
  margin-bottom: 10px;
  color: #013da4;
  font: 11px Tahoma;
}

.logo {
  padding-left: 1px;
}

.whiteBox {
  background-color: #ffffff;
  border:1px solid #ffffff;
  padding: 1px 1px 1px 1px;
  margin-bottom: 10px;
  color: black;
  font: 11px Tahoma;
}

.grayBoxLink:link,.grayBoxLink:active,.grayBoxLink:visited {
  color: #014691;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:none;
  padding-bottom: 5px;
}

.grayBoxLink:hover {
  color: #014691;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:underline;
  padding-bottom: 5px;
}

.grayBoxText {
  color: #333333;
  font: 11px Tahoma;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.blueBox {
  background-color: #0094D8;
  padding:5px 5px 5px 30px;
  margin-bottom: 5px;
  color: white;
  font: bold 11px Tahoma;
}

.pageTitle {
  background-image: url(images/gradient.jpg);
  background-repeat: repeat-y;
  height: 15px;
  width: 520px;
  padding:4px;
  font: bold 11px Tahoma;
  color: white;
  padding-left: 10px;
  margin-bottom: 10px;
}

.pageTitleExtended {
  background-image: url(images/gradientExtended.jpg);
  background-repeat: repeat-y;
  height: 15px;
  width: 720px;
  padding:4px;
  font: bold 11px Tahoma;
  color: white;
  padding-left: 10px;
  margin-bottom: 5px;
}

.blueHeader {
  padding-left: 0px;
  font: bold 9pt Tahoma;
  color: #014691;
  align: left;
  padding-top: 5px;
  margin-bottom: 5px;
}

.grayHeader {
  padding-left: 0px;
  font: bold 9pt Tahoma;
  color: #333333;
  align: left;
  padding-top: 5px;
  margin-bottom: 5px;
}

.pageBody {
  padding-left: 1px;
  font: normal 8pt Tahoma;
  color: #333333;
  line-height: 140%;
  align: left;
}

.pageBody p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pageBody ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pageBody ul li {
    background-image: url(images/t.gif); 
    background-position: 0px 5px; 
    background-repeat: no-repeat;
    padding-left: 15px; 
    margin-top: 5px; 
    margin-bottom: 5px; 
}

.spacer {
  height: 10px;
}

.spacerSmall {
  height: 5px;
}

/* Second hand */

.inputTextSmall {
    color:#000000;
    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    margin-top: 5px; 
    margin-bottom: 10px; 
}

.inputBoxSmall {
    color:#000000;
    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    margin-top: 5px; 
    margin-bottom: 10px; 
}

.inputBoxSmallTable {
    color:#000000;
    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    margin-top: 5px; 
    margin-bottom: 5px; 
}

.buttonSmall {
    color:#000000;
    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    margin-top: 0px; 
    margin-bottom: 5px; 
}

.tdLine {
    font-family:Tahoma;
    font-weight:normal;
    font-size: 8pt;

}

.tdDotLine {
    font-family:Tahoma;
    font-weight:normal;
    font-size: 8pt;
    padding-top:6px;
    padding-bottom:6px;
    border-bottom:1px dotted #cfcfcf; 
}

.tdDotLineGray {
    font-family:Tahoma;
    font-weight:normal;
    font-size: 8pt;
    padding-top:6px;
    padding-bottom:6px;
    color: #666;
    border-bottom:1px dotted #cfcfcf; 
}

.tdDotLineSmall {
    font-family:Tahoma;
    font-weight:normal;
    font-size: 7pt;
    color: #666;
}

.tdDotLineBlue {
    font-family:Tahoma;
    font-weight:normal;
    font-size: 8pt;
    padding-top:6px;
    padding-bottom:6px;
    border-bottom:1px dotted #cfcfcf; 
    color: #014691;
}

.tdDotLineAlert {
    font-family:Tahoma;
    font-size: 8pt;
    padding-top:6px;
    padding-bottom:6px;
    color:#CC0000;
    border-bottom:1px dotted #cfcfcf; 
}

.tdDotLineBlue {
    font-family:Tahoma;
    font-size: 8pt;
    padding-top:6px;
    padding-bottom:6px;
    color:#014691;
    border-bottom:1px dotted #cfcfcf; 
}

.spanAlert { 
    font-family:Tahoma;
    font-size: 8pt;
    color:#CC0000;
}

.tdList {
    font-family:Tahoma;
    font-weight:normal;
    font-size: 8pt;
    padding-top:6px;
    padding-bottom:6px;
}

.dotTable { 
    font-family:Tahoma;
    font-weight:normal;
    font-size: 8pt;
    border: 1px solid #BBBBBB;
    padding-left:4px;
    padding-right:4px;
    padding-top:4px;
    padding-bottom:4px;
    border-collapse: collapse;}

.tdBlueList {
    font-family:Tahoma;
    font-weight:normal;
    font-size: 8pt;
    color: #014691;
    padding-top:4px;
    padding-bottom:4px;
}

.tdListAlert {
    font-family:Tahoma;
    font-weight:normal;
    font-size: 8pt;
    color:#CC0000;
    padding-top:6px;
    padding-bottom:6px;
}

.aSH:link,.aSH:active {
  color: black;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:none;
}

.aSH:hover {
  color: #014691;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:underline;
}

.aSH:visited {
  color: #014691;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:none;
}

.sideLink:link, .sideLink:active, .sideLink:visited {
  color: #014691;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:none;
}

.sideLink:hover{
  color: #014691;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:underline;
}

.sideLinkAlert:link, .sideLinkAlert:active, .sideLinkAlert:visited {
  color:#CC0000;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:none;
}

.sideLinkAlert:hover{
  color:#CC0000;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:underline;
}

.sideLinkBlue:link, .sideLinkBlue:active, .sideLinkBlue:visited {
  color:#014691;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:none;
}

.sideLinkBlue:hover{
  color:#014691;
  font-family:Tahoma;
  font-size: 8pt;
  text-decoration:underline;
}