﻿/*
Title: Page.css
Created:	 November 2007
Modified: November 2007
*/
.text11{
	font-size: 11px;
	color: #333333;
}

.vs
{
	background: #FFFFFF;
	border: dotted 1px #333333;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
}

.vs ul
{
	margin: 5px 20px 5px 20px;
}

/*//////////////////////////////////////////////////

TABS

//////////////////////////////////////////////////*/
.CustomTabStyle .ajax__tab_header { font-size:11px; font-weight: bold; color:#FFFFFF;background:url(http://www.bypasskit.com/styles/images/tabs/tab-line.gif) repeat-x center bottom; }
.CustomTabStyle .ajax__tab_outer { height:34px; background:url(http://www.bypasskit.com/styles/images/tabs/tab-right.gif) no-repeat right top;}
.CustomTabStyle .ajax__tab_inner { padding-left:3px;background:url(http://www.bypasskit.com/styles/images/tabs/tab-left.gif) no-repeat left top;}
.CustomTabStyle .ajax__tab_tab { height: 18px; padding:8px;margin:0;background:url(http://www.bypasskit.com/styles/images/tabs/tab.gif) repeat-x top;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {background:url(http://www.bypasskit.com/styles/images/tabs/tab-hover-right.gif) no-repeat right top; }
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {background:url(http://www.bypasskit.com/styles/images/tabs/tab-hover-left.gif) no-repeat left top;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {height:18px; background:url(http://www.bypasskit.com/styles/images/tabs/tab-hover.gif) repeat-x center top;}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer {background:url(http://www.bypasskit.com/styles/images/tabs/tab-active-right.gif) no-repeat right top;}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {background:url(http://www.bypasskit.com/styles/images/tabs/tab-active-left.gif) no-repeat left top;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab {height:18px; background:url(http://www.bypasskit.com/styles/images/tabs/tab-active.gif) repeat-x center top; color: #333333;}
.CustomTabStyle .ajax__tab_body { border:1px solid #dddddd; border-top:0; padding:8px; background-color:#ffffff;}

/*//////////////////////////////////////////////////

COLLAPSE PANEL

//////////////////////////////////////////////////*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
	border-left: dotted 1px #CCCCCC;
	border-right: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
}

.collapsePanelHeader{	
	width:100%;		
	height: 30px;
	background-image: url(http://www.bypasskit.com/styles/images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#666666;
	font-weight:bold;
}

/*//////////////////////////////////////////////////

LINKS ELEMENT

//////////////////////////////////////////////////*/
a:link, a:visited 
{
	color: #476F6E;
	text-decoration: none;
}
a:hover 
{
	color: #333333;
	text-decoration: none;
}

a.w2link:link, a.w2link:visited 
{
	color: #476F6E;
	border-bottom: solid 2px #FF8A0D;
	text-decoration: none;	
}
a.w2link:hover 
{
	background: #EEEEEE;
	color: #333333;
	border-bottom: solid 2px #CC6600;
	text-decoration: none;
}

a.imglink:link, a.imglink:visited 
{
	text-decoration: none;
	border-bottom: none;
}
a.imglink:hover 
{
	text-decoration: none;
	border-bottom: none;
}
	
a.img 
{
	border: none;
	text-decoration: none;
	display: block;
	float: left;
}

a.normal
{
	border: none;
	text-decoration: none;
}

.banner
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.imgbtn
{
	vertical-align: middle;
}

select.droplist
{
	border: 1px solid #DDDDDD;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
}

/*//////////////////////////////////////////////////

Menu

//////////////////////////////////////////////////*/

#menuinside .pad { float:left; }
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif; }

/* Set up the size of the list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */
.menu li.top a.top_link {display:block; float:left; height:44px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;}

/* pre-load the hover images */
.menu li.p1 {width:154px; background:url(images/menu/menu_home_on.gif) no-repeat;}
.menu li.p2 {width:153px; background:url(images/menu/menu_product_on.gif) no-repeat;}
.menu li.p3 {width:143px; background:url(images/menu/menu_blog_on.gif) no-repeat;}
.menu li.p4 {width:152px; background:url(images/menu/menu_support_on.gif) no-repeat;}
.menu li.p5 {width:163px; background:url(images/menu/menu_bypasskitshop_on.gif) no-repeat;}
.menu li.p6 {width:152px; background:url(images/menu/menu_aboutus_on.gif) no-repeat;}

.menu li a#home {width:154px; background:url(images/menu/menu_home.gif) no-repeat;}
.menu li a#products {width:153px; background:url(images/menu/menu_product.gif) no-repeat;}
.menu li a#blog {width: 143px; background:url(images/menu/menu_blog.gif) no-repeat;}
.menu li a#support {width:152px; background:url(images/menu/menu_support.gif) no-repeat;}
.menu li a#shop {width:163px; background:url(images/menu/menu_bypasskitshop.gif) no-repeat;}
.menu li a#aboutus {width:152px; background:url(images/menu/menu_aboutus.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu li a#home:hover, .menu li:hover a#home,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#blog:hover, .menu li:hover a#blog,
.menu li a#support:hover, .menu li:hover a#support,
.menu li a#shop:hover, .menu li:hover a#shop,
.menu li a#aboutus:hover, .menu li:hover a#aboutus {background:transparent; }

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

.menu :hover ul.sub {left:0; top:44px; background: #fff; padding:3px 0; border:1px solid #CCC; white-space:nowrap; width:153px; height:auto; }
.menu :hover ul.sub li {display:block; height: 20px; position:relative; float:left; width: 150px;  border-top: 1px dotted #cccccc;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width: 147px; line-height:20px; text-indent:5px; text-align: left; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(images/menu/arrow.gif) 140px 7px no-repeat;}
.menu :hover ul.sub li a:hover { background:#eeeeee; color:#000000;}
.menu :hover ul.sub li a.fly:hover {background:#EEEEEE url(images/menu/arrow_over.gif) 140px 7px no-repeat; color:#000;}
.menu :hover ul.sub li:first-child{ border-top: none; }

.menu :hover ul.subwider {left:0; top:44px; background: #fff; padding:3px 0; border:1px solid #CCC; white-space:nowrap; width:233px; height:auto; }
.menu :hover ul.subwider li {display:block; height: 20px; position:relative; float:left; width: 230px;  border-top: 1px dotted #cccccc;}
.menu :hover ul.subwider li a {display:block; font-size:11px; height:20px; width: 227px; line-height:20px; text-indent:5px; text-align: left; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.subwider li a.fly {background:#fff url(images/menu/arrow.gif) 220px 7px no-repeat;}
.menu :hover ul.subwider li a:hover { background:#eeeeee; color:#000000;}
.menu :hover ul.subwider li a.fly:hover {background:#EEEEEE url(images/menu/arrow_over.gif) 220px 7px no-repeat; color:#000;}
.menu :hover ul.subwider li:first-child{ border-top: none; }

.menu :hover ul li:hover { background:#EEEEEE; color:#000;} 
.menu :hover ul li:hover > a.fly {background:#EEEEEE url(images/menu/arrow_over.gif) 220px 7px no-repeat; color:#000;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left: 140px; top:-4px; background: #fff; padding:3px 0; border:1px solid #CCC; white-space:nowrap; width:153px;  height:auto;}

.menu :hover ul.subwider :hover ul,
.menu :hover ul.subwider :hover ul :hover ul,
.menu :hover ul.subwider :hover ul :hover ul :hover ul,
.menu :hover ul.subwider :hover ul :hover ul :hover ul :hover ul
{left: 220px; top:-4px; background: #fff; padding:3px 0; border:1px solid #CCC; white-space:nowrap; width:233px; height:auto;}

/*//////////////////////////////////////////////////

HEADER ELEMENT

//////////////////////////////////////////////////*/
#header a:hover { background: none; }
ul.nav, ul.nav li { display:inline;}
#logonav span { display: none; }
#logonav li a { display: block; height: 76px; width: 265px; background-position: 0 -76px; }
#logonav li a:hover { background-position: 0 0 !important; }
#logonav #logo a { background: url(images/logo/logo.gif) 0 -76px no-repeat; }

.breadcrumb
{
	background: url(http://www.bypasskit.com/styles/images/icon_home.gif) no-repeat left top;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	color:#999;
	padding: 0px 0px 0px 19px;
}
.breadcrumb a, .breadcrumb a:visited{
	color: #333333;
	text-decoration:none;
	border-bottom: none;	
}
.breadcrumb a:hover
{
	color:#094eb6;
	text-decoration: none;
	border-bottom: 2px solid #CEDFDE;
}

/*//////////////////////////////////////////////////

HEADINGS

//////////////////////////////////////////////////*/
h1 {
	font-size: 200%;
	font-family: trebuchet MS, trebuchet, Verdana, Helvetica, Arial, sans-serif;
	color: #333333;	
	line-height: 1.5em;
}

h2.usu
{
	font-size:18px;
	line-height:1em; 
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 12px;
}
h2.usu2{
	font-size:18px;
	line-height:1em; 
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 18px;
}
h3 {
	font-size: 120%;
	font-family: trebuchet MS, trebuchet, Verdana, Helvetica, Arial, sans-serif;
	color: #333333;	
	line-height: 1.3em;
}

h4 {
	font-size: 120%;
	font-family: trebuchet MS, trebuchet, Verdana, Helvetica, Arial, sans-serif;
	color: #333333;	
	line-height: 1.3em;
	margin: 0px;
}

h5
{
	margin: 0px;
}

div.post-wrap {
	clear: both;
	position: relative;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.post-wrap2 {
	clear: both;
	padding-left: 120px;
	position: relative;
}

div.post-wrap3 
{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cfcfcf;
}

div.post-wrap4 {
	clear: both;
	position: relative;
	padding-top: 0px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cfcfcf;
}

#content div.productimg, #content2 div.productimg
{
	width: 100px;		
	padding-right: 10px;
}


#content div.datebox
{
	height:59px;
	width: 81px;
	margin-right: 20px;
	margin-bottom: 9px;
	padding-top: 6px;
	background:url(images/calendar/icon-calendar.gif) no-repeat;	
}

#content div.datebox p {
	text-align: center;
	color: #333333;
	margin:0 0 0 -2px;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

#content div.datebox2 
{
	float:left;
	height:59px;
	width: 81px;
	margin-right: 20px;
	margin-bottom: 9px;
	padding-top: 6px;
	background:url(images/calendar/icon-calendar.gif) no-repeat;
}

#content div.datebox2 p 
{ 
	text-align: center;
	color: #333333;
	margin:0 0 0 -2px;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

#content div.datebox2 span.year
{
	font-size: 11px;
	color: #ffffff;
	display:block;
	width: 80px;
}

#content div.datebox2 span.day 
{
	font-size:18px;
}

#content div.datebox2 span.month 
{
	font-size:18px;
}


/*//////////////////////////////////////////////////
TABLES
//////////////////////////////////////////////////*/
.table_header
{
	background-color: #FBFBFB;
	font-size: 11px;
	line-height: 11px;
	color: #444444;
	font-weight: bold;
	padding: 5px 3px 5px 3px;
	text-align: center;
	vertical-align: bottom; border-top: 1px dotted #CCCCCC;border-bottom: 1px dotted #CCCCCC;
}

.table_header2
{
	background-color: #FBFBFB;
	font-size: 11px;
	line-height: 11px;
	color: #444444;
	font-weight: bold;
	padding: 5px 3px 5px 3px;
	text-align: center;
	vertical-align: bottom; border-bottom: 1px dotted #CCCCCC;
}

.table_header3
{
	background-color: #FBFBFB;
	font-size: 11px;
	line-height: 11px;
	color: #444444;
	font-weight: bold;
	padding: 5px 3px 5px 3px;
	text-align: center;
	vertical-align: top; border-top: 1px dotted #CCCCCC;border-bottom: 1px dotted #CCCCCC;
}

.table_header4
{
	background-color: #FBFBFB;
	font-size: 11px;
	line-height: 11px;
	color: #444444;
	font-weight: bold;
	padding: 5px 3px 5px 3px;
	text-align: center;
	vertical-align: top; border-bottom: 1px dotted #CCCCCC;
}

.table_cell
{
	font-size: 12px;
	line-height: 14px;
	color: #444444;
	padding: 10px 3px 10px 3px;
	vertical-align: top; border-bottom: 1px dotted #CCCCCC;
}

.table_cellc
{
	font-size: 11px;
	line-height: 11px;
	color: #444444;
	padding: 10px 3px 10px 3px;
	text-align: center;
	vertical-align: top; border-bottom: 1px dotted #CCCCCC;
}

.table_cell2
{
	font-size: 12px;
	line-height: 14px;
	color: #444444;
	padding: 10px 3px 10px 3px;
	vertical-align: top;
}

.table_cellc2
{
	font-size: 11px;
	line-height: 11px;
	color: #444444;
	padding: 10px 3px 10px 3px;
	text-align: center;
}

.tableimage
{
	padding: 5px;
	margin-right: 10px;
}

.table_rowheader
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: White;
	font-weight: bold;
	font-size: 16px;
	background-color: #999999;
}

.stitle
{
	margin-top: 5px;
	font-size: 12px;
}

.imagecell
{
	float: left;
	height: 55px;
	width: 50px;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px 10px 0px 0px;
}

/*//////////////////////////////////////////////////

LISTS ELEMENT

//////////////////////////////////////////////////*/
ul.bullet-list li {
	background: url(http://www.bypasskit.com/images/2008/bullet.gif) no-repeat 0 .6em;
	padding-left: 12px;
}


/*//////////////////////////////////////////////////

NAVIGATION ELEMENT

//////////////////////////////////////////////////*/
.nav_header
{
	background: url(images/nav_mainheader.gif) repeat-x top left;
	padding: 8px 8px 5px 8px;
	color: #105289;
	font-weight: bold;
}
#sidebar-left a
{
	border-bottom: none;
}
#lnav 
{
	margin-bottom: 10px;
	text-align: left;
}
#lnav .con 
{
	border-top: 5px solid #098ED0;	
}
#lnav a,
#lnav span,
#lnav a span {
	display: block;	
}
#lnav span.naver 
{
	color: #105289;
}
#lnav span.naver br {
	line-height: 0px;
}

#lnav span.spacer
{
	display: block;
	height: 5px;
}

#lnav span.naver
{
	background: url(images/nav_header.gif) repeat-x top left;
}

#lnav span.naver a:link, #lnav span.naver a:visited
{
	color: #105289;
	border-top: 1px #105289 dotted;
	padding: 6px 4px 6px 24px;
	background: url(images/subnav_arrow.gif) no-repeat 8px 12px;
}

#lnav span.naver a:hover
{
	color: #0059B5;
	background: url(images/subnav_arrow.gif) no-repeat 10px 12px;	
}

#lnav span.naver_sel a:link, #lnav span.naver_sel a:visited, #lnav span.naver_sel a:hover
{
	color: #105289;
	border-top: 1px #105289 dotted;
	padding: 6px 4px 6px 24px;
	background: #E1EBF2 url(images/subnav_arrow.gif) no-repeat 8px 12px;
}

#lnav span.naver2 a 
{
	font-size: 11px;
	text-decoration: none;
	padding: 2px 6px 2px 28px;
	color: #105289;
	background: #FFFFFF url(images/subnav_bg.gif) no-repeat 0px 2px;
}

#lnav span.naver2 a:hover 
{
	font-size: 11px;
	color: #0059B5;
	background: #FFFFFF url(images/subnav_bg.gif) no-repeat 2px 2px;
}

#lnav span.naver_sel2 a:link, #lnav span.naver_sel2 a:visited, #lnav span.naver_sel2 a:hover
{
	font-size: 11px;
	color: #105289;
	padding: 2px 6px 2px 28px;
	background-color: #84a790;
	background: #F5F5F5 url(images/subnav_bg.gif) no-repeat 2px 2px;	
}

#lnav span.naver_sel3 a {
	padding: 6px 24px 6px 4px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
    text-transform: capitalize;
	background: url(images/subnav_arrow_sel.gif) no-repeat 98% 8px;
}
#lnav .bottom {
	clear: both;
	height: 11px;
	font-size: 1%;	
}

#rnav 
{
	border-top: 5px solid #CCCCCC;
	margin-bottom: 10px;
	color: #FFF;
	text-align: left;
}
#rnav .con {
	background: #555555;
}
#rnav a,
#rnav span,
#rnav a span {
	display: block;	
}
#rnav span.naver 
{
	background: url(http://www.bypasskit.com/Styles/images/subnav_divider.gif) repeat-x bottom left;
}
#rnav span.naver br {
	line-height: 0px;
}

#rnav span.naver2 a 
{
	font-size: 11px;
	text-decoration: none;
	padding: 2px 6px 2px 28px;
	color: #105289;
	background: #FFFFFF url(images/subnav_bg.gif) no-repeat 0px 2px;
}
#rnav span.naver2 a:hover 
{
	font-size: 11px;
	color: #666666;
}
#rnav span.naver_sel a:link, #rnav span.naver_sel a:visited, #rnav span.naver_sel a:hover
{
	color: #105289;
	border-top: 1px #105289 dotted;
	padding: 6px 4px 6px 24px;
	background: #E1EBF2 url(images/subnav_arrow.gif) no-repeat 8px 12px;
}

#rnav span.naver_sel2,
#rnav span.naver_sel2 a 
{
	color: #FEEFBE;
	background: none;
	background-color: #84a790;
}
#rnav span.naver_sel2 a {
	padding: 2px 6px 2px 24px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #BBBBBB;
	background: #AAAAAA url(http://www.bypasskit.com/Styles/images/subnav_bg.gif) no-repeat center left;
}

#rnav span.naver_sel3 a {
	padding: 6px 24px 6px 4px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
    text-transform: capitalize;
	background: url(http://www.bypasskit.com/Styles/images/subnav_arrow_sel.gif) no-repeat 98% 8px;
}
#rnav .bottom {
	clear: both;
	height: 11px;
	font-size: 1%;	
}
/*//////////////////////////////////////////////////

CONTENT ELEMENT

//////////////////////////////////////////////////*/
#content p, #content ul, #content dl {
	padding-right: 30px;
	margin-bottom: 1.38em;
	line-height: 1.5em;
}

#content li {
	margin-bottom: .5em;
}

div.inner-wrap span.backtotop a
{
	color: #333333;
	text-decoration: underline;
	border-bottom: none;
}

abbr, acronym {
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px dotted #999;
}

strong {
	font-weight: bold;
}

code {
	font-family: Monaco, "Courier New", monospace;
	color: #B24928;
}

span.sub {
	font-size: 92%;
}

blockquote {
	padding: 10px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	font-size: 12px;
	background: #F8F8E8;
	color: #5E9492;
	margin: 20px;
}

blockquote p {
	color: #5E9492;
	margin-bottom: 0;
}

blockquote code {
	color: #6A6156;
	font-size: 11px;
}

span.feed
{
	padding: 12px 0px 0px 83px;
	position: absolute;
}

span.feed a, span.feed a:hover
{
	border-bottom: none;
}

.agreement
{
	font-size: 11px;
}

/*//////////////////////////////////////////////////

LEGEND

//////////////////////////////////////////////////*/
#seclegend
{
	padding:  10px 0px 0px 0px;
}

span.producttype
{
	padding-right: 10px;
}

span.bestsolution
{
	padding-left: 22px;
	padding-right: 10px;
	background: url(http://www.bypasskit.com/Styles/images/icon_best.gif) no-repeat 4px .1em;
}

span.bettersolution
{
	padding-left: 22px;
	padding-right: 10px;
	background: url(http://www.bypasskit.com/Styles/images/icon_better.gif) no-repeat 4px .1em;
}

span.popularsolution
{
	padding-left: 22px;
	padding-right: 10px;
	background: url(http://www.bypasskit.com/Styles/images/icon_popular.gif) no-repeat 4px .1em;
}

span.upgradeablesolution
{
	padding-left: 22px;
	padding-right: 10px;
	background: url(http://www.bypasskit.com/Styles/images/icon_upgradeable.gif) no-repeat 4px .1em;
}

#sidebarbox2 h4 { margin-bottom: 0 !important; }
#sidebarbox2 .sideboxinside { margin: 0 0 5px 0; }

#sidebarbox3 h4 { margin-bottom: 0 !important; }
#sidebarbox3 .sideboxinside { margin: 0 0 5px 0; }
ul.sidebarbox3, ul.sidebarbox3 li
{
	display:inline;
}

div.bestsellerimg 
{ 
	float: left;
	width: 50px;

	position: absolute;
}

div.bestsellerdesc
{ 
	padding: 0px 0px 0px 50px;
}


/*//////////////////////////////////////////////////

FOOTER

//////////////////////////////////////////////////*/
#footer .footerleft 
{
	color: #666666;
	line-height: 1.38em;
	background: url(images/logo-footer.png) no-repeat 0 0;	
	padding-left: 90px;
}

#footer .footerrow1 a
{
	text-decoration: none;
	border-bottom: none;
}

#footer .footerrow1 a:hover
{	
	color: #333333;
	border-bottom: 1px dotted #54B8F5;
	text-decoration: none;	
}

#footer .footerrow2,
#footer .footerrow2 a 
{
	color: #999999;
	text-decoration: none;
	border-bottom: none;
}

#footer .footerrow2 a:hover
{	
	color: #333333;
	border-bottom: 1px dotted #54B8F5;
	text-decoration: none;
}

#footer span.kaplunk
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	line-height: 1.38em;	
	
	background-image: url(images/logo-kaplunk.png);
	background-repeat: no-repeat;
	background-position: 0px 0px; 

	color: #777777;
}

/***************** KB ****************/
.PanelBar_Header 
{
	width: 100%;
	background-image: url(images/Table_Header.gif);
	line-height: normal;	
	height: 31px;
}

.PanelBar_Header h2
{
	float: left;
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 9px 0px 9px 9px;
	margin: 0px 0px 0px 2px;
}

.PanelBar_Content
{
	font-size: 11px;
	background-color: #EEEEEE;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.PanelBar_Content2
{
	background-color: #EEEEEE;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

