@CHARSET "UTF-8";

/**
* Styling Admin Components
**/

a.editLink {
	margin: 20px 0;
	display: block; 
	
	padding: 3px 5px;
	text-align: center;
	text-decoration: underline;
	background-color: #900;
	border: 1px solid #500;
	max-width: 100px;
	color: #fff; 
}

p.add_bar a {
	display: block;
	text-align: center;
	padding: 2px;
	background: #7F0C22;
	width: 100px;
	height: 25px;
	line-height: 25px;
	color: #fff;
}

div.field {
	margin: 0 0 5px 0;
	clear: both;
	float: none;
}

div.field label {
	display: block;
	font-weight: bold;
}

div#image_div div,
div#file_div div {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #e4b703; 
	width: 260px;
}

div#image_div div img {
	max-width: 250px;
}

form img {
	max-width: 400px;
}

form div.field textarea {
	width: 500px;
	height: 250px;
	border: 1px solid #c7c7c7;
	margin: 5px 0;
	padding: 3px;	
}
form  input.text {
	width: 450px;
	border: 1px solid #c7c7c7;
	margin: 5px 0;
	padding: 3px;	
}
form input.submit {
	padding: 3px 10px;
	margin: 10px 0;
	background: #6BC0E6;
	border: 1px solid #0B40E6;
}


/**
* Pager
**/


div.pager {
	margin: 5px 0 5px 0;
	clear: both;
	float: none;
}

ul.pagerLinks li {
	list-style: none;
	display: inline;
	padding: 2px;
	border: 1px solid #000;
	background: #333;
	color: #999;
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 2px;
	font-size: 10px;
	text-align: center;
}

ul.pagerLinks li a {
	color: #fff;
	text-decoration: none;
	display: block;	
}

ul.pagerLinks li.pageInfo {
	width: auto;
	border: none;
	background: none;
	color: #333;
	line-height: 14px;
}

.error {
	color: white;
	background: #c00; 
}

.success {
	background: #0c0;
}

#loginForm {
	margin-left: 10px;	
}


/** TABLES **/

table td.weight input {
	width: 25px; 
}

table#list {
	border-collapse: collapse;
	min-width: 50%;
	margin-bottom: 10px;
	margin-left: 10px;
	background: #fff;
}

#moduleDescription {
	font-style: italic;
	margin: 10px 0;
}

table#list tr.row_b {
	background: #7be0f6;
	color: #000;
}

table#list tr.row_a {
	background: #cbf0f6;
	color: #000;
}

table#list tr.highlight {
	background-color: #ff9739; 
}

table#list tr th {
	background: #6bc0e6;
	color: #fff;
	padding: 5px;
	margin: 0;
}

table#list tr td {
	padding: 4px 6px ;
	vertical-align: middle;
}




table#list tr td.edit a,
table#list tr td.view a,
table#list tr td.delete a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #000;
	width: 40px;
	padding: 2px;
	margin: 2px;
	text-align: center;	
}



form.adminForm_filter {
	margin-left: 10px;
}

form.adminForm_gallery img {
	max-width: 500px;
}

