﻿/* ----------quick_access.css------------------------ */
/* Quick Access layout */

.qaccess {
	text-align: center;
	border: none;
}
.qcell {
	text-align: center;
	border-top:groove 1px #CCCCCC;
	line-height: 112px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:url('../images/button_src.jpg');
	border-left-style: none;
	border-left-color: inherit;
	border-left-width: medium;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: medium;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
}
.qcell2 {
border:0px white none;
	text-align: center;
	line-height: 28px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:url('../images/button_src.jpg');
	
}
td {
	text-align: center;
	border: none;
	border-top:groove 1px #CCCCCC;
	line-height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: none;
}
