body,table {
	font: 11px "Trebuchet MS", Arial, Verdana;
	color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	background: #E5E5E5;
}
a:link ,a:active,a:visited{
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #333333;
}

.main {
	width: 542px;
	background: #FFFFFF;
	height: 100%;
}
.td_header {
	background: url(images/header-bg.gif) repeat-x;
	height: 187px;
	width: 100%;
}
.td_header-right {
	background: url(images/header-right.gif) no-repeat;
	height: 87px;
	width: 81px;
}

.td_left {
	background: url(images/left-bg.gif) repeat-y;
	width: 67px;
}
.td_right {
	background: url(images/right-bg.gif) repeat-y right;
	width: 81px;
}
.td_footer {
	background: url(images/footer-bg.gif) repeat-x;
	height: 39px;
	width: 100%;
}
.navI {
	position: absolute;
	top: 48px;
	left: 70px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 300px;
}
*html .navI {
	top: 65px;
}
.navI a,.navI a:visited {
	background: #000000;
	margin-right: 1px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px;
	display: block;
}
.navI li {
	display: block;
	float: left;
	list-style: url(none) none;
	position: relative;
	left: -40px;
}

.navI a:hover {
	background: #333333;
}


.showcase img {
	border: 10px solid #000000;
	margin-top: 10px;
	margin-bottom: 20px;
}
.showcase .date {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	text-align: center;
	color: #666666;
}
.showcase .title {
	color: #000000;
	font: 18px "Century Gothic", Arial, "Trebuchet MS";
	letter-spacing: 1px;
	text-align: center;
}
.addComment {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.deleteComment {
	text-align: right;
	padding-bottom: 5px;
}

.comment {
	display: block;
	padding-top: 7px;
	border-top: 1px solid #CCCCCC;
}

.comment_body {
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #333333;
}
.comment_username {
	font-weight: bold;
	color: #333333;
	padding-right: 15px;
}
.comment_dt {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.formLabel {
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
}
.formField {
	font: 18px Arial, Helvetica, sans-serif;
}
#thumbs img {
	border: 3px solid #999999;
	float: left;
}
*html #thumbs img {
	margin-right: -6px;
}
#thumbs img:hover {
	border: 3px solid #333333;
}
#thumbs img.admin {
	border-style: none;
}

.thumbsNav a {
	padding-right: 7px;
}
.thumbsNav a.selected {
	font-weight: bold;
	color: #000000;
}

.message {
	padding: 5px;
	border: 1px solid #999999;
	background: #EEEEEE;
}
#fileTable {
	border: 1px solid #999999;
}
#fileTable th {
	border-bottom: 1px solid #999999;
	padding-left: 3px;
	background: #EEEEEE;
	padding-right: 3px;
}
#fileTable tr:hover {
	background: #EEEEEE;
}


#fileTable td {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	vertical-align: top;
}
#fileTable .used {
	color: #999999;
}

.sortDiv {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sortDiv a {
	border: 1px solid #666666;
	margin-left: 5px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 4px;
}
.sortDiv a:hover {
	background: #CCCCCC;
}
.sortDiv a.selected {
	background: #EEEEEE;
}
.highlight {
	color: #FF3300;
}
.commentAstericks {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-bottom: 7px;
}
.imageSizeBox {
	width: 430px;
	border: 15px solid #000000;
	background: #EEEEEE;
	text-align: center;
	line-height: 16px;
	padding-top: 181px;
	padding-bottom: 181px;
}
