/* `Tabbed Links
----------------------------------------------------------------------------------------------------*/

.tabs, .subtabs {
	overflow: hidden;
	margin-left: 15px;
	padding-left: 0px;
    margin-bottom: 0px;
}

.tabs {
    font-size: 11pt;
}

.subtabs {
    padding: 5px 0 0 25px;
    background-color: #ddd;
    margin: 0px;
    font-size: 10pt;
}

ul.tabs {
	margin-top: 10px;
}

.tabs li,
.tabs a,
.subtabs li,
.subtabs a {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.tabs li, .subtabs li {
	background-color: #fff;
	border: 0px solid #ccc;
	border-bottom: 0px solid #fff;
	display: inline;
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0px 0px 0;
	text-align: center;
	width: 70px;
}

.tabs a, .subtabs a {
	border: 1px solid #ccc;
	border-bottom: 0px solid #ddd;
	color: #4A4344;
	display: block;
	padding: 5px 0px 4px 0px;
	text-decoration: none;
}

.tabs a {
	background-color: #f6f6f6;
}

.subtabs a {
	background-color: #f6f6f6;
	border: 3px double #ccc;
	border-bottom: 1px solid #ccc;
}

.tabs a.current {
	background-color: #ddd;
	color: #000;
	font-weight: bold;
}

.subtabs a.current {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.subtabs a:active {
    border-bottom: none;
}

.tabs a:hover {
	background-color: #999;
	border-color: #666;
	color: #fff;
	font-weight: bold;
}

.subtabs a:hover {
	background-color: #999;
	border-color: #666;
	color: #fff;
	font-weight: bold;
}

/* Hack for IE6. */
* html .tabs a, *html .subtabs a {
	height: 1%;
}

/* `Content Area
----------------------------------------------------------------------------------------------------*/

.tab_content_wrap {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin: 0px;
	padding: 0px;
	border-top: 0px;
}

div#container {
	max-width: 546px;
	/*min-width: 562px;*/
	margin-top: 10px;
}

.subtab_content_wrap {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	clear: both;
}
