/* v6.02 CSS */

.fullpagewidth 	{ width:980px; }
.leftsidebar	{ width:250px; }
.mainpagewidth	{ width:720px; } /* Should be fullpagewidth - leftsidebar - 10 */
.descwidth	{ width:744px; } /* Should be 16px less than fullpagewidth */

/* Alert Bar */
#alert_bar {
	height:20px;
	display:block;
	overflow:hidden;
	position:relative;
	border: 1px solid;
	margin: 0;
	padding:5px 10px 0px 50px;
	color: #000000;
	font-size:14px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #FFEB99;
	background-image: url('/images/msg_box_icons/alert_triangle.png');
	background-size: contain;
	text-align:center;
	width:918px;	/* Should be fullpagewidth - left+right padding - left+right border */
}
#alert_bar A { text-decoration:none; }
#alert_bar A:hover { text-decoration:underline; }
#alert_bar #ab_head		{ display:inline-block; float:left; font-weight:bold; color: #cc6600; font-size:16px; padding-right:10px;}
#alert_bar #ab_dismiss	{ display:inline-block; position:absolute; bottom:0px; right:5px; font-size:10px; }
#alert_bar #ab_content	{ display:inline-block; }
#alert_bar #ab_content A	{ background-color:red; padding:0px 5px 0px 5px; color:white; border-radius: 5px; }

.textlink { text-decoration:none !important; color:blue; } 
.textlink:hover { text-decoration:underline !important; }
.textlink:visited { color:purple; }

