/** ELITE ZEBRA TABLES (v.2.0) */

table.striped {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-spacing: 0px;
	margin: 10px 0;
}

* html table.striped {
	border-collapse: collapse;
}

table.striped tr td {
	font-size: 16px;
	padding: 3px 8px;
	background: #FFF;
}

table.striped thead td {
	color: #666;
	background-color: #FFFFE5;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

table.striped tbody td {
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9; 
}

table.selectable tbody tr {
	cursor: pointer;
}

table.selectable tbody tr.disabled {
	font-style: italic;
	color:#999;
	cursor: default;
}

table.striped tbody tr.even td {
	background: #EEE;
	border-bottom: 1px solid #D9D9D9;
}

table.striped tbody tr.selected td {
	background: #3D80DF;
	color: #FFFFFF;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

table.striped tbody tr.ruled td {
	color: #000;
	background-color: #C6E3FF;
	/*font-weight: bold; */
	/*border-color: #3292FC; */
	border-left: 1px solid #D9D9D9;
}

/* Opera fix */
head:first-child+body table.striped tr.ruled td {
	background-color: #C6E3FF;
}

table.striped tbody tr.selected a {
	background-color: inherit;
	color: #DDDDDD;
}

table.striped tbody tr.ruled a {
	background-color: inherit;
	color: #1002CC;
}

table.striped tbody a:link {
	background-color: inherit;
	color: #1002CC;
}

table.striped tbody a:visited {
	background-color: inherit;
	color: #1002CC;
}

table.striped tbody a:active {
	background-color: inherit;
	color: #000000;
}

table.striped tbody a:hover {
	background-color: inherit;
	color: #000000;
}

.stripe_button {
	padding: 3px;
	border: 1px solid #666;
	background-color: #C6E3FF;
	cursor: pointer;
}

table.sortable a.sortheader {
	background-color: inherit;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

table.sortable a.sortheader:hover {
	background-color: inherit;
	color:#C6E3FF;
}

table.sortable span.sortarrow {
	background-color: inherit;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

table.sortable span.sortarrow span.sortoff {
	background-color: inherit;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

table#jfhotels td.leftborder {
	border-left: 1px solid #CCC;
}

table#jfhotels td.maxwidth {
	width: 99%;
}

table#jfhotels tbody td div {
	font-weight: bold;
}

table#jfhotels tbody tr td a.button {
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #6699FF;
	background-color: #FFFFFF;
	margin-right: 12px;
	padding: 5px 5px 5px 5px;
}

table#jfhotels tbody tr td a:hover.button {
	background-color: #FFFFE5;
}

table#jfhotels thead tr td.sortable {
	font-size: 11px;
}

table#jfhotels tbody tr td.left {
	font-size: 12px;
}

table#jfhotels tbody tr td.center {
	font-size: 12px;
}

table#jfhotels tbody tr td.right {
	font-size: 11px;
}

