/*
 * Mysql Ajax Table Editor
 *
 * Copyright (c) 2008 Chris Kitchen <info@mysqlajaxtableeditor.com>
 * All rights reserved.
 *
 * See COPYING file for license information.
 *
 * Download the latest version from
 * http://www.mysqlajaxtableeditor.com
 */
.orderColumnClass {
	border: 1px solid #333;
	padding: 4px;
	list-style: none;
	margin: 4px auto;
	cursor: move;
	line-height: 100%;
	width: 400px;
}

#ajaxLoader1 {
	position: absolute;
	left: 10px;
	top: 0px;
	display: none;
}

table.mateTable {
	border: 1px solid #ccc;
	color: #494949;
	text-align: center;
}

table.mateTable tr.header {
	background: url('../images/table_bg.gif') top left repeat-x;
	height: 36px;
	font-size:14px;
	font-weight: bold;
}

table.mateTable tr.header a {
	font-weight: bold;
	color: #003A73;
}

table.mateTable tr.header td {
	white-space: nowrap;
}

table.mateTable td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size:11px;
	padding:2px;
}

table.mateTable td.labelCell {
	font-weight: bold;
	text-align: right;
}

	table.mateTable input, table.mateTable textarea {
		text-align: center;
	}

.ajaxButton {
	margin: 3px;
}


a.resetDate img{
	padding: 1px;
	margin: 0 3px 0 3px;
	border: 1px solid red;
}

a.resetDate:hover img{
	border: 2px solid red;
	padding: 0px;
}

div#recordLayer {
	padding:5px;
	font-size:11px;
}

div#searchButtonsLayer {
	padding:10px;
	font-size:14px;
	text-align: center;
}

	div#searchButtonsLayer div.pageinfo {
		padding:8px;
		display: inline-block;
	}

div#titleLayer {
	visibility:hidden;
	display:none;
}

div#content ul.links {
	width:100%;
	display: block;
	text-align: right;
}

	div#content ul.links li {
		display:inline-block;
		padding: 0 5px;
	}

	div#content ul.links li a {
		display: block;
		padding: 5px 10px;
	}

div#content ul#page_number {
	display: inline;
	text-align: left;
	padding: 5px;
	margin-right: 25px;
}

	div#content ul#page_number li {
		display:inline-block;
		padding: 0;
	}

	div#content ul#page_number li a {
		display: block;
		padding: 5px 10px;
		border:0;
	}

		div#content ul#page_number li a:hover {
			border:0;
		}

	div#content ul#page_number li a.selected, div#content ul#page_number li a.selected:hover {
		font-weight:bold;
		color:#333;
		background-color:#e4e4e4;
		border:0;
	}

select#display_number {
	margin-right: 25px;
}

span.label {
	font-weight:normal;
	border-bottom:1px dashed #CCCCCC;
}

input, textarea, select {
	border:1px #ccc solid;
}