.bordered {
	*border-collapse		: collapse;
    border-spacing			: 0;
    width					: 100%;
	background-color		: #e1e4e5;
    border					: solid #ccc 1px;
    -moz-border-radius		: 9px;
    -webkit-border-radius	: 9px;
    border-radius			: 9px;
    -webkit-box-shadow		: 0 5px 1px #93afbb; 
    -moz-box-shadow			: 0 5px 1px #93afbb; 
    box-shadow				: 0 5px 1px #93afbb;         
}
.bordered2 {
	*border-collapse		: collapse;
    border-spacing			: 0;
    width					: 600px;
	background-color		: #f2e3e1;
    border					: solid #ccc 1px;
    -moz-border-radius		: 9px;
    -webkit-border-radius	: 9px;
    border-radius			: 9px;
    -webkit-box-shadow		: 0 5px 1px #ccc; 
    -moz-box-shadow			: 0 5px 1px #ccc; 
    box-shadow				: 0 5px 1px #ccc;         
}
input,td{
	font-family				:'Roboto';
	font-size				: 11px;
}
.tdList-Header{
	font-family				:'Roboto';
	font-size				: 11px;
	background-color		: #4c4caa;
	color					: #ffffff;
	padding					: 2px;
	text-align				: center;
}
/******************************************************/
.btn {
	font-family				: 'Roboto';
	letter-spacing			: .5px;
  	display					: inline-block;
  	*display				: inline;
  	border					: none;
  	position				: relative;
	*zoom					: 1;
	padding					: 25px 15px 25px 15spx;
	width					: 100px;
	height					: 22px;
  	font-size				: 11px;
  	line-height				: 14px;
  	text-align				: center;
  	vertical-align			: middle;
  	cursor					: pointer;
  	color					: #ffffff;
  	background-color		: #d2d9dc;
  	background-image		: -moz-linear-gradient(top, #d2d9dc, #2b6983);
  	background-image		: -webkit-gradient(linear, 0 0, 0 100%, from(#d2d9dc), to(#2b6983));
  	background-image		: -webkit-linear-gradient(top, #d2d9dc, #2b6983);
  	background-image		: -o-linear-gradient(top, #d2d9dc, #2b6983);
  	background-image		: linear-gradient(to bottom, #d2d9dc, #2b6983);
  	background-repeat		: repeat-x;
  	filter					: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d9dc', endColorstr='#c64934', GradientType=0);
	filter					: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  	-webkit-border-radius	: 6px;
  	-moz-border-radius		: 6px;
  	border-radius			: 6px;
}
.btn:hover {
  	background-color		: #2b6983;
  	background-image		: none;
  	-webkit-transition		: background-color 0.4s linear;
  	-moz-transition			: background-color 0.4s linear;
  	-ms-transition			: background-color 0.4s linear;
  	-o-transition			: background-color 0.4s linear;
  	transition				: background-color 0.4s linear;
}
.btn-icon {
	padding-right			: 10px;
	padding-left			: 20px;
}