/******************************************************************************/
/* Events Page                                                                */
/******************************************************************************/

/* Calendar ****************************************/

#calendar {
	border-collapse: collapse;
}

#calendar th {
	background: #574a3a;
}

#calendar #nav-head {
	color: #FFFFFF;
}

#calendar #nav-head a {
	color: #FFFFFF;
	text-decoration: none;
}

#calendar #nav-head th#prev {
	text-align: left;
}

#calendar #nav-head th#title {
	text-align: center;
}

#calendar #nav-head th#next {
	text-align: right;
}

#calendar #day-head {
	background: #F9758E;
	color: #FFFFFF;
}

#calendar td {
	width: 2em;
	text-align: center;
	vertical-align: middle;
	padding:10px !important;
	margin:3px;
}

#calendar .data {
	background: #FFFFFF;
}

#calendar .data td.event {
	background: #CDD903;
	color: #FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #a0be58;
	border-right:1px solid #a0be58;
}

#calendar .data td.current {
	background: #f5a445;
	color: #FFFFFF;
	font-weight:bold;
	border:1px solid #d98523;
}

#calendar .data td.event a {
	color: #FFFFFF;
	text-decoration: none;
}

#calendar .data td.event-no {
	border-bottom:1px solid #e0dedb;
	border-right:1px solid #e0dedb;
	background:#fff;
}

#calendar .data td.old {
	background: #F6F7E5;
	color:#dadcb9;
	border-bottom:1px solid #d7d9b7;
	border-right:1px solid #d7d9b7;
}

#calendar .data td.empty {
	background: #F6F7E5;
}

/* Key ****************************************/

table#key {
	margin-top: 2em;
}

table#key th {
	width: 2em;
}

table#key th#current {
	background:#f5a445;
}

table#key th#event {
	background: #CDD903;
}

/* Events ****************************************/

#events {

}

#events .event {
	border: 1px solid black;
	background: #AC9F83;
}

div.event {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #CCCCCC;
}

div.event p {
	margin: 10px 0 10px 0;
}

div.event h3 {
}

p.date {
	font-size:11px;
	color:#a7a29e;
	margin:5px 0 20px 0;
	padding:0 0 0 20px;
	background:url(/images/backgrounds/calendar.gif) left no-repeat;
}

/******************************************************************************/
/* Search Page                                                                */
/******************************************************************************/

#results .event {
	border: 1px solid black;
	background: #AC9F83;
}

div.result {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

div.result p {
	margin:0;
}

div.result p.description {
	margin-top: 5px;
}

div.result ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

div.result li {
	margin: 0;
	padding: 0;
}

#map {
	width: 500px;
	height: 300px;
}

.mainbutton {
	display:block;
	width:93px;
	height:25px;
	text-indent:-999em;
	background:url(/images/buttons/btn-find-supplier.gif) bottom left no-repeat;
}

/********** Google map infoWindows ****************************************/
div.infowindow {
	width:240px;
}

div.infowindow p {
	margin-bottom: 0;
}

div.infowindow p.nobreak {
	white-space: nowrap;
}

/********** Google map form ****************************************/

dl.zend_form p.search-description {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 80%;
}

dl.zend_form dd {
	margin: 0;
	padding: 0;
}

dl.zend_form dd.search-input {
	margin: 0;
	padding: 0 0 15px 0;
}

dl.zend_form label {
	font-weight: normal;
}

/******************************************************************************/
/* Supplier Details                                                           */
/******************************************************************************/

.product {
	float:left;
	margin: 10px;
}