
/* ####### TABLE */

.tableItemName
{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%; font-weight: bold; color: #000000
}
.tableItemDescription
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; font-weight: normal; color: #666666
}
.tableItem
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%; font-weight: normal; color: #000000
}

.tableHead1
{  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000000
}

.tableHead2
{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #000000
}
.tableHead2 a { color: #99CCFF; text-decoration: none}
.tableHead2 a:hover { text-decoration: underline}
.tableHead3
{  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000
}
.tableRowOdd { background-color: #EEEEEE }
.tableRowEven { background-color: #FFFFFF }

.tablePercentage
{	background: url(../images/bg/table_percentage.gif);
   	border: #333333;
 	border-style: solid;
	border-width: 1px;
}
.tableBorder
{
	border: 1px solid #000000;
}
.rowOddBorder
{
	border-right: 1px solid #EEEEEE;
}
.rowHighlight
{
	background-color: #CCEBFF
}
.inputLibrary
{
	width: 250px;
	left: 30px;
	top: 40px;
	height: 20px;
}

.selectLibrary
{
	width: 250px;
	height: 100px;
}
.textareaLibrary
{
	BORDER: 1px solid #000000;
	PADDING:3px;
	OVERFLOW:auto;
	HEIGHT:60px; WIDTH:100%;
	BACKGROUND-COLOR:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
}
/*content area right panel*/
.subHeaderColor
{
	background-color: #EAEAEA
}
.menuForFolder
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
}
.menuClasification
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}
.menuItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
}

.ContentAreaRightPaneTab
{
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	background-image: url( ../../common/images/ContentAreaRightPaneTabBody.gif )
}
/*desenare*/
.leftMenuLevel1
{
	font-size: 100%;
	color: #0066CC;
	font-weight: bold; 
}
.leftMenuLevel2
{
	font-size: 80%;
	color: #0066CC;
}

/* ceausuc: style for texts on the pages */
.caText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000
}

.lessonTreeHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color:#999999;
}

.lessonTreeHeaderSelected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-top:1px solid #666666; border-left:1px solid #666666; border-right:1px solid #666666;
	background-color: #EAEAEA;	/* == subHeaderColor */
}
