TABLE, TEXTAREA, INPUT { 
	/*Fundalul tabelelor*/
	background-color: #D6DFF7;
	font: 10px Verdana; color:#000000;
}
span.largefilename {
	font-size: 16px;
	font-weight: bold;
}

DIV.quote {
    border: 1px solid black;
    font: 9px;
    width: 95%;
}

TABLE.border {
     border-color:#000000;
     border-collapse:collapse;	 
}

TABLE.dashed {
/*adica aia cu linie pucntata, unde scrie welcome*/
	/*background-color:blue;*/
	background-image: url('images/row_bg.gif');
     border: 1px dashed #000000
}
TABLE.table {
	/*Fundalul tabelelor*/
	background:red;
	background-color: red;
}
TABLE.transparent {
background-color: transparent;
}



td.questionoptions {
    background-color: #ffffff;
    color: #000000;
    font-size: 10px;
}

tr.row1 {
	/*Fundalul liniilor*/
	background: #EDF1FC;
	background-color: #EDF1FC;
}

tr.row2 {
	/*Fundalul liniilor*/
	background: #EDF1FC;
	background-color: #F5F8FE;
}


TD.header {
	/*Fundalul de sus, unde scrie materiale liceul cervantes*/
	/*background-color: green;	*/
	background-image: url('images/row_bg.gif');
    font-size: 14px;
    font-weight: bold
}



td.lightheader{
	background-color:yellow;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
}

tr.sectionheader, td.sectionheader {
    background-image: url('images/row_bg.gif');
    /*culoarea din spatele degradeului*/
   /* background-color: #A1B5E7;*/
    color: #ffffff;
    text-align: center;
    font-weight: bold
}

tr.fileheader, td.fileheader {
    background-image: url('images/row_bg.gif');
    /*culoarea din spatele degradeului*/
    background-color: #A1B5E7;
    color: #ffffff;
    text-align: center;
    font-weight: bold
}


/*Descrierea pe scurt de sub titlu SI explicatiile cand adaugi un nou fisier*/
span.small {
    font-size: 9px;
    font-weight: normal;
}

BODY { 
	/*culoare de fundal*/
	background-color: #EEF2FD;
	font: 10px Verdana; color:#000000;
	text-shadow:1;
} 

.forminput {
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	color: #FF0000;
	font-family:verdana;
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
}

.textinput {
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	color: #000000;
	font-family:verdana;
	font-size:11px;
	padding:2px;
	width:95%;
}

a:link {
	font-size: 12px;
	color:#a30404;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	font-size: 12px;
	color:#a30404;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	font-size: 12px;
	color:#695352;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	font-size: 12px;
    color: #000000;
    font-weight:bold;
    font-style:italic;
}
a.edit:link, a.edit:active, a.edit:visited {
font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
a.edit:hover {
    font-size:10px;
    color: #CCCCCC;
    text-decoration: underline;
}

/* New in 3.6 */
tr.commentheader, td.commentheader {
    background-image: url('images/comment_bg.gif');
    /*culoarea din spatele degradeului*/
    background-color: #A1B5E7;
    color: #ffffff;
    text-align: left;
    font-weight: bold
}
hr.comment {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0px;
}