a, a:visited {
    text-decoration: none;
}

a, a:visited,
body {
    color: #666;
}

body {
    background: white;
    text-align: center;
}

body,
table,
textarea,
select,
input,
pre {
    font: 12px/14px Tahoma, Helvetica, Arial, sans-serif;
}

.clear {
    clear: both;
}

.disabled {
	color: GrayText !important;
	cursor: not-allowed;
}

img {
    border: none;
}

form {
    display: block;
    margin: 0;
}

.hidden {
    display: none;
}

p {
    text-align: left;
}

#page {
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}

#errorBox {
	display: none;
	
	background: url(images/overlay.png) no-repeat center;
	height: 84px;

	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
}

#errorBox div {
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 29px;
	margin: auto;
	padding: 14px;
	vertical-align: middle;
    width: 350px;
    ~width: 378px;
}

.numeric {
    text-align: right;
}

.sidebarMargin {
    margin-left: 176px;
}

.admin button {
    background: #FFC000;
}

.admin label {
    color: #FFC000;
}

.admin label,
.admin button {
    font-weight: bold;
    text-transform: uppercase;
}

.admin button {
    border: none;
    color: white;
    font-size: 10px;
    margin: 4px 0;
}

/* Picture sizes */
.picThumb {
	margin: 2px;
    width: 23px;
    height: 35px;
}

.picSmall {
    margin: 3px;
    width: 56px;
    height: 75px;
}

.picMedium {
    width: 169px;
    height: 226px;
}

.picLarge {
    width: 350px;
    height: 500px;
}

.picFeatured {
    height: 90px;
}

.right {
	float: right;
}

.left {
	float: left;
}
