﻿
.EventBrowser_Custom1 {
	width:100%;

}


.EventBrowser_Custom1 .item {
/*
	width: 100%;
*/
	background-color:#fdf6e5;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;	padding-bottom:7px;

	

}

.EventBrowser_Custom1 .title 
{
	font-weight:bold;
	font-size:12px;
	color:#a9987b;
}

.EventBrowser_Custom1 .title .titlediv
{
	font-weight:bold;
	font-size:12px;
	color:#a9987b;
	padding-right:10px;
	display:inline;

}
.EventBrowser_Custom1 .link {
	color:#8d6b31;
}
.EventBrowser_Custom1 .title .timediv
{
	font-weight:bold;
	font-size:12px;
	color:#a9987b;
	display:inline;
	padding-left:15px;

}
.EventBrowser_Custom1 .title .datediv
{
	font-weight:bold;
	font-size:12px;
	color:#a9987b;
	display:inline;
	padding-right:10px;
}

.EventBrowser_Custom1 .title .citydiv
{
	font-weight:bold;
	font-size:12px;
	color:#a9987b;
	display:inline;
}

.EventBrowser_Custom1 .content .contentdiv,.EventBrowser_Custom1 .content .contentdiv div {
	font-size:12px;
/*
	color:#ffffff;
*/
	color:#8D6B31;
	padding-top:15px;
	padding-bottom:15px;
	

}
.EventBrowser_Custom1 .more {
	cursor: hand;
	cursor: pointer;

}
.EventBrowser_Custom1 .more .morelink {

	background: url('/SiteFiles/Layout/button1.jpg') left top no-repeat;
    	font-weight: bold;
	text-transform:uppercase;
   	cursor: hand;
    	height: 24px;
    	font-size: 12px;
    	text-align:center;
    	color:#ffffff;
	width:79px;
	padding-top:5px;
	border:0px;
}
.EventBrowser_Custom1  .more .morelink:hover {
}


.EventBrowser_Custom1  .back {
	cursor: hand;
	cursor: pointer;

}
.EventBrowser_Custom1 .back .backlink {
	background: url('/SiteFiles/Layout/button1.jpg') left top no-repeat;
    	font-weight: bold;
	text-transform:uppercase;
   	cursor: hand;
    	height: 24px;
    	font-size: 12px;
    	text-align:center;
    	color:#ffffff;
	width:79px;
	padding-top:5px;
	border:0px;
}
.EventBrowser_Custom1 .back .backlink:hover {
}
.EventBrowser_Custom1 .seperator {
	border-bottom: solid 2px #948161;
	width: 100%;
	font-size:1px;
	height:0px;
	padding-top:7px;
}

