a:link,
a:visited {
	color: #204A87;
	font-weight: bold;
	text-decoration: none;
	}
a:link:active,
a:visited:active,
a:link:focus,
a:visited:focus,
a:link:hover,
a:visited:hover {
	color: #E85305;
	text-decoration: underline;
	}
a img {
	border: 0;
	}
body {
	margin: 0;
	padding: 0;
	}
form {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	margin: .8em 0 0 0;
	}
h2 img,
h3 img {
	vertical-align: middle;
	}
h1 {
	color: #16466C;
	font-size: 200%;
	margin: 0 0 .8em 0;
	}
h2 {
	font-size: 130%;
	}
h3 {
	font-size: 120%;
	}
h4 {
	font-size: 110%;
	}
hr {
	display: none;
	}
html {
	background: white url("/common/image/background/bg.png") repeat;
	color: #202020;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	}
img {
	vertical-align: text-bottom;
	}
input.button {
	background: #F5FAFF;
	border: 1px solid #204A87;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #204A87;
	cursor: pointer;
	font-weight: bold;
	margin: 1px;
	}
input.button:hover {
	background: white;
	border-color: #E85305;
	color: #E85305;
	text-decoration: underline;
	}
input.button:focus {
	background: #204A87;
	border: 2px solid black;
	color: white !important;
	margin: 0;
	}
input.text, select, textarea {
	background: #F5FAFF;
	border: 1px solid #204A87;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 1px;
	font-size: 95%;
	}
input.text:focus, select:focus, textarea:focus {
	background: white;
	border: 2px solid black;
	margin: 0;
	}
input.text {
	text-indent: .2em;
	}
label {
  margin: 1px;
  }
label.focus {
	text-decoration: underline;
	}
li ul {
	margin-top: .2em;
	}
p {
	margin: .5em 0;
	}
table {
	border: 1px solid #B3D9FF;
	border-collapse: collapse;
	width: 778px;
	}
table.narrow {
	width: auto;
	}
tbody tr {
	background: #F5FAFF;
	}
td, th {
	padding: 0 .2em;
	}
tfoot {
	text-align: center;
	}
tfoot,
thead {
	background: #B3D9FF;
	}
tfoot input {
	margin: 1px 0;
	}
thead th {
	font-size: 130%;
	font-weight: normal;
	line-height: 130%;
	text-align: left;
	}
ul {
	margin: 1em 0;
	padding: 0 0 0 1.5em;
	}

.admin {
	color: #006633 !important;
	}
.moderator {
	color: #FF0066 !important;
	}
.tagger {
	color: #FF6600 !important;
	}
.user_title {
	font-style: italic;
}

a.alert,
em.alert {
	color: #A40000;
	}
.alert {
	background: #FFD9D3;
	line-height: 150%;
	position: relative;
	text-align: center;
	}
.center {
	text-align: center;
	}
.clear {
 clear: both;
 }
.controls img {
	margin: 0 0 0 .2em;
	vertical-align: bottom;
	}
.odd {
	background: #E2F2FF !important;
	}
.pagination {
	margin: 1em 0;
	text-align: center;
	font-size: 110%;
	}
.pagination a {
	padding: .1em .4em;
	font-size: 110%;
	}
.pagination li {
	display: inline;
	margin: 0 .1em;
	border: 1px solid black;
	background:rgba(255,255,255,0.5);
	}
.pagination .first {
	border: 1px solid;
	border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
}
.pagination .prev {
	border: 1px solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.pagination .next {
	border: 1px solid;
	border-radius: 10px 0px 10px 10px;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;

}
.pagination .page {
	margin: 0 .4em;
	font-weight: bold;
}
.pagination li.active {
	font-size: 150%;
	padding: .1em .4em;
	vertical-align: bottom;
	}
.pagination p {
	display: inline;
	}
.pagination ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
.tag {
	display: inline-block;
	}

/* Display Box */
.display {
	background: #F5FAFF;
	border: 1px solid #B3D9FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 1em 0;
	max-width: 770px;
	padding: 0 5px;
	position: relative;
	width: 45em;
	}
.display dd {
	float: left;
	margin: .1em 0;
	padding: 0 .5em;
	width: 33em;
	}
.display dl {
	border-left: 10em solid #E2F2FF;
	margin: 0 0 0 -5px;
	padding: .5em 0;
	width: 35em;
	}
.display dl:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
.display > dl:last-child {
	-moz-border-radius-bottomleft: 10px;
	}
.display dt {
	float: left;
	clear: left;
	display: inline;
	margin: .1em 0 .1em -10em;
	padding: 0 .5em;
	position: relative;
	text-align: right;
	width: 9em;
	}
.display h2,
.display h3,
.display h4 {
	margin-top: 0;
	}
.display h2 img,
.display h3 img {
	margin: 0 2px 0 0;
	}
.display ul {
	margin: .5em 0;
	}
.display .author {
	border-top: 2px dashed #204A87;
	line-height: 140%;
	margin-top: 1em;
	width: 100%;
	}
.display .controls {
	white-space: nowrap;
	bottom: .1em;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	}
.display .controls li {
	display: inline;
	}
.display h2,
.display h3,
.display .title {
	background: #b3d9ff;
	margin: 0 -5px;
	overflow: hidden;
	padding: 0 5px;
	width: 100%;
	}
.display h2:first-child,
.display h3:first-child,
.display .title:first-child {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	}
.display .title h2,
.display .title h3 {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	}
.display .title .controls,
.display .title .meta {
	bottom: 0;
	float: right;
	margin: .2em 0 0 0;
	position: relative;
	right: 0;
	}
.display .title .date {
	float: right;
	line-height: 180%;
	}

/* Normal Form */
form.norm {
	background: #F5FAFF;
	border: 1px solid #B3D9FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-width: 778px;
	padding: 0 5px;
	width: 45em;
	}
form.norm h2,
form.norm h3 {
	background: #B3D9FF;
	margin: 0 -5px;
	padding: .1em 5px;
	}
form.norm h2:first-child,
form.norm h3:first-child {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
form.norm input,
form.norm select,
form.norm textarea {
	max-width: 98%;
	}
form.norm ul {
	line-height: 150%;
	list-style: none;
	margin: .5em 0;
	padding: 0;
	}
form.norm li {
	padding: .2em 0 .2em 10em;
	}
form.norm li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
form.norm label,
form.norm .label {
	display: inline;
	float: left;
	margin-left: -10em;
	padding: 0 .5em;
	text-align: right;
	width: 9em;
	}
form.norm .radio label {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	}
form.norm p.submit {
	line-height: 130%;
	margin: 0 0 .5em 10em;
	}

/* Search Suggest */
div.search_suggest_div {
	position: relative;
	z-index: 100;
	}
div.search_suggest_div ul {
	background: #F5FAFF;
	border: 1px solid #B3D9FF;
	color: #204A87;
	font-weight: bold;
	line-height: 130%;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0;
	}
div.search_suggest_div li {
	cursor: pointer;
	margin: 0;
	padding: 0 5px;
	}
div.search_suggest_div li:hover,
div.search_suggest_div li.active {
	color: #E85305;
	text-decoration: underline;
	}
div.search_suggest_div li.close {
	background: #B3D9FF;
	text-align: right;
	}

#banner {
	background: white;
	border-bottom: 1px solid #B3D9FF;
	clear: both;
	height: 200px;
	overflow: hidden;
	position: relative;
	}
#banner a {
	background: white;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 980px;
	}
#banner h1 {
	margin: 0;
	}
