body {
	background-color: #111;
	padding: 0;
	margin: 0;
}
body, td, th, input, textarea, select {
	font-family: sans-serif;
	font-size: 12px;
	color: #bbbbbb;
}
input, textarea, select {
	padding: 3px;
	margin: 1px;
}
td, th {
	vertical-align: top;
}
img { border: 0; }
a {
	color: #738b9d;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
a.public {
	color: #739d7e;
}
a.private {
	color: #777;
}
a.user {
	color: #AD987C;
}
a.delete {
	color: #bd4b33;
}
a.mediocre {
	color: #bd8433;
}
h1 {
	margin: 4px;
	font-size: 20px;
}

h2 {
	margin-bottom: 5px;
	font-size: 14px;
}
ul {
	margin: 0;
	padding-left: 20px;
}
li {
	padding-bottom: 8px;
}
input, textarea, select {
	background-color: #000;
	border: 1px solid #222222;
}
textarea {
	padding: 4px;
}

/* MENU */

#menu, #menu ul, #menu2, #menu2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: center;
}
#menu2 li {
	float: left;
        position: relative;
        margin: 0;
        padding: 0;
        width: 70px;
        text-align: center;
}
#menu li ul, #menu2 li ul {
	position: absolute;
	margin-top: -5px;
	margin-left: 8px;
	display: none;
}
#menu ul li ul, #menu2 ul li ul {
	margin-top: -30px;
	margin-left: 50px;
}

#menu a {
	display: block;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	background: #111;
	color: #888;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}
#menu2 a {
	display: block;
        border-left: 1px solid #222;
        border-bottom: 1px solid #222;
        background: #111;
        color: #888;
        text-decoration: none;
        padding: 3px 6px 3px 6px;
}
#menu a:hover, #menu2 a:hover {
	background-color: #5798B4;
	color: #fff;
}
#menu a.disabled:hover, #menu2 a.disabled:hover {
	background-color: #111;
	color: #888;
	cursor: default;
}
#menu ul, #menu2 ul {
	border-top: 1px solid #222;
}
#menu ul a {
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;
	background: #111;
}
#menu2 ul a {
	border-right: 1px solid #222;
        border-bottom: 1px solid #222;
        border-left: 1px solid #222;
        background: #111;
}

/* SHOW SUBMENU 1 */
#menu li:hover ul, #menu li.over ul {
	display: block;
}
#menu li:hover ul ul, #menu li.over ul ul {
	display: none;
}
/* SHOW SUBMENU 2 */
#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
}

#menu {
	z-index:1;
}
#menu ul {
	z-index:2;
}
#menu ul ul {
	z-index:3;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


/* ---- */


