.WindowBorder1
{
	background-color: white;
	border-top: solid 1px #660000;
	border-right: solid 1px #660000;
	border-left: solid 1px #660000;
	border-bottom: solid 1px #660000;
}

.cellMinimize { cursor: pointer; background-image: url('../images/Minimize.gif'); background-repeat: no-repeat }
.cellMaximize { cursor: pointer; background-image: url('../images/Maximize.gif'); background-repeat: no-repeat }
.cellClose { cursor: pointer; background-image: url('../images/Mdlclose.png'); background-repeat: no-repeat }
.cellReload { cursor: pointer;background-image: url('../images/MdlReload.gif'); background-repeat: no-repeat }
.cellMove { cursor: move;background-image: url('../images/MdlMove.gif'); background-repeat: no-repeat }


.cellReduce { background-image: url('../images/CMP_O.gif'); background-repeat: no-repeat }
.cellExpand { background-image: url('../images/CMP_F.gif'); background-repeat: no-repeat }

.cellReduceMC { background-image: url('../images/flr1N.gif'); background-repeat: no-repeat }
.cellExpandMC { background-image: url('../images/flr2N.gif'); background-repeat: no-repeat }


.WindowBottom
{
	background-image: url('../images/backHeader2.gif'); 
	background-repeat: repeat-x 
	
	
}


.WindowHeader { 	
	border-bottom: solid 1px #999999; 
	background-image: url('../images/fondrg2.gif'); 
	background-repeat: repeat-x;
}

.WindowMenuBar { 	
	background: #FFFFFF;
	border-bottom: dashed 1px #999999;
}
 
.rmenuColor 
{
    color: #333333;
}
   
.WindowBorder1Transp
{
	background-color: white;
	font-size: 0px;	
	border-top: solid 1px #e5e5e5;
	border-right: solid 2px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-bottom: solid 2px #e5e5e5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE */
	-moz-opacity: 0.9; /* Moz */
	opacity: 0.9; /* CSS3 */
}

.WindowBorder3
{	
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	border-left: solid 1px #d4d0c8;
	border-top: solid 1px #d4d0c8;
	font-size: 0px;
}

.WindowTitle2 
{
    font-family: Verdana; 
    font-size: 11pt; 
    font-weight: bold;
    color: #333333;
}

.cellConfigure { font-family: Tahoma, Arial, Verdana; font-size: 8pt}

.moduleConfiguration{ 	
	border: 1px solid #cccccc; 
	background-color:#f5f5f5;
	font-size: 12px;	
}


.profileModuleEdit
{
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    background-color: #f5f5f5;
}

.newModuleDiv
{
    font-size: 12px;
    font-family: verdana;
    border-right: #CCCCCC 2px dashed;
    border-top: #CCCCCC 2px dashed;
    border-left: #CCCCCC 2px dashed;
    border-bottom: #CCCCCC 2px dashed;
    background-color: #f5f5f5;
}


