/** ***************************************************** **/ /** ************************ TITLES ********************* **/ /** ***************************************************** **/ .title1 { color: #165076; font-weight: bold; font-size: 15px; } .title2 { color: #165076; font-weight: bold; } /** ***************************************************** **/ /** ********************* CONTAINERS ******************** **/ /** ***************************************************** **/ .containerWhite { position: relative; left: 600px; background-color: white; width: 13px; height: 108px; } .containerEther { -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); width: 980px; float: left; margin-bottom: 10px; } /** ***************************************************** **/ .containerTitleTools { width: 980px; float: left; margin-bottom: 10px; } .containerLogoTitleNav { float: left; } .containerLogoTitle { -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; -moz-box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.3); -webkit-box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.3); height: 108px; width: 604px; } .containerLogoEther { float: left; width: 80px; height: 80px; padding: 15px; } .containerTitle { font-size: 24px; color: #003d6c; font-weight: bold; float: left; margin-top: 29px; margin-left: 10px; margin-bottom: 18px; width: 483px; } .containerTitlePart2 { text-align: right; margin-right: 10px; margin-top: 12px; } .containerNav { -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); margin-top: 13px; width: 589px; height: 28px; padding-left: 10px; padding-top: 5px; } .containerToolsMenus { -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); float: left; margin-left: 5px; width: 367px; min-height: 155px; } .containerTools { float: right; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; background: -moz-linear-gradient(left, white, #C0C0C0); background: -webkit-linear-gradient(left, white, #COCOCO); width: 300px; height: 30px; } .containerMenu { float: left; color: #456487; margin-left: 22px; } .containerSubMenu { float: left; color: #81A0C3; margin-top: 6px; font-size: 11px; } .containerSubMenu li { margin-top: -6px; } .containerSubMenu ul { margin-left: -6px; } /** ***************************************************** **/ /** ***************************************************** **/ .containerNewsImages { height: 150px; width: 460px; margin-bottom: 0; } .containerNewsTexts { background: -moz-linear-gradient(0deg, #003d6c -9%, rgba(125, 185, 232, 0.48) 30%, rgba(125, 185, 232, 0) 83%) repeat scroll 0 0 transparent; float: right; height: 150px; width: 500px; margin-right: 3px; } .containerNewsTextsTitle { color: #003d6c; font-size: 16px; text-align: right; margin-right: 20px; margin-top: 10px; } .containerScrollNews { margin-top: 8px; margin-left: 31px; color: #165076; } .containerScrollNews ul li a { color: #165076; } .containerScrollNews ul li:hover, .containerScrollNews ul li a:hover { font-weight: bold; color: #165076; } /** ***************************************************** **/ /** ***************************************************** **/ .containerBottom { background: -moz-linear-gradient(left center, white, #C0C0C0) repeat scroll 0 0 transparent; color: #003D6C; height: 26px; padding-right: 10px; position: relative; /*top: -32px;*/ width: 972px; } /** ***************************************************** **/ /** ***************************************************** **/ /** ********************* LI SUBMENUS ******************* **/ /** ***************************************************** **/ li.li0 { border-left: 7px solid #ADEAEA; } li.li1 { border-left: 7px solid #236B8E; } li.li2 { border-left: 7px solid #3299CC; } li.li3 { border-left: 7px solid #38B0DE; } li.li4 { border-left: 7px solid #7093D8; } li.li5 { border-left: 7px solid #5959AB; } li.li0:hover, li.li1:hover, li.li2:hover, li.li3:hover, li.li4:hover, li.li5:hover { border-left: 7px solid #00FFFF; color: #165076; } /** ***************************************************** **/ /** ***************************************************** **/ /** *********************** SLIDES ********************** **/ /** ***************************************************** **/ .roundTable { -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid; width: 100%; } .slideTable { float: left; width: 99%; margin: 5px 5px -15px; } .slideTable td { -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 2px solid #C0C0C0; padding: 5px 5px 0 5px; text-align: center; color: #003D6C; vertical-align: top; } .slideTable td:hover { color: #708090; font-weight: bold; background: #e2e2e2; /* Old browsers */ background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 45%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* IE10+ */ background: linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* W3C */ } .slideTable td a:hover, .slideTable td:hover a { color: #708090; } .slideTableTitle { height: 30px; } .slideSubLevels { min-height: 193px; } .slideTableSubLevel { display: none; width: 1%; margin-top: 14px; margin-bottom: 5px; } #logoMimosa, #logoReprobus, #logoIasi, #logoMozaic { margin-top: 5px; } #logoTropico, #logoGeisa { margin-top: 8px; } #logoEccad { margin-top: 10px; } /** ***************************************************** **/