@CHARSET "UTF-8";
@IMPORT url("columns.css");
body {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: black;
}

#header {
	height: 163px;
	background-image: url('../images/header-background.png');
	background-repeat: repeat-x;	
}

#header #logo {
	width: 809px;
	height: 163px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#header #logo h1 {
	display: none;	
}

#header #logo p {
	color: #00B1FF;
	text-align: right;
	padding: 0px;
	margin: 58px 0px 0px 0px;
}

#menu {
	height: 24px;
	background-image: url('../images/menu-background.png');
	background-repeat: repeat-x;
}

#menu ul, #submenu ul {
	list-style: none;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 12pt;
}

#menu ul li, #submenu ul li {
	display:block;
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	height: 24px;
	font-weight: bold;
}

#menu ul li a, #submenu ul li a {
	color: #ffcccc;
	text-decoration: none;
	margin: 0px;
	padding: 4px 10px 0px 10px;
	font-size: 11pt;
	display:block;
	float: left;
	height: 22px;
}

#submenu ul li a {
	font-size: 9pt;
}

#menu ul li a:hover, #menu ul li a.active, #submenu ul li a:hover, #submenu ul li a.active {
	color: white;
	background-image: url('../images/menu-active.png');
	background-repeat: repeat-x;
}

#menu ul li a:hover, #menu ul li a.active {
	color: #bb0000;
}

#title-area {
	background-image: url('../images/menu-shadow.png');
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
	background-color: white;
}

#submenu {
	position: absolute;
	top: 187px;
	left: 20px;
	background-image: url('../images/submenu-left.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 26px;
	height: 29px;
}

#submenu ul {
	background-image: url('../images/submenu-background.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px;
	font-size: 10pt;
	float: left;
	height: 29px;
}

#submenu ul li {
	display: block;
	height: 29px;
	float: left;
}

#menu ul li.right {
	float: right;
}

a#logout {
	background-image: url('../images/logout-icon.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 19px !important;
}

a#logout:hover {
	background-image: url('../images/logout-icon-background.png') !important;
	padding-left: 22px !important;
}



#submenu ul li a:hover, #submenu ul li a.active {
	background-image: url('../images/submenu-active.png');
}

#title-area h1 {
	margin: 0px 0px 20px 0px;
	padding: 40px 5px 0px 35px;
	color: black;
	font-weight: bold;
	font-size: 18pt;
}

#title-area #content {
	margin: 0px 0px 0px 0px;
	padding: 0px 150px 20px 35px;
}

#footer {
	height: 10px;
	background-color: black;
	background-image: url('../images/footer-shadow.png');
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
}

#content {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	margin: 0px 0px 40px 0px;
}

h2 {
	margin: 30px 0px 20px 0px;
	clear: both;
	font-size: 14pt;
	font-weight: bold;
}

/************** FORM **************/

div.formContainer, div.staticFormContainer {
	width: 820px;	
}

div.staticFormContainer {
	margin: 0px 0px 30px 0px;
}

div.formBackground {
	background-image: url('../images/form-dark-background.png');
}

div.staticFormBackground {
	background-image: url('../images/staticform-dark-background.png');
}

div.form, div.staticForm {
	background-image: url('../images/form-light-background.png');
	margin: 0px 10px 0px 250px;
}

div.staticForm {
	background-image: url('../images/staticform-light-background.png');
}

div.staticForm div.item {
	
}

div.formItem, div.item {
	border-bottom: 1px solid #ff9999;
	margin: 0px 0px 0px -245px;
	padding: 3px 5px 3px 0px;
	width: 800px;
}

div.Condiciones {
	background:#ffffff;
	border-bottom: 0px solid #000000;
	margin: 0px 0px 0px -250px;
	width: 820px;
}

div.Condiciones label{
	font:Verdana;
	font-size:11px;
	color:#7F7F7F;
}

div.item {
	border-bottom: 1px solid #efefef;
}

div.item p {
	margin-top: 1px;
	margin-bottom: 1px;
}

div.formItem p {
	margin: 0px;
}

div.formItem p.title, div.formItem label, div.formItem p.description, div.item p.title {
	width: 240px;
	float: left;
}

