@charset "utf-8";
/* CSS Document */
#tab-content-wrapper {
background:transparent url(../images/tab_background.png) no-repeat scroll 0 0;
display:block;
height:400px;
position:absolute;
width:700px;
margin-top:11px;
margin-left:10px;
}

#tab-content-wrapper a, #tab-content-wrapper a:hover {
	background:none;
	color:#036;
}

#tab-main-content {
background:#transparent none repeat scroll 0 0;
height:auto;
margin:-22px 0 0 8px;
padding-right:5px;
width:100%;
}

#tab-main-content p, #tab-main-content h2 {
	margin:0 35px 0 20px;
	color:#333;
}

#tab-content {
background:transparent;
height:auto;
margin:45px 0 0;
width:100%;
}

#tab-edge-left {
background:transparent url(/images/tab-edge-left.png) repeat-y scroll 0 0;
float:left;
height:100%;
margin:15px 0 0 0;
width:21px;
}

#tab-edge-right {
background:transparent url(/images/tab-edge-right.png) repeat-y scroll right top;
float:right;
height:100%;
margin:-73px -19px 0 0;
position:relative;
width:13px;
}
