body{
	margin:0;
	background-color:#000000;
	color:#C0C0C0;
	font-family : 'Helvetica', 'Adobe Helvetica', 'Arial', '新細明體', '文鼎PL細上海宋Uni';
	font-size: 13px;
}

input, select{
	font-size:13px;
}
select{
	color:#FFFF80;
	background-color:#606060;
	border:1px solid #B4B4B4;
}

HR{
	height:1px;
	border-width: 0px;
	/*color:#383838;*/
	color:#575757;
	/*background-color:#383838;*/
	background-color:#606060;
}

.button{
	color:#FFFFFF;
	background-color:#000000;
	border:1px solid #C0C0C0;
}

.disabled_button{
	color:#B3B3B3;
	background-color:#525252;
	border:1px solid #C0C0C0;
}

.input_text{
	color:#000000;
	border:2px inset #808080;
	background-color:#FFFFFF;
}

.text_field{
	color:#FFFFFF;
	border:1px solid #B4B4B4;
	background-color:#606060;
}

.page_switcher{
	margin:0;
	position:relative;
	height:20px;
}

.page_switcher img{
	position:absolute;
	top:0px;
}

.page_switcher select{
	color:#000000;
	width:66px;
	background-color:#DBDBDB;
	background-image:url('../images/page_sel.gif'):
	margin:0px;
	text-align:right;
}

.page_switcher .last_page{
	right:0px;
}
.page_switcher .next_page{
	right:30px;
}
.page_switcher .pre_page{
	right:127px;
}
.page_switcher .first_page{
	right:157px;
}
.page_switcher .current_page{
	position:absolute;
	top:0px;
	right:60px;
	width:66px;
}

#topblock{
	width:1024px;
	margin:auto;
}

#footblock{
	color:#404040;
	font-size:14px;
	font-family: Arial;
	padding-bottom:10px;
}

#topblock #topLogoutBlock{
	/*border:1px solid yellow;*/
	position:relative;
	width:100%;
	height:100px;
	text-align:center;
	overflow:hidden;
	display: table;
}

#topblock #topLogoutBlock #blockBtnLogout{
	width:220px;
	position:absolute;
	/*border:1px solid white;*/
	top:0;
	*left:0;
}

#topblock #topLogoutBlock #loginInfoFlame{
	/*border:1px solid red;*/
	*position:absolute;
	*width:220px;
	top:50%;
	*left:0;
	display: table-cell;
	vertical-align: middle;
}

#topblock #topLogoutBlock #loginInfoFlame #loginInfoBlock{
	/*border:1px solid green;*/
	position:relative;
	top:-50%;
}

#mainblock{
	width:1024px;
	margin:auto;
	display:none;
	position:relative;
}
#scriptOffWarning{
	font-size:20px;
	font-weight:bold;
	color:red;
	margin:100px auto 100px auto;
	text-align:center;
}

#sysmessgeblock{
	font-size:20px;
	font-weight:bold;
	color:#FFB453;
	margin:100px auto 100px auto;
	text-align:center;
}

#sysmessgeblock p{
	font-size:14px;
	font-weight:normal;
	color:yellow;
}

a{
	color:#CDFFE4;
	text-decoration:none;
}

a:hover{
	color:red;
	text-decoration:none;
}

#tblNavi{
	width:900px;
	margin:10px auto 0 auto;
}

#tblFootNavi{
	width:900px;
	margin:10px auto 0 auto;
}

#formLogin{
	font-size:12px;
}

#formLogin .loginButton{
	margin-top:5px;
}

.formLogin_field{
	font-size:13px;
	color:#000000;
	border:1px inset #838383;
	background-color:#FFFFFF;
	width:120px;
	height:16px;
	margin-top:2px;
}

#registerblock{
	width:945px;
	height:545px;
	background:#161E20;
	background-image:url('../images/bg-1.jpg');
	margin:10px auto 0 auto;
}

#tblRegisterNote{
	width:760px;
	margin:40px auto 0 auto;
	font-size:14px;
	color:#C0C0C0;
}

#tblRegister{
	margin-top:40px;
	font-size:14px;
}

#tblRegister .short_field{
	width:100px;
}

#tblRegister .long_field{
	width:400px;
}

#tblRegister .tr_one_line{
	height:30px;
}

#tblRegister .tr_multi_line{
	height:118px;
}

#tblRegister .th{
	background-color:#C0C0C0;
	color:#000000;
	text-align:right;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}

#tblRegister .td{
	background-color:#444444;
	color:#C0C0C0;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}

#tblRegister .last_row{
	border-bottom:1px solid #000000;
}

#registerNote{
	text-align:center;
	color:#C0C0C0;
	font-size:13px;
}

#tblRegister .field_star{
	color:#FFFF83;
}

#tblRegister .textField{
	color:#FFFFFF;
	font-size:14px;
	border:1px solid #B4B4B4;
	background-color:#606060;
}

#tblRegister .submit_row{
	height:50px;
	vertical-align:middle;
	text-align:right;
}

#forgetPassFrame{
	background-color:#333333;
	border: 2px solid #FFFFFF;
	width:250px;
	overflow:auto;
	margin:160px auto 200px auto;
	line-height:20px;
}

