.sml {
	font-size: 20px;
}

.med {
	font-size: 28px;
}

.lge {
	font-size: 35px;
}

.static {
	opacity: 1.0;
}

.toolbariconstatic {
	font-size: 16px;
	width: 30px;
	height: 30px;	
	opacity: 1.0;
	line-height: 30px;
	text-align: center;
	padding-bottom: 5px;
}

.toolbaricon {
	font-size: 16px;
	width: 30px;
	height: 30px;	
	opacity: 0.75;
	line-height: 30px;
	text-align: center;
	padding-bottom: 5px;
}

.toolbaricon:hover {
	opacity: 1.0;
	cursor: pointer;
}

.menuicon {
	width: 40px;
	height: 40px;		
	line-height: 40px;	
	width: 32px;
	opacity: 0.75;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
}

.menuicon:hover {
	opacity: 1.0;
	cursor: pointer;
}

.tableicon {
	width: 40px;
	height: 40px;		
	line-height: 40px;	
	opacity: 0.75;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

.actioniconstatic {
	width: 40px;
	height: 40px;		
	line-height: 40px;	
	width: 32px;
/*	opacity: 0.5;*/
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
/*	pointer-events:none;*/
}


.actionicon {
	opacity: 0.75;
	padding-right: 5px;
}

.actionicon:hover {
	opacity: 1.0;
	cursor: pointer;
	padding-right: 5px;
}

.tableiconstatic {
	width: 40px;
	height: 40px;		
	line-height: 40px;	
	width: 32px;
	opacity: 0.5;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	pointer-events:none;
}

.tableicon:hover {
	opacity: 1.0;
	cursor: pointer;
}

.gypicon {
	width: 40px;
	height: 40px;	
	opacity: 0.75;
	background-color: #eee;	
	border: solid 1px #ccc;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
}

.gypicon:hover {
	opacity: 1.0;
	cursor: pointer;
	border: solid 1px #aaa;
	background-color: #efefef;
}

.gypiconmenutoggle {
	margin-top: 2px;
	width: 34px;
	height: 34px;	
	opacity: 0.75;
	background-color: #eee;	
	border: solid 1px #ccc;
	line-height: 34px;
	text-align: center;
}

.gypiconmenutoggle:hover {
	opacity: 1.0;
	cursor: pointer;
	border: solid 1px #aaa;
	background-color: #efefef;
}

.txt {
	width: auto;
	padding-left: 5px;
	padding-right: 5px;	
	display: inline-block;
 	vertical-align: middle;
 	line-height: 36px;
}

.gypicon span {
	color: #666;
	padding-left: 5px;
}

.red {
	color: #d00000;
}

.green {
	color: #409b68;
}

.blue {
	color: #0046aa;
}

.orange {
	color: #c28417;
}

.purple {
	color: #4d2689;
}

.grey {
	color: #666;
}

.black {
	color: #000;
}

.yellow {
	color: #d0d533;
}

.white {
	color: #fff;
}