.sortable {
	border: 1px solid #ccc;
	width: 100%;border-collapse: separate; border-spacing: 0;
}
caption, th, td {height:20px!important; text-align: left;font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px; }
th {
	background-color: #eee;
	background: #eee url(images/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
	font-weight:bold;
}

.sortable tr {
	background-color: #eee;
	padding: 4px;
}

tr.altRow {
	background-color: #fff;
	padding: 0 2px;
}

td {
	 padding: 2px;
	 height:23px;
	 line-height:20px;
}

.rightAlign {
	text-align: right;
}
.centerAlign {
	text-align: center;
}


.sortedASC {
	background: url(images/icon-table-sort-asc.png) no-repeat 2px 4px #eee;
}

.sortedDESC {
	background: url(images/icon-table-sort-desc.png) no-repeat 2px 10px #eee;
}

.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}


tr.selected {
	background-color: gold;
	color: #fff;
}

tr.over {
	background-color: #ccc;
	color: #fff;
	cursor: pointer;
}

tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}

.tableFilter input {
	border: 1px solid #ccc;
}

.tableFilter select {
	border: 1px solid #ccc;
}


/*************************************************************/
/*buttons*/
a.btn{
	background:#DCDCDC;
	display:inline-block;
	font-size:12px;
	line-height:25px;
	color:#000;
	text-decoration:none;
}
a.btn span{
	background:url(btn_left.gif) no-repeat left top;
	display:inline-block;
}
a.btn span span{
	background:url(btn_right.gif) no-repeat right top;
	padding:0 9px 0 10px;
}
a.btn span span span {background:none; padding:0;}
a.btn:hover {background:#FF7B00; color:#FFFFFF;}
a.btn:hover span {background:url(btn_left.gif) no-repeat left bottom;}
a.btn:hover span span {background:url(btn_right.gif) no-repeat right bottom;}
/**/

.btnDate { height: 21px; border: none; background: #CC6600; color: #FFF; line-height: 20px; font-size:11px; cursor: pointer; }
.submit,.button{ padding: 0 5px; height: 24px; border-top:1px solid #ddd; border-left:#ddd 1px solid; border-right: 1px solid #666;border-bottom: 1px solid #666;  background: #DDDDDD; color: #000000; line-height: 20px; letter-spacing: 1px; cursor: pointer; font-family:"微软雅黑"; font-size:12px; }

/*.button { padding: 2px 5px 3px 5px; height: 24px; border: none; background: #eee; color: #000; line-height: 20px; letter-spacing: 1px; cursor: pointer; }
.submit,.btn { padding: 2px 5px 3px 5px; height: 24px; border: none; background: #3B5998; color: #FFF; line-height: 20px; letter-spacing: 1px; cursor: pointer;  font-size:12px; }*/
.t_input,input, select { padding: 3px 2px; border-top:1px solid #666666; border-left:#666666 1px solid; border-right: 1px solid #ddd;border-bottom: 1px solid #ddd; line-height: 16px; }
.pipe { padding: 0 0.4em; color: #DDD; }

.tips{
  color:#CC6600;
}

.left{
   padding:3px;
   text-align:right;
   background-color:#EEE;
}

.right{
   padding:3px;
   text-align:left;
   background-color:#F8F8F8;
}

.proImg{
    border:#ddd 1px solid;
	padding:1px;
}
.proName{
    font-family:"微软雅黑";
	font-size:18px;
	border-bottom:#CCCCCC 1px dashed;
	padding-bottom:7px;
}

h3{
   padding-bottom:5px;
}
