@charset "utf-8";
/* CSS Document */
#table-data {
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Tahoma;
	color: #333;
}
#table-data td, #table-data th {
	border-top-color: white;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	color: #555;
}

#table-data th {
	text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
	font-family: Tahoma;
	font-weight: bold;
	padding: 7px 7px 8px;
	text-align: center;
	line-height: 1.2em;
	font-size: 12px;
}
#table-data td {
	font-size: 12px;
	padding: 4px 7px 2px;
	vertical-align: top;
}

#table-list {
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	/*width: 100%;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Tahoma;
	color: #333;
}

#table-list tr {
	vertical-align: top;
}

#table-list td {
	border-top-color: white;
	border-bottom: 1px solid #F5F5F5;
	color: #555;
	font-size: 12px;
	padding: 5px 5px 5px 20px;
	vertical-align: top;
}

#table-list2 {
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	/*width: 100%;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Tahoma;
	color: #333;
}

#table-list2 tr {
	vertical-align: top;
}

#table-list2 td {
	border-top-color: white;
	border-bottom: 1px solid #F5F5F5;
	color: #555;
	font-size: 14px;
	padding: 5px 5px 5px 20px;
	vertical-align: top;
}

.sl {
	vertical-align:top;
	text-align:left;
}

.sc {
	vertical-align:top;
	text-align:center;
}

.sr {
	vertical-align:top;
	text-align:right;
}
   
tr:nth-child(odd) {
	background-color: #FDFFF5;
}

tr:nth-child(even) {
	background-color: #FAFEFF;
}

tr th {
	background-color: #FCFCEA;
}

/*
table.dataTable tbody tr.selected {
  background-color: #F1F2BF;
}
*/

table.dataTable tbody tr.even.selected td {
    background-color: #DBF8CE;
}
 
table.dataTable tbody tr.odd.selected td {
    background-color: #DBF8CE;
}
