@charset "utf-8";
/* CSS Document */

.listing table {
	margin:10px 0px;
	width:100%;
}
.listing table th.sorted {
	text-decoration:underline;
}
.listing table th {
	border-bottom:2px solid #000000;
	padding:3px
}
.listing table td {
	text-align:center;
	padding:3px;
}
.listing table td.primary {
	text-align:left;
}
.listing .options {
	text-align:right;
	height:100%; overflow:hidden;
}
.listing .options form { float:left; }
.listing table .trhover { background:#efefef;}

.listing ul.actions {
	height:100%; overflow:hidden;
}
.listing ul.actions, 
.listing ul.actions li,
.listing ul.actions ul {
	margin:0px; padding:0px;
	list-style:none;
}
.listing ul.actions li {
	position:relative;
	float:left;
}
.listing ul.actions li a {
	cursor:hand; cursor:pointer;
	display:block; padding:2px 4px;
}
.listing ul.actions ul {
	display:none;
	position:absolute;
	background:#FFFFFF;
	border:1px solid #000000;
	top:-1px;
}
.listing ul.actions li.separator {
	border-right:1px solid #CCCCCC;
	width:1px; overflow:hidden;
}
.listing ul.actions li:hover ul,
.listing ul.actions li.hover ul {
	display:block;
}
.listing .options {
	height:100%; overflow:hidden;
	border:1px solid #efefef;
	background:#fefefe;
	padding:5px;
}
.listing .options ul.actions {
	float:right;
	font-size:11px;
}

ul.fListing {
	margin:10px 0px; padding:0px;
	list-style:none;
	height:100%; overflow:hidden;
}
ul.fListing li {
	list-style:none;
	margin:0px; padding:5px 0px;
	position:relative;
	height:100%; overflow:hidden;	
	background:#fbfbfb;
	margin-bottom:3px;
}
ul.fListing.col2 li {
	float:left;
	width:49%; margin-right:1%;
	margin-bottom:1%;
}
ul.fListing li:hover {
	background:#f0f0f0;
}

ul.fListing li .actions {
	float:right;
	padding:12px 10px 0px;
	display:none;
	font-size:80%;
}
ul.fListing li .actions a {
	color:#333333;
	text-decoration:none;
	text-transform:uppercase;
	padding:2px 4px;
}
ul.fListing li .actions a:hover {
	background:#ccc;
	color:#000000;
}

ul.fListing li:hover .actions {
	display:block;
}
ul.fListing li h3 {
	margin:0px;
}

ul.fListing li h3 .status {
	padding:1px 3px 2px; margin:0px 3px;
	color:#FFFFFF;
	font-size:11px; font-weight:normal;
}
.bg-red {
	background:#993333;
}
.bg-green {
	background:#009900;
}

ul.fListing li .primary {
	float:left; padding-left:10px;
	font-size:90%; color:#666666;
}
ul.fListing li h3 a {
	font-size:110%;
	color:#000000;
	text-decoration:none;
}

.pages {
	float:right;
}
.pages a {
	padding:1px 5px;
	margin:0px 1px;
	color:#333333;
	text-decoration:none; font-size:90%;
}
.pages a:hover {
	background:#ccc;
	color:#000000;
}
.pages a.selected {
	background:#ccc;
	color:#000000;
	font-weight:bold;
}
.page-filters {
	margin-bottom:20px;
	height:100%; overflow:hidden;
}
.page-filters .button {
	font-size:10px;
}
.page-filters a {
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
}
.page-filters input,
.page-filters select {
	padding:2px;
	font-size:12px;
}
.page-filters select {
	float:right;
	margin-right:4px;
}

/*-------------------------added on 2011-12-17----------------------------------*/
tr.fListing {
	margin:10px 0px; padding:0px;
	list-style:none;
	height:100%; overflow:hidden;
}
tr.fListing td {
	list-style:none;
	margin:0px; padding:5px 0px;
	position:relative;
	height:100%; overflow:hidden;	
	background:#fbfbfb;
	margin-bottom:3px;
}
.fListing.col2 {
	float:left;
	width:49%; margin-right:1%;
	height:60px;
	margin-bottom:1%;
	background-color:#FBFBFB;
}
.fListing.col2:hover {
	background-color:#cccccc;
}

tr.fListing td:hover {
	background:#f0f0f0;
}
.fListing.col2 a:hover {
	background:#f0f0f0;
}
.fListing.col2 .primary {
	float:left;
	width:49%;
	margin:10px 0 0 5px;
}
.fListing.col2 .actions {
	float:right;
	
	margin:10px 10px 0 0;
}
tr.fListing td .actions {
	float:right;
	padding:12px 10px 0px;
	display:none;
	font-size:80%;
}
tr.fListing td .actions a {
	color:#333333;
	text-decoration:none;
	text-transform:uppercase;
	padding:2px 4px;
}
tr.fListing td .actions a:hover {
	background:#ccc;
	color:#000000;
}

tr.fListing td:hover .actions {
	display:block;
}
tr.fListing td h3 {
	margin:0px;
}

tr.fListing td h3 .status {
	padding:1px 3px 2px; margin:0px 3px;
	color:#FFFFFF;
	font-size:11px; font-weight:normal;
}
.bg-red {
	background:#993333;
}
.bg-green {
	background:#009900;
}

tr.fListing td .primary {
	float:left; padding-left:10px;
	font-size:90%; color:#666666;
}
tr.fListing td h3 a {
	font-size:110%;
	color:#000000;
	text-decoration:none;
}