#forgetPassBlock{
	width:240px;
	background-color:#1A1A1A;
	border: 2px solid black;
    background : #1A1A1A url('../images/forget_pass_title.gif') no-repeat;
    text-align:center;
    margin:3px auto 3px auto;
}

#adminLoginBlock{
	width:500px;
	margin:120px auto 120px auto;
	text-align:center;
	line-height:32px;
}
#adminLoginBlock input{
	font-size:12px;
}

#adminMemberListBlock{
	width:814px;
	margin:10px auto 0 auto;
	border:2px solid #333333;
}

#tblMemberList{
	color:#000000;
	width:810px;
	font-size:12px;
	margin:2px auto 2px auto;
}

#tblMemberList th{
	height:28px;
	background-color:#A3A3A3;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align:center;
	font-weight:normal;
}
#tblMemberList td{
	height:24px;
	background-color:#C0C0C0;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#adminMbrMsgListBlock{
	width:814px;
	margin:10px auto 0 auto;
	border:2px solid #333333;
}

#tblMbrMsgList{
	color:#000000;
	width:810px;
	font-size:12px;
	margin:2px auto 2px auto;
}

#tblMbrMsgList th{
	height:28px;
	background-color:#A3A3A3;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align:center;
	font-weight:normal;
}
#tblMbrMsgList td{
	height:24px;
	background-color:#C0C0C0;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#albumListBlock{
	width:925px;
	overflow:hidden;
	margin:20px auto;
}

#albumListBlock .albumBlock{
	width:180px;
	height:248px;
	background-color:#1B1B1B;
	float:left;
	margin:0 5px 5px 0;
	position:relative;
	overflow:hidden;
}

#albumListBlock .albumBlock .subject{
	position:absolute;
	top:4px;
	left:3px;
	color:white;
	font-family: Helvetica, Adobe Helvetica;
}
	
#albumListBlock .albumBlock .score{
	position:absolute;
	top:4px;
	right:20px;
	color:white;
	font-family: Helvetica, Adobe Helvetica;
}

#albumListBlock .albumBlock .author{
	position:absolute;
	left:5px;
	top:208px;
	color:yellow;
	font-family: Helvetica, Adobe Helvetica;
}

#albumListBlock .albumBlock .new{
	position:absolute;
	top:210px;
	right:34px;
}

#albumListBlock .albumBlock .reply{
	position:absolute;
	font-family: Helvetica, Adobe Helvetica;
	color:red;
	top:208px;
	right:4px;
}

#albumListBlock .albumBlock .create_time{
	color:#7BFF82;
	position:absolute;
	left:5px;
	top:228px;
	font-family: Helvetica, Adobe Helvetica;
}

#albumListBlock .albumBlock .view{
	color:#7BFF82;
	position:absolute;
	font-family: Helvetica, Adobe Helvetica;
	top:228px;
	right:4px;
}

#albumListBlock .albumBlock .admin{
	position:absolute;
	top:4px;
	right:4px;
}

#albumListBlock .albumIconBlock{
	height:180px;
	width:180px;
	background-color:#2E302D;
	*margin-top:-7px;
	position:relative;
	text-align:center;
	overflow:hidden;
	display:table;
}

#albumListBlock .albumIconBlock div{
	*position:absolute;
	width:180px;
	top:50%;
	*left:0;
	display:table-cell;
	vertical-align:middle;
}
#albumListBlock .albumIconBlock div div{
	position:relative;
	top:-50%;
}
#albumListBlock .albumBlock HR{
	margin-bottom: 1px;
}

#albumUploadBlock{
	width:945px;
	height:640px;
	background:#161E20;
	margin:20px auto;
	background-image:url('../images/bg-1.jpg');
}

#albumUploadBlock #uploadBlock{
	text-align:center;
}

#albumUploadBlock #uploadBlock #uploadBlockTitle{
	top:10px;
	color:#FFFF81;
	line-height:40px;
	margin-bottom:0px;
}

#albumUploadBlock #uploadBlock div.fistyle
{
	position:absolute;
	width: 43px;
	height:20px;
	background: url('../images/browse-file.gif') 0 0 no-repeat;
	top:0px;
	right:17px;
	overflow: hidden;
	cursor: pointer;
}

#albumUploadBlock #uploadBlock div.fistyle input.file
{
	position: relative;
	height: 20px;
	width: 43px;
	top:0;
	left:0;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/*.SI-FILES-STYLIZED div.fistyle
{
    width: 83px;
    height: 42px;
    background: url('../images/browse-file.gif') 0 0 no-repeat;

    display: block;
    overflow: auto;
    cursor: pointer;
/*	position:absolute;
	width: 43px;
	height:20px;
	background: url('../images/browse-file.gif') 0 0 no-repeat;
	top:0px;
	right:17px;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED div.fistyle input.file
{
    position: relative;
	top:0;
	height:0;
    height: 24px;
    width: 43px;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
/*	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}*/

#albumUploadBlock #uploadBlock .file_field
{
	position:relative;
	width:560px;
	height:24px;
	margin:auto;
	text-align:left;
	overflow:hidden;
}
#albumUploadBlock #uploadBlock .fakefile
{
	width:440px;
	color:#000000;
	border:1px solid #B4B4B4;
	background-color:#FFFFFF;
}

#albumUploadBlock #postRuleBlock{
	margin-left:65px;
	overflow:auto;
}

