.smallBorderTableContentWidth
{
	width:245px;
}

.smallTop{
background-image: url(images/borderTableTop_Small247.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.smallTopGrayBgr{
background-image: url(images/borderTableTop_Small247gray.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.smallBottom{
background-image: url(images/borderTableBottom_Small247.gif);
background-position: top;
background-repeat: no-repeat;
}

.smallBottomGrayBgr{
background-image: url(images/borderTableBottom_Small247gray.gif);
background-position: top;
background-repeat: no-repeat;
}

.smallBottomGrey{
background-image: url(images/borderTableBottom_SmallGrey.gif);
background-position: top;
background-repeat: no-repeat;
}

.midSizeTop{
background-image: url(images/borderTableTop_MidSize.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.midSizeTop2{
background-image: url(images/borderTableTop_MidSize2.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.midSizeTop3{
background-image: url(images/borderTableTop_MidSize3.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.midSizeTop4{
background-image: url(images/borderTableTop_White.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.ChannelArtTop{
background-image: url(images/borderTblTopTrnsp_ChlArt.gif);
background-position: bottom;
background-repeat: no-repeat;
}
.ChannelArtTopThin{
background-image: url(images/borderTblTopTrnsp_ChlArtThin.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.midSizeBottom{
background-image: url(images/borderTableBottom_MidSize.gif);
background-position: top;
background-repeat: no-repeat;
}

.midSizeBottom2{
background-image: url(images/borderTableBottom_MidSize2.gif);
background-position: top;
background-repeat: no-repeat;
}

.midSizeBottom3{
background-image: url(images/borderTableBottom_MidSize3.gif);
background-position: top;
background-repeat: no-repeat;
}

.midSizeBottom4{
background-image: url(images/borderTableBottom_White.gif);
background-position: top;
background-repeat: no-repeat;
}

.ChannelArtBottom{
background-image: url(images/borderTblBtmTrnsp_ChlArt.gif);
background-position: top;
background-repeat: no-repeat;
}

.ChannelArtBottomThin{
background-image: url(images/borderTblBtmTrnsp_ChlArtThin.gif);
background-position: top;
background-repeat: no-repeat;
}


.bigTop{
background-image: url(images/borderTableTop_Big.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.bigBottom{
background-image: url(images/borderTableBottom_Big.gif);
background-position: top;
background-repeat: no-repeat;
}


.borderTDLeft{
background-image: url(images/borderTableLeft.gif);
background-repeat: repeat-y;
background-position: left;
background-color: #ffffff;
}

.borderTDLeftThin{
background-image: url(images/borderTableLeftThin.gif);
background-repeat: repeat-y;
background-position: left;
background-color: #ffffff;
}

.borderTDLeft2{
background-image: url(images/borderTableLeftWhite.gif);
background-repeat: repeat-y;
background-position: left;
background-color: white;
}

.borderTDRight{
background-image: url(images/borderTableRight.gif);
	background-repeat: repeat-y;
background-position: right;
background-color: #ffffff;

}
.borderTDRightThin{
background-image: url(images/borderTableRightThin.gif);
	background-repeat: repeat-y;
background-position: right;
background-color: #ffffff;

}

.borderTDRight2{
background-image: url(images/borderTableRightWhite.gif);
	background-repeat: repeat-y;
background-position: right;
background-color: white;
}

.smallBorderTable{
	width:247px;
	background-color: White;
}
.smallBorderTableGreyBG
{
	width:247px;
	background-color: #F0F0F0;
}

.tableWhite
{
	background-color: #ffffff;
}

.midBorderTable{
	width:340px;
		background-color: White;
}

.midBorderTable2{
	width:444px;
	margin-left: 12px;
	
}

.midBorderTable3{
	width:444px;
		background-color: White;
}

.bigBorderTable{
	width:492px;
		background-color: White;
}

.smallTopGrey{
background-image: url(images/borderTableTop_SmallGrey.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.smallBottomGrey{
background-image: url(images/borderTableBottom_SmallGrey.gif);
background-position: top;
background-repeat: no-repeat;
}
.borderTDLeftGrey{
background-image: url(images/borderTableLeftGrey.gif);
background-repeat: repeat-y;
background-position: left;
}
.borderTDRightGrey{
background-image: url(images/borderTableRightGrey.gif);
	background-repeat: repeat-y;
background-position: right;

}
.smallBorderTableGrey{
	width:245px;
	background-color: #F0F0F0;
}



/*
	fix för rundade artikel boxar
*/
.ArticleBox
{
	/* Make link overpositioning possible. Child nodes can't use relative positioning 
	unless the parent node has positioning. */
	position: relative; top: 0; left: 0;
	border: 1px solid #BBBBBD;
	border-bottom: 0px;
	width: 245px;
	padding: 0;
}

.ArticleBox .ArtLeftUpGrey
{
	background-image: url(images/ArtLeftUpGrey.gif);
	width: 8px;
	height: 8px;
	z-index: 2;

	position: absolute;
	top: -1px; /* HACK: This is only needed by Netscape 7 */
	left: -1px;
}
.ArticleBox .ArtRightUpGrey
{
	background-image: url(images/ArtRightUpGrey.gif);
	width: 8px;
	height: 8px;
	z-index: 2;

	position: absolute;
	top: -1px; /* HACK: This is only needed by Netscape 7 */
	left:238px;
}


.ArticleBox .ArtLeftUpWhite
{
	background-image: url(images/ArtLeftUpWhite.gif);
	width: 8px;
	height: 8px;
	z-index: 2;

	position: absolute;
	top: -1px; /* HACK: This is only needed by Netscape 7 */
	left: -1px;
}
.ArticleBox .ArtRightUpWhite
{
	background-image: url(images/ArtRightUpWhite.gif);
	width: 8px;
	height: 8px;
	z-index: 2;

	position: absolute;
	top: -1px; /* HACK: This is only needed by Netscape 7 */
	left:238px;
}
.ArticleBox .ArtImageTop
{
	margin:0px;
	padding:0px;
}

.ArticleBox .ArtLeftUpDkGray
{
	background-image: url(images/ArtLeftUpDkGray.gif);
	width: 8px;
	height: 8px;
	z-index: 2;

	position: absolute;
	top: -1px; /* HACK: This is only needed by Netscape 7 */
	left: -1px;
}
.ArticleBox .ArtRightUpDkGray
{
	background-image: url(images/ArtRightUpDkGray.gif);
	width: 8px;
	height: 8px;
	z-index: 2;

	position: absolute;
	top: -1px; /* HACK: This is only needed by Netscape 7 */
	left:238px;
}


/*
	fix för rundade artikel boxar
*/
.ArticleBoxChannel
{
	/* Make link overpositioning possible. Child nodes can't use relative positioning 
	unless the parent node has positioning. */
	position: relative; top: 0; left: 0;
	border: 1px solid #BBBBBD;
	border-bottom: 0px;
	width: 405px;
	padding: 0;
}

.ArticleBoxChannel .ArtLeftUpWhite
{
	background-image: url(images/ArtLeftUpWhite.gif);
	width: 8px;
	height: 8px;
	z-index: 2;

	position: absolute;
	top: -1px; /* HACK: This is only needed by Netscape 7 */
	left: -1px;
}
.ArticleBoxChannel .ArtRightUpWhite
{
	background-image: url(images/ArtRightUpWhite.gif);
	width: 8px;
	height: 8px;
	z-index: 2;

	position: absolute;
	top: -1px; /* HACK: This is only needed by Netscape 7 */
	left:398px;
}

.ArticleBoxChannel .ArtImageTop
{
	margin:0px;
	padding:0px;
}
