﻿/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr {
    background: url(images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 22px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr {
    text-decoration: underline;
    background: url(images/background_button_small-ovr.gif) repeat-x;
}


/****************************************/

/* Location form */
.locitem {
    margin: 0px 0px 5px 0px;
    width: 100%;
    padding: 0.25em;
}
.lbl {
    font-weight: bold;
    display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 100px;
	padding: 0;
	text-align: right;
     
}
.val {
    margin-left: 1em;
}

/* surrounds the buttons for list items */
.editbuttons {
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail {
    float: right;
    margin: 0 0.25em 0 0.5em;
}

/*used to clear the float for the thumbnail */
.clearlist {
    clear: right;
    margin: 0;
    padding: 0;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

/* event dowload button */
.downloadevent {
    font-size: 75%;
    vertical-align: middle;
    margin-top: 0.5em;
}
.downloadevent img {
    margin: 0 0.35em 0 0;
    border: none;
}


/* Used by the page number control */
.PageNumbers {
    display: inline;
}

.PageNumbers span {
    padding-left: 3px;
}