#albumUploadBlock #postRuleBlock #postRules{
	margin-left:120px;
}

.blockAdminMember{
	margin-top:10px;
}

.tblAdminMember{
	font-size:14px;
}

.tblAdminMember .short_field{
	width:100px;
}

.tblAdminMember .long_field{
	width:400px;
}

.tblAdminMember .tr_one_line{
	height:30px;
}

.tblAdminMember .tr_multi_line{
	height:118px;
}

.tblAdminMember .th{
	background-color:#C0C0C0;
	color:#000000;
	text-align:right;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}

.tblAdminMember .td{
	background-color:#444444;
	color:#C0C0C0;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}

.tblAdminMember .last_row{
	border-bottom:1px solid #000000;
}

.tblAdminMember SELECT{
	color:#FFFF80;
}

.tblAdminMember .textField{
	color:#FFFF80;
	font-size:14px;
	border:1px solid #B4B4B4;
	background-color:#606060;
}

.tblAdminMember .submit_row{
	height:50px;
	vertical-align:middle;
	text-align:right;
}

.tblAdminMember .address_row select{
	width:62px;
	margin-right:2px;
}

.tblAdminMember .address_row input{
	width:336px;
}

#albumPhotoBlock{
	width:920px;
	margin:20px auto 10px auto;
	background-color:#191919;
	overflow:auto;
}

#albumPhotoBlock #albumPhotoSubject{
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	margin:30px auto 0 auto;
	background : url('../images/albumSubject.gif') no-repeat center center;
}

#albumPhotoBlock #albumPhotoImgFrame{
	width:820px;
	height:820px;
	margin:12px auto 18px auto;
	background-color:#202020;
	background-image: url('../images/bg-2.gif');
	text-align:center;
	position:relative;
	overflow:hidden;
	display:table;
}

#albumPhotoBlock #albumPhotoImgFrame #albumPhotoImgBlock{
	*width:820px;
	*position: absolute;
	*left:0;
	top:50%;
	display:table-cell;
	vertical-align:middle;
}

#albumPhotoBlock #albumPhotoImgFrame #albumPhotoImgBlock #albumPhotoImg{
	position:relative;
	top:-50%;
}

#albumPhotoBlock .albumPhotoTextBlock{
	background-color:#949494;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden; /*原值為auto*/
	color:black;
}

#albumPhotoBlock #albumEditFrame{
	margin-bottom:12px;
	overflow:auto;
}

#albumEditFrame #albumEditBlock{
	width:800px;
	height:205px;
	background-color:#BDBABD;
	border: 1px solid black;
	margin:9px auto 16px auto;
}

#albumEditBlock table{
	width:780px;
	margin:18px auto 0 auto;
}

#albumEditBlock table td{
	height:28px;
	vertical-align:top;
}

#albumEditBlock .text_field,#albumEditBlock SELECT {
	color:black;
	background-color:white;
	border:1px inset black;
}

#albumEditBlock TEXTAREA{
	width:665px;
	height:104px;
}

#albumEditBlock .coverNumBlock{
	float:left;
	margin:0px;
	width:44px;
	overflow:hidden;
}

#albumEditBlock .coverNum{
	color:#5A595A;
	font-family: Helvetica, Adobe Helvetica;
	font-size:16px;
	line-height:18px;
	display:block;
	float:right;
	width:16px;
	height:18px;
	border:1px solid #5A595A;
	text-align:center;
	overflow:hidden;
	background-image:url('../images/coverNumBg-1.gif');
	background-repeat : repeat-x;
	background-position:center center;
}

#albumEditBlock .checkedCoverNum{
	color:#FFFFFF;
	font-family: Helvetica, Adobe Helvetica;
	font-size:16px;
	line-height:18px;
	display:block;
	float:right;
	width:16px;
	height:18px;
	border:1px solid #FFFFFF;
	text-align:center;
	overflow:hidden;
	background-image:url('../images/coverNumBg-2.gif');
	background-repeat : repeat-x;
	background-position:center center;
}

#albumPhotoBlock .albumPhotoTextBlock #authorAvatarBlock{
	width:100px;
	height:100px;
	border:1px solid black;
	margin:20px auto 0 auto;	
}
#albumPhotoBlock .albumPhotoTextBlock .author_info{
	/*font-size:12px;*/
	margin:8px 0 0 0;
	line-height:14px;
}
/*作品欣賞內頁,拍攝者的留言*/
#albumPhotoBlock .albumPhotoTextBlock #tblPhotoInfo{
	width:800px;
	height:205px;
	border: 1px solid black;
	background-color:#B9B9B9;
	margin: 10px auto 18px auto;
}

#albumPhotoBlock .albumPhotoTextBlock #tblPhotoInfo .th{
	height:24px;
	background-image:url('../images/photoTblTh-bg.gif');
}

#albumPhotoBlock .albumPhotoTextBlock #tblPhotoInfo .th div{
	float:left; overflow:hidden;
	/*border:1px solid black;*/
}

#albumPhotoBlock .albumPhotoReplyBlock{
	background-color:#949494;
	width:820px;
	margin:15px auto 15px auto;
	padding:6px 0 10px 0;
	overflow:hidden; /*原值為auto*/
	color:black;
}

