.spaced { margin-top: 15px; }
ul.orange {
	list-style-image:url(/static/images/square.gif);
}
ul.orange li {
	margin:0 0 3px 20px;
}
/* Proprietor menu */
ul#proprietor-menu{
	background-color: #D1D1D1;
	color: #FF6400;
	height: 15px;
	width: 707px;
}
ul#proprietor-menu a{
	color: #FF6400;
}
ul#proprietor-menu a:hover{
	text-decoration: underline;
}
ul#proprietor-menu li {
	float: left;
	list-style-type: none;
	width: 117px;
	text-align: center;
}
/* Proprietor*/
.proprietor legend{
	clear: both;
	float: left;
	display: block;
	color: #FF6400;
	font-size: 12px;
	font-weight: bold;
}
.proprietor dl dt {
	display:block;
	float:left;
	font-weight:bold;
	margin:2px 0;
	min-height:10px;
	overflow:hidden;
	padding:2px 0;
	text-align:right;
	width:30%;
}
.proprietor dl dd {
	display:block;
	float:left;
	margin:2px 0;
	min-height:15px;
	padding:2px 0 2px 5px;
	width:69%;
}
.proprietor input[type="text"]{
	width: 300px;
}
div.locationlist{
	max-height: 250px;
	overflow-y: scroll;
}
ul.parentlist {
	list-style-type:none !important;
	list-style-image:none !important;
	margin:0;
	padding:0;
}
ul.parentlist li {
	padding:2px 0 2px 5px;
	list-style-image:none !important;
	margin: 0 0 2px;
}
ul.parentlist ul{
	margin-left: 15px;
	list-style-type:none !important;
}
.error			{ border: 1px solid #FF5800 !important; }
.Region			{ color:Purple; }
.Province		{ color:RoyalBlue; }
.City			{ color:YellowGreen; }
.Neighbourhood	{ color:DarkOrange; }

/* Tables  */
table.proprietor {
	border:1px solid #bbb;
	padding:1px;
	margin:0.5em 0;
}
table.proprietor th {
	background-color:#ccc;
	color:#fff;
	border-bottom:1px solid #bbb;
	border-top:1px solid #ddd;
	font-weight:bold;
	padding:1px 1em;
	text-align:left;
}
table.proprietor th.icons {
	width:60px;
}
table.proprietor th a {
	color:#fff;
	text-decoration:none;
}
table.proprietor th a:hover {
	text-decoration:underline;
}
table.proprietor tbody tr {
	background:url(/static/images/row-bg.png) #f4f4f4 repeat-x;
}
table.proprietor tbody td {
	border-bottom:1px solid #bbb;
	border-top:1px solid #fff;
	padding:1px 1em;
}
table.proprietor tbody tr:hover {
	color:blue;
} 
table.proprietor tfoot td {
	background-color:#ddd;
	color:#000;
	border-bottom:1px solid #bbb;
	border-top:1px solid #ddd;
	padding:1px 1em;
	text-align:left;
}
.null {
	color:red;
	font-style:italic;
}

/**
 *	5.1) Calendar
 */
table.calendar {
	border-collapse:collapse;
	width:100%;
	border:1px solid #BBBBBB;
	margin:0.5em 0;
	padding:1px;
}
table.calendar caption {
	font-size:18px;
	padding:5px;
	width:100%;
}
table.calendar thead tr th {
	font-size:16px;
	padding:5px;
	background-color:#c1c1c1;
	border-bottom:1px solid #BBBBBB;
	border-top:1px solid #DDDDDD;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 1em;
	text-align:center;
}
table.calendar thead tr th.prevmonth {
	font-size:10px;
	text-align:left;
}
table.calendar thead tr th.nextmonth {
	font-size:10px;
	text-align:right;
}
table.calendar colgroup.weeknum {
	background-color:#f0ffff;
}
table.calendar colgroup.weekend {
	background:#FF6400;
}
table.calendar tbody tr.weekdays th {
	background-color:#c1c1c1;
	border-bottom:1px solid #BBBBBB;
	border-top:1px solid #DDDDDD;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 1em;
	text-align: center;
}
table.calendar tbody tr.weekdays th.weeknum {
	background:#c1c1c1;
	border-right:0;
}
table.calendar tbody tr td {
	border:1px solid #CACACA;
	height:115px;
	padding:2px 0;
	vertical-align:top;
}
table.calendar tbody tr td.weeknum {
	border-left:0;
	vertical-align:middle;
}
table.calendar tbody tr.first td {
	border-top:0 !important;
}
table.calendar tbody tr td.diffmonth {
	background-color:#e9e9e9;
}
table.calendar tbody tr td {
	background:#fff url(../images/calendar/bg-td-weekend.png) top repeat-x;
	font-size:11px;
}
table.calendar tbody tr td.day {
	width:14%;
}
table.calendar tbody tr td.weeknum {
	background:#c1c1c1;
	border:1px solid #BABABA;
	border-left:0;
	border-right:0;
	padding:0px 7px 0px 3px;
}
table.calendar tbody tr td.weekend {
	background-image:url(../images/calendar/bg-td.png);
}
table.calendar tbody tr td.today {
	background-color:#ffffdd;
}
table.calendar tbody tr td div.cell-header {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	height:18px;
	margin:0;
	padding:0 3px;
	text-align:right;
}
table.calendar tbody tr td div.cell-header div.addEvent {
	float:left;
}
table.calendar tbody tr td.diffmonth div.cell-header {
	color:#c1c1c1;
}

table.calendar tbody tr td ul.agenda,
ul.agenda {
	list-style-type:none;
}
ul.agenda li {
	background-color: #ffb280;
}
ul.agenda li.black {
	background-color: #444444;
	color: #ffffff !important;
}
table.calendar tbody tr td ul.agenda li {
	font-size:10px;
	margin: 0 0 5px;
	padding: 3px;
	color:#000;
}
table.calendar tbody tr td ul.agenda li div.event-header,
ul.agenda li div.event-header {
}
table.calendar tbody tr td ul.agenda li span.time,
ul.agendali span.time {
	color:#aaa;
}
table.calendar tbody tr td ul.agenda li span.icons,
ul.agendali span.icons {

}
table.calendar tbody tr td ul.agenda li span.icons img,
ul.agenda li span.icons img {
	cursor:pointer;
}
table.calendar tbody tr td ul.agenda li div.title,
ul.agenda li div.title {
	clear:left;
	margin-left:-13px;
	margin-top:3px;
}
table.calendar tbody tr td ul.agenda li a {
	color:#000;
}
table.calendar tbody tr td ul.agenda li.completed div.title,
ul.agenda li.completed div.title {
	text-decoration:line-through;
}
table.calendar tbody tr td ul.agenda li.completed:hover div.title,
ul.agenda li.completed:hover div.title {
	text-decoration:none;
}
table.calendar tbody tr td.past ul.agenda li.not-completed div.title,
ul.agenda li.not-completed.past div.title {
	color:red;
}
#blockdates {
	display: block;
	clear: both;
}
