/* base CSS file for pcms */
html { overflow-y: scroll; }
div.error ul { margin-bottom: 0.5em; margin-top: 0.5em; }

/* mods to blueprint for explicit containers */
div.image-getajax-container img { margin-top: 0; margin-bottom: 0; }

/* mods for fieldset to ensure form display groups render correctly */
fieldset {
	font-size: 100%;
	font-weight: bold;
	border-width: 0;
	margin: 0px 0px 1.5em;
	padding: 0;
}
legend {
	font-size: 100%;
}

/* mods for showing loading images */
.loading {
	height: 32px;
	margin: 1.5em 0;
	background-color: transparent;
	background-image: url('/gfx/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: top;
}

/* class to format a list of files */
.file-list {
	display: block;
	padding-left: 0;
}
.file-list li {
	position: relative;
	display: block;
	margin-bottom: 1.5em;
	margin-left: 24px;
}
.file-list li span.ss_sprite {
	position: absolute;
	left: -22px;
	padding-bottom: 0;
	margin-top: 1px;
}

/* table formatting */
table.cell-tr thead tr th, table.cell-tr tbody tr td { text-align: right; }
table.cell-tc thead tr th, table.cell-tc tbody tr td { text-align: center; }

/* comparision span for comments next to buttons */
span.button-text {
    background-color: whiteSmoke;
    border: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-top: 1px solid #EEE;
    color: #565656;
    display: block;
    float: left;
    font-family: 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 130%;
    margin: 0.7em 0.5em 0.7em 0px;
    padding: 5px 10px 5px 7px;
    text-decoration: none;
}
