.orderHint{
	font-size: 0.8em;
	color: #770;
}

.clickable{
	cursor: pointer;
}

.error{
	font-weight: bold;
	color: red;
}

td.Book, em.Book{
	color: blue;
	font-weight: bold;
}

td.Res, em.Res{
	color: red; 
	font-weight: bold;
}

td.prereservation{
	color: red; 
	font-weight: bold;
}

tr.sum, tr.sum td{
	font-weight: bold;
	border-top: 2px solid black;
}

a.rowLink{
	text-decoration: inherit;
	color: inherit;
	cursor: inherit;
}

textarea.processScript{
	width: 500px;
	height: 200px;
}

div.ui-widget{
	font-size: 1em;
}

em.reminded, em.reminded a{
	color: #606000;
}

em.paydelay, em.paydelay a{
	color: red;
}

em.reminded, em.reminded a{
	font-weight: bold;
}

.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  white-space: nowrap;
}

body
{
	margin: 0;
	padding: 0;
	color: #222;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

.grid-view tr.canceled{
	text-decoration: line-through;
}

.grid-view tr.archived{
	text-decoration: line-through;
}

.grid-view table.items tbody tr.late, .late{
	background: #AAA;
}

em.late{
	color: black;
	font-style: normal;
}

em.warning{
	background: #F0F000;
	color: black;
}

p.hint{
	color: #707070;
}

button.small{
	font-size:inherit;
	margin:0;
	line-height:1em;
}

table.clickable td{
	cursor: pointer;
}

input.date, .grid-view input.date, .grid-view .filters input.date{
	width: 100px;
}

.ui-dialog .buttonRow{
	text-align: right;
}

.ui-dialog p.close button.close{
	width: 90%;
}

table.small{
	font-size: 0.9em;
	line-height: 1em;
}

table.items{
	border-collapse: collapse;
}

table.items td{
	border: 1px solid white;
	padding: 0.3em;
}

table.items tr.even{
	background: rgb(248, 248, 248);
}

table.items tr.odd{
	background: rgb(229, 241, 244);
}

em.train{
	font-style: normal;
}

em.Mo, em.Di, em.Mi, em.Do{
  background-color: #FFFFA0;
}
em.Fr{
  background-color: #A0A0FF;
}
em.Sa{
  background-color: #A0FFA0;
}
em.So{
  background-color: #FFA0A0;
}

.ui-dialog p.close{
	text-align: center;
}

.dangerLight fieldset legend,.danger fieldset legend{
	background: white;
	padding: 0 5px;
	border-radius: 4px;
}

.danger fieldset, .dangerLight fieldset{
	background: #FDD;
}

p.danger{
	color: red;
	font-weight: bold;
}

fieldset legend{
	background: white;
	padding: 0 5px;
	border-radius: 4px;
}

fieldset.orderProcess div.radioBox{
	display: inline;
}

fieldset.orderProcess div.radioBox label{
	width: 175px;
}

ul.actions {
	padding: 0;
	text-align: center;
}

ul.actions li{
	display: inline-block;
}

p.buttonRow{
	vertical-align: middle;
}

ul.actions a, button, a.button, p.buttonRow a{
	vertical-align: middle;
	display: inline-block;
	background: #DDD;
	border: 2px outset #DDD;
	border-radius: 4px;
	padding: 3px;
	margin: 2px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	text-align: center;
	cursor: pointer;
}

a.big, button.big{
	width: 90%;
}

.number{
	text-align: right;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 10px 20px;
	border-top: 3px solid #C9E0ED;
	font-size: 200%;
	text-align: right;
}

em.taxRate
{
	font-size: 80%;
	font-style: normal;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#user
{
	color: #005000;
}

#logo
{
	float: left;
}

.grid-view input
{
	width: 100%;
	border: 1px solid #ccc;
}

#mainmenu
{
	z-index: 5;
	position: relative;
}

/*#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}*/

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view, a.indexView
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.link{
	cursor: pointer;
}

div.link:HOVER{
	background: #AAA;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

#templateEditarea{
	width: 100%;
	overflow: hidden;
	/*background: green;*/
	left: 0;
	top: 0;
}

#templateEditarea textarea{
	border: 1px inset gray;
	width: 100%;
	height: 700px;
}

#templateEditor{
	
}

.trainCar .seat{
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.trainCarChassis .full{
	background: red;
}

.trainCarChassis .partial{
	background: #B0A000;
}

span.scanDate{
	font-style: italic;
}

td[data-link]{
	text-decoration: underline;
	cursor: pointer;
}
