/* EDIT FORM */

.gangplank-edit label {
	display: block;
	font-weight: bold;
}
.gangplank-edit .help-text {
	display: block;
	color: #666;
}
.gangplank-edit .w-text {
	width: 250px;
}
.gangplank-edit .w-textarea {
	width: 95%;
	height: 15em !important;
}

/* LIST - GENERAL */
.gangplank-list {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.gangplank-list a img {
	border: 0;
	margin: 0 6px;
}
.gangplank-list caption {
	color: white;
	font-weight: bold;
	font-size: 110%;
	background: #009;
	padding: 5px;
}

/* LIST - BODY */
.gangplank-list tbody td {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 12px;
	padding: 4px;
}
.gangplank-list tbody .odd td {
	background: #fafafa;
}
/* left-most column gets a darker left border.. */
.gangplank-list tbody td.group {
	border-left: 1px solid #ccc;
}
/* ..and the right-most too */
.gangplank-list tbody td.edit {
	border-right: 1px solid #ccc;
}
/* ..and the bottom border of the last row */
.gangplank-list tbody .lastrow td {
	border-bottom: 1px solid #ccc;
}

/* LIST - FOOTER */
.gangplank-list tfoot td {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 12px;
	padding: 4px;
}
.gangplank-list tfoot td:first-child {
	border-left: 1px solid #ccc;
}
.gangplank-list tfoot td:last-child {
	border-right: 1px solid #ccc;
}

/* LIST - HEADER */ 
.gangplank-list th {
	background: #f6f6f6 url(../gangplank/gangplankimages/bg.gif);
	font-size: 12px;
	padding: 4px;
}
.gangplank-list thead td:first-child {
	border-left: 1px solid #ccc;
}
.gangplank-list thead td:last-child {
	border-right: 1px solid #ccc;
}
.gangplank-list thead th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.gangplank-list thead th.curorderby {
	background: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.gangplank-list thead th.curorderby:after {
	content: " \2193";
}
.gangplank-list thead th:first-child {
	border-left: 1px solid #ccc;
}
.gangplank-list thead th:last-child {
	border-right: 1px solid #ccc;
}
.gangplank-list thead .pagination {
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-top: 0;
}