#albumPhotoBlock .albumPhotoReplyBlock .replyBlock{
	width:800px;
	border: 1px solid black;
	background-color:#B9B9B9;
	margin: 4px auto 0px auto;
}

#albumPhotoBlock .albumPhotoReplyBlock .replyBlock .th{
	height:24px;
	background-image:url('../images/photoTblTh-bg.gif');
}

#albumPhotoBlock .albumPhotoReplyForm{
	background-color:#949494;
	width:820px;
	margin:10px auto 20px auto;
	overflow:auto;
	color:black;
}

#albumPhotoBlock .albumPhotoReplyForm #tblPhotoReplyForm{
	width:800px;
	height:180px;
	border: 1px solid black;
	background-color:#B9B9B9;
	margin: 10px auto 10px auto;
}

#tblPhotoInfo .coverNumBlock{
	margin-left:5px;
}

#tblPhotoInfo .coverNum{
	color:#5A595A;
	font-family: Helvetica, Adobe Helvetica;
	font-size:16px;
	line-height:18px;
	display:block;
	/*float:right;*/
	width:16px;
	height:18px;
	border:1px solid #5A595A;
	text-align:center;
	overflow:hidden;
	background-image:url('../images/coverNumBg-1.gif');
	background-repeat : repeat-x;
	background-position:center center;
}

#tblPhotoInfo .checkedCoverNum{
	color:#FFFFFF;
	font-family: Helvetica, Adobe Helvetica;
	font-size:16px;
	line-height:18px;
	display:block;
	/*float:right;*/
	width:16px;
	height:18px;
	border:1px solid #FFFFFF;
	text-align:center;
	overflow:hidden;
	background-image:url('../images/coverNumBg-2.gif');
	background-repeat : repeat-x;
	background-position:center center;
}


#serviceBlock{
	overflow:auto;
	width:945px;
	height:545px;
	background:#161E20;
	background-image:url('../images/bg-1.jpg');
	margin:10px auto 0 auto;
}

#serviceBlock #contentBlock{
	width:790px;
	margin:60px auto 0 auto;
	/*border: 1px solid white;*/
	font-size:12px;
	letter-spacing:2px;
}

#serviceBlock .shorter_p p{
	margin:9px 0 9px 0;
}

#serviceBlock .taller_p p{
	line-height:18px;
	margin:18px 0 18px 0;
}

#serviceBlock .th{
	font-size:13px;
	background-color:#C0C0C0;
	color:#000000;
	text-align:right;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#serviceBlock .td{
	font-size:13px;
	background-color:#444444;
	color:#C0C0C0;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}

#serviceBlock .td input{
	color:#FFFFFF;
	border:1px solid #B4B4B4;
	background-color:#606060;
	margin-left:25px;
}

#serviceBlock .td textarea{
	margin-left:25px;
	color:#000000;
	border:1px index #B4B4B4;
	background-color:#FFFFFF;
	width:420px;
	height:120px;
}

#serviceBlock .td div{
	margin-left:25px;
}

#serviceBlock .td .short_field{
	width:120px;
}

#serviceBlock .td .long_field{
	width:420px;
}

#serviceBlock .tr_one_line{
	height:36px;
}

#serviceBlock .tr_multi_line{
	height:136px;
}

.tblMemberInfo{
	border:1px solid #444444;
	border-collapse:separate;
}

.tblMemberInfo .th{
	background-color:#C0C0C0;
	color:#000000;
	text-align:right;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	letter-spacing:2px;
}

.tblMemberInfo .td{
	background-color:#444444;
	color:#C0C0C0;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}

.tblMemberInfo .td input, .tblMemberInfo .td div, .tblMemberInfo .td select{
	margin-left:20px;
}

.tblMemberInfo .tr_one_line{
	height:34px;
}

.MemberBlock{
	margin:10px auto 0 auto;
	height:550px;
/*border:1px solid yellow;*/
}

.MemberBlock .short_field{
	width:120px;
}

.MemberBlock .long_field{
	width:420px;
}

.MemberBlock input, .MemberBlock select{
	color:#FFFF80;
}

.avatorBlock{
	width:100px;
	height:100px;
	overflow:hidden;
	background-color:white;
	border:2px solid white;
	margin:auto;
}

.avatorSelBlock{
	color:white;
	margin-top:16px;
}

.avatorSelBlock p{
	margin:8px 0 2px 0;
	font-size:11px;
}


#tblMessage .th{
	text-align:center;
	background-color:#A3A3A3;
	color:black;
	font-weight:bold;
	height:32px;
}

#tblMessage td{	
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

#tblMessage .message_raw{
	background-color:#C0C0C0;
	color:black;
	height:28px;
	cursor:pointer;
}

#tblMessageEdit .th{
	background-color:#C0C0C0;
	color:#000000;
	text-align:right;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

#tblMessageEdit .td{
	background-color:#444444;
	color:#C0C0C0;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

#tblMessageEdit .td input{
	color:#FFFFFF;
	border:1px solid #B4B4B4;
	background-color:#606060;
	margin-left:25px;
	font-size:13px;
}

#tblMessageEdit .td textarea{
	color:#000000;
	border:1px inset #B4B4B4;
	background-color:#FFFFFF;
	margin-left:25px;
	font-size:13px;
	height:150px;
}

