
.middle_conternt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	text-decoration:none;
	font-weight:normal;
	line-height:14px;
}
.middle_text_tital
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#679ef1;
	text-decoration:none;
	font-weight:bold;
}


/*tabbing*/
.shadetabs
{
	padding:0px 9px 0px 9px;
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	list-style-type:none;
	text-align:left; /*set to left, center, or right to align the menu as desired*/
	float:left;
	background-color:#FFFFFF;
	width:498px;
}

.shadetabs li
{
	display:block;
	float:left;
	margin:0;
	margin-right:3px;
}

.shadetabs li a
{
	text-decoration:none;
	color:#474747;
	background:url(../images/left-normal.gif) left top no-repeat;
	display:block;
	float:left;
	padding-left:6px;
	font-size:11px;
}

.shadetabs li a span
{
	background:url(../images/right-normal.gif) right top no-repeat;
	color:#474747;
	display:block;
	float:left;
	padding:5px 7px 3px 6px;
	cursor:pointer;
	font-size:11px;
}

.shadetabs li a:visited
{
	color:#2d2b2b;
}

.shadetabs li a:hover
{
	background:url(../images/left-active.gif) left top no-repeat;
	color: #fff;
}

.shadetabs li a:hover span
{
	background:url(../images/right-active.gif) right top no-repeat;
	color:#fff;
	display:block;
	float:left;
	padding:4px 7px 4px 6px;
}


.shadetabs li.selected
{
	position: relative;
}

.shadetabs li.selected a
{
	/*selected main tab style */
	background:url(../images/left-active.gif) left top no-repeat;
}

.shadetabs li.selected a span
{
	/*selected main tab style */
	background:url(../images/right-active.gif) right top no-repeat;
	color:#fff;
	padding:4px 7px 4px 6px;
}


.shadetabs li.selected a:hover
{
	/*selected main tab style */
	text-decoration: none;
}

/*bottom tabbing*/

.shadetabs_bottom
{
	padding:0px 0px 0px 18px;
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	list-style-type:none;
	text-align:left; /*set to left, center, or right to align the menu as desired*/
	float:left;
	background-color:#FFFFFF;
	width:502px;
}

.shadetabs_bottom li
{
	display:block;
	float:left;
	margin:0;
	margin-right:3px;
}

.shadetabs_bottom li a
{
	text-decoration:none;
	color:#474747;
	background:url(../images/left-normal2.gif) left top no-repeat;
	display:block;
	float:left;
	padding-left:6px;
	font-size:11px;
}

.shadetabs_bottom li a span
{
	background:url(../images/right-normal2.gif) right top no-repeat;
	color:#474747;
	display:block;
	float:left;
	padding:5px 12px 8px 6px;
	cursor:pointer;
	font-size:11px;
}

.shadetabs_bottom li a:visited
{
	color:#2d2b2b;
}

.shadetabs_bottom li a:hover
{
	background:url(../images/left-active2.gif) left top no-repeat;
	color: #fff;
}

.shadetabs_bottom li a:hover span
{
	background:url(../images/right-active2.gif) right top no-repeat;
	color:#fff;
	display:block;
	float:left;
	padding:5px 12px 6px 6px;
}


.shadetabs_bottom li.selected
{
	position: relative;
}

.shadetabs_bottom li.selected a
{
	/*selected main tab style */
	background:url(../images/left-active2.gif) left top no-repeat;
}

.shadetabs_bottom li.selected a span
{
	/*selected main tab style */
	background:url(../images/right-active2.gif) right top no-repeat;
	color:#fff;
	padding:5px 12px 6px 6px;
}


.shadetabs_bottom li.selected a:hover
{
	/*selected main tab style */
	text-decoration: none;
}

	/*end of bottom tabbing */


.tabcontentstyle
{
	/*style of tab content oontainer*/
	float:left;
	clear:left;
	width:510px;
	background-color:#FFFFFF;
}

.tabcontent{
	display:none;
	background-color:#FFFFFF;
	width:480px;

}

@media print {
.tabcontent {
	display:block!important;
}
}

.tabbing-main-div
{
	padding:0px 5px 0px 13px;
	float:inherit;
	text-align:center;
	background-color:#FFFFFF;	
}

.tab-content-top-corners
{
	float:left;
	width:500px;
	height:8px;
	background:url(../images/border-top.gif) repeat-x;
	padding-left:10px;
	
}

.tab-content-bottom-corners
{
	float:right;
	width:500px;
	height:1px;
	background:url(../images/border-top1.gif) repeat-x;
	border-bottom: solid 1px #d9d8d8;
}

.float-right
{
	float:right;
}

.float-left
{
	float:left;
}

.tabbing-content-main
{
	float:left;
	width:510px;
	padding:10px;
}