#banner img {
	display: block;
	margin: 0 auto;
	}
#banner .left {
	float: left;
	}
#banner .right {
	float: right;
	}
#content {
	float: right;
	position: relative;
	width: 780px;
	}
#donations {
	text-align: center;
	}
#donations h2 {
	margin-bottom: 0;
	}
#donations p {
	margin-top: 0;
	}
#donations .amount {
	display: block;
	position: relative;
	text-align: center;
	z-index: 100;
	}
#donations .graph {
	background: #F5FAFF;
	border: 1px solid #B3D9FF;
	display: block;
	overflow: hidden;
	position: relative;
	width: 186px;
	}
#donations .progress {
	background: #D7EBFF;
	display: block;
	height: 3em;
	left: 0;
	position: absolute;
	top: 0;
	}
#footer {
	background: #F5FAFF;
	border: 1px solid #B3D9FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 1em;
	padding: 3px;
	text-align: center;
	}
#head {
	background: #F5FAFF;
	border: 1px solid #B3D9FF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	line-height: 150%;
	margin: 1em 0;
	}
#masstags_form {
	margin: 1em 0;
	width: 100%;
	}
#masstags_form:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
#masstags_form dd {
	float: right;
	margin: 0 1% .2em 1%;
	position: relative;
	text-align: center;
	width: 73%;
	}
#masstags_form dd label {
	margin: 0 1em;
	}