#tblMessageEdit .td div{
	margin-left:20px;
}

#tblMessageEdit .td .short_field{
	width:120px;
}

#tblMessageEdit .td .long_field{
	width:420px;
}

#tblMessageEdit .tr_one_line{
	height:30px;
}

#tblMessageEdit .tr_multi_line{
	height:170px;
}

#tblMessage .message_unread{
	font-weight:bold;
	color:#232395;
}

#tblMessage .onFocus_raw{
	background-color:#7D7D7D;
	color:white;
}

#tblMessage td{
	border-right:1px solid black;
	border-bottom:1px solid black;
}

#tblForum{
	/*font-size:14px;*/
	font-family: Helvetica, Adobe Helvetica;
	width:945px;
	margin:20px auto 0 auto;
}

#tblForum .group_name_row{
	background-color:#C0C0C0;
	color:black;
	height:28px;
	text-align:center;
}

#tblForum .board_name_row{
	background-color:#444444;
	color:white;
	height:48px;
}

#tblForum .content_row{
	background-color:#444444;
	color:white;
}

#tblForum .content_row div{
	margin:5px 8px 5px 8px;
}

#tblForum a{
	margin-left:10px;
}

#tblForum .group_name_row a{
	color:black;
}

#tblForum .group_name_row a:hover{
	color:#454545;
}

#tblForum .board_name_row a{
	color:white;
}

#tblForum .board_name_row a:hover{
	color:#C6C6C6;
}

#tblForum td{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#adminFrame{
	height:260px;
	width:450px;
	margin:80px auto 220px auto;
	border: 2px solid #333333;
	background-color:#000000;
}

#adminFrame #adminBlock{
	background-color:#1A1A1A;
	margin:2px;
	width:446px;
	height:256px;
	color:#C0C0C0;
}

#newsMainBlock{
	overflow:hidden;
	margin:5px auto 0 auto;
	width:948px;
	*width:960px;
	position:relative;
}

#newsMainBlock .dataBlock{
	width:310px;
	*width:312px;
	height:100px;
	background-color:#191919;
	float:left;
	margin:0 3px 6px 3px;
	position:relative;
}

#newsMainBlock .emptyDataBlock{
	width:310px;
	*width:312px;
	height:100px;
	/*background-color:#191919;*/
	float:left;
	margin:0 3px 6px 3px;
	position:relative;
}

#newsMainBlock .dataBlock .image{
	width:72px;
	height:72px;
	background-color:#636363;
	margin:9px 0 0 16px;
	*margin:9px 0 0 8px;
	float:left;
}

#newsMainBlock .dataBlock .image img{
	margin:1px;
}

#newsMainBlock .dataBlock .subject{
	width:198px;
	height:20px;
	overflow:hidden;
	float:left;
	margin: 9px 0 0 10px;
	white-space:nowrap;
}

#newsMainBlock .dataBlock .subject, #newsMainBlock .dataBlock .subject a{
	color:#84FF00;
}

#newsMainBlock .dataBlock .desc{
	width:198px;
	height:60px;
	overflow:hidden;
	color:white;
	float:left;
	margin: 0 0 0 10px;
	position:relative;
}

#newsMainBlock .dataBlock .desc .adminBlock{
	position:absolute;
	bottom:5px;
	right:0;
}

#newsMainBlock .dataBlock hr{
	position:absolute;
	width:290px;
	clear:both;
	top:84px;
	*top:89px;
	left:10px;
}

#newsMainBlock .ad{
	width:310px;
	height:100px;
	/*background-color:#191919;*/
	position:absolute;
}

#newsMainBlock #ad1{
	bottom:112px;
	right:3px;
	*bottom:106px;
	*right:6px;
}

#newsMainBlock #ad2{
	bottom:6px;
	right:3px;
	*right:6px;
	*bottom:0px;
}

#artistMainBlock{
	overflow:hidden;
	margin:20px auto 0 auto;
	width:904px;
	*width:960px;
	position:relative;
}

#artistMainBlock .dataBlock{
	width:220px;
	*width:222px;
	height:265px;
	background-color:#191919;
	float:left;
	margin:0 3px 8px 3px;
	position:relative;
	background-image:url('../images/bg-2.gif');
}

#artistMainBlock .emptyDataBlock{
	width:220px;
	*width:222px;
	height:265px;
	/*background-color:#191919;*/
	float:left;
	margin:0 3px 8px 3px;
	position:relative;
	/*background-image:url('../images/bg-2.gif');*/
}

#artistMainBlock .dataBlock .image{
	width:200px;
	height:200px;
	/*background-color:#636363;*/
	margin:10px auto 0 auto;
}

#artistMainBlock .dataBlock .image img{
	margin:auto;
}

#artistMainBlock .dataBlock .name{
	margin: auto;
	white-space:nowrap;
	text-align:center;
}

#artistMainBlock .dataBlock .name a{
	color:#EFEF00;
}

#artistMainBlock .dataBlock .subject{
	width:200px;
	margin: auto;
	white-space:nowrap;
	text-align:center;
	position:relative;
}


#artistMainBlock .dataBlock .subject .adminBlock{
	position:absolute;
	bottom:0px;
	right:0;
}

#artistMainBlock .dataBlock hr{
	width:200px;
}

