/**********************************************
OVERRIDE DEFAULT STYLES
***********************************************/

#pageBody
{
	padding:0;
	background:none;
}

/**********************************************
TAB NAVIGATION STYLES
***********************************************/

#contents .tabs,
#contents .tabs LI
{
	padding:0;
	margin:0;
}

#contents .tabs LI
{
	width:242px;
	list-style:none;
	margin-right:4px;
	float:left;
}

#contents .tabs li a
{
	display:block;
	height:70px;
	padding:15px;
	background:#eee url(images/tabs_arrow.gif) no-repeat top right;
	color:#000;
}

#contents .tabs li a.current
{
	background:#e0e0e0 url(images/tabs_arrow_current.gif) no-repeat top right;
}

#contents .tabs li a:hover
{
	text-decoration:none;
}

#contents .tabs li a .title
{
	font-size:1.5em;
	line-height:1.5em;
}

#contents .tabs li a .summary
{
	font-size:0.85em;
	line-height:1.3em;
	color:#505050;
}

#contents .tabs li.last
{
	margin-right:0;
}

#contents .tabs li.last a,
#contents .tabs li.last a.current
{
	background-image:none;
}


/**********************************************
PANES
***********************************************/
#contents .panes
{
	background:url(images/bg_pageBody.gif) repeat-x 0 0;
	padding:25px 0 0 35px;
	clear:both;
}

/**********************************************
ROUNDED CORNERS
***********************************************/
#contents .tabs LI a
{
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
}