div.formItem p.title, div.formItem label {
	font-weight: bold;
	color: white;
}

div.item p.title {
	font-weight: bold;
	color: black;
}

div.formItem p.description {
	color: white;
	text-transform: uppercase;
	font-size: 7pt;
	color: #FFBBBB;
	clear: left;
}

div.formItem div.value, div.item p.text {
	margin-left: 10px;
	float: right;
	display: block;
	margin-right: auto;
	width: 545px;
}

div.formItem div.value input.text, div.formItem div.value textarea {
	width: 100%;
	padding: 2px 2px 2px 20px;
	background-color: white;
	font-size: 10pt;
}

div.formItem div.value label {
	color: black;
	width: auto !important;
}

div.formItem input.inlinetext {
	padding: 2px 2px 2px 2px;
	background-color: white;
	font-size: 10pt;
}

input.required, textarea.required {
	background-image: url('../images/required-icon.png');
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

input.validationError, textarea.validationError {
	background-image: url('../images/validation-error-icon.png');
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

textarea.small {
	height: 120px;
	background-position: 2px 100px;
}

input.small {
	width: 65px;	
}

textarea.medium {
	height: 250px;
	background-position: 2px 230px;
}

textarea.big {
	height: 300px;
	background-position: 2px 280px;
}

div.value label {
	font-weight: bold;
	float: left;
	margin: 5px 5px 3px 0px;
}

div.value div.control {
	clear: both;
}

div.value input.checkbox, div.value input.radio {
	float: left;
	vertical-align: text-top;
	margin: 5px 5px 3px 0px;
}

div.value select {
	min-width: 200px;
	margin: 4px 0px 4px 0px;
}

div.value select.big {
	width: 100%;
}

div.formItem div.value div.validatorBalloon {
	clear:both;
}

div.validatorBalloon {
	background-image: url('../images/validation-balloon-end.gif');
	background-repeat: no-repeat;
	background-position: 6px 0px;
	padding: 8px 300px 0px 0px;
	margin: 0px 0px 3px 0px;
}


div.validatorBalloon p {
	background-image: url('../images/validation-balloon-background.png');
	background-repeat: repeat;
	width: auto;
	color: white;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	font-size: 9pt;
}

form.data div.submit {
	float: right !important;
}

form.data div.submit input {
	float: right !important;
}

form div.submit {
	float: left;
	height: 24px;
	font-size: 12pt;
	background-image: url('../images/button-right.png');
	background-repeat: no-repeat;
	background-position: right top;
	margin: 10px 0px 40px 10px;
	padding: 0px 10px 0px 0px;
}

form div.submit input {
	float: left;
	display: inline-block;
	height: 24px;
	background-image: url('../images/button-background.png');
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid white;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	padding: 0px 12px 0px 22px;
}


div.toolbartable form div.aplicar {
	position:absolute;
	top: -40px;
	right: 0px;
	height: 24px;
	font-size: 12pt;
	background-image: url('../images/button-right.png');
	background-repeat: no-repeat;
	background-position: right top;
	margin: 10px 0px 40px 10px;
	padding: 0px 10px 0px 0px;
}

div.toolbartable form div.aplicar input {
	position:absolute;
	top: 0px;
	right: 10px;
	height: 24px;
	background-image: url('../images/button-background.png');
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid white;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	padding: 0px 12px 0px 22px;
}

/* float clearer */
div.formItem:after, div.formContainer:after, div.item:after, #content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}


/************** TABLE **************/

div.toolbartable {
	position:relative;
	width: 820px;	
}

div.toolbar {
	height: 24px;
	background-image: url('../images/table-toolbar-background.png');
	background-repeat: repeat;
	border-bottom: 1px solid #be2624;
}

div.toolbar ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

div.toolbar ul li {
	float: left;
	display: block;
	height: 19px;
	color: white;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	background-image: url('../images/table-toolbar-separator.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.toolbar ul.right li {
	float: right;
	background-position: top left;
}

div.toolbar li form, div.toolbar li input, div.toolbar li p, div.toolbar li a, div.toolbar li div {
	float: left;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

div.toolbar li a, div.toolbar li p {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: white;
}

div.toolbar li a {
	text-decoration: none;
	color: white;
}

a.actualizar {
	background-image: url('../images/actualizar-icon.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 18px !important;
}

div.toolbar li input {
	margin: 3px 4px 0px 0px;
	padding: 0px 9px 0px 0px;
	height: 18px;
}

div.toolbar li form > input[type=submit] {
	font-size: 8pt !important;
}

div.toolbar select, div.toolbar label {
	float: left;
}

div.toolbar select {
	height: 18px;
	margin: 3px 4px 0px 0px;
	font-size: 8pt;
}

div.toolbar label {
	height: 18px;
	margin: 4px 4px 0px 0px;
}

div.search {
	background-image: url('../images/search-right.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 18px;
	width: 150px;
	margin: 3px 0px 0px 0px !important;
	padding: 0px 9px 0px 0px !important;
}

div.search input {
	border: none;
	margin: 0px !important;
	padding: 2px 0px 0px 20px !important;
	height: 18px;
	background-image: url('../images/search-background.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 150px;
	font-size: 9pt;
}

table.data {
	
}

table.data * {
	font-size: 10pt;
}

table.data thead tr {
	height: 24px;
	background-image: url('../images/table-headerbar-background.png');
	/*background-repeat: repeat;*/
	font-size: 10pt;
}

table.data thead td {
	font-weight: bold;
	color: white;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}

table.data thead td p {
	display: inline-block;
	float: left;
	height: 18px;
	color: white;
	text-decoration: none;
	background-image: url('../images/table-header-background.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px 0px 0px 6px;
	margin: 0px;
}

table.data thead td p span {
	display: inline-block;
	height: 18px;
	background-image: url('../images/table-header-right.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 1px 6px 0px 0px;
}

table.data td {
	padding: 4px;
}

table.data td.nodata {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding: 40px;
}

table.data tbody tr.odd td {
	border-left: 1px solid #eeeeee;
	background-color: white;
}

table.data tbody tr.even td {
	border-left: 1px solid #d1d1d1;
	background-color: #ebebeb;
}

table.data tbody {
	border: 10px solid green;	
}

table.data tbody tr.odd td.last {
	border-right: 1px solid #eeeeee;
}

table.data tbody tr.even td.last {
	border-right: 1px solid #d1d1d1;
}

table.data tfoot tr, div.tablefooter {
	height: 24px;
	background-image: url('../images/table-footer-background.png');
	background-repeat: repeat-x;
}

div.tablefooter, table.data tfoot tr td {
	padding: 4px;	
}

table.data tfoot tr td, div.tablefooter {
	color: white;
	font-weight: bold;
}

table.data tfoot tr td a, div.tablefooter a {
	color: white;
	text-decoration: underline;
}

div.tablefooter p {
	margin: 0px;
}

div.tablefooter p.price, div.tablefooter p.excel {
	float: right;
}

div.tablefooter p.excel {
	font-weight: normal;
}

p.price span.vat {
	font-size: 8pt;
	font-weight: normal;
}

td.tipoCurso {
	color: white;
	font-weight: bold;
}

/************** TEXT CONTENT **************/

a {
	text-decoration: underline;
	color: #cc3300;
}

div.message-ok {
	background-image: url('../images/message-ok-background.png');
	background-repeat: repeat;
	width: 400px;
	margin: 0px 0px 20px 0px;
	
}

div.message-error {
	background-image: url('../images/message-error-background.png');
	background-repeat: repeat;
	width: 400px;
	
	margin: 0px 0px 20px 0px;
	
}
div.message-ok p{
	padding: 5px 5px 5px 28px;
	font-size: 9pt;
	color: white;
	font-weight: bold;
	margin: 0px;
}
div.message-error p {
	padding: 5px 5px 5px 28px;
	font-size: 9pt;
	color: white;
	font-weight: bold;
	margin: 0px;
}

div.message-ok p a, div.message-error p a {
	color: white;
}

div.message-ok p {
	background-image: url('../images/message-icon-ok.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

div.message-error p {
	background-image: url('../images/message-icon-error.png');
	background-repeat: no-repeat;
	background-position: 6px 5px;
}
