html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #313131;
	margin: 0 0 0 0;
	padding: 0;
}


#topleaderboard {
	margin-left:auto;
	margin-right:auto;
}
#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	min-width:970px;
	width:970px;
	background-color: #f4f2f2;
	padding:0px;
}
#sitebar {
	background-color: #313131;
}
.sitebarlink {
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-left:3px;
}
#wrap {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */	
}
#rightbar {
	min-width: 320px;
	float:right;
	min-height: 610px;
	width:35%;
	margin-right:5px;
	
}
#rightbar2 {
	min-width: 200px;
	float:right;
	min-height: 0px;
	width:20%;
	margin-right:5px;
	
}
#topnavigation {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#topnavigation li {
	float:left;
	display:block;
	position:relative;
	z-index:500;
	margin:0px;
	color:white;
}

#topnavigation li a, .navcategory {
	display:block; 
	padding:5px; 
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none; 
	color:white;
	cursor: pointer;
}

#topnavigation li a:hover {
	text-decoration:underline;	
}

#topnavigation a.selected {
	color:#f00;
}
#topnavigation ul {
	position:absolute; 
	left:0; 
	display:none;
	margin:0px;
	padding:0; 
	list-style:none;
	
}

#topnavigation ul li {
	float:left; 
	width:150px;
	margin-left:10px;
	
}

/* display block will make the link fill the whole area of LI */
#topnavigation ul a {
	display:block;  
	padding:10px 5px 10px 5px;
	font-size:0.9em;
}

#topnavigation ul a:hover {
	text-decoration:underline;	
}


#navsectionbar {
	min-width: 160px;
	float:left;
	min-height: 610px;
	width:20%;
	margin-left:5px;
}

ul.subcategory {
	margin-left:5px; 
	padding-top:5px; 
	padding-left:5px; 
	list-style-type:none;
}

ul.subcategory > li {
	padding-top:3px;
	padding-bottom:3px;
	
}

ul.hiddenlist {
	list-style-type:disc; 
	margin-top:5px; 
	padding-left:15px;
}

ul.hiddenlist > li {
	padding-top:5px;
	font-size:0.85em;
}

#contests {
	width:320px;
	float:left;
}
#filterlist, #contests > ul{
	list-style:none; 
	padding-left:5px;
}
#contests > ul > li {
	margin-bottom:10px;
}
#filterlist > li {
	margin-bottom:3px;
	margin-right:3px;
}

#main {
	float: left;
	width: 64%;
}
#main2 {
	float: left;
	width: 78%;
}
#cosplayermain {
	float:right;
	width: 79%;
	padding:0px;
}
#cosplayermain2 {
	float:left;
	padding:0px;
}
#footer {
	clear:both;
	padding: 10px;
}

#cosplayersnav {
	font-size:0.85em;
}

#bannerbar {
	width:100%;
	background-color: #eb9db8;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	min-height:95px;
	background-image: url(deco/acyimage.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#logo {
	float:left; 
	margin-top:5px; 
	margin-left:100px; 
	margin-right:15px;
}

#actionbar {
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding:5px;
	margin-bottom: 15px;
}


#loginbar, #logininfo {
	float:right;
	margin-top:10px;
	margin-right:5px;
	padding:5px;
	z-index:3;
}

#loginbar, #logininfo {
	right:10px;
	position:absolute; 
	padding:5px;
}
#loginform {
	display:none;
	padding:10px;
}
#quicksearch {
	display: inline;
	margin-left:20px;
	margin-top:0px;
	padding-top:0px;
	font-size: 1.0em;
}
ul#congallery {
  display: inline;
  list-style-type: none;	
}
ul#admincongallery {
	list-style-type:none;
}
ul#congallery li {
	float:left; 
	width:140px; 
	height:155px;
	list-style-type: none;
	text-align: center;
  vertical-align: middle;
  margin-bottom:15px;
}

ul#celestialupdates span.thumb, ul#medthumbs, ul.squarethumbs {
	display: block;
}

ul#celestialupdates, ul#medthumbs, ul.squarethumbs {
  display: inline;
  list-style-type: none;
}

ul#celestialupdates li {
  float: left;
  margin:3px;
  width: 138px;
  height: 220px;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
}

ul#medthumbs li {
	float: left;
  margin:3px;
  width: 100px;
  height: 200px;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
}

ul.squarethumbs li {
	float: left;
  margin:10px;
  width: 100px;
  height: 100px;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
}

ul#smallthumbs span.thumb, span.smallthumb {
	display: block;
}

ul#smallthumbs {
  display: inline;
  list-style-type: none;
}

ul#smallthumbs li {
  float: left;
  margin:3px;
  width: 100px;
  height: 100px;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
}
span.thumb {
	display: inline-block;
	height: 140px;
	vertical-align: middle;
}

span.smallthumb {
	display: inline-block;
	height: 90px;
	vertical-align: middle;
}
div.thumbdescription {
	width:130px;
}
#eventform label, #eventform2 label, #wigform label, label.entryform {
	width:125px;
	padding-right:10px; 
	float:left; 
	text-align:right;
}

#eventform input, #eventform2 input, #wigform input input.entryform {
	float:left; 
	display:block; 
	margin-bottom:10px;
}

#eventform select, #eventform2 select, #wigform select {
	display:block; 
	margin-bottom:10px;
}

#eventform textarea, #eventform2 textarea, #wigform textarea {
	display:block; 
	margin-bottom:10px;
}

