body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-left: 0px;
}

hr{
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	height: 1px;
}

#DataDepotSectionHeading
{
	background-color: #FFF8DC;
	font-weight: bolder;
	position: absolute;
	top: 42px;
	left: 134px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.small-logo{
	position: absolute;
	top: 30px;
	left: 16px;
}

.errortext{
	font-size: 12px;
	color: red;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	 	cursor: "hand";
	cursor: pointer;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	 	cursor: "hand";
	cursor: pointer;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.regular-label{
}

.smallgray{
	color: #CCCCCC;
	font-size: smaller;
}

.command-link-image{
	position: relative;
	top: 4px;
	left: -2px;
}

td.top-mini-label{
	vertical-align: bottom;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 8px;
	color: #999999;
	height: 15px;
	padding: 0px;
}

#more-options{
	font-size: smaller;
}

#userAddsection{
	border: 1px solid Silver;
	padding: 2px;
	margin: 2px;
}

#options{
	
}

.goodmessage{
	color: blue;
}

.badmessage{
	color: red;
	font-weight: bold;
}

.report-list-label{
	font-size: smaller;
	width: 240px;
	background-color: #FFCC66;
}