﻿@charset "utf-8";


.breadcrumbs {
	float: left;
	font-size: 14px;
	margin-bottom: 15px;
}

.grid-view {
	
}

.grid-view-loading
{
	background:url(loading.gif) no-repeat;
}

.grid-view
{
	padding: 15px 0;
}

.grid-view table.items
{
	background: #ffffff;
	border-collapse: separate;
	width: 100%;
	border: 1px solid #A1555F;
}

.grid-view table.items th, .grid-view table.items td
{
	font-size: 0.9em;
	border: 1px #ffffff solid;
	padding: 0.3em;
}

#content .grid-view table.items td p {
	margin-bottom: 0;
}

.grid-view table.items th {
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	background: #a60024 url(fnd-th-datagrid.png) repeat-x fixed left bottom;
}

.grid-view table.items th a
{
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
}

.grid-view table.items th a:hover
{
	color: #ffffff;
}

.grid-view table.items th a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items th a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items tr.even
{
	background: #f0e1c2;
}

.grid-view table.items tr.odd
{
	background: #f6f0df;
}

.grid-view table.items tr.selected
{
	background: #dddab5;
}

.grid-view table.items tr:hover
{
	background: #dddab5;
}

.grid-view table.items tr.filters
{
	background: #dadada;
}

.grid-view .link-column img
{
	border: 0;
}

.grid-view .button-column
{
	text-align: center;
	width: 60px;
}

.grid-view .button-column img
{
	border: 0;
}

.grid-view .checkbox-column
{
	width: 15px;
}

.grid-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.grid-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.grid-view .empty
{
	font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select
{
	width: 100%;
	border: 1px solid #ccc;
}

/* Formularios */


.form {
	width: 600px;
	margin: auto;
}

.form .row {
	margin-bottom: 15px;
}

.form .row label {
	font-weight: bold;
}

.form .row label.required {
	color: #a60024;
}

.form .row input, .form .row select {
	margin-top: 5px;
	width: 600px;
}

.form .row input[type="checkbox"]  {
	position: relative;
	width: auto;
	float: left;
	margin: 0 5px;
}

.form .cke_1 {	
	margin-top: 5px;
	width: 100% !important;
}

.search-button {
	display: block;
	width: 200px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}

.search-form {
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	overflow: auto;
}

.form .buttons input, .search-form .buttons input {
	padding: 10px;
	float: right;
	width: auto;
}

/* Formulario de Login  */

form#login-form {
	width: 350px;
	margin: auto;
	padding: 15px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	overflow: auto;
}

form#login-form div {
	margin-bottom: 15px;
}

form#login-form p {
	padding: 4px;
	background-color: #dadada;
}

form#login-form label {
	display: block;
	width: 150px;
	margin-bottom: 5px;
}

form#login-form input {
	width: 350px;
}

form#login-form input[type="submit"] {
	width: auto;
	text-align: center;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	float: right;
}

/* Menú  */

.portlet-decoration {
	padding: 8px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #cccccc;
}

/* Paginación */

#content .pager {
	position: relative;
	width: 720px;
	height: 18px;
	padding-top: 4px;
	padding-left: 15px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: left;
	background-color: #a60024;
	color: #ffffff;
	font-weight: bold;
	clear: both;
}

#content .pager ul {
	position: absolute;
	top: 2px;
	left: 80px;
	width: 600px;
	text-align: center;
	font-weight: inherit;
}

#content .pager ul li {
	display: inline;
}

#content .pager .page, #content .pager .first , #content .pager .previous, #content .pager .next, #content .pager .last {
	margin-left: 3px;
	margin-right: 3px;
}

#content .pager .hidden {
	display: none;
}

#content .pager .selected {
	font-weight: bold;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #d07300;
}

#content .pager a, #content .pager a:link, #content .pager a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

#content .pager a:hover, #content .pager a:active {
	color: #d07300;
}