/* CSS Document */
h1, h2, h3, h4, h5, h6, h7, p, ul, ol, dl, dt, dd, li, body, form, input, button, img, strong, em, table, td, th { padding:0; margin:0;}
h1, h2, h3, h4, h5, h6, h7 { font-size:14px; font-weight:bold;}
img, table, td, th { border:0;}
ul, ol,li { list-style-type:none;}
a { color:#11a1ff;text-decoration:none;outline: none;}
a:hover { color:#FFF;}
body, form, input, textarea, select {
	font-family:rockwell,georgia,Times New Roman;
	font-size: 0.9em;
}
body {
	background:#1e1e1e;
}

/* HEADER */
#head {
	color:#FFF;
	width:100%;
	height:86px;
	position: relative;
	top:15px;
	left:0px;
}

#headerBG
{
	width:100%;
	height:86px;
}

#header li
{
	float:left;
}

#navWrapper
{
	width:960px;
	margin:0px auto;
	position:relative;
}

#goto_home {
	display:block;
	text-indent:-9999em;
	width:340px;
	height:86px;
	left:40px;
	position:absolute;
	overflow:hidden;
	background:url("../images/header_bar.png") no-repeat 0px 0px;
}


.nav-item {
	display:block;
	text-indent:-9999em;
	height:50px;
	overflow:hidden;
	position:absolute;
	background:url("../images/header_bar.png") no-repeat;
	top:0px;
}

#goto_project {
	width:64px;
	/*left:580px;*/ /*bumper-to-bumper*/
	left: 500px;
	background-position:-462px 12px;
}

#header:hover #goto_project {
	background-position:-462px -32px;
}

#header  #goto_project:hover {
	background-position:-462px 12px;
}

#goto_book {
	width:48px;
	/*left:645px;*/ /*bumper-to-bumper*/
	left: 585px;
	background-position:-564px 12px;
}

#header:hover #goto_book {
	background-position:-564px -32px;
}

#header #goto_book:hover {
	background-position:-564px 12px;
}

#goto_film {
	width:42px;
	/*left:694px;*/ /*bumper-to-bumper*/
	left: 654px;
	background-position:-651px 12px;
}

#header:hover #goto_film {
	background-position:-651px -32px;
}

#header #goto_film:hover {
	background-position:-651px 12px;
}

#goto_photo {
	width:57px;
	/*left:737px;*/ /*bumper-to-bumper*/
	left: 717px;
	background-position:-730px 12px;
}

#header:hover #goto_photo {
	background-position:-730px -32px;
}

#header #goto_photo:hover {
	background-position:-730px 12px;
}

#goto_contact {
	width:75px;
	left:795px;
	background-position:100% 12px;
}

#header:hover #goto_contact {
	background-position:100% -32px;
}

#header #goto_contact:hover {
	background-position:100% 12px;
}

/* PAGE FOOTER */
#foot { 
	color:#AAA;
	width:100%;
	height:80px; 
	font-size: 0.95em;
	padding-top:40px;
	text-align: center;
	width: 950px;
	margin: 50px auto 0px auto;
}

#foot #copy {
	float: left;
}

#foot #support {
	float: right;
}


/*INDEX MAIN */

.thumbnail-list {
	width: 800px;
	padding: 10px;
	float: left;
}

.thumbnail-list .thumbnail-container {
	float: left;
	margin: 5px;
	text-align: center;
	border: 1px solid #333;
}
.thumbnail-list .thumbnail-container .thumbnail {
	margin: 3px;
}

.thumbnail-list .item-title {
	text-align: center;
	border-top: 1px solid #333;
	color: #999;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 10px;
}

.thumbnail-list a {
	display: block;
}

.thumbnail-list a:hover .thumbnail-container {
	background-color: #111;
}

.comment-container {
	position: relative;
}

#info_link {
	position: absolute;
	width: 30px;
	text-align: center;
	padding: 5px 0px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	top: 20px;
	right: 100px;
	display: block;
	color: #fff;
}

#info_link:hover {
	opacity: 0.8;
}

#info_container {
	padding: 15px;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 84px;
	text-align: left;
}

#info_container table {
	border-collapse: collapse;
	margin-top: 30px;
	width: 100%;
}

#info_container table tr {
	line-height: 2em;
}

#info_container table tr td {
	font-variant: small-caps;
}

#mainheader {color:#FFF;width:950px; margin:0 auto; margin-top:12px;border-bottom:1px solid #9B9B9B;}
#mainfooter {color:#FFF;width:950px; margin:0 auto; margin-top:16px;border-top:1px solid #9B9B9B;}
.iconlisdiv {padding-top:4px;float:left;padding-left:2px;}
.iconlisdiv img {margin-right:2px;border:0;}
.pageselectdiv {padding-top:4px;padding-left: 12px;float:left;}
.pageselectdiv select {height:22px;}


#indexmain {
	color:#D7D5D5;
	width:800px;
	margin:0 auto;
	margin-top:12px;
	margin-bottom:12px;
}

#indexmain a.category  {color: #D9AD00;text-decoration:underline;}
#indexmain a.category:hover {color:#FFCC00; text-decoration:none;}

.thumbnail_hover a:hover img {
	border: 1px solid #FF9900;
}

.thumb-lrg {
	color:#BCBABA;
	width:182px; 
	height:260px;
	margin:3px;
	background:#000;
	border:1px solid #312F2F;
	float:left;
	overflow:hidden;
}

.thumb-lrg table {
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
}

.thumb-lrg table thead th {
	/***** Use below two lines for Gif animation background 
	background:url('../images/image_loading.gif');
	background-position:center center;  
	********/
	text-align:center;
	width:180px;
	height:180px;
}

.thumb-lrg table td {
	padding-top:6px;
}

.thumb-lrg table div {
	font-size:8pt;
	width:150px;
	padding:1px 10px 1px 10px;
	white-space:nowrap;
	overflow:hidden;
}

.thumb-sml {
	color:#BCBABA;
	width:104px; 
	height:100px;
	margin:0px;
	float:left;
	overflow:hidden;
}

.thumb-sml table {
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
}

.thumb-sml table thead th {
	text-align:center;
	width:100px;
	height:100px;
}


/*OTHER MAIN */
#main {color:#D7D5D5;width:950px; margin:0 auto; margin-top:22px;margin-bottom:12px;}

#main td {vertical-align:top;}

#leftbox {
	float:left; 
	width:680px; 
}

#leftbox h2 {
	letter-spacing:2px; 
	color:#51B400; 
	font-size:14px; 
	padding-left:20px; 
	padding-bottom:10px; 
	border-bottom:1px solid #A8B5BD;
}

#leftbox_main {
	padding:16px 20px 8px 20px;
	line-height:1.7;
}

#leftbox_main td{
	height:32px;
}

#rightbox { 
	float:right; 
	width:230px; 
}
#rightbox h2 {
	letter-spacing:2px; 
	color:#996600; 
	font-size:14px; 
	padding-left:20px; 
	padding-bottom:10px; 
	border-bottom:1px solid #CC9900;
}
#rightbox_main {
	padding:10px 2px 8px 12px; 
	line-height:18px; 
	float:left;
}

/*NEWS*/

#leftbox_main table.newslist {
	border-collapse: collapse;
}

#leftbox_main td.newstitle {
	width:560px; 
	padding-top:6px;
	padding-bottom:6px;
	border-top:1px dotted #A8B5BD;
	border-bottom:1px dotted #A8B5BD;
	height:6px;
}

#leftbox_main td.newsdate {
	color:#8B8583;
	width:80px; 
	padding-top:6px;
	padding-bottom:6px;
	border-top:1px dotted #A8B5BD;
	border-bottom:1px dotted #A8B5BD;
	height:6px;
	text-align:right;
}

#leftbox_main div.news_info {
	background:#2E2E2E;
	color:#8B8583;
	float:left;
	width:640px; 
	padding:4px; 
	margin-bottom:12px; 
	border:1px dotted #A8B5BD;
}

/*MY DESK*/

#md_leftbox {
	float:left; 
	width:180px; 
}

#md_leftbox h2 {
	letter-spacing:2px; 
	color:#996600; 
	font-size:14px; 
	padding-left:20px; 
	padding-bottom:10px; 
}

#md_leftbox_main {
	background: #575757;
	border:1px solid #CC9900;
	line-height:28px;
	padding:16px 0px 8px 10px;
}

