/* ELEMENTS */
a {
	color: #cc0000;
	text-decoration: underline;
}
a:visited {
	color: #cf5552;
}
a:hover {
	color: #cf5552;
}
a:active {
	color: #cf5552;
}
body {
	padding: 0;
	margin: 40px 0 0 0;
	background-color: #ffffff;
	height: 100%;
}
body, div, th, td, form, p, li, ul, ol, h1, h2, h3, h4, h5, h6, span, select, input {
	color: #333333;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
}
form, div {
	margin: 0;
	padding: 0;
}
hr {
	border: 0;
	border-top: 1px solid #c7c7c7;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
li {
	margin: 0 0 5px 5px;
}
p, ul, ol {
	margin: 8px 0 4px 0;
}
select {
	height: 20px;
	padding-top: 1px;
}
sup {
	font: normal normal 8px Verdana, Arial, Helvetica, sans-serif;
}
th {
	background-color: #746f66;
	color: #ffffff;
}
tr {
	vertical-align: top;
}
ul, ol {
	list-style-position: outside;
	margin: 8px 0 4px 0;
	padding: 0 0 0 13px;
}


/* CLASSES */
.alert, .required {
	color: #cc0000;
}
.clearFloat {
	clear: both;
}
.copyright {
	padding-left: 5px;
	font-size: 10px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
p.formfield {
	color: #000000;
	margin: 0 0 4px 0;
}
p.formlabel {
	margin: 12px 0 0 0;
}
p.formlabel, p.formlabelalert {
	font-weight: bold;
}
p.formlabelalert, p.smallflushalert {
	color: #cc0000;
}
.galleryImage, .galleryImageOn {
	float: left;
	margin: 0 0 4px 5px;
	border: 2px solid #ffffff;
}
.galleryImageOn {
	border: 2px solid #cc0000;
}
td.mainborderleft {
	background: transparent url(../../img/shadow_left.gif) repeat-y;
}
td.mainborderright {
	background: transparent url(../../img/shadow_right.gif) repeat-y;
}
a.menu {
	text-decoration: none;
}
.shareLink {
	color: #cc0000;
	text-decoration: none;
}
.small {
	font-size: 10px;
}
.tile {
	background: transparent url(../../img/bg_tile.gif) no-repeat top left;
	width: 297px;
	height: 79px;
	padding: 20px;
	margin: 20px 0 10px;
}
.uploadBox {
	background: transparent url(../../img/upload_box.gif) no-repeat top left;
	width: 271px;
	height: 153px;
	padding: 5px 25px 25px 25px;
}


/* IDs */
#otherGalleries {
	margin: 20px 0 6px 0;
	height: 14px;
}
#otherGalleries .option, #otherGalleries .optionOn {
	float: right;
	padding: 0 0 0 8px;
	color: #a0a0a0;
	font-weight: bold;
}
#otherGalleries .option a, #otherGalleries .optionOn a {
	color: #d43131;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#otherGalleries .optionOn a {
	text-decoration: underline;
}