#masstags_form dl {
	float: left;
	margin: 0;
	width: 79%;
	}
#masstags_form dt {
	float: left;
	text-align: right;
	width: 25%;
	}
#masstags_form input.text {
	width: 98%;
	}
#masstags_form p {
	float: right;
	margin: 0;
	width: 20%;
	}
#masstags_form div {
	position: relative;
	}
#masstags_form .search_suggest_div {
	bottom: 120%;
	left: 0;
	position: absolute;
	}
#masstags_form .search_suggest_div ul {
	position: relative;
	}
#page {
	margin: 0 auto;
	width: 982px;
	}
#sidebar {
	float: left;
	width: 190px;
	}
#sidebar .display {
  margin-top: 0;
  width: 178px;
	}
#sidebar .display h2 {
	text-align: center;
	}
#sidebar .display ul {
	list-style: none;
	padding: 0;
	}
#sidebar #links {
	list-style: none;
	padding-left: 0;
	text-align: center;
	}
#sorting_controls {
	background: #F5FAFF;
	border: 1px solid #B3D9FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 1em 0;
	padding: .2em 5px;
	}
#sorting_controls li {
  display: inline;
  margin-right: 1em;
  }
#sorting_controls p,
#sorting_controls ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
  }
#top_nav {
	font-size: 120%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#top_nav a {
	padding: 0 1.5em;
	}
#top_nav li {
	display: inline;
	margin: 0 .5em;
	}
#top_info {
	border-bottom: 1px solid #B3D9FF;
	margin: 0;
	padding: 0 5px;
	width: 970px;
	overflow: hidden;
	}
#user_info {
	margin: 0;
	float: left;
	}
#tips {
	float: right;
	margin: 0;
	}

.image_block {
	margin: 0 -5px;
	padding: 0 5px 0 270px;
	width: 501px;
	}
.image_block:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
.image_block form.norm {
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
	}
.image_block form.norm ul {
	margin-top: 0;
	}
.image_block p,
.image_block ul {
	list-style: none;
	padding: 0;
	}
.image_block .meta {
	background: #F5FAFF;
	float: right;
	width: 500px;
	}
.image_block .meta dd {
	padding: 0 5px;
	width: 360px;

	}
.image_block .meta dd:nth-of-type(5){
	overflow:hidden;
}
.image_block .meta dl {
	border-left-width: 130px;
	margin: 0;
	width: 370px;
	}
.image_block .meta dl:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
.image_block .meta dt {
	margin-left: -130px;
	padding: 0 5px;
	width: 120px;
	}
.image_block .title {
	margin: 0 -5px .5em -270px;
	width: 768px;
	}
.image_block .thumb {
	display: inline;
	float: left;
	margin: 0 0 5px -265px;
	}
.image_thread {
	width: 768px;
	}
.image_thread p.alert {
	margin: 0;
	}
.notice {
	background: #F5FAFF;
	border: 1px solid #B3D9FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	list-style: none;
	margin-top: 0;
	padding: .3em 5px;
	}
.notice li {
	padding: .1em 0;
	width: 100%;
	}
.post {
	margin: .5em 0 1em 0;
	min-height: 110px;
	padding: 0 0 0 115px;
	position: relative;
	width: 653px;
	}
.post:after {
	clear: both;
	content: ".";
	display: block;
	height: 1px;
	visibility: hidden;
	}
.post blockquote {
	background: #EBF5FF;
	border: 1px solid #204A87;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0;
	padding: 5px;
	position: relative;
	}
.post cite {
	display: block;
	font-style: italic;
	}
.post form p {
	margin: .5em 0;
	}
.post textarea {
	width: 637px;
	}
.post .avatar {
	background: #D7EBFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	left: 0;
	overflow: hidden;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100px;
	z-index: 50;
	}
.post .avatar img {
	max-width: 100px;
	}
.post .content {
	background: #F5FAFF;
	overflow: auto;
	overflow-y: hidden;
	width: 100%;
	}
.post .content p {
	margin-bottom: 0;
	}
.post .controls {
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	}
.post .controls li {
	display: inline;
	}
.post .meta {
	border-top: 1px dashed #204A87;
	bottom: 0;
	line-height: 1.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 653px;
	}
.post .meta_present {
	padding-bottom: 1em;
	margin-bottom: 2.5em;
	}
.post .spoiler {
	background: white;
	border: 1px solid #204A87;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0;
	padding: 5px;
	position: relative;
	width: auto;
	}