#articleMainBlock{
	overflow:hidden;
	margin:5px auto 0 auto;
	width:948px;
	*width:960px;
	position:relative;
}

#articleMainBlock .dataBlock{
	width:310px;
	*width:312px;
	height:170px;
	background-color:#191919;
	float:left;
	margin:0 3px 6px 3px;
	position:relative;
}

#articleMainBlock .emptyDataBlock{
	width:310px;
	*width:312px;
	height:170px;
	/*background-color:#191919;*/
	float:left;
	margin:0 3px 6px 3px;
	position:relative;
}

#articleMainBlock .dataBlock .image{
	width:92px;
	height:122px;
	background-color:#636363;
	margin:19px 0 0 16px;
	*margin:19px 0 0 8px;
	float:left;
}

#articleMainBlock .dataBlock .image img{
	margin:1px;
}

#articleMainBlock .dataBlock .subject{
	width:178px;
	height:20px;
	overflow:hidden;
	float:left;
	margin: 19px 0 0 10px;
	white-space:nowrap;
}

#articleMainBlock .dataBlock .subject a{
	color:#84FF00;
}

#articleMainBlock .dataBlock .desc{
	width:178px;
	height:100px;
	overflow:hidden;
	color:white;
	float:left;
	margin: 0 0 0 10px;
	position:relative;
}

#articleMainBlock .dataBlock .desc .adminBlock{
	position:absolute;
	bottom:0px;
	right:0;
}

#articleMainBlock .dataBlock hr{
	position:absolute;
	width:290px;
	clear:both;
	top:144px;
	*top:149px;
	left:10px;
}

#adminAdFrame{
	height:424px;
	width:860px;
	margin:16px auto 120px auto;
	border: 2px solid #333333;
	background-color:#000000;
}

#adminAdFrame #adminAdBlock{
	background-color:#1A1A1A;
	margin:2px;
	width:856px;
	height:420px;
	color:#C0C0C0;
}

#tblHomePage{
	margin:20px auto 10px auto;
}

#tblHomePage a{
	color:#03E203;
}

#tblHomePage .td{
	background-color:#1A1A1A;
	vertical-align:top;
}

#tblHomePage .title{
	margin:10px 16px 0 16px;
}

#tblHomePage .title1{
	margin:20px 16px 0 16px;
}

#tblHomePage hr{
	position:absolute;
}

#tblHomePage .hr1{
	width:330px;
	height:2px;
	left:12px;
	bottom:21px;
	position:absolute;
}

#tblHomePage .hr2{
	width:330px;
	height:2px;
	left:12px;
	bottom:5px;
	position:absolute;
}

#tblHomePage .hr3{
	width:185px;
	height:2px;
	left:20px;
	bottom:36px;
	position:absolute;
}

#tblHomePage .content{
	position:relative;
	overflow:hidden;
}

#tblHomePage .content1{
	width:350px;
	height:105px;
}

#tblHomePage .content2{
	margin-top:8px;
	height:92px;
}

#tblHomePage .content3{
	margin-top:8px;
	height:227px;
	overflow:hidden;
}

#tblHomePage .content4{
	width:355px;
	height:105px;
}

#tblHomePage .link{
	position:absolute;
	bottom:5px;
	right:30px;
}

#tblHomePage .link a, #tblHomePage .link2 a{
	color:#03E203;
	text-decoration:underline;
}

#tblHomePage .link2{
	position:absolute;
	bottom:16px;
	right:30px;
}

#tblHomePage .image{
	width:70px;
	height:70px;
	margin:5px 8px 0px 30px;
	*margin:5px 8px 0px 15px;
	background-color:#636363;
	float:left;
	border:1px solid #636363;
}

#tblHomePage .image img{
	margin:0px;
}

#tblHomePage .chosenImage{
	width:180px;
	height:180px;
	margin:0 auto 0 auto;
	/*background-color:#636363;*/
	overflow:hidden;
	text-align:center;
}
#tblHomePage .chosenImage img{
	margin:auto;
}

#tblHomePage .subject{
	width:215px;
	float:left;
	margin-top:5px;
	color:#03E203;
	overflow:hidden;
	white-space:nowrap;
}

#tblHomePage .desc{
	width:215px;
	float:left;
	margin-top:3px;
	height:52px;
	overflow:hidden;
	line-height:18px;
}

#tblHomePage .subject1{
	width:220px;
	float:left;
	margin-top:5px;
	color:#03E203;
	overflow:hidden;
	white-space:nowrap;
}

#tblHomePage .desc1{
	width:220px;
	float:left;
	margin-top:3px;
	height:52px;
	overflow:hidden;
	line-height:18px;
}

#tblHomePage .chosen_subject{
	text-align:center;
	width:100%;
	position:absolute;
	bottom:17px;
}

#tblHomePage .chosen_author{
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0px;
}

#formEquipmentAdd{
	width:624px;
	margin:20px auto 20px auto;
}

#equipmentListFrame{
	width:624px;
	overflow:auto;
	border:2px solid #333333;
	margin: 0 auto 20px auto;
}

#tblEquipmentList{
	margin: 2px 2px 1px 2px;
}

#tblEquipmentList .th{
	color:black;
	background-color:#A3A3A3;
	height:28px;
	text-align:center;
}

