﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 10pt;
	font-family: "Trebuchet MS", "Georgia" , "Open Sans" , "Times New Roman";;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*****************************************************************************************************************************/


.content
{
    text-align: left;
	margin-left:auto;
	margin-right:auto;
	width:1165px;
	height:auto;
}

.competente
{
width:492px; 
height:110px; 
float:left; 
vertical-align::bottom; 
background-position: left bottom;
background-image: url( 'imagini/competente.gif' );
background-repeat:no-repeat;
}

.left-content
{
	background-position: left bottom;
	background-image: url( 'imagini/content-bg-left.png' );
	background-repeat:repeat-y;
	width:45px;
	height:834px;
	float:left;
}

.right-content
{
	background-position: left bottom;
	background-image: url( 'imagini/content-bg-right.jpg' );
	background-repeat:repeat-y;
	width:1120px;
	height:834px;
	float:right;
}

.postit
{
background-image: url( 'imagini/post-it.png' );
background-repeat:no-repeat;
background-position: left top;
width:111px; 
height:120px; 
float:left;
}

.write
{
width:1100px;
height: 690px;
float:left;
}

.scroll
{
scrollbar-face-color: #c4dff2;
scrollbar-highlight-color: #c4dff2;
scrollbar-3dlight-color: #c4dff2;
scrollbar-darkshadow-color: #c4dff2;
scrollbar-shadow-color: #c4dff2;
scrollbar-arrow-color: #c4dff2;
scrollbar-track-color: white;
background:none;
}

a.menu
{
color:#3a43e2;
cursor:pointer;
text-decoration:none;
}

a.menu:hover
{
color:#e23a3b;
cursor:pointer;
text-decoration:none;
}

.title
{
	font-size: 16pt;
	font-weight:bold;
}

.subtitle
{
	font-size: 12pt;
	font-weight:bold;
}

.divtitle
{
	background-image: url( 'imagini/underline.png' );
	background-repeat:no-repeat;
	background-position: left top;
	width: 175px;
	height: 57px;
}

.divtitle2
{
	background-image: url( 'imagini/underline2.png' );
	background-repeat:no-repeat;
	background-position: left top;
	width: 205px;
	height: 57px;
}

.divtitle3
{
	background-image: url( 'imagini/underline3.png' );
	background-repeat:no-repeat;
	background-position: left top;
	width: 405px;
	height: 87px;
}

.divhelp
{
	background-image: url( 'imagini/postitU.png' );
	background-repeat:no-repeat;
	background-position: left top;
	width: 788px;
	height: 900px;
	position:absolute;
	top:-45px;
	left:180px;
}

.divhelptr
{
	background-image: url( 'imagini/postittr.png' );
	background-repeat:no-repeat;
	background-position: left top;
	width: 788px;
	height: 944px;
	position:absolute;
	top:0px;
	left:50px;
}

a.inchide
{
 cursor:pointer;
 position:relative;
 top:70px;
 left:450px;
 color:black;
 font-family:Verdana;
 text-decoration:none;
}

a.inchide:hover
{
 cursor:pointer;
 position:relative;
 top:70px;
 left:450px;
 color:yellow;
 font-family:Verdana;
 text-decoration:none;
}

h1, h2, h3, h4, html, body, table, td, div, a, span
{
	font-family: Georgia, Arial, Tahoma, Microsoft Sans Serif, Verdana;
	font-size: 10pt;
	font-style: italic;
    color:#091096;
}

a
{
 color:#091096;
}

h1, h2, h3, h4
{
	margin: 0;
}

button
{
  display: inline-block;
  padding:4px;
  height:auto;
  min-width:107px;
  width:auto;
  background-color: #af2f38;
  text-decoration:none;
  text-align:center;
  font-weight: bold;
  vertical-align:middle;
  color:white;  
  border:1px solid black;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.with-all-transitions
{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

button:hover
{ 
  background-color: #6e181e;
}

.button
{
  display: inline-block;
  padding:8px;
  height:auto;
  min-width:107px;
  width:auto;
  background-color: #af2f38;
  text-decoration:none;
  text-align:center;
  font-weight: bold;
  vertical-align:middle;
  color:white;  
  border:1px solid black;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.button:hover
{ 
  background-color: #6e181e;
}

#button
{
  display: block;
  height: 23px;
  width:107px;
  background: url("imagini/rolbutton.gif") repeat-x 0 0;
  text-decoration:none;
  text-align:center;
  font-weight: bold;
  vertical-align:middle;
  color:white;
  
}

#button:hover
{ 
  background-position: 0 -23px;
}

#emailUs span
{
  display: none;
}

html, body
{
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: middle;
}

.proiecte
{
 width:1000px;
 table-layout:fixed;
}

.proiecte th
{
  border: 1px solid #cb95a0;
  padding:5px;
  font-weight:bold;
  font-style:normal;
}

.proiecte td
{
  border: 1px solid #cb95a0;
  padding:5px;
  font-style:normal;
}

.proiecte td td
{
  border:0;
  padding-left:0px;
  padding-bottom:0px;
  padding-top:0px;
  padding-right:10px;
  font-style:normal;
}

.trproiecte
{

}

.trproiecte-hover
{
background-image: url('imagini/bck_transparent.png');
cursor:pointer;
color:red;
}

.puncte
{
  font-size:11px;
  height:50px;
  width:100%;
}

#dlgComentariiObtinue
{
 width:800px;
 height:500px;
}

.commproiecte
{
 width:95%;
 table-layout:fixed;
}

.commproiecte th
{
  border: 1px solid #cb95a0;
  padding:5px;
  font-weight:bold;
  font-style:normal;
}

.commproiecte td
{
  border: 1px solid #cb95a0;
  padding:5px;
  font-style:normal;
}

.commproiecte td td
{
  border:0;
  padding-left:0px;
  padding-bottom:0px;
  padding-top:0px;
  padding-right:10px;
  font-style:normal;
}

.separator50
{
    height:50px;
    display: block;
}

.separator30
{
    height:30px;
    display: block;
}

.intrebare
{
    font-size:12pt;
    font-style:normal;
    padding-left:30px;
}