/* CSSTerm.com Horizontal Easy DropDown CSS menu */

.drop_menu {
	
	background:#e1e1e1;
	padding:0;
	margin:0;
	list-style-type:none;
	height:auto;
	/*background-image:url('bg.jpg');*/
}
.drop_menu li { float:left; z-index : 999;background:#e1e1e1;}
.drop_menu li a {
	padding:12px 20px;
	display:block;
	color:#fff;
	text-decoration:none;
	font:12px arial, verdana, sans-serif;
	border-right:1px solid #75809a;
}

/* Submenu */
.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
}
.drop_menu li:hover { position:relative; background:#75809a;  }
.drop_menu li:hover ul {
	left:0px;
	top:38px;
	background:#75809a;
	padding:0px;
}

.drop_menu li:hover ul li a {
	padding:10px;
	display:inline-block;position:relative;
	width:168px;
	text-indent:15px;
	background-color:#75809a;
}
.drop_menu li:hover ul li a:hover { background:#e1e1e1;  }

.round-number-bullet{
    background:#e1e1e1;border-radius:50%;width:40px;height:40px;text-align:center;vertical-align:middle;
    display: table-cell;
}

table, th, td { 
    border: 0px solid #e1e1e1; 
    line-height:17px;
} 
th, td { 
    padding: 1px; 
    background-color:none; 
} 

.sqb{width:20px;
	height:20px;padding:3px;margin:4px;
	font-size:10pt !important;
	background:#f4f2b8;color:red;
	border-radius:2px;
	border-style:solid;
	border-width:1px;border-color:pink;}

.sqb:hover{background:#fbf35c;color:#333;}

.tc{background:#f1f1f1;margin:5px;padding:10px;}