#tblEquipmentList .td{
	color:black;
	background-color:#C0C0C0;
	height:28px;
	text-align:center;
}

#equipmentEditFrame{
	width:940px;
	height:396px;
	overflow:hidden;
	border:2px solid #333333;
	margin: 16px auto 148px auto;
}

#equipmentEditFrame #equipmentEditBlock{
	margin: 2px 2px 2px 2px;
	background-color:#1A1A1A;
	height:392px;
}

#tblEquipmentFrame{
	margin: 36px auto 0 auto;
}

#activityEditFrame{
	width:920px;
	overflow:auto;
	border:2px solid #333333;
	margin: 16px auto 148px auto;
}

#activityEditFrame #activityEditBlock{
	margin: 2px 2px 2px 2px;
	background-color:#1A1A1A;
	overflow:auto;
	float:none;
}

#tblActivityEdit{
	margin: 30px auto 20px auto;
}

#tblActivityEdit .short_text, #tblActivityEdit SELECT{
	width:90px;
}

#tblActivityEdit SELECT{
	text-align:center;
}

#activityEditFrame #activityEditBlock #signListBlock{
	color:#6DD46D;
	width:390px;
	float:left;
	margin-left:50px;
	_margin-left:25px;
	margin-bottom:20px;
}

#activityEditFrame #activityEditBlock #reserveListBlock{
	color:#0083FE;
	width:450px;
	float:left;
	margin-left:20px;
	_margin-left:10px;
}

#activityEditFrame #activityEditBlock .sign_list{
	width:130px;
	height:28px;
	float:left;
	white-space:nowrap;
}

#activityEditFrame #activityEditBlock .reserve_list{
	width:150px;
	height:28px;
	float:left;
	white-space:nowrap;
}

#activityEditFrame #activityEditBlock .counter{
	width:20px;
	text-align:right;
	float:left;
}

#activityEditFrame #activityEditBlock .account{
	width:90px;
	margin-left:3px;
	float:left;
}

#activityEditFrame #activityEditBlock .adminButton{
	float:left;
}

#forumManagerFrame{
	width:624px;
	border:2px solid #333333; 
	margin:20px auto 20px auto;
}

#tableForumManager{
	margin:2px 2px 1px 2px;
}

#tableForumManager a{
	color:black
}

#tableForumManager .group, #tableForumManager .new_group{
	color:black;
	background-color:#797979;
	height:36px;
}

#tableForumManager .board{
	color:black;
	background-color:#C0C0C0;
	height:32px;
}

#tableForumManager .new_board{
	color:black;
	background-color:#ACACAC;
	height:36px;
}

#tableForumManager .group td, #tableForumManager .new_group td, #tableForumManager .board td, #tableForumManager .new_board td{
	border-right: 1px solid black;
	border-bottom:1px solid black;
}

#forumEditBlock{
	width:620px;
	margin:0px auto 20px auto;
}

#tblEquipment{
	margin:20px auto 20px auto;
}

#tblEquipment .td{
	background-color:#1A1A1A;
}

#tblEquipment #equipmentImgBlock{
	margin:0;
	height:558px;
	width:428x;
	position:relative;
	overflow:hidden;
}

#tblEquipment #equipmentImgBlock #pic{
	width:370px;
	height:370px;
	/*background-color:white;*/
	margin: 16px auto 0 auto;
}

#tblEquipment #equipmentImgBlock .pic_s{
	width:120px;
	height:120px;
	/*background-color:white;*/
	float:left;
	margin-top:20px;
}

#tblEquipment #equipmentImgBlock #pic_1{
	margin-left:28px;
	*margin-left:14px;
}
#tblEquipment #equipmentImgBlock #pic_2, #tblEquipment #equipmentImgBlock #pic_3{
	margin-left:6px;
}

#tblEquipment #equipmentImgBlock hr{
	width:388px;
	left:20px;
	position:absolute;
}

#tblEquipment #equipmentInfoBlock{
	width:450px;
	height:188px;
	margin:16px auto 0 auto;
	overflow:hidden;
}

#tblEquipment #reportBtnBlock{
	width:450px;
	margin:10px auto 0 auto;
	text-align:right;
}

#blockSelAvatar{
	width:100%;
	left:0;
	display:none;
	position:absolute;
	overflow:auto;
	z-index:2;
}

#tblSelAvatar{
	background-color:white;
	margin:0 auto 0 auto;
}

#tblSelAvatar td{
	background-color:white;
	text-align:center;
}

#tblSelAvatar #tblSelAvatarTitle{
	text-align:center;
	background-image:url('../images/selAvatarTitle_bg.gif');
}

#blockAlbumEdit{
	width:100%;
	left:0;
	display:none;
	position:absolute;
	overflow:auto;
	z-index:2;
}

#blockAlbumEdit #tblAlbumEdit{
	background-color:#1A1A1A;
	margin:0 auto 0 auto;
	width:240px;
	height:200px;
}

#blockAlbumEdit #tblAlbumEdit #tblAlbumEditTitle{
	text-align:center;
	background-image:url('../images/selAvatarTitle_bg.gif');
}

#blockAlbumEdit #tblAlbumEdit .radio{
	width:160px;
	*width:200px;
	text-align:left;
	margin-bottom:16px;
	*margin-bottom:14px;
	margin-left:48px;
	*margin-left:32px;
}

