/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../_images/system/fabric_of_squares_gray.png);
	font-size:14px;
}
/* ^2 --------------- limited-scale reset ---------------- */
h1, h2, h3, h4, h5, h6, p, address, blockquote, div {
	margin: 0;
	padding: 0;
}
p {
	color:#333;
}
.clear {
	clear:both;	
}
h1, h2, h3 {
	clear: both;
}
a {
	color:black;
}
a:hover {
	color:black;
	text-decoration:underline;
}
a:visited {
	color:black;	
}
.wrapper {
	padding:0 20px;
	padding-top:20px;
	margin: 0 auto;
	height:auto;
	text-align: left;
}
#main{
	background-color:#FFF;
}
input[type="text"],input[type="password"]{
	border:1px solid #CCC;
	height:16px;
	padding:3px 5px;
}
.ui-datepicker-trigger { position: relative; top: 4px;margin-left:-22px;}
hr{
	border:0;
	height:1px;
	background:#CCC;
}
.ui-button{
	padding:7px 15px;
	font-size:12px;
}
div.ui-datepicker{
 font-size:14px;
}
.box{
	width:100%;
	background-color:#FFF;
	border:1px solid #CCC;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top:none;
}
#first-table{
	margin:15px auto;
}
.a-button{
	line-height:26px;
	font-weight:bold;
	color:#FFF;
	padding:5px 10px;
	font-size:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 1px rgba(150, 150, 150, 1);
}
/* CSS Document */
.table{
	font-size:14px;
	border-collapse:collapse;
	width:100%;
}
.table td{
	padding:15px 10px;
	border:1px solid #CCC;
	border-left:none;
	border-right:none;	 
}
.table tr:first-child td { padding:20px 10px;font-weight:bold;font-size:14px;background-color:#F8F8F8;border:none;}
.table td:first-child { border-left:none;}
.table td:last-child { border-right:none;}
.table tr:last-child td { border-bottom:none;padding:15px;}