﻿html, body {
    margin: 0;
    padding: 0;
	font-family: Arial;
	padding: 0;
	
}

#mainlink a
{	
	text-decoration: none;
	color: #F2BF63;
}

.xtl
{
	width: 7px;
	height: 7px;
	background-image: url(http://www.tabsautobiz.com/images/tl.bmp);
	background-position:bottom right;
	background-repeat:no-repeat
}
.xt
{
	height: 7px;
	background-image: url(http://www.tabsautobiz.com/images/t.bmp);
	background-position:bottom;
	background-repeat:repeat-x;
}
.xtr
{
	width: 7px;
	height: 7px;
	background-image: url(http://www.tabsautobiz.com/images/tr.bmp);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.xl
{
	width: 7px;
	background-image: url(http://www.tabsautobiz.com/images/l.bmp);
	background-position:right;
	background-repeat:repeat-y;
}
.xm
{
	height: 7px;
	background-color: #003EAE;
}
.xr
{
	width: 7px;
	background-image: url(http://www.tabsautobiz.com/images/r.bmp);
	background-position:left;
	background-repeat:repeat-y;
}  
.xbl
{
	width: 7px;
	height: 7px;
	background-image: url(http://www.tabsautobiz.com/images/bl.bmp);
	background-position:top right;
	background-repeat:no-repeat;
}
.xb
{
	height: 7px;
	background-image: url(http://www.tabsautobiz.com/images/b.bmp);
	background-position:top;
	background-repeat:repeat-x;
}
.xbr
{
	width: 7px;
	height: 7px;
	background-image: url(http://www.tabsautobiz.com/images/br.bmp);
	background-position:top left;
	background-repeat:no-repeat;
}


/*CSS for the two scrollers*/

#newsscroller{
width: 150px;
height: 170px;
border: 0px solid black;
padding: 5px;
background-color: #003EAE;
font-size: 15px;
text-align:left;
color: #B8B8B8;
}
#newsscroller a
{
color: #F2BF63;
}

#testimonialscroller{
width: 150px;
height: 170px;
border: 0px solid black;
padding: 5px;
background-color: #003EAE;
font-size: 15px;
text-align:left;
color: #B8B8B8;
}
#testimonialscroller a{
color: #F2BF63;
}

.someclass a{
}

.someclass{
}


.screenshot
{
	font-size: 18px;	
	text-decoration: none;
	color: #003EAE;
}

.screenshot
{
	font-size: 16px;	
	text-decoration: none;
	color: #003EAE;
}

.currentscreenshot
{
	font-size: 16px;
}

.noscriptpanel 
{
padding: 5px;
background-color: #003EAE;
font-size: 15px;
text-align:left;
color: #B8B8B8;	
}

.noscriptpanel a{
color: #F2BF63;
}

.nosho 
{
	display:none;
}

