* {
	padding:0;
	margin:0;
	border:0;
	font-size:100%;
}

.clear {
	clear:both;
}

#page-container {
	width:800px;
	margin:50px auto 10px auto;
}
#header {
	width:100%;
}

#menu {
	width:800px;
	height:44px;
	background:#1a1a1a url('./../img/menu_bg.jpg') repeat-x;
}
#menu div {
	width:160px;
	height:44px;
	text-align:center;
	float:left;
	font:14px 'trebuchet ms';
	color:#FFF;
	display:inline;
	list-style:none;
}
#menu div a {
	height:24px;
	display:inline-block;
	padding-top:20px;
	color:#FFF;
	text-decoration:none;
}
#menu div a:hover {
	padding-top:23px;
	height:21px;
	background:url('./../img/menubg_active.jpg') repeat-x;
}

#content {
	border: solid #1a1a1a;
	border-width:0 1px 1px 1px;
	background: #f3f3f3;
	padding: 0 20px;
}

#footer {
	width:800px;
	height:18px;
	font: 13px 'trebuchet ms';
	color:#FFF;
	text-align:center;
	background-color:#1a1a1a;
	margin-top:50px;
}
#footer a {
	color:white;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#page-container .error {
	width:768px;
	padding: 15px;
	background-color:#FF0000;
	text-align:center;
	font:bold 15px 'trebuchet ms';
	color:#FFFF00;
	border-left:1px;
	border-right:1px;
	border-color:#000000;
	border-style:solid;
}
#page-container .notice {
	width:768px;
	padding: 15px;
	background-color:orange;
	text-align:center;
	font:bold 15px 'trebuchet ms';
	color:navy;
	border-left:1px;
	border-right:1px;
	border-color:#000000;
	border-style:solid;
}

/* end of common style */



/*----------------------------------------------------------------------*/



/* individual pages */


#content #welcome {
	width:400px;
	height:30px!important;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
	font: bold 16px 'trebuchet ms';
}
#content #content-container {
	margin-top:20px;
	clear:both;
}


#content #upload-box {
	width:390px;
	float:left;
	overflow:auto;
	text-align:center;
}
#content #upload-box input {
	font-size:11px;
	display:block;
	margin:15px auto 0 auto;
}


#content #description {
	width:320px;
	float:right;
	text-align:justify;
	font: 14px 'trebuchet ms';
}
#content #description ul li {
	list-style:square inside none;
}
#content #buttons {
	width:180px;
	height:25px;
	text-align:center;
	background-color:#1a1a1a;
	margin:14px 0 0 70px;
	padding:8px;
	display:run-in;
	clear:both;
}
#content #buttons #inputs {
	display:inline;
}
#content #buttons input {
	width:80px;
	height:25px;
	font-size:12px;
	text-align:center;
	background-color:#FFF;
	display:inline;
}
#content #buttons input:active {
	width:78px;
	height:23px;
	margin:1px;
}

#content #uploadOutput {
	width:380px;
	overflow:auto;
	margin-top:20px;
	font-size:12px;
}
#content #upload-box .upload-notice {
	font: italic 13px 'trebuchet ms';
	margin-top:40px;
}
#content #upload-box .files-to-upload {
	font: bold 14px 'trebuchet ms';
}






#content #login {
	width:400px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	font-size:12px;
}
#content #login form .input {
	display:block;
	margin: 2px auto;
	width:130px;
	text-align:center;
	border:2px solid silver;
}

#content #register {
	font: 13px 'trebuchet ms';
}
#content #register h2 {
	font-size:16px;
}
#content #register form {
	width:400px;
	margin:10px auto;
}
#content #register form td.a {
	width:150px;
	text-align:right;
	padding:2px 5px 2px 1px;
}
#content #register form td.b {
	width:160px;
	text-align:left;
	padding:2px 1px 2px 5px;
}
#content #register form td.b input {
	width:155px;
	border:1px solid #000;
}
#content #register form td.c {
	text-align:right;
	padding-top:10px;
}
#content #register form .submit {
	width:130px;
	text-align:center;
	border:2px solid silver;
}

#content #my-images {
	padding:10px;
}
#content #my-images .image {
	border: 1px solid silver;
	margin-top:15px;
	text-align:center;
	padding:5px;
}
#content #my-images .image .title {
	font: bold 17px 'trebuchet ms';
	color: #000;
}
#content #my-images .image .info {
	font: bold 14px 'trebuchet ms';
	color:gray;
}

#content #my-images .image img {
	max-width:500px;
	max-height:350px;
	margin: 5px auto;
}
#content #my-images .link {
	font: bold 13px 'trebuchet ms';
	color:gray;
}
#content #my-images .link input {
	width:370px;
	font-size:12px;
	border: 1px solid black;
}
#content #my-images #pagination {
	margin:8px auto 0 auto;
	text-align:center;
}
#content #my-images #pagination a {
	font:bold 15px 'trebuchet ms';
	color:#666;
}
#content #my-images #pagination a:hover {
	color:#000;
}


#uploadOutput .image {
	border: 1px solid silver;
	margin-top:15px;
	text-align:center;
	padding:5px;
}
#uploadOutput .title {
	font-weight:bold;
}
#uploadOutput .image .head {
	font: 17px 'trebuchet ms';
	color: #000;
}
#uploadOutput .image .head .name {
	font-weight:bold;
}
#uploadOutput .image .link {
	font: bold 13px 'trebuchet ms';
	color:gray;
	margin-top:15px;
}
#uploadOutput .image .link input {
	width:300px;
	font-size:12px;
	border: 1px solid black;
}

#uploadOutput {
	font: 14px 'trebuchet ms';
}
#uploadOutput .uploaded {
	font:bold 16px 'trebuchet ms';
}
#uploadOutput .critical-error {
	font:bold 17px 'trebuchet ms';
	color: #FF0000;
	padding-top:10px;
}


#content #terms {
	font:14px 'trebuchet ms';
	padding:10px;
}
#content #terms h2 {
	font-size:16px;
}
#content #terms p {
	margin-top:8px;
}


#content #contact {
	font:14px 'trebuchet ms';
	padding:10px;
}
#content #contact h2 {
	font-size:16px;
}



#content #settings {
	font: 13px 'trebuchet ms';
}
#content #register h2 {
	font-size:16px;
}
#content #settings form {
	width:400px;
	margin:10px auto;
}
#content #settings form td.a {
	width:150px;
	text-align:right;
	padding:2px 5px 2px 1px;
}
#content #settings form td.b {
	width:160px;
	text-align:left;
	padding:2px 1px 2px 5px;
}
#content #settings form td.b input {
	width:155px;
	border:1px solid #000;
}
#content #settings form td.c {
	text-align:right;
	padding-top:10px;
}
#content #settings form .submit {
	width:130px;
	text-align:center;
	border:2px solid silver;
}
.google-ad {
	margin:0 auto;
	text-align:center;
}