#main {
	width: 915px;
	overflow: hidden;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
	background-color: #000000;
}
.box_list td {
	padding: 0;
	margin: 0;
}
.box_large {
	background-image: url('/images/box.png');
	width: 398px;
	height: 119px;
	overflow: hidden;
	padding: 0;
}
.box_small {
	background-image: url('/images/box_sm.png');
	width: 398px;
	height: 49px;
	overflow: hidden;
	padding: 0;
}
.box_large_stretch {
	padding: 0;
	width: 398px;
}
.box_stretch_top {
	background-image: url('/images/box_stretch_top.png');
	background-repeat: no-repeat;
	background-color: #363636;
}
.box_stretch_bot {
	background-image: url('/images/box_stretch_bot.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.box_large_pad {
	padding: 16px 10px 16px 8px;
	width: 380px;
	height: 87px;
	overflow: hidden;
	position: relative; /* more link appears absolute within */
}
.box_small_pad {
	padding: 2px 10px 2px 8px;
	width: 380px;
	height: 45px;
	overflow: hidden;
	position: relative; /* more link */
}
.box_large_pad_user {
	padding: 12px 12px 12px 12px;
	width: 374px;
	min-height: 95px;
}
.box_large td, .box_more td {
	padding: 1px 5px 1px 0;
}
.box_image {
	width: 90px;
	height: 91px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.box_image_sm {
	width: 90px;
	height: 41px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.box_image_sm img {
	border: 1px solid #000;
	height: 36px;
}
.box_image img {
	border: 1px solid #000;
	position: relative;
	bottom: 4px;
}
.topuser_name {
	margin-bottom: 8px;
}
.miduser_name {
	margin-top: 10px;
	margin-bottom: 5px;
}
.user_title {
	font-size: 16px;
	margin-bottom: 10px;
}
.more {
	position: absolute;
	right: 15px;
	bottom: 10px;
}
.box_more {
	background-image: url('/images/box_more.png');
	background-repeat: repeat-y;
}
.box_more_pad {
	padding: 4px 30px 4px 30px;
}

.album_title {
	margin: 10px auto 10px auto;
}
.album_title td {
	text-align: center;
}
.album_title_title {
	background-image: url('/images/box_album_bg.png');
	font-size: 20px;
	padding: 14px 0 2px 0;
	min-width: 300px;
}
.album_title_title a {
	color: #bbbbbb;
	text-decoration: none;
}
.album_title_user {
	background-image: url('/images/box_album_bg_b.png');
	padding: 5px 0 2px 0;
}

.box_back_mid {
	background-image: url('/images/box_back_mid.png');
}
.box_back_left {
	background-image: url('/images/box_back_left_2.png');
}
.box_back_right {
	background-image: url('/images/box_back_right_2.png');
}
.box_back_main {
	background-color: #212121;
}
.box_back_main td {
	text-align: left;
}

.whatsnew {
	margin: 0 20px 0 20px;
}
.whatsnew_thumb {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.thumbtable td {
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	min-width: 134px; /* image (128) + border (3 + 3) */
}
.thumbtable img {
	max-height: 85px;
	max-width: 128px;
	border: 3px solid #333;
}

.board_list {
	margin: 10px auto 10px auto;
}
.board_list th {
	text-align: left;
}
.board_list td {
	border-top: 2px solid #111;
	vertical-align: middle;
}
.board_list th, .board_list td {
	padding: 6px 14px 6px 6px;
}
.board_list .last_post {
	font-size: 10px;
}

.box_board_shadow {
	background-image: url('/images/box_board_shadow.png');
}
.box_board_l {
	background-image: url('/images/box_board_l.png');
}
.box_board_r {
	background-image: url('/images/box_board_r.png');
}

.post_date {
	font-size: 10px;
	color: #999;
	padding: 5px;
	float: right;
}
.post_info {
	padding: 5px 10px 5px 10px;
}
.post_post {
	padding: 10px 10px 10px 15px;
	border-left: 1px solid #444;
	min-width: 400px;
	max-width: 500px;
}
.post_avatar {
	margin-bottom: 4px;
}
.post_split {
	height: 10px;
}

.data_list th {
	text-align: right;
}
.data_list td {
	text-align: left;
}
.data_list td, .data_list th {
	padding: 2px 10px 2px 2px;
}

.edit_caption, .edit_caption_blank, .edit_caption_dl, .edit_caption_release {
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	background-color: #111;
	text-align: center;
	padding: 1px;
}
.edit_caption {
	width: 40px;
}
.edit_caption_blank {
	width: 84px;
}
.edit_caption_dl {
	width: 124px;
}
.edit_caption_release {
	width: 110px;
}
.edit_caption a, .edit_caption_blank a, .edit_caption_dl a, .edit_caption_release a {
	color: #888;
}

#nav {
	background-image: url('/images/title_bg.png');
	background-repeat: repeat-x;
	vertical-align: middle;
	padding: 5px 20px 5px 20px;
}
#nav td {
	vertical-align: middle;
	padding: 5px 2px 0 2px;
}
#login table {
	margin: 40px auto 40px auto;
}
#login td {
	padding: 1px 2px 1px 2px;
	vertical-align: middle;
}
.login_nav {
	margin: 20px 0 0 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	background-color: #111;
	padding: 6px 10px 6px 10px;
}

#main_list {
	width: 100%;
}
#main_list_td {
	width: 20%;
}
.album_list_td {
	width: auto;
	padding: 1px 10px 1px 1px;
	margin: 0;
}
.username {
	font-size: 14px;
	padding: 0 0 10px 30px;
}
.gallery_wrapper {
	padding: 20px 10px 10px 10px;
}
.gallery {
	margin: 0 auto 0 auto;
}
.gallery td {
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}
.thumb {
	border: 1px solid #333;
}
.upload_thumbnail {
	border: 1px solid #333;
	margin: 3px;
}
.deleted_photo {
	border: 1px solid #500;
	/* for IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	/* for IE 7 */
	filter: alpha(opacity=60);
	/* for old mozilla */
	-moz-opacity: 0.6;
	/* for old safari */
	-khtml-opacity: 0.6;
	/* CSS3 standard */
	opacity: 0.6;
}
.deleted_photo:hover {
	/* for IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* for IE 7 */
	filter: alpha(opacity=100);
	/* for old mozilla */
	-moz-opacity: 1;
	/* for old safari */
	-khtml-opacity: 1;
	/* CSS3 standard */
	opacity: 1;
}

.msg_green {
	color: #5a5;
}
.msg_blue {
	color: #67d;
}

.photo {
	margin: 0px auto 20px auto;
}
.photo td {
	text-align: center;
	padding: 0;
}
.photo .img {
	margin: 15px 0 0 0;
	border: 1px solid #444;
}
.seenit_false {
	border: 2px solid #640;
}
.seenit_newcomment {
	border: 2px solid #460;
}
.seenit_false_album a {
	color: #9d8356;
}
.seenit_newcomment_album {
	color: #839d56;
}
.seenit_false_album_comment a {
	color: #75913b;
}
.profile_img {
	border: 1px solid #444;
}
.caption {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #000;
	padding: 8px;
	margin: 0 auto 0 auto;
}
.muted {
	color: #666;
}
.muted2 {
	color: #555;
}
.muted3 {
	color: #777;
}
.small {
	font-size: 10px;
}
.settings {
	padding: 8px;
}
.photonav {
	padding: 10px;
}

.comments {
	margin: 0 auto 0 auto;
}
.nocomments {
	color: #888888;
}
.comment td {
	border-top: 1px solid #333;
	padding: 6px 10px 6px 10px;
	text-align: left;
}

.centerthumb {
	text-align: center;
	vertical-align: middle;
	height: 70px;
	width: 70px;
}
#sig {
	text-align: center;
	font-size: 10px;
	color: #777777;
	margin: 12px auto 30px auto;
	width: 900px;
}
.error {
	font-size: 14px;
	color: #dd4444;
	text-align: center;
	padding: 20px;
}
#calendar {
	width: 210px;
	border: 1px solid #333;
	background-color: #000;
	padding: 2px;
}
#calendar td {
	vertical-align: middle;
}
#calendar .ng-cal-header-table {
	width: 200px;
}
#calendar .ng-cal {
	width: 200px;
	float: left;
	margin-right: 0px;
}
.form_title {
	font-size: 16px;
}
.form_date {
	font-size: 14px;
}

.hits {
	border-top: 1px solid #333;
	border-right: 1px solid #282828;
}
.hits td {
	border-bottom: 1px solid #333;
	border-left: 1px solid #282828;
}

.rules ul {
	margin: 6px;
}
.rules li {
	text-align: left;
	padding: 4px;
}

.register_table th, .register_table td {
	padding: 6px;
	vertical-align: middle;
}

.register_table th {
	padding-right: 10px;
}

.register_table .info {
	font-size: 10px;
	padding-left: 8px;
}

.recaptcha input {
	background-color: #eee;
	color: #000;
}

.news_private td {
	color: #888;
}

.news_edit {
	margin: 10px auto 10px auto;
}
.news_edit td {
	padding: 4px 10px 4px 10px;
	vertical-align: middle;
	border-bottom: 2px solid #222;
}

.rate input {
	padding: 0;
	margin: 0;
	border: 0;
}

.stock_manage_links {
        text-align: left;
        vertical-align: top;
        padding-left: 0;
}

.button_green {
	background-color: #030;
	border: 1px solid #151;
	font-size: 14px;
}
.button_orange {
	background-color: #320;
	border: 1px solid #631;
	font-size: 14px;
}
.button_red {
	background-color: #300;
	border: 1px solid #511;
	font-size: 14px;
}
.button_small {
	font-size: 10px;
}

.social_media_buttons {
	padding: 10px;
	text-align: center;
}
.social_media_buttons img {
	padding: 2px;
}


/* SWFUpload */



div.fieldset {
	border: 1px solid #444;
	padding: 20px 10px;
}
div.fieldset span.legend {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	bottom: 10px;
}

div.flash {
	width: 375px;
}

#divStatus {
	margin: 10px;
	padding: 2px;
	border: 1px solid #444;
	width: 200px;
}

#btnSubmit { margin: 0 0 0 155px ; }

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	padding: 4px;
	border: solid 1px #222;
	overflow: hidden;
}
/* Message */
.message {
	padding: 10px 20px;
	border: solid 1px #222;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #a11;
	background-color: #422;
}

/* Current */
.green {
	border: solid 1px #1a1;
	background-color: #242;
}

/* Complete */
.blue {
	border: solid 1px #11a;
	background-color: #224;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #eee;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: #00f;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: #0f0;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: #f00;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url('/images/cancelbutton.gif');
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

