/* $Id: combo.css,v 1.2 2006/04/18 07:43:31 shanmugampl Exp $ */
.box { 
background-color: #F5F5F5;
border: 1px solid #999;
font: 11px Verdana,Sans-Serif;


/*border-right: 3px solid #EEE;
border-bottom: 1px solid #EEE;*/
}
 
.box2 {
	font: 11px Verdana,Sans-Serif;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;	
	border-left: 4px solid #eee;
	border-right: 4px solid #eee;	  
	color: #000; 
  	padding:2px;
  	display:block;
	margin-right:0px;
width:130px;
} 
 

 
.boxnoborder {
  font: 12px Verdana,Sans-Serif;
  color: #000; 
  padding:2px;
  display:block;
  margin-right:0px;
  width:130px;

} 


.boxdis{
	font: 11px Verdana,Sans-Serif;
	color: #555; 
	padding:2px;
	display:block;
	margin-right:0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;	
	border-left: 4px solid #eee;
	border-right: 4px solid #eee;
	background-color: #fff;
width:130px;
	
} 

 .boldtext {
	color:#000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;	
	border-left: 4px solid #bbb;
	border-right: 4px solid #bbb;	
	background-color: #EFF4FA;
	font: normal 11px Verdana,Sans-Serif;
	padding:2px;
	display:block;
	margin-right:0px;
	cursor:pointer;
	width:130px;
}
 
.boxnoborderdis {
  font: 11px Verdana,Sans-Serif;
  color: #CCC; 
  padding:2px;
  margin-right:0px;
  display:block;
} 

.fontname, .fontsize {
margin-right: 3px;
background-image: url(../images/htmlarea/fontface-active.gif);
background-repeat: no-repeat;
background-position: left;
font: 11px Verdana,Sans-Serif;
width:25px;
height:25px;
cursor:pointer;
}

.fontsize {
background-image: url(../images/htmlarea/fontsize-active.gif);
}
