/* Tables */
table.fullwidth {
	width:100%;
	clear:both;
	font-size:13px;
	padding:1px;
	margin-bottom:10px;
}

table.normal {
	font-size:13px;
	padding:1px;
	margin-bottom:10px;
}

table.fullwidth thead, table.normal thead {
	height:28px;
	text-transform:uppercase;
	font-size:10px;
}

table.fullwidth td, table.normal td {
	padding:7px 9px;
	margin:1px 0;
}

table.fullwidth td.selected, table.normal td.selected {
	background-color: #6f94c4;
	/*
border:1px solid #000;
*/
}

table.fullwidth td.busy, table.normal td.busy {
	background-color: #ff1c16;
}


table.fullwidth, table.normal {
	 border:1px solid #f0f0f0;
}

table.fullwidth thead, table.normal thead {
	color:#fff;
	background-color: #454545;
}

table.fullwidth thead tr, table.normal thead tr {
 color:#fff;
 padding: 5px;
}

table.fullwidth thead tr th, table.normal thead tr th{
 color:#fff;
 padding: 5px;
 text-align: center;
}

table.text-left thead tr th, table.normal thead tr th{
 color:#fff;
 padding: 5px;
 text-align: left;
}

table.fullwidth thead tr.text_left th, table.normal thead tr.text_left th{
 text-align: left;
}

table.fullwidth thead tr th a, table.normal thead tr th a{
 color:#fff;
 padding: 5px;
 text-align: center;
 text-decoration: none;
}

table.fullwidth tbody tr, table.normal tbody tr {
 color:#666;
 /*cursor:pointer;*/
 text-align:center;
 background:#f2f2f2;
}

table.fullwidth tbody tr.error_table, table.normal tbody tr.error_table {
 background:#fbe3e4;
}

table.fullwidth tbody tr:hover, table.normal tbody tr:hover {
 background:#d8d8d8;
}

table.fullwidth tbody tr td.center, table.normal tbody tr td.center{
	text-align: center;
}

table.fullwidth tbody tr td.td-image, table.normal tbody tr td.td-image{
	padding: 10px;
}	

table.fullwidth tbody tr td .plv_screenshot, table.normal tbody tr td .plv_screenshot{
	position: relative;
    max-width: none;
    margin: auto;
}

table.fullwidth tbody tr td .plv_screenshot .info_superECO, table.normal tbody tr td .plv_screenshot .info_superECO {
	position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 25px solid #454545;
    border-top: 25px solid #454545;
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    font-size: 20px;
    color: white;
}

table.fullwidth tbody tr td .plv_screenshot .info_superECO span, table.normal tbody tr td .plv_screenshot .info_superECO span{
	position: absolute;
    top: -20px;
    right: -20px; 
}

table.fullwidth tbody tr td .plv_screenshot .text_superECO, table.normal tbody tr td .plv_screenshot .text_superECO {
	padding: 6px;
	display: none; 
	position: absolute;
	bottom: 0px;
	background-color: rgba(69, 69, 69, 0.8);
	color: white;
	font-size: 13px;
}

table.fullwidth tbody tr img, table.normal tbody tr a{
	margin:0px auto;
	text-align:center;
}

table.fullwidth tbody tr img, table.normal tbody tr a img{
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}

table.fullwidth tbody tr img.vertical, table.normal tbody tr a img.vertical{
	height:100% !important;
    max-width:none !important;
    max-height:none !important;
}

table.fullwidth tbody tr img.vertical, table.normal tbody tr a img.vertical{
	height:100% !important;
    max-width:none !important;
    max-height:none !important;
}

table.fullwidth tbody tr.odd, table.normal tbody tr.odd {
 background:#f9f9f9;
 color:#666;
}

table.fullwidth tbody tr.odd:hover, table.normal tbody tr.odd:hover {
 background:#d8d8d8;
}

table.fullwidth tbody tr:hover, table.normal tbody tr:hover {
 color:#333;
}

table.fullwidth thead tr:hover, table.normal thead tr:hover {
 color:#fff;
}

.anada{
	border:none;
	text-decoration:none;
}

/*
 * Calendar
*/

.calendar {
    width: 100%;
    border-collapse: collapse;
}

.calendar .month, .calendar .previous_month, .calendar .next_month {
    color: #222;
	text-align:center;
	padding-bottom: 5px;
    margin: 0 0 10px 10px;
	border-bottom:1px solid #CCC;
	text-transform: uppercase;
}

.week_header
{
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
}

.day_header {
    font-weight: normal;
    text-align: center;
    color: #222;
    font-size: 10px;
	padding: 5px 0px;
}

.calendar td {
    /* width: 14%;  Force all cells to be about the same width regardless of content */
    border:1px solid #CCC;
    min-height: 50px;
	height: 50px;
	width:14%;
    vertical-align: top;
    font-size: 10px;
    padding: 0;
	color: #222;
}

.calendar td.selected {
	background-color: #6f94c4;
	border:2px solid #CCC;
}

.calendar td.busy {
	background-color: #ff1c16;
}

.calendar td.selected:hover {
	background-color: #6f94c4;
	border: 2px solid #CCC;
}

.calendar td.busy:hover {
	background-color: #ff1c16;
}

.calendar td:hover {
    background: #F3F3F3;
}

.day_listing {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #2C2C2C;
    padding: 5px 5px 0 0;
}

div.today {
    /*background: #E9EFF7;*/
   font-weight: bold;
    height: 100%;
}  

table .header{
	cursor:pointer;
}

table .col-right-bottom{
	border-bottom: 1px solid #454545; 
	border-right: 1px solid #454545	
}
