@charset "UTF-8";
/* CSS Document */

.thumb {
	background-color:#9e9e9e;
	border:1px solid #000000;
	padding:4px;
}

.gallerytn {
background:#404040;
border: #282828 solid 1px;
}

.gallerytn:hover {
background:#4f4f4f;
border: #282828 solid 1px;
}

/* Gallery Side Bar Menu */
.topBar {
border-top:#000000 1px solid;
}

.sideforum {
	font-size: 10px;
	font-weight: bold;
}

a.page {
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background: #333333;
	color: #999999;
	border: solid 1px #000000;
	text-decoration:none;
}

/* This is the side of the gallery styles */
.sideMenu {
	font-size: 11px;
	font-weight: bold;
	border-bottom:#000000 1px solid;
	color: #b4763b;
	text-decoration:none
}

.sideMenu:hover {
	background: #333333;
	color: #ce7928;
}

a.sideMenuText {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration:none;
}

.sideMenuText:hover {
	background: #333333;
	color: #ce7928;
}

.sideSelectMenu {
	background: #333333;
	font-size: 11px;
	font-weight: bold;
	border-bottom:#000000 1px solid;
	color: #CCCCCC;
	text-decoration:none
}

.sideTitle {
	font-size: 12px;
	font-weight: bold;
}

.sideMenuTitle {
	font-size: 12px;
	font-weight: bold;
	border-bottom:#000000 1px solid;
}

.side_arrow {
	font-size: 12px;
	color: #ce7928;
	font-weight: 800;
}

/* This is the image detail styles */

.iframe {
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom:none;
}
.bottom_iframe {
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-top:none;
	background-color:#252525;
}

.detailbox {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.text_spacer {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
.title_row {
	padding:2px;
	background-color:#292929;
	font-weight:700;
	border-bottom: solid 1px #000000;
}
.body_row {
	padding:8px;
	background-color:#2f2f2f;
	border-bottom: solid 2px #2a2a2a;
}
