/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1-feb-2015, 13:19:41
    Author     : nlemmens
*/

table.calendar
{
    border: 0px;
    border-spacing: 0px;
    text-align: center;
}

th.calendar{
    border-bottom: 1px dotted #848484;
    font-weight: bold;
    font-size: 11px;
    width: 75px;
}

table.calendar td{
    font-size: 14px;
}

th.calendar, td.calendar{
    background-color:white;
}

td.full {
    background-color: #f44421;
}

td.near_full {
    background-color: #eafd45;
}

td.available {
    background-color: #5eff62;
}

td.livestream {
    background-color: #34b7eb;
}

th.border_right, td.border_right{
    border-right: 1px dotted #848484;
}

table.calendar a:hover, table.calendar a:visited, table.calendar a:link, table.calendar a:active
{
	color:			black;
}

table.breed_650_px
{
	width: 650px;
	font-family: verdana;
	font-size: 12px;
	border-bottom: 1px dotted #848484;
	margin-bottom: 10px;
}

table.breed_850_px
{
	width: 850px;
	font-family: verdana;
	font-size: 12px;
	border-bottom: 1px dotted #848484;
	margin-bottom: 10px;
}

table.breed_650_px_no_bottom_border
{
	width: 650px;
	font-family: verdana;
	font-size: 12px;
		margin-bottom: 10px;
}

table.breed_850_px_no_bottom_border
{
	width: 850px;
	font-family: verdana;
	font-size: 12px;
		margin-bottom: 10px;
}

p {
    font-size: 13px;
    font-family: verdana;
}

td.text_alignment_right {
    text-align: right;
}

td.text_alignment_left {
    text-align: left;
}

p.table_segment_spacer
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}