.listnostyle, ul#eventcontrolpanel, ol.commentlist, ol.wigreviews {
	list-style-type:none;
	padding-left:5px;
	margin:5px;
}
ol.commentlist > li, ol.wigreviews > li {
	border: 1px solid black;
	padding:5px;
	margin-bottom:5px;
}
li.response {
	background-color:white;
}
.replybox {
	
	margin-left:50px;
}
.wigrating {
	border-bottom: 1px dotted;
}
ul#eventcontrolpanel > li {
	margin:3px;
	padding:5px;
}
dl.eventsummary {
	margin:0px;
}

dl.eventsummary > dd {
	margin-bottom:10px;
}

#costumeinfo > dl, #wiginfo > dl, #albuminfo > dl, #photoinfo > dl {
	margin-left:5px;
}
#eventstats, #costumestats, #wigstats, #albumstats {
	margin:15px;
}
#eventinfo > dl > dt, #costumeinfo > dl > dt, #wiginfo > dl > dt, #albuminfo > dl > dt, #photoinfo > dl > dt, #eventstats > dl > dt, #costumestats > dl > dt, #wigstats > dl > dt, #aboutwigbrand > dl > dt, #albumstats > dl > dt, #photostats > dl > dt {
	font-weight:bold;
	padding:3px;
}

#eventinfo > dl > dd, #evenstats > dl > dd, #costumeinfo > dl > dd, #costumestats > dl > dd, #wiginfo > dl > dd, #wigstats > dl > dd, #albuminfo > dl > dd, #albumstats > dl > dd, #photoinfo > dl > dd {
	margin-left:20px;
}

#wiglist > li {
	padding:3px;
}
ul#cosplayerstats > li {
	padding:5px;
}

label.tag {
	float:left;
	text-align: right;
	width: 80px; 
	padding-right: 10px;
	margin-bottom: 5px;
	clear:left;
	
}

label.login {
	float:left;
	text-align: right;
	width: 100px; 
	padding-right: 10px;
}

input.tag, select.tag {
	display: block;
	float:left;
	margin-bottom: 5px;
	clear:right;
}
input.login {
	display: block;
	width: 250px;
	float:left;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

p, .large, .normal, .medium, .small {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-left:5px;
}
.normal {
	font-size: 0.9em;
}

.medium, p {
	font-size: 0.75em;
}

.small {
	font-size: 0.6em;
}

.large {
	font-size: 1.1em;
}
.header {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	padding:5px;
	margin-bottom: 5px;
	clear:both;
}
#cosplayerheader, h1 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	padding:5px;
	margin-top:0px;
	margin-bottom: 5px;
	z-index:1;
}
.subheader, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin: 0px 0px 5px 5px;
	clear:both;
}
.error, .good {
	background-color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight:bold;
	padding:10px;
	border: 1px solid;
	margin:10px;
	clear:both;
}
.good {
	color: green;
}
.error {
	color:red;
	font-weight:bold;
}
.updatecategory {
	width:120px; 
	padding:5px; 
	margin-top:-6px; 
	margin-right:10px; 
	float:left;
}

#quickupload {
	margin:10px; 
	padding:5px;
	margin-bottom:25px;

}
.smallbuffer {
	margin-left:10px;
	margin-right:10px;
}
.rightsmallbuffer {
	margin-right:10px;
}
.leftsmallbuffer {
	margin-left:10px;
}
.selected {
	background-color: #FAE8C3;
}
.tableheader {
	background-color:#455bab; 
	color:#FFFFFF; 
	padding:5px;
}
.tableheader > th > a {
	color:#FFFFFF;
}
.padsides {
	padding-left:5px;
	padding-right:5px;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
		
	font-weight: bold;
	
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
}

ul.tabs {
	list-style:none; 
	padding-bottom:20px; 
	margin:0px; 
	clear:both;
}

li.tab {
	float:left; 
	margin:3px 3px 0 3px; 
	background-color:#FFFFFF; 
	border-left:1px solid black; 
	border-top:1px solid black; 
	border-right:1px solid black;
}
li.tab > a {
	padding:5px; 
}
li.active {
	background-color:#455bab;
	color:white;
}
li.active > a {
	color:white;
}
table.messagecenter {
	width:720px; 
	clear:both; 
	margin:0px 10px 10px 10px; 
	border:1px solid #455bab;
}
tr.messageitem > td {
	border-top:1px solid black;
}
.messageheader {
	background-color:#455bab; 
	color:white;
}
.read {
	font-weight: normal;
}
.unread {
	font-weight: bold;
}
.infobox {
	padding:5px; 
	background-color:#E8E8E4; 
	width:450px;
	min-height:80px;
}
.infoimage {
	float:left; 
	width:80px; 
	height:80px; 
	overflow:hidden; 
	margin-right:10px;
}
#stats {
	margin-left:100px;
}
#stats > h3 {
	font-weight:bold;
	font-size:1.2em;
	display:inline;
}
#userinfobox {
	display:none;
}
.commentprofile {
	float:left;
	width:100px;
	height:100px;
}
.commentitem {
	min-height:80px;
}

#homepagewrapper {
	clear:both;
	margin-right:10px;
}

.subheaderbutton {
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:25px;
	text-align:right;
}
.subheaderbutton > span {
	padding:5px;
}

.divider {
	clear:both;
	padding:25px 0px;
}
#favlist, #serieslist {
	height:1100px;
	width:40%;
	overflow:auto;
}
#favlist ul > li {
	height:60px;
	padding:5px;
	border-top: 1px dashed grey;
	clear:both;
}
#serieslist ul > li {
	padding:5px;
}

.profileicon {
	float:left;
	height:60px;
	width:60px;
	vertical-align: top;
	text-align:center;
}
#profilesection {
	float:right;
	width:53%; 
	padding:5px; 
	margin-right:10px;
}
#profilesection.fixed {
  width:400px; 
  position: fixed;
  top: 10px;
  right:100px;
  margin:0px;
  padding:0px;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