#floatLayer{
	width:100%;
	display:none;
	top:0;
	left:0;
	background-color:black;
	position:absolute;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	z-index:1;
}

#formActivityAdd{
	width:790px;
	margin:20px auto 20px auto;
}

#formActivityAdd .input{
	color:#FFFFFF;
	border:1px solid #B4B4B4;
	background-color:#606060;
}

#activityListFrame{
	width:790px;
	overflow:auto;
	border:2px solid #333333;
	margin: 0 auto 20px auto;
}

#tblActivityList{
	width:786px;
	margin: 2px 2px 1px 2px;
}

#tblActivityList .th{
	color:black;
	background-color:#A3A3A3;
	height:28px;
	text-align:center;
}

#tblActivityList .td{
	color:black;
	background-color:#C0C0C0;
	height:28px;
	text-align:center;
}

#activityMainBlock{
	overflow:hidden;
	margin:5px auto 40px auto;
	width:924px;
	*width:936px;
	position:relative;
}

#activityMainBlock .dataBlock{
	width:225px;
	/*width:227px;*/
	height:180px;
	background-color:#191919;
	float:left;
	margin:0 3px 8px 3px;
	position:relative;
	overflow:hidden;
}

#activityMainBlock .dataBlock .image{
	width:120px;
	height:180px;
	background-color:#FFFFFF;
	margin:0;
	*margin:0;
	float:left;
	overflow:hidden;
	z-index:10;
}

#activityMainBlock .dataBlock .image img{
	margin:0;
}

#activityMainBlock .dataBlock .nameBlock{
	width:105px;
	height:26px;
	position:absolute;
	top:0;
	right:0;
}

#activityMainBlock .dataBlock .nameBlock .name{
	width:79px;
	height:20px;
	background-image:url('../images/dot_activity.gif');
	margin:2px auto 0 auto;
	*margin:4px auto 0 auto;
	text-align:center;
	line-height:22px;
	overflow:hidden;
}

#activityMainBlock .dataBlock .infoBlock{
	width:105px;
	_width:104px;
	height:152px;
	overflow:hidden;
	background-color:#2F2F2F;
	right:0;
	bottom:0;
	position:absolute;
	text-align:center;
}

#activityMainBlock .dataBlock .infoBlock p{
	text-align:center;
	margin:5px 0 2px 0;
	*margin:5px 0 0 0;
}

#activityMainBlock .dataBlock .infoBlock .btnActivityDesc{
	margin-top:24px;
}

#activityMainBlock .dataBlock hr{
	position:absolute;
	width:105px;
	_width:104px;
	top:19px;
	*top:26px;
	right:0px;
}

#activityInfoBlock{
	width:942px;
	overflow:auto;
	margin:20px auto 40px auto;
	position:relative;
}

#activityInfoBlock #photoLargeBlock{
	width:400px;
	float:left;
	height:558px;
	background-color:#1A1A1A;
	overflow:hidden;
	position:relative;
}

#activityInfoBlock #photoLargeBlock #photoLarge{
	width:333px;
	height:500px;
	/*background-color:white;*/
	margin:20px auto 0 auto;
}

#activityInfoBlock #photoLargeBlock hr{
	width:360px;
	position:absolute;
	left:20px;
	bottom:13px;
	*bottom:20px;
}

#activityInfoBlock #infoBlock{
	font-size:14px;
	width:536px;
	float:left;
	margin-left:6px;
	height:558px;
	background-color:#1A1A1A;
	overflow:hidden;
	position:relative;
}

#activityInfoBlock #infoBlock #info{
	margin:50px 0 0 20px;
	overflow:hidden;
	height:220px;
	
}

#activityInfoBlock #infoBlock #info #photo1{
	float:left;
	width:140px;
	height:210px;
	/*background-color:white;*/
	margin:0 32px 0 0;
}

#activityInfoBlock #infoBlock #button{
	margin:20px 85px 0 0;
	text-align:right;
}

#activityInfoBlock #infoBlock #photos{
	margin:30px 0 0 20px;
	overflow:auto;
}

#activityInfoBlock #infoBlock #photos .photo{
	width:120px;
	height:180px;
	margin:0 2px 0 2px;
	/*background-color:white;*/
	float:left;
}

#activityInfoBlock #infoBlock #top{
	width:496px;
	left:20px;
	top:13px;
	*top:20px;
	position:absolute;
}

#activityInfoBlock #infoBlock #bottom{
	width:496px;
	left:20px;
	bottom:13px;
	*bottom:20px;
	position:absolute;
}

#tblEquipmentFields, #tblEquipmentFields td{
	border:1px solid gray;
}

.clr_lg{
	color:#7BFF82;
}

.clr_ly{
	color:#FFFF80;
}

.clr_r{
	color:#FF0000;
}

.clr_w{
	color:#FFFFFF;
}

.clr_dy{
	color:#f9f500;
}

.clr_b{
	color:blue;
}

.equipment_tbl_border{
	border-color:gray;
}

.cell-tline{
	border-top:1px solid black;
}
.cell-rline{
	border-right:1px solid black;
}
.cell-bline{
	border-bottom:1px solid black;
}
.cell-lline{
	border-left:1px solid black;
}

.blg{
	border:1px solid green;
}