#md_rightbox { 
	float:right; 
	width:740px; 
}
#md_rightbox h2 {
	letter-spacing:2px; 
	color:#51B400; 
	font-size:14px; 
	padding-left:20px; 
	padding-bottom:10px; 
	border-bottom:1px solid #A8B5BD;
}

#md_rightbox_main {
	padding:16px 10px 8px 10px;
}

#md_rightbox_main td{
	height:30px;
}

#md_rightbox_main table.tb_images{
	border-collapse: collapse;
}

#md_rightbox_main td.tdrow1
{
	vertical-align:middle; 
	background-color:#868686;
	border:1px solid #525252;
	font-weight: bold;
	color:#FFF;
	padding:5px;
	height:18px;
}

#md_rightbox_main td.tdrow2
{
	vertical-align:middle; 
	border:1px solid #525252;
	padding:5px;
}

#md_rightbox_main ul {
	line-height:26px; 
	width:420px; 
	float:left;
}

#md_rightbox_main ul label{
	color:#A7A7A7; 
	margin-right: 8px;
	font-weight: normal;
}

#md_rightbox_main ul li{
	font-weight: bold;
}

#md_rightbox_authority {
	border:1px solid #DBDBDB;
	background: #AAAAAA;
	width:240px; 
	padding:16px;
	float:right;
	line-height:20px; 
}

#md_rightbox_authority ol label{
	color: #000;
	margin-left: 8px;
	font-weight: normal;
}

#md_rightbox_authority ol li{
	color: blue;
	font-weight: bold;
}

/*SHOW IMAGE*/

#showimage {
	width:950px;
}

#showimage_image {
	text-align: center;
	position: relative;
}

#showimage_image .prevbutton {
	padding-right: 36px;
}

#showimage_image .nextbutton {
	padding-left: 36px;
}

#showimage_image .bigimage {
	padding:10px;
	background:#464646;
	border: 1px solid #585858;
}

#showimage h2 {
	color:#A8B5BD; 
	font-size:14px; 
	padding-left:10px; 
	padding-bottom:6px; 
	padding-top:30px; 
	border-bottom:1px solid #A8B5BD;
}

#showimage_info {
	padding:12px 10px 8px 10px;
	line-height:1.7; 
}

#showimage_comments {
	padding:12px 10px 8px 10px;
	line-height:20px; 
}

#showimage_info ul.imageinfo {
	width:230px; 
	padding:6px;
	background:#2E2E2E;
	border:1px solid #A8B5BD;
	line-height:22px; 
	float:right;
}

#showimage_info ul label {
	color:#A7A7A7; 
	margin-right: 8px;
	font-weight: normal;
}

#showimage_info ul li {
	font-weight: bold;
}

#showimage_userinfo, #showimage_download {
	line-height:18px; 
	padding:6px;
	background:#626262;
	border:1px solid #A8B5BD;
}

#showimage h3 {
	color:#A8B5BD; 
	font-size:14px; 
	padding-left:10px; 
	padding-bottom:6px; 
	padding-top:30px; 
	border-bottom:1px solid #A8B5BD;
}

#showimage_submitcomment {
	background:#2E2E2E;
	width:230px; 
	padding:6px;
	border:1px solid #A8B5BD;
	line-height:22px;
}

#showimage_comments div.comment {
	width:100%; 
	padding:10px;
	border:1px dotted #525252;
	margin-bottom:16px;
}

#showimage_comments div.author {
	background:#2E2E2E;
	color:#8B8583;
	width:100%;
	overflow:hidden;
	padding:10px;
	height:24px; 
}

#showimage_comments div.author a {
	margin-right:22px;
}

#showimage_comments div.number {
	background:#2E2E2E;
	position: absolute;
	top: 10px;
	right: 10px;
	color:#8B8583;
	text-align: right;
	height:24px; 
}

/*PUBLISH IMAGES*/

#pb_leftbox {
	float:left; 
	width:220px; 
}

#pb_leftbox h2 {
	letter-spacing:2px; 
	color:#996600; 
	font-size:14px; 
	padding-left:20px; 
	padding-bottom:10px; 
	border-bottom:1px solid #CC9900;
}

#pb_leftbox_main {
	padding:10px 6px 8px 6px; 
	float:left;
}

