﻿/*img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ol li, #workarea ul li { margin: 0.6em 0; }
#workarea ul { list-style-type: disc; }


a#logo{
	display:block;
	width:100px;
	height:144px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}*/


table.content{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	font-size:10px;
	border:#555 solid 1px;
}
table.content th, table.content td{
	padding:3px;
	border:#555 solid 1px;
}
table.content th{
	text-align:center;
	vertical-align:top;
	font-weight:bold;
}
table.content td{
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}



div.month-choice{
	position:absolute;
	left:0;
	top:10px;
	width:100%;
	height:20px;
	font-size:16px;
	font-weight:bold;
}
div.month-choice > div{
	cursor:pointer;
	color:#3c72cc;
}
div.month-choice > div:hover{
	color:#c90000;
}

div.month-choice .prev-month{
	position:absolute;
	left:10px;
	top:0;
}
div.month-choice .next-month{
	position:absolute;
	right:10px;
	top:0;
}

div.calendar h3{
	text-align:center;
}


table.calendar{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}
table.calendar th span{
	color:#c90000;
}

table.calendar td{
	position:relative;
	padding:2px;
	border:#7ea5e2 solid 1px;
}

table.calendar td a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-weight:bold;
	text-decoration:none;
	background-color:#3e67a7;
	color:#fff;
	
}
table.calendar td a:hover{
	text-decoration:none;
	background-color:#5fcc5f;
	color:#fff;

}


.calendar-day-head{
	font-weight:bold;
}




.breadcrumbs{
	margin:0 0 15px 0;
}
.breadcrumbs > ul{
	list-style:none;
	margin:0;
	padding:0;
}
.breadcrumbs > ul li{
	display:inline-block;
	line-height: 20px;
}
.breadcrumbs > ul li a{
	display: block;
	padding: 0 15px;
	background: url(images/breadcrumbs_arrow.png) no-repeat center right;
	text-decoration: none;
	font-size: 11px;
	text-decoration:none;
}
.breadcrumbs > ul li a:hover{
	text-decoration:underline;
}

.breadcrumbs > ul li span{
	display: block;
	padding: 0 15px;
	color: #808080;
	text-decoration: none;
	font-size: 11px;
}