html {
    height: 100%;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

body {
   /* height: 100%;*/
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    
    background: #FFFFFF; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#A4A4A4'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A4A4A4)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #FFFFFF, #A4A4A4/*#d9d9d9,  #606060*/); /* for firefox 3.6+ */
    }

#logoDiv {
    width: 85%;
    margin: auto;
   /* background-color: #E0F2F7; */
    
}

#textLogo {
    color: #24478F;
    font-size: 14px;
    font-weight: bold;
    margin-left: 230px;
    position: relative;
    top: -15px;
    width: auto;
    text-align: right;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

#mainDiv {
    border-style: double;
    border-color: #ddd;
    border-width: 2px;
    width: 85%;
    margin: auto;
    height: 550px;    
    position: relative;
    overflow-y:scroll;
    top: -10px;    
    -moz-box-shadow: 5px 5px 15px #848484;; /* Firefox */
    -webkit-box-shadow: 5px 5px 15px #848484;; /* Safari and Chrome */
    box-shadow: 5px 5px 15px  #848484;; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
    background-color: white;
}

#textHeader {    
    padding: 10px;    
    height: 50px;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #24478F;
    border-width: 1px;
}

#textTitlu {
    height: 100px;
    border-bottom: solid;
    border-top: solid;
    border-width: 4px;
    border-color: #ddd; 
    height: auto;
    font-size: 12px;
    font-weight: bold;    
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #24478F;
    border-width: 1px;
    /*background: #ddd;*/
    background: #FFFFFF; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6E6E6', GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #FFFFFF 0%,#E6E6E6 100%); /* W3C */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E6E6E6)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #FFFFFF, #E6E6E6/*#d9d9d9,  #606060*/); /* for firefox 3.6+ */    
}

#textTitlu:hover {
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    }
    
#textTitlu span {
    display: block;
    padding: 10px;   
    }

#textContinut {
    padding: 10px;    
    border-color: #ddd;
    border-width: 1px;
    font-size: 12px;
    
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #24478F;
}

#footerDiv {    
    margin: auto 0px 0px 0px;    
    position: relative;
    text-align: right;    
    right: 10px;
    font-size: 14px;
    color: white;    
    font-weight: bolder;
    width: 85%; 
    margin: auto;
    position: relative;
	padding-bottom: 15px;
}

a:link, a:visited {
    text-decoration: none;
    color: #24478F;    
    font-weight: bolder;
}

a:hover {
    text-decoration: underline;
    color: #24478F;
    font-weight: bolder;
}


