div#categorySearch {
    margin: 0px;
}
div#categorySearch #categorySearchForm {
    margin: 0px;
    padding-left: 4px;
    padding-bottom: 5px;
}
div#categorySearch #categorySearchForm .CommandWrapper {
	padding-right: 5px;
}
div#categorySearch .Element {
    margin-bottom: 10px;
    position: relative;
}
div#categorySearch label.Label {
    display: block;
}
div#categorySearch label span.Description {
    font-style: italic;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    font-weight: normal;
    border-style: dashed;
    border-style: double;
    border-style: groove;
    border-style: ridge;
    border-style: outset;
    border-style: inherit;
}
div#categorySearch #text {
    width: 193px;
}

div#categorySearch #periodLabel {
    display: block;
}

div#categorySearch #numResult {
    width: 60px;
}
div#categorySearch .DateWrapper {
    margin: 0px;
    padding: 0px;
}
div#categorySearch .DateWrapper label{
	float: left;
	width: 4em;
}
div#categorySearch .TextBox,
div#categorySearch .SelectBox,
div#categorySearch .TextArea,
div#categorySearch #period {
    width: 190px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div#categorySearch .Element img {
	margin-bottom: -2px;
}
div#categorySearch #fromDate,
div#categorySearch #toDate {
    width: 80px;
    text-align: center;
}

div#categorySearch label.SourceLabel {
    display: inline;
    float: left;
}
div#categorySearch label.SelectAllSourceLabel {
    display: inline;
    font-weight: normal;
}

div#topGallery{
    margin-top: 20px;
}
img#image{
    width: 200px;
}
div#categorySearch .Image em.HeadingDay,
div#categorySearch .Image em.HeadingWeek,
div#categorySearch .Image em.HeadingMonth {
	position: absolute;
	top: 1px;
	right: 1px;
}
div#categorySearch .Image em.HeadingDay div,
div#categorySearch .Image em.HeadingWeek div,
div#categorySearch .Image em.HeadingMonth div {
    display: none;
}

div#categorySearch div.Image {
	position: relative;
	text-align: center;
	padding: 10px 5px 0px 0px;
	margin: 0px;
}
.SpecificType {
    margin-top: 10px;
}
div#eventSection {
	margin-top: 5px;
    position: relative;
}
div#eventSection div.Event {
    position: relative;
    min-height: 30px;
    margin: .2em 0;
}
div#eventSection div.Event .DeleteEvent span {
    display: none;
}
div#eventSection div.Event .DeleteEvent {
    display: block;
    position: absolute;
    top : 3px;
    right: 5px;
    _right: 10px;
    width: 30px;
    height: 25px;
    background: url('../images/delete-event-button.png') top left no-repeat transparent;
	text-decoration: none;
}
div#eventSection div.Event .DeleteEvent:hover {
    background: url('../images/delete-event-button.png') bottom left no-repeat transparent;
}
div#eventSection div#layerWaiting {
    position: absolute;
    top: 0;
    left: 0;
    width: 209px;
    height: 0px;
    overflow: hidden;
}
