﻿.tableft
{
	float: left;
	height: 36px;
	line-height: 36px;
	background-image: url(../../Images/IPO/tab_left.gif);
	width: 10px;
	background-repeat: no-repeat;
}
.selectedleft
{
	float: left;
	height: 36px;
	line-height: 36px;
	background-image: url(../../Images/IPO/tab_select_left.gif);
	width: 10px;
	background-repeat: no-repeat;
}
.selectedbg
{
	float: left;
	height: 36px;
	line-height: 36px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: bottom;
	border: 0px solid red;
	background-image: url(../../Images/IPO/tab_select_bg.gif);
}
.selectedright
{
	float: left;
	height: 36px;
	line-height: 36px;
	background-image: url(../../Images/IPO/tab_select_right.gif);
	width: 10px;
	background-repeat: no-repeat;
}
.tabright
{
	float: left;
	height: 36px;
	line-height: 36px;
	background-image: url(../../Images/IPO/tab_bg.gif);
	width: 10px;
	background-repeat: no-repeat;
}
.defaultbg
{
	float: left;
	height: 36px;
	line-height: 36px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: bottom;
	border: 0px solid red;
	background-image: url(../../Images/IPO/tab_bg.gif);
}
.divbg
{
	width:100%;
	float: left;
	height: 36px;
	line-height: 36px;
	vertical-align: bottom;
	background-image: url(../../Images/IPO/tab_bg.gif);
}

.defaultbg a
{
	text-decoration: none;
	color: #000000;
}
.padingleft
{
	padding-left: 0px;
}
