/* POPISI */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #006699 0px; border-top-width: 1px;}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
 /*	background-image: url(images/cellpic3.gif); */
}

/* determing the borders for td elements */
td.borderLeft{
  border-left: #006699;
  border-left-style: solid;
  border-width: 1px;
}
td.borderRight{
  border-right: #006699;
  border-right-style: solid;
  border-width: 1px;
}

td.borderLeftRight{
  border-left: #006699;
  border-left-style: solid;
  border-right: #006699;
  border-right-style: solid;
  border-width: 1px;
}

td.borderBottomLeftRight{
  border-bottom: #006699;
  border-bottom-style: solid;
  border-left: #006699;
  border-left-style: solid;
  border-right: #006699;
  border-right-style: solid;
  border-width: 1px;
}

td.borderBottomRightView{
  border-bottom: #e5e5e5;
  border-bottom-style: solid;
  border-right: #e5e5e5;
  border-right-style: solid;
  border-width: 1px;
}

td.borderBottomView{
  border-bottom: #e5e5e5;
  border-bottom-style: solid;
  border-width: 1px;
  color: #006699;
}

/* Footer for "window" display */
td.borderBottomLeftRightFooterFill{
  border-bottom: #006699;
  border-bottom-style: solid;
  border-left: #006699;
  border-left-style: solid;
  border-right: #006699;
  border-right-style: solid;
  border-width: 1px;
  Background: #006699;
  height: 22px;
}


/* bottom border for displaying the comics */
td.ListB{
  border-bottom: #e5e5e5;
  border-bottom-style: solid;
  border-width: 1px;
}

/* bottom border for displaying the comics with background filled */
td.ListBBackground{
  border-bottom: #e5e5e5;
  border-bottom-style: solid;
  border-width: 1px;
  Background: #FFE4C4;
}

/* bottom border for displaying the comics with BOLD text ! */
td.ListBBold{
  border-bottom: #e5e5e5;
  border-bottom-style: solid;
  border-width: 1px;
  font-weight: bolder;
  font-size: 10px;

}

/* bottom border for displaying the comics with BOLD text ! */
td.ListBBoldBackground{
  border-bottom: #e5e5e5;
  border-bottom-style: solid;
  border-width: 1px;
  font-weight: bolder;
  font-size: 10px;
  Background: #FFE4C4;
}

/* background colors for list group headers */
tr.listGroup1{
 background-color: #778899;
 color: #e5e5e5;
 font-weight : bold;
}

tr.listGroup2{
 background-color: #e5e5e5;
}

tr.list_on_top{
 background-color: #ffffff;
}


input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* DIV */
div.christmas {
  text-align: center;
  color: #990033;
  font-size: 14px;
}

div.bid_help_link{
  text-align: center;
  background-color: #006699;
}

div.help_link { text-align: center;}
div.notice_message {  text-align: center;}

/* SPAN */
span.message_title { font-weight : bold;}
span.legend_red { color: #FF0000;}
span.legend_green { color: #008000;}
span.legend_black { color: #000000;}
span.legend_purple { color: #800080;}
span.legend_gray { color: #808080;}
span.legend_comic_blue { color: #006699;}
span.legend_tan { color: #D2B48C;}
span.legend_goldenrod { color: #B8860B;}
span.legend_buynow { color: indigo}

/* LINK */
a:link.hotstuff_link,a:active.hotstuff_link,a:visited.hotstuff_link { color : #DD6900; }
a:hover.hotstuff_link		{ text-decoration: underline; color : #FFFFFF; }

a:link.service_link,a:active.service_link,a:visited.service_link { color : #FF0000; text-decoration: none;}
a:hover.service_link		{ text-decoration: underline; color : #FF0000; }
a:link.bonus_link,a:active.bonus_link,a:visited.bonus_link { color : #008000; text-decoration: none; }
a:hover.bonus_link		{ text-decoration: underline; color : #008000; }

/* a */
a:hover.banner { text-decoration: underline; color : #006699; }

/* IMG */
img.logo_banner {border: 0;}