html,body {
	background: #7e7e7e url(../img/bodyBg.png) top left repeat-x;
}

div#yui-main {
	width: auto;
	max-width: 100%;
}

h1 {
	font-size: 80%;
	color: #7e7e7e;
	font-weight: bold;
	margin-bottom: 6px;
}

strong {
	font-weight: bold;
}

div#bd {
	background: white;
	border: 5px solid white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div#picture {
	text-align: center;
}

div#picture img {
	float: none;
	margin-bottom: 4px;
}

div#picture p {
	text-align: right;
	margin-right: 5px;
}

div#toolbox {
	background: white;
}

div#toolbox > div {
	margin-bottom: 10px;
}

div#toolbox .thumbnail {
	text-align: center;
	margin-top: 5px;
}

div#toolbox .linktool {
	width: 100%;
}

div#toolbox .linktool select,div#toolbox .linktool textarea {
	width: 98%;
	overflow: hidden;
	margin-bottom: 10px;
}

div#fd {
	margin-top: 10px;
	color: white;
}

div#fd a {
	margin-left: 10px;
	color: white !important;
}

span.stbuttontext {
	text-decoration: none;
	color: #888;
}

#bd a {
	text-decoration: none;
	color: #888;
}

.admin_pic_preview {
	float: left;
	background: #888;
	margin-right: 5px;
	text-align: center;
	color: white;
	margin-top: 10px;
}

.admin_pic_preview img {
	height: 100px;
	max-width: 100px;
}

.admin-page .admin_navigator {
	margin: 6px 0px 6px 0px;
}

.admin-page .admin_navigator label {
	margin: 0px 6px 0px 6px;
}

div.admin-page .admin_navigator a {
	background: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 6px;
}

.admin-page .admin_navigator a:hover {
	background: #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white !important;
}

div.startpage .yui-g {
	text-align: center;
	margin: 6px;
}

div#error {
	text-align: center;
	color: red;
}

div#status {
	text-align: center;
	color: #1e9ff3;
}

div#public_feed {
	text-align: center;
	padding: 6px;
}

div#public_feed span {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fe9d16;
	color: white;
	padding: 5px 10px;
	font-weight: bold;
}

div#upload div {
	height: 44px;
	background: url(../img/upload_small.png) top left no-repeat;
}

div#upload div.hover {
	background: url(../img/upload_small_hover.png) top left no-repeat;
}

div.startpage div#upload div {
	background: url(../img/upload.png) top left no-repeat;
	width: 687px;
	height: 88px;
	margin: auto;
}

div.startpage div#upload div.hover {
	background: url(../img/upload_hover.png) top left no-repeat;
}

div.admin-page div.tabs {
	float: right;
	position: relative;
	top: -36px;
}

div.admin-page div.tabs span {
	background: #eee;
	padding: 6px;
	margin-left: 5px;
	line-height: 35px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

div.admin-page div.tabs span.active {
	background: white;
}

div#history {
	margin-top:5px;
}

div#history h2 {
  margin-bottom:5px;
  background:#888;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding:3px;
}

div#history a {
 color:white;
}

div#history img {
 margin-right:5px;
}
div.collection h2 {
	font-size:123.1%;
	color:#888;
	font-weight:bold;
	margin-bottom:12px;
	
}
div#picture div#history img {
	float: left;
	margin-bottom: 4px;
}
