@import url("../../../include/nobootstrap.css");
@import url("../../../include/pure/pure-min.css");
@import url("../../../include/pure/grids-min.css");
@import url("../../../include/pure/grids-responsive-min.css");

body
{
	font-family: arial;
}

a, a:visited, a:active
{
	text-decoration:none;
	color: black;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}

h3
{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

p
{
	font-family: arial;
	font-size: 9pt;
}

img.bild 
{
	border-style: solid;
	border-color: grey;
	border-width: 1pt;
}

div.border 
{
	border-style: solid;
	border-color: grey;
	border-width: 1pt;
	padding: 4pt;	
}

.paginator
{
	font-size: 10pt;
}

.current_page
{

	font-weight: 900;
	padding: 3px;
}

.paginator a:link, .paginator a:visited { color: black; text-decoration: none;}
.paginator a:hover { color: grey; text-decoration: none;}
table.paginator tr td {padding-left: 3px; padding-right: 3px; }

table.datatable tr td a:link, table.datatable tr td  a:visited { color: black; }

table
{
	font-size: 10pt;
}

table.datatable 
{
	_background-color: #EEEEEE;
	_border-style: solid;
	_border-width: 1pt;
	_border-color: grey;
	font-size: 9pt;
}

table.datatable tr td, table.datatable th 
{
	padding-left: 10pt;
	padding-right: 10pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
}

table.datatable th
{
	background-color: #CCCCE5;
	color: black;
	margin-left: 0px;
	margin-right: 0px;
}

table.datatable tr.odd
{
}

table.datatable tr.even
{
	background-color: #E9E9E9;
}

table.datatable td
{
}

.label
{
	font-size: 9pt;
}

.data
{
	font-size: 10pt;
}


table.weekcalendar
{
	border-collapse:collapse;
}

table.weekcalendar th
{
	color: white;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

table.weekcalendar td, table.weekcalendar th 
{
	padding: 5px;
	border: 1px solid #C0C0C0; /*rgb(134,174,204);*/
}

table.weekcalendar td.busy
{
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    font-size: 9pt;
}

table.weekcalendar td.free:hover
{
    background: rgba(212,228,239,1);
}