.post .spoiler.hide {
	cursor: pointer;
	}
.post .spoiler dd {
	color: white;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	}
.post .spoiler dt {
	display: block;
	float: none;
	font-style: italic;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	}
.post .spoiler.hide dd {
	visibility: hidden;
	}
.post .spoiler.show dd {
	color: black;
	}
.post .title {
	background: #D7EBFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 .5em -115px;
	padding: 0 10px 0 115px;
	width: 643px;
	}
.post .title h3 {
	background: none;
	display: inline;
	margin-right: .5em;
	}
.post .title .name {
	float: left;
	}
.post .title .name h3 {
	float: none;
	}
.post_block .alert {
	font-size: 120%;
	margin: .2em 0;
	}
.post_foot {
	background: #F5FAFF;
	border-top: 2px solid #204A87;
	margin: .2em 0 .1em 0;
	padding: .2em 0;
	position: relative;
	}
.post_reply {
	border-width: 0;
	padding-top: 0;
	}
.quick_reply .title {
	background: #D7EBFF;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	margin: 0;
	overflow: hidden;
	width: 758px;
	}
.quick_reply textarea {
	width: 764px;
	}
.quick_reply h3 {
	background: none;
	line-height: 1.5em;
	margin: 0;
	}
.quick_reply p {
	text-align: center;
	}
.thumb {
	text-align: center;
	width: 260px;
	}
.thumb img {
	vertical-align: middle;
	}
.thumb p {
	margin: .2em 0 0 0;
	}
.thumb .thumb_image {
	display: table-cell;
	height: 210px;
	padding: 5px;
	vertical-align: middle;
	width: 260px;
	}

/* Thumb View */

.thumbview {
	margin: 1em 1px;
	width: 778px;
	}
.thumbview p {
	line-height: 150%;
	}
.thumbview .display {
	border-color: white;
	border-width: 0 0 0 3px;
	float: left;
	margin: 0;
	padding: 0 3px;
	width: 250px
	}
.thumbview .rating {
	line-height: 150%;
	text-align: center;
	margin: 0 0 .2em 0;
	}
.thumbview .row {
	margin: 3px 0;
	overflow: hidden;
	width: 100%;
	}
.thumbview .thumb {
	margin: .5em 0;
	width: 250px;
	}
.thumbview .thumb_image {
	padding: 5px 0;
	width: 250px;
	}
.thumbview .title {
	margin: 0 -3px;
	padding: 0 3px;
	width: 100%;
	}
.thumbview .title .controls {
	margin-top: .3em;
	}


/* Forum Account */
#forum_account label {
	float: none;
	margin: 0;
	width: auto;
	}
#forum_account li {
	padding-left: 0;
	}
#forum_account ul {
	padding-left: 2em;
	}
#forum_account ul label {
	float: left;
	margin-left: -10em;
	width: 9em;
	}
#forum_account ul li {
	padding-left: 10em;
	}

/* Profile Settings */
#profile_settings label {
	margin-left: -16em;
	width: 15em;
	}
#profile_settings li {
	margin-left: -16em;
	padding-left: 16em;
	width: 100%;
	}
#profile_settings p.submit {
	margin-left: 16em;
	}
#profile_settings ul {
	margin-left: 16em;
	}

/* Query History */
#query_history {
	width: 768px;
	}
#query_history dd {
	padding: 0 5px;
	width: 610px;
	}
#query_history dl {
	border-color: transparent;
	border-left-width: 150px;
	width: 620px;
	}
#query_history dt {
	margin-left: -150px;
	padding: 0 5px;
	width: 140px;
	}
#query_history ul {
	display: none;
	list-style: none;
	padding: 0;
	}

/* Search */
#search_form .tooltip {
	height: 0;
	overflow: hidden;
	}
#search_form li:hover .tooltip {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	border: 1px solid #B3D9FF;
	background: #F9FCFF;
	padding: 0 5px;
	}

/* Tag List */
#tag_list {
	padding-bottom: .2em;
	overflow: hidden;
	width: 770px;
	}
#tag_list .left_col,
#tag_list .right_col {
	list-style: none;
	margin: 0;
	padding: 0 1%;
	width: 48%;
	}
#tag_list .left_col {
	float: left;
	}
#tag_list .right_col {
	float: right;
	}

/* View Message */
#view_message .content {
	padding: 1em 0;
	}

/* Who Is Online */
#who_is_online li {
	display: inline;
	}
	
/* Reports Table */
.reports td{
	padding:5px;
}