.navigation { font-family:Verdana;font-size: xx-small; color: #000000; text-decoration: none; }
.navigation a {  color: #00c; text-decoration: underline; }
.navigation a:hover {  color: #00c; text-decoration: underline; }

.toplink { font-size: 12px; color: #124490; text-decoration: none; }
.toplink a { font-size: 12px; color: #124490; text-decoration: none; }
.toplink a:hover { font-size: 12px; color: #124490; text-decoration: underline; }

.catlinks { font-size: 12px; color: #000000; text-decoration: none; }
.catlinks a { font-size: 12px; color: #00c; text-decoration: none; } /* 003366 , browser def 00c */
.catlinks a:hover { font-size: 12px; color: #00c; text-decoration: underline; } /* 006699, browser def 606 */

.catcounts { font-family:Verdana;font-size: 8px;color:#666666; text-align: left;}

.rootcat_table {table-layout:auto;border-collapse:collapse;background-color: #ffffff;border: 1px solid #ffba00;font-family: Geneva, Arial, Helvetica, sans-serif; }
.rootcat_table td { font-size: 13px; font-weight:bold; padding: 10px 10px 3px 15px; vertical-align: 10px;}
.rootcat_table ul { font-size: 13px; font-weight:normal; margin-top:0px;}
.rootcat_table li { list-style-type:none; margin-left:0px; margin-right:0px; margin-top:6px; margin-bottom:6px; }
.rootcat_table a {text-decoration: none;}
.rootcat_table a:link {color: #3333cc;}
.rootcat_table a:visited {color: #850085;} 
.rootcat_table a:active {color: #3333cc;}
.rootcat_table a:hover {text-decoration: underline;}

.mainmenu {font-size: 12px; font-weight: bold; color: #ffffff; }
.mainmenu a {font-size: 12px; font-weight: bold; color: #ffffff; text-decoration: none;}
.mainmenu a:hover { font-size: 12px; font-weight: bold; color: #ffff00;}
.bordermenu  { border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; border-right: 1px solid #777777; border-bottom: 1px solid #777777;}

.mainsearchbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:23px;
	line-height:23px;
	width:62px;
	text-decoration:none;
	text-align:center;
}
.mainsearchbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.mainsearchbutton:active {
	position:relative;
	top:1px;
}
.mainsearchinputbox {
	border:1px solid #3381ed;
}


.rounded-corners {
  -moz-border-radius: 10px; 	/* Firefox */
  -webkit-border-radius: 10px; 	/* Safari, Chrome */
  border-radius: 10px; 			/* CSS3 */
}

/*
 * Item Page
 *
 */
.promo_code_box 			{ border: 1px solid red;padding:10px;background-color:#ffdd33; }
.promo_code_box #pc_title	{ font-weight:bold;text-align:center;font-size:14px; }
.promo_code_box #pc_code	{ font-weight:bold;font-size:12px;color:black; }
.promo_code_box #pc_disc	{ font-weight:bold;font-size:18px; color:red; white-space:nowrap; }
.promo_code_box #pc_towards	{ font-weight:bold;font-size:10px; color:black; }
.promo_code_box #pc_exp		{ font-weight:normal;font-size:12px; }
.promo_code_box #pc_details	{ font-weight:normal;text-align:center;font-size:10px; color:#666666;}
.promo_code_box #pc_detlink { font-weight:normal;text-align:center; text-decoration:underline;}
.promo_code_box table		{ border: 0px solid #666666; width:100%;}
.promo_code_box table td	{ border: 1px solid #666666; padding:0px 5px 0px 5px; }
.promo_code_box table th	{ font-size:12px; }

.sm_class a:link			{ color:blue; }
.sm_class a:visited			{ color:blue; }
.sm_class img				{ margin:0px 2px 0px 2px; border:0px; vertical-align:middle;}

.item_title					{ padding:0px 0px 0px 4px;margin:0px;text-align:left;font-size:1.7em;font-weight:bold; }
.item_title_bar				{ padding:6px 0px 0px 4px;margin:0px;text-align:left;font-size:14px;color:white; }

.bigpic						{ position:relative;width:500px;height:500px;border:0px; background-color:white; }
.bigpic:hover				{ z-index:10; }
.bigpic img					{ z-index:2; position:relative; }
.bigpic_overlay				{ z-index:3; position:absolute; }

.new_listing_banner			{ top:80%;left:0;width:100%;border:0px; 
								height:40px; background-color:rgb(232,138,27); background-image:url(/images/horizontal_banner_orange.gif); background-size:contain;}
.new_listing_banner span	{ display:inline-block; font-size:28px; color:#ffffff; margin-top:2px;}

.ending_soon_banner			{ top:80%;left:0;width:100%;border:0px; 
								height:40px; background-color:red; background-image:url(/images/horizontal_banner_red.gif); background-size:contain;}
.ending_soon_banner span	{ display:inline-block; font-size:28px; color:white; margin-top:2px;}

.promo_badge				{ top:10%; left:10%; width:150px; height:150px;
								background-image:url(/images/yellow_badge.png); background-size:contain; }
.promo_badge span			{ display:inline-block; font-size:28px; color:red; font-weight:bold; margin-top:1em; text-align:center; }

.nb_bids					{ display:inline-block; margin-left:20px; margin-right:20px; color:#0033cc; }
.nb_bids a					{ color:#0033cc; text-decoration:none; }

.ship_tble					{ background-color: #F0F0F0; }
.ship_tble th				{ padding:0px 5px 0px 5px; background-color:#F0F0F0; white-space:nowrap; text-align:right; width:30%; }
.ship_tble td				{ padding:3px 5px 3px 5px; background-color:#ffffff; }

.ship_inst					{ background-color: #F0F0F0; }
.ship_inst th				{ padding:0px 5px 0px 5px; background-color:#F0F0F0; white-space:nowrap; text-align:right; width:30%; }
.ship_inst td				{ padding:3px 5px 3px 5px; background-color:#ffffff; }

/* ITEM TITLE BAR */
#itm_title_bar {
	padding-left: 35px;  /* LC width */
	padding-right: 5px;  /* RC width */
}
#itm_title_content {
	position: relative;
	float: left;
	height:40px;
	width: 100%;
	background:#234588 url(/themes/030208/img/det_bg.gif) repeat-x;  
}
#itm_title_left {
	position: relative;
	float: left;
	height:40px;
	width: 35px;          /* LC width */
	right: 35px;          /* LC width */
	margin-left: -100%;
	background:#234588 url(/themes/030208/img/det_start.gif) no-repeat;
}
#itm_title_right {
	position: relative;
	float: left;
	height:40px;
	width: 5px;          /* RC width */
	margin-right: -5px;  /* RC width */
	background:#234588 url(/themes/030208/img/det_end.gif) no-repeat;
}
#itm_title_line {
  width: 100%;
}
#itm_title_name {
	margin-right: 150px; /* Item ID width */
	padding:10px 0px 0px 2px; font-size:1.6em; color:white;
}
#itm_title_id {
	position:absolute; bottom:0px; right:0px;
	width: 150px;		/* Item ID width */
	text-align:right;
	color:white; 
}






/* GeoSearch */
.geodrilldown_table {table-layout:auto;border-collapse:collapse;background-color: #ffffff;border: 1px solid #6a7c03;font-family: Geneva, Arial, Helvetica, sans-serif; }
.geodrilldown_table td { font-size: 13px; font-weight:bold; padding: 10px 10px 3px 15px; vertical-align: 10px;}
.geodrilldown_table ul { font-size: 13px; font-weight:normal; margin-top:0px;}
.geodrilldown_table li { list-style-type:none; margin-left:0px; margin-right:0px; margin-top:6px; margin-bottom:6px; }
.geodrilldown_table a {text-decoration: none;}
.geodrilldown_table a:link {color: #3333cc;}
.geodrilldown_table a:visited {color: #850085;} 
.geodrilldown_table a:active {color: #3333cc;}
.geodrilldown_table a:hover {text-decoration: underline;}
.geodrilldown_table h1 { text-align:center; color: #404b02; font-size: 20px; font-weight: bold;}
.geodrilldown_table h2 { text-align:center; }
.geodrilldown_table tr.header { background-color: #e0e9ac; }
.geodrilldown_table td.header { padding: 10px 10px 10px 10px; font-weight:normal; font-size: 13px;}

.head8   { font-size: 13px; font-weight: bold; color: #573f00; text-decoration: none; }
.head8 a { font-weight: normal; color: #573f00; text-decoration: underline; }
.head8 a:hover { font-weight: normal; color: #cc0000; text-decoration: none; }
.head8 td {border-bottom: 2px solid #6a7c03; }
.head8 td.maincell {padding-left: 5px; padding-bottom: 3px;}
.head8 b {color: #404b02; }

/* Members Menu Dropdown */
div.mainpop { font-size: 11px; position:absolute; top: 6px; width:248px; visibility:hidden; text-align:left; padding: 0px; background-color:#FFFFFF; border: 1px solid #0f3f79; color:#0f3f79; }
div.mainpop_off {font-size: 11px; background-color:#FFFFFF; color: #0f3f79; padding: 0px;}
div.mainpop_off a {font-size: 11px; font-weight: bold; color: #0f3f79; text-decoration: none;}
div.mainpop_on {font-size: 11px; background-color:#0f3f79; color: #FFFFFF; padding: 0px;}
div.mainpop_on a {font-size: 11px; font-weight: bold; color: #ffffff; text-decoration: none;}
div.mainpop_on a:hover { font-size: 11px; font-weight: bold; color: #ffff00;}
td.mainpopm { border-right: 1px solid #0f3f79; padding: 0px 3px 0px 3px; }
td.mainpope { padding: 0px 3px 0px 3px; }

.warning { background: #ffe432; font-size: 12px; font-weight: bold; color: #bb0000; text-decoration: none; }
.warning a { font-size: 12px; font-weight: bold; text-decoration: underline; color: #bb0000;}
.warning a:hover { font-size: 12px; font-weight: bold; color: #FF0000; text-decoration: none;}


/* CONTENT PAGES classes */
.topic_id { font-size: 12px; font-weight: bold; padding-left: 15px; padding-bottom: 5px;}
.topic_id a { color: #003366; text-decoration:  underline;}
.topic_id a:hover { color: #003366; text-decoration: none; }

.topic_content { font-size: 12px; font-weight: normal; color: #000000; padding-left: 15px; margin-top: 5px; margin-bottom: 10px;}
.topic_content a { color: #003366;}
.topic_content a:hover { color: #003366;}


.bordercat { background-color: #fffedb; border: 1px solid #ffba00;}
.borderstat { background-color: #f0f6fe; border: 1px solid #6e97ea;}

/* JCP for seo_data */
.seotext { font-family:Verdana;font-size: 9px;color:#666666; text-align: left;}
.seotitle { font-family:Verdana;font-size: 9px;voice-family:"\"}\"";voice-family:inherit;font-size: 12px; }
.seotiny { font-family:Verdana;font-size: 7px; }

/* JCP for check-username mod */
#available {display: none; color: green;}
#not_available {display: none; color: red;}
#invalid {display: none; color: red;}

/* JCP used for homepage links */
.hplink a:hover { color: black; text-decoration:  underline;}
.hplink a { color: black; text-decoration: none; }

/* JCP used for messages waiting link */
.msgwait 		{font-size: 12px; font-weight: bold; color: red; }
.msgwait a 		{font-size: 12px; font-weight: bold; color: red; }
.msgwait a:link 	{font-size: 12px; font-weight: bold; color: red; }
.msgwait a:visited 	{font-size: 12px; font-weight: bold; color: red; }
.msgwait a:active 	{font-size: 12px; font-weight: bold; color: red; }
.msgwait a:hover 	{font-size: 12px; font-weight: bold; color: red; text-decoration: none; }

/* JCP for homepages box */
.borderhome { background-color: #fffedb; border: 1px solid #ffba00;}
.homecontent {background-color: #EEF2F9; color: #003399;}

/* JCP for homepage header */
.homehead { font-size: 16px; font-weight: bold; color: #573f00; text-decoration: none; }
.homehead a { font-size: 16px; font-weight: normal; color: #573f00; text-decoration: underline; }
.homehead a:hover { font-size: 16px; font-weight: normal; color: #cc0000; text-decoration: none; }

/* JCP for popup pictures */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: auto;
left: auto; /*position where enlarged image should offset horizontally */
}
/* JCP End popup pictures */

/* JCP For search info box */
.infobox { background-color: #F0F0F0; border: 1px #C3C3C3; margin-top: 8px; margin-bottom: 16px; padding: 6px; line-height: 18px; }

/* JCP For Welcome to webstore (link to us from elsewhere) box */
.auction_info_box {background-color: #FFFFA0 ; color: #000000; font-weight: bold; text-decoration: none;} /* blue */
.auction_info_box a {color: #000000; font-weight: bold;}
.auction_info_box a:hover {color: #000000; font-weight: bold;}

.fship {color: rgb(255, 136, 0);font-family: Verdana;font-size: x-small;font-weight: bold;white-space: normal;}

/* GLOBAL classes - skin & pages */
td { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px;}
input { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px;}
textarea { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px;}
select { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px;}
hr {border: 1px solid #c3c3c3;}

/* FEATURED */
.borderfeat { border: 1px solid #6a7c03; padding: 3px;}
.c1feat {background-color: #efefef; color: #FFFFFF; font-weight: bold; text-decoration: none;} /* green #aecc05 , e3e9c4*/
.c1feat a {color: #0f3f79; font-weight: bold; text-decoration: none;} /* 404b02 */
.c1feat a:hover {color: #0f3f79; font-weight: bold; text-decoration: underline;}


/* Classes for categories featured items */
.catfeatmaincell { background-color: #ffffff; border: 1px solid #6a7c03;}
.catfeattable { }
.catfeatpic { }
.catfeatc3 {  background-color: #aecc05; color: #ffffff; font-weight: bold; text-decoration: none; font-size: 13px;}
.catfeatc3 a {color: #ffffff; font-weight: bold;}
.catfeatc3 a:hover {color: #ffffff; font-weight: bold;}
.catfeatc1 { background-color: #F8F8F8; }

/* EOF Classes for categories featured items */

#bot { border-bottom: 1px solid #E1E2E4;}

.subcat { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.subcat a { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #222222;}
.subcat a:hover { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #555555;}

.catmain { font-size: 12px; font-weight: bold; color: #0033cc; }
.catmain a {font-weight: bold;  font-size: 12px; color: #0033cc;}
.catmain a:hover { font-weight: bold; font-size: 12px; color: #3366cc;}


.buyingtitle { background-color: #759c0c; color: #ffffff;}
.sellingtitle { background-color: #ff8a00; color: #ffffff;}

.boldfont { font-weight: bold; }

/* Alert fonts*/
.redfont {color: #FF0000;}
.greenfont {color: #006600;}
.bluefont {color: #0000CC;}
.alertfont {color: #FF0000;}

/* Feedback fonts*/
.positive {color: #009933;}
.neutral {color: #666666;}
.negative {color: #FF0000;}

/* SYSTEM classes - skin & pages */

/* payment gateways table */
.paymenttable {border: 1px solid #666666; background-color: #FFFFFF;}
.paytable1 {background-color: #FFFFFF;}
.paytable2 {background-color: #F8F8F8;}
.paytable3 {background-color: #f0f0f0;}
.payactive {color: blue;}


.sell {font-size: 12px; font-weight: bold; color: #333333; }
.sell a {font-size: 12px; font-weight: bold; color: #333333; }
.sell a:hover { font-size: 12px; font-weight: bold; color: #111111; text-decoration: none; }

.item { font-size: 12px; color: #000000; text-decoration: none;}
.item a { font-size: 12px; color: #000000; text-decoration: underline; }
.item a:hover { font-size: 12px; color: #FF0000; text-decoration: none; }

.hlbolditem { font-size: 12px; font-weight: bold; color: #000000; text-decoration: none; }
.hlbolditem a { font-size: 12px; font-weight: bold; text-decoration: underline; color: #000000; background: #fea100;}
.hlbolditem a:hover { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; background: #fea100;}

span.hlbolditem { font-size: 12px; font-weight: bold; color: #000000; text-decoration: none; }
span.hlbolditem a{ font-size: 12px; font-weight: bold; text-decoration: underline; color: #000000; background: #fea100;}
span.hlbolditem a:hover{ font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; background: #fea100;}

.largefont { font-size: 16px; }

.smallfont { font-size: 12px; color: #000000; text-decoration: none;}
.smallfont a { font-size: 12px; color: #000000; text-decoration: underline; }
.smallfont a:hover { font-size: 12px; color: #006699; text-decoration: none; }

.tinyfont { font-size: 9px; text-decoration: none;}
.tinyfont a { font-size: 9px; text-decoration: underline; }
.tinyfont a:hover { font-size: 9px; text-decoration: none; }

.contentfont { font-size: 12px; color: #000000; text-decoration: none; }
.contentfont a { font-size: 12px; color: #003366; text-decoration: underline; }
.contentfont a:hover { font-size: 12px; color: #006699; text-decoration: underline; }

.submenu {font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.submenu a {font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: underline;}
.submenu a:hover { font-size: 12px; font-weight: bold; color: #FFFF00; text-decoration: none; }

.convertfont { font-size: 10px; color: #000000; text-decoration: none; }
.convertfont a { font-size: 10px; color: #003366; text-decoration: underline; }
.convertfont a:hover { font-size: 10px; color: #006699; text-decoration: underline; }



/* SYSTEM classes - auctiondetails.php */
.topitempage { background-color: #FFFFE1; border: 1px dashed #CFCFCF; margin-bottom: 5px; padding: 6px; line-height: 18px; }
.topitempage a { font-size: 12px; color: #000000; text-decoration: underline; }
.topitempage a:hover { font-size: 12px; color: #FF0000; text-decoration: underline; }
.itemid { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 16px; color: #ffffff; font-weight: bold; }
.itemidend { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold;}
.subitem { background-color: #ffffff; border: 1px solid #c3c3c3;}
.counter {background-color: #FF9900; color: #FFFFFF; font-weight: bold; font-size: 13px;}
.picselect { background-color: #F0F0F0; font-weight: bold;}
.picselectmain { background-color: #F8F8F8;}
.leftborder {border-left: 1px solid #c3c3c3;} 

.gradient {border: 1px solid #999999; background-color: #FFFFE1; } /* featured items images bg */

/* SYSTEM classes - border for Steps in sell item pages */
.sellsteptab { border-left: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3;}
.sell1 { background-color: #4475c6; color: #ffffff; font-weight: bold;}
.sell2 { background-color: #E1E2E4; color: #000000; font-weight: normal;}
.selldigit { background-color: #F8F8F8; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 18px; color: #4475c6; font-weight: bold; text-decoration: none; }

/* SYSTEM classes - font in Members area  */
.boldgrey { font-size: 12px; color: #666666; font-weight: bold; text-decoration: none;}
.boldgrey a { font-size: 12px; color: #666666; font-weight: bold; text-decoration: underline;}
.boldgrey a:hover { font-size: 12px; color: #666666; font-weight: bold; text-decoration: none;}


/* THEME classes - members_area_header_menu.php  */
.membmenuicon { padding-bottom: 4px;padding-top: 4px;}
.memmenu_a {background-color: #4475c6; border-right: 2px solid #ffffff; border-right: 2px solid #ffffff;}
.memmenu_a a {font-weight: bold; color: #ffffff; text-decoration: none;}
.memmenu_a a:hover {font-weight: bold; color: #ffffff; text-decoration: underline;}

.memmenu_u {background-color: #abd6ff; color: #0f3f79; text-decoration: none;  border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff; }
.memmenu_u a { color: #0f3f79; text-decoration: none;}
.memmenu_u a:hover { color: #0f3f79; text-decoration: underline;}

.submembmenu { border-top: 2px solid #4475c6;}
.submembmenu td { text-align:center; }

.subcell_a { font-weight: bold; color: #ffffff; text-decoration: none; background-color: #4475c6; border-right: 2px solid #ffffff; border-top: 2px solid #ffffff; padding-left: 5px; padding-right: 5px;}
.subcell_a a { font-weight: bold; color: #ffffff; text-decoration: none;}
.subcell_a a:hover {font-weight: bold; color: #ffffff; text-decoration: underline; }

.subcell_u { background-color: #abd6ff; font-weight: normal; color: #0f3f79; text-decoration: none; border-right: 2px solid #ffffff; border-top: 2px solid #ffffff; padding-left: 5px; padding-right: 5px;}
.subcell_u a { font-weight: normal; color: #0f3f79; text-decoration: none;}
.subcell_u a:hover {font-weight: normal; color: #0f3f79; text-decoration: underline; }

.membmenu {background-color: #F8F8F8; }

/* JCP SYSTEM classes - links color in header7 */
.head7 { font-size: 13px; font-weight: bold; color: #573f00; text-decoration: none; }
.head7 a { font-size: 13px; font-weight: normal; color: #573f00; text-decoration: underline; }
.head7 a:hover { font-size: 13px; font-weight: normal; color: #cc0000; text-decoration: none; }

.helpcontent {background-color: #F8F8F8;} /* lightgray light */
.helpcontent td {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px;}
.helptitle td {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 16px;}
.borderhelp { background-color: #f3f6dc; border: 1px solid #89a004; } #89a004 e2eab0{ background-color: #fffedb; border: 1px solid #ffba00;}



/* SYSTEM classes - links color in categories headers */
.cathead { font-size: 13px; font-weight: bold; color: #573f00; text-decoration: none; }
.cathead a { font-size: 13px; font-weight: normal; color: #573f00; text-decoration: underline; }
.cathead a:hover { font-size: 13px; font-weight: normal; color: #cc0000; text-decoration: none; }

/* SYSTEM classes - error & alert message */
.errormessage { background-color: #FFFFE1; border: 1px dashed #CFCFCF; margin-top: 8px; margin-bottom: 16px; padding: 6px; line-height: 18px; }

/* JCP: Button */
.w3cbutton4 {
  margin: 1em 0;
  width: 300px;
  font-family: helvetica,arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align:center;
}
.w3cbutton4 a {
  display: block;
  width: 100%;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited,
.w3cbutton4 a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.w3cbutton4 a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.w3cbutton4 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}



/* JCP: message boxes */
.info_msg, .success_msg, .warning_msg, .error_msg, .validation_msg {
border: 1px solid;
margin: 0px 30px 0px 30px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info_msg {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/images/msg_box_icons/info.png');
}
.success_msg {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/images/msg_box_icons/success.png');
}
.warning_msg {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/images/msg_box_icons/warning.png');
}
.error_msg {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/images/msg_box_icons/error.png');
}
.validation_msg {
color: #D63301;
background-color: #FFCCBA;
background-image: url('/images/msg_box_icons/validation.png');
}

/* V5 & system classes &  - main colors */
.c3 {background-color: #4475c6; color: #FFFFFF; font-weight: bold; text-decoration: none;} /* blue */
.c3 a {color: #FFFFFF; font-weight: bold;}
.c3 a:hover {color: #FFFFFF; font-weight: bold;}
.c2 {background-color: #F8F8F8;} /* lightgray light */
.c1 {background-color: #F0F0F0;} /* lightgray middle*/
.c4 {background-color: #E1E2E4;} /* lightgray dark */
.c5 {background-color: #a6a6a6;} 
.c6 {background-color: #EEF2F9; color: #003399;}
.c7 {background-color: #E3E4EB;} /* bluegray admin area */
.c8 { background-color: #0C6CBB; color: white; font-weight: bold; }
.c9 { background-color: #acc7ef; }
.unreadback { background-color: #fffedb; }
.whiteback { background-color: white; }


/* SYSTEM classes - register.php */
.creg2 {background-color: #F8F8F8;} /* lightgray light */
.creg3 {background-color: #F0F0F0;} /* lightgray middle*/
.creg4 {background-color: #ffffff;} /* inside bg for tables */
.creg5 {background-color: #a6a6a6;} /* block tables */
.regborder {background-color: #ffffff; border: 1px solid #a6a6a6;}
.regsignup {background-color: #FF9900; color: #FFFFFF; font-weight: bold; font-size: 13px;}
.reguser { font-size: 12px; background-color: #FFFFFF; color: #666666;} /* small text for comments*/
.pintext { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #666666; }
.regfield { text-align:right;font-size:14px; font-weight:bold; }

.border {border: 1px solid #c3c3c3;}
.bbot td {border-bottom: 1px solid #E1E2E4;}


/* V5 classes - featured items colors in main page */
a.hidelayer:link {font-size: 12px; color: #333333; font-weight: bold; text-decoration: none;}
a.hidelayer:visited {font-size: 12px; color: #333333; font-weight: bold; text-decoration: none;}

/* V5 classes - main nav menu colors */

.user { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; }

/* V5 classes - other */
.search {font-size: 12px; font-weight: bold; color: #222222; text-decoration: none;}
.search a {font-size: 12px; font-weight: bold; color: #222222; text-decoration: none;}
.search a:hover { font-size: 12px; font-weight: bold; color: #222222; text-decoration: underline; }

.welcome { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003399; }

.categories { font-family: Geneva, Arial, Helvetica, sans-serif; color: #666666; font-size: 12px; text-decoration: none;}
.categories a { font-family: Geneva, Arial, Helvetica, sans-serif; color: #666666; font-size: 12px; text-decoration: none;}
.categories a:hover { font-family: Geneva, Arial, Helvetica, sans-serif; color: #666666; font-size: 12px; text-decoration: underline;}

.maintext { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }
.title { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; }

/* V5 classes - footer.php */
.footerfont { font-size: 13px; color: #0033cc; text-decoration: none; }
.footerfont a { font-size: 13px; color: #0033cc; text-decoration: underline; }
.footerfont a:hover { font-size: 13px; color: #0033ff; text-decoration: none; }

.footerfont1 { font-size: 12px; color: #000000; text-decoration: none; }
.footerfont1 a { font-size: 12px; color: #000000; text-decoration: underline; }
.footerfont1 a:hover { font-size: 12px; color: #000000; text-decoration: none; }

.bold_item { font-weight: bold; }
.hl_item { background-color: #fea100; }

/* JCP: Search Suggestions */
.suggest_link {
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 2px 6px 2px 6px;
}
.suggest_link_first {
	border-top: 1px solid #000000;
}
.suggest_last {
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;		
	padding: 2px 6px 2px 6px;
}
.suggest_last a  		{color: #666666; text-decoration: none; font-size: 11px;} 
.suggest_last a:visited {color: #666666;} 
.suggest_last a:active 	{color: #666666; }
.suggest_last a:hover 	{text-decoration: underline;}

.suggest_link_over {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #ffff99;
	padding: 2px 6px 2px 6px;
}

.ajaxeditinput {
        background-color: #ffffff;
        border:1px solid #000000;
        padding:1px 16px 1px 8px;
        margin:1px;
}

.ajaxeditinput:hover {
        background-color: #ffffcc;
        cursor: pointer;
        background-image: url('/images/pencil.gif');
        background-repeat: no-repeat;
        background-position: right top;
}

.ajaxeditbox {
        position:absolute;
        top: -17px;
        background-color:#ffcc66;
        width:250px;
        text-align:center;
        padding:10px;
        border:1px solid #000000;
}

.button_link {
 display:inline-block;
 border-style: solid;
 border-width : 1px 2px 2px 1px;
 text-decoration : none;
 border-color : #69f #000 #000 #69f;
 background-color: #fc6;
 color: #000;
 padding:4px 15px 4px 15px;
 }
.button_link:hover { border-color: #ccc; }
.green_button { color:#000; background-color: #0c6;}

.rounded_button_link {
  background: #34d93f;
  background-image: -webkit-linear-gradient(top, #34d93f, #1f8c2f);
  background-image: -moz-linear-gradient(top, #34d93f, #1f8c2f);
  background-image: -ms-linear-gradient(top, #34d93f, #1f8c2f);
  background-image: -o-linear-gradient(top, #34d93f, #1f8c2f);
  background-image: linear-gradient(to bottom, #34d93f, #1f8c2f);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

.rounded_button_link:hover {
  background: #34d93f;
  background-image: -webkit-linear-gradient(top, #34d93f, #34d93f);
  background-image: -moz-linear-gradient(top, #34d93f, #34d93f);
  background-image: -ms-linear-gradient(top, #34d93f, #34d93f);
  background-image: -o-linear-gradient(top, #34d93f, #34d93f);
  background-image: linear-gradient(to bottom, #34d93f, #34d93f);
  text-decoration: none;
}
