/* TabStrip wrapper */
.ts { width:1000px;height:30px; }
	.ts-l { float:left;width:10px;height:30px;background:transparent url("images/static.png?2") no-repeat -16px 0; }
	.ts-m { float:left;width:980px;height:30px;background:transparent url("images/horizontal.png?2") repeat-x; }
	.ts-r { float:left;width:10px;height:30px;background:transparent url("images/static.png?2") no-repeat -26px 0; }

/* TabStrip */
.tab,.tab-h,.tab-s { font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px;color:#fff;cursor:default; }

.t { width:116px;height:30px;display:block; }
.t .l { float:left;width:8px;height:30px;background:none; }
.t .m { float:left;width:100px;height:30px;line-height:30px;background:none;text-align:center; }
.t .r { float:left;width:8px;height:30px;background:none; }

.tab-h .t .l { background:transparent url("images/static.png?2") no-repeat; }
.tab-h .t .m { background:transparent url("images/horizontal.png?2") repeat-x 0 -30px; }
.tab-h .t .r { background:transparent url("images/static.png?2") no-repeat -8px 0; }

.tab-s .t .l { background:transparent url("images/static.png?2") no-repeat 0 -30px; }
.tab-s .t .m { color:#000;background:transparent url("images/horizontal.png?2") repeat-x 0 -60px;font-weight:bold; }
.tab-s .t .r { background:transparent url("images/static.png?2") no-repeat -8px -30px; }

/* MultiPage wrapper */
.mp { width:1000px;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px;color:#000; }
	/* Top left & right */
	.mpt { width:100%;height:4px; }
		.mpt-l { float:left;display:block;width:10px;height:100%;background:#000 url("images/static.png?2") no-repeat -16px -30px; }
		.mpt-m { float:left;display:block;width:980px;height:100%;background-color:#fff; }
		.mpt-r { float:left;display:block;width:10px;height:100%;background:#000 url("images/static.png?2") no-repeat -26px -30px; }
	/* MultiPage content */
	.mpc { width:100%;background:#fff url("images/vertical.png?2") repeat-y; }
		.mpc p { padding-left:20px; }
	.mpb { width:100%;height:10px; }
		.mpb-l { float:left;display:block;width:10px;height:100%;background:transparent url("images/static.png?2") no-repeat -16px -34px; }
		.mpb-m { float:left;display:block;width:980px;height:100%;background:#fff url("images/horizontal.png?2") repeat-x 0 -90px; }
		.mpb-r { float:left;display:block;width:10px;height:100%;background:transparent url("images/static.png?2") no-repeat -26px -34px; }