.corner_top_right{
	width:14px;
	height:12px;
	background:url(../Images/ContentPlaceHolder/corner_top_right.gif) no-repeat;
}
.corner_top_left{
	height:12px;
	width:14px;
	background:url(../Images/ContentPlaceHolder/corner_top_left.gif) no-repeat;
}
.corner_bot_right{
	height:12px;
	width:14px;
	background:url(../Images/ContentPlaceHolder/corner_bot_right.gif) no-repeat;
}
.corner_bot_left{
	height:12px;
	width:14px;
	background:url(../Images/ContentPlaceHolder/corner_bot_left.gif) no-repeat;
}

.mid_sep_top{
	height:12px;
	background:url(../Images/ContentPlaceHolder/mid_sep_top.gif) repeat-x;
}

.mid_sep_bot{
	height:12px;
	background:url(../Images/ContentPlaceHolder/mid_sep_bot.gif) repeat-x;
}

.top_mid{
	height:12px;
	width:400px;
	background:url(../Images/ContentPlaceHolder/topbot_mid_top.gif) no-repeat;
}
.bot_mid{
	height:12px;
	width:400px;
	background:url(../Images/ContentPlaceHolder/topbot_mid_bot.gif) no-repeat;
}

.mid_left{
	width:2px;
	background:url(../Images/ContentPlaceHolder/mid_left.gif) repeat-y;
}
.mid_right{
	width:2px;
	background:url(../Images/ContentPlaceHolder/mid_right.gif) repeat-y;
}

.tab_header_bg{
	height:45px;
	background:url(../Images/ContentPlaceHolder/header_bg.gif) repeat-x;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-weight:bold;
	font-size:17px;
	color:#FFF;
}

.tab_button{
	margin:0;
	padding:0;
	background-color:Transparent;
	border:0;
}

.tab_bot_bg{
	height:11px;
	background:url(../Images/ContentPlaceHolder/tab_bot_bg.gif) repeat-x;
}

.tab_on_text{
	font-family:tahoma,arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:12px;
	height:15px;
	position:relative;
	white-space:nowrap;
	top:5px;
	color:#FFFFFF;
	vertical-align:middle;
}

.left_tab_on{
	height:27px;
	width:5px;
	background:url(../Images/ContentPlaceHolder/tab_left_on.gif) no-repeat;
}

.mid_tab_on{
	height:27px;
	background:url(../Images/ContentPlaceHolder/tab_middle_on.gif) repeat-x;
}
.right_tab_on{
	height:27px;
	width:5px;
	background:url(../Images/ContentPlaceHolder/tab_right_on.gif) no-repeat;
}

.tab_off_text{
	font-family:tahoma,arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:12px;
	height:15px;
	position:relative;
	white-space:nowrap;
	top:5px;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	cursor:pointer;
}

.tab_off_text:a{
	color:#0069CF;
	text-decoration:none;
	font-family:tahoma,arial,helvetica,sans-serif;
}

.tab_off_text:hover{
	color:#0069CF;
	text-decoration:none;
	font-family:tahoma,arial,helvetica,sans-serif;
}

.tab_content{
	border:1px solid black;
	padding:5px 10px 15px 10px;
	font-size:10pt;
	font-family:tahoma,arial,helvetica,sans-serif;
	text-align:justify;
}

.left_tab_off{
	height:27px;
	width:5px;
	background:url(../Images/ContentPlaceHolder/tab_left_off.gif) no-repeat;
}

.mid_tab_off{
	height:27px;
	background:url(../Images/ContentPlaceHolder/tab_middle_off.gif) repeat-x;
}

.right_tab_off{
	height:27px;
	width:5px;
	background:url(../Images/ContentPlaceHolder/tab_right_off.gif) no-repeat;
}