#pb_rightbox { 
	float:right; 
	width:700px; 
}
#pb_rightbox h2 {
	letter-spacing:2px; 
	color:#51B400; 
	font-size:14px; 
	padding-left:20px; 
	padding-bottom:10px; 
	border-bottom:1px solid #A8B5BD;
}

#pb_rightbox_main {
	padding:16px 10px 8px 10px;
}

#pb_rightbox_main td{
	height:30px;
}

/*LOGIN FORM*/

#login {
	width:300px; 
	margin:0 auto; 
	margin-top:48px;
	line-height:18px;
	padding:6px;
}

#login .loginform{
	padding:26px 6px 16px 6px;
	margin-top:6px;
	color: #fff;
}

#login input.text {width:138px;}

#login td {vertical-align:middle;}

#login td.label {
	text-align:right;
	padding-right:6px;
	padding-left:10px;
}

#login a {
	padding-left:16px;
}

#controls #user-controls {
	float: right;
	position: relative;
	top: 70px;
	left: -60px;
}

.selected {
	border-bottom: 3px solid #fff;
}

/******* Don't Move System CSS *************/

#sysinfo_error { width:400px; margin:0 auto; margin-top:22px;margin-bottom:22px;color:#000;}
#sysinfo_success { width:400px; margin:0 auto; margin-top:22px;margin-bottom:22px;color:#000;}

/* Pagelist CSS */

.PageListDiv {
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	padding-right:2px;
	float:right;
	text-align:right;
	color: #fff;
}

.PageList {
	margin:0;
	padding:0;
	list-style:none;
}

.PageList li {
	display:inline;
}

.PageList a, 
.PageList li a {
	padding: 2px 7px 2px 7px;
}

.PageList span.CurrentPage {
	background: #FFF; 
	padding: 2px 7px 2px 7px; 
	border: 1px solid #C5E0AB;
	color:#000;
}

.PageList li span.NoPagePrev {
	padding: 2px 7px 2px 7px; 
	color:#666;
}

.PageList li span.NoPageNext {
	padding: 2px 7px 2px 7px; 
	color:#ACA8AA;
}

#sysinfo_error {
	background: #444;
	border: 1px solid #D2D2D2;
	color: #bbb;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Success Info CSS */

.s_lborder {
	background:#DEFBC6 url(../images/s_border.gif) repeat-y left bottom;
}
.s_rborder {
	background:transparent url(../images/s_border.gif) repeat-y right top;
}
.s_tborder {
	background:transparent url(../images/s_border.gif) repeat-x;
}
.s_bborder {
	background:transparent url(../images/s_border.gif) repeat-x center bottom;
}
.s_tlcorner {
	background:transparent url(../images/s_tlcorner.gif) no-repeat;
}
.s_trcorner {
	background:transparent url(../images/s_trcorner.gif) no-repeat right top;
	padding:12px 20px;
	overflow:auto;
}
.s_blcorner {
	background:transparent url(../images/s_blcorner.gif) no-repeat left bottom;
}
.s_brcorner {
	background:transparent url(../images/s_brcorner.gif) no-repeat right bottom;
}

/* Font Color CSS */

.green {
	color: green;
}

.red {
	color:red;
}

.redb {
	color:red;
	font-weight:bold;
}

.lightgrey {
	color:#8B8583;
}

.lightgreyb {
	color:#8B8583;
	font-weight:bold;
}

.black {
	color:#000;
}

.blackb {
	color:#000;
	font-weight:bold;
}

.orange {
	color:#FF9900;
}

.orangeb {
	color:#FF9900;
	font-weight:bold;
}

.clear-float {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/******* Don't Move System CSS *************/


.c_1 {border:1px solid #363636;margin-bottom:18px;}
.c_2 {width:96%;float:right;margin-bottom:10px;margin-top:8px;}
.c_h1 {background:#202020;border-bottom:1px solid #363636;color:#7F7F7F;text-align:left;padding:2px 10px 0; height:26px;}
.c_h2 {border:1px dotted #313131;color:#7F7F7F;text-align:left;padding:2px 10px 0; height:26px;border-right:0px;}
.c_h1 span {float:right;}
.c_h1 div {float:left}

/** ReCaptcha **/

.recaptchatable * {
	font-family: rockwell,georgia,sans-serif !important;
	font-size: 1.03em !important;
}
