table.sortable {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color:#666666;
	

	
}

table.sortable caption {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	/*border: 1px solid #ccc;*/
	border: solid #021d49 1px;
	color: #666;
}

table.sortable a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

table.sortable a:hover {
	text-decoration: none;
	color: #369;
	
	
}

table.sortable tr th a {
	color: #ffffff;
	/*color: #369;
	border-bottom: 1px dotted #369;*/
	border-bottom: 1px dotted #ffffff;
	
}

table.sortable tr th a:hover {
	color: yellow;
	/*background: #369;*/
}

tr.highlightrow  {
	background-color: #dddddd;
}

/*tr.PromRow  {
	background-color: #F7D6B5;
	font-weight:bold;
}*/

tr.PromRowPR  {
	background-color: #F7D6B5;
	/*font-weight:bold;*/
}

tr.PromRowMB {
	/*background-color: #9af0ff;*/
	background-color: #aed8e6;
	/*font-weight:bold;*/
}


tr.NoLongerAvailable {
	/*background-color: #9af0ff;*/
	background-color: #ebebe0;
	/*font-weight:bold;*/
}


tr.PromRowPRBasket {
	background-color: #F7D6B5;
	/*font-weight:bold;*/
}

tr.PromRowMBBasket {
	/*background-color: #9af0ff;*/
	background-color: #aed8e6;
	/*font-weight:bold;*/
}

tr.Disabled {
	/*background-color: #9af0ff;*/
	color: red;
	/*font-weight:bold;*/
}

table.sortable thead tr th {
	text-transform: uppercase;
	/*background: #e2e2e2;
	background: #3a70ce;
	background: #0048bb;
	background: #f6a461;*/
	background-image: -webkit-linear-gradient(top, #7d9d92, #45735c, #45735c);
	background-image: -moz-linear-gradient(top, #7d9d92, #45735c, #45735c);
	background-image: -ms-linear-gradient(top, #7d9d92, #45735c, #45735c);
	background-image: -o-linear-gradient(top, #7d9d92, #45735c, #45735c);
	background-image: linear-gradient(to bottom, #7d9d92, #45735c, #45735c);
}

table.sortable tfoot tr th, table.sortable tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.sortable tfoot tr th {
	width: 20%;
}

table.sortable tfoot tr td {
	width: 80%;
}

table.sortable td, table.sortable th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	/*font-size: 1.1em;*/
	font-size: 1.1em;
	vertical-align: top;
	/*width: 20%;*/
}

table.sortable tr.odd th, table.sortable tr.odd td {
	background: #efefef;
}

table.another {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc; 
	color: #333;

	
}


table.another caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 0px solid #ccc;
	color: #666;
}

table.another a {
	text-decoration: none;
	
	color: #f60;
	font-weight: bold;
}

table.another a:hover {
	text-decoration: none;
	color: #333;
	
}

table.another tr th a {
	color: #333;
	border-bottom: 0px dotted #369;
}

table.another tr th a:hover {
	color: #333;
	background: #369;
}

table.another thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.another tfoot tr th, table.another tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.another tfoot tr th {
	width: 20%;
}

table.another tfoot tr td {
	width: 80%;
}

table.another td, table.another th {
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
	width: 20%;
}

table.another tr.odd th, table.sortable tr.odd td {
	background: #ffffff;
}

