﻿/* © Copyright 2008 OZtion Pty Ltd . All rights reserved. */
/* tabbed */
/*  for ajax tabs */
#home.window .ajax__tab_xp .ajax__tab_header 
{
    font-family:Arial;
    font-size:12px;
    background:none;
    padding:0;
	border:none;
	background-color:#75af0f;
	height:25px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	overflow:visible;
}
* html #home.window .ajax__tab_xp .ajax__tab_header {
	width: 588px;
	float: left;
}
#home.window .ajax__tab_xp .ajax__tab_header span {
}
#home.window .ajax__tab_xp .ajax__tab_outer 
{
    padding-right:10px;
    background: #ffffff url(../images/home_tab_right.gif) no-repeat right top;
    height:25px;
    margin: 0px;
}
#home.window .ajax__tab_xp .ajax__tab_inner 
{
    margin: 0px;
    padding-left:10px;
    background: #ffffff url(../images/home_tab_left.gif) no-repeat left top;
}
#home.window .ajax__tab_xp .ajax__tab_tab 
{
    height:13px;
    padding:6px;
    margin:0px;
    background: #ffffff url(../images/home_tab_middle.gif) repeat-x right top;
	color: #000000;
	font-weight: bold;
}
#home.window .ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
        background: #ffffff url(../images/home_tab_right.gif) no-repeat right top;
}
#home.window .ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {
    background: #ffffff url(../images/home_tab_left.gif) no-repeat left top;
}
#home.window .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {
    background: #ffffff url(../images/home_tab_middle.gif) repeat-x right top;
}
#home.window .ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
background: #ffffff url(../images/home_tab_right_active.gif) no-repeat right top;
}
#home.window .ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
    background: #ffffff url(../images/home_tab_left_active.gif) no-repeat left top;
}
#home.window .ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
    background: #ffffff url(../images/home_tab_middle_active.gif) repeat-x right top;
}
#home.window .ajax__tab_xp .ajax__tab_body {
    font-family:arial;
    font-size:12px;
    border:1px solid #75af0f;
    border-top:0;
    border-bottom: 0px;
    padding:5px 0px;
    background-color: transparent;
}
/* above set border on panel - below removes default border */
#home.window .bd {
border-width: 0px;
}
#home.window .bd .tl,
#home.window .bd .tr {
width: 5px;
padding: 0px 5px 0px 0px;
background-color: #75af0f;
}
/* */

/*
Tabbed menus

*	The rules for navigation start here. 
*	http://www.alistapart.com/articles/slidingdoors/
*/
.tabs {
	float:left;
	width: 100%;
	background: url("../images/pagination_bg.gif") repeat-x left top;
	padding:0px 0px 0px 0px;
	margin: 0px;
	line-height:normal;
}
.panel .tabs {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: auto;
	height: 30px;
	overflow: hidden;
}
.tabs ul {
	margin:0 0px 0px 0px;
	padding:0px 0 0 0px;
	list-style:none;
}
.tabs li {
	display:inline;
	margin:0;
	padding:0;
}
.tabs a {
	float:left;
	background: url("../images/content_tab_left_item.gif") no-repeat left top;
	padding:0 0px 0 9px;
	text-decoration:none;
	border-bottom: 0px;
}
.tabs a,
.tabs a:link,
.tabs a:visited,
.tabs a:focus,
.tabs a:hover {
	border-bottom: 0px;
}
.tabs a span {
	float:left;
	display:block;
	background: url("../images/content_tab_right_item.gif") no-repeat right top;
	padding:6px 15px 5px 6px;
	color: #000000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */
/*
*	1. At this point many things are simplified. The hover and background colors are set,
*	and no positions are used because we aren't swapping images
*	2. 'padding-bottom:4px;' on the current span pushes that tab 1px higher than the others, 
/*	exposing 1px of the background color of .tabs and giving the effect of an underline.
*/
.tabs .current a span {
	padding-bottom:6px;
}
.tabs a:hover {
	background: url("../images/content_tab_left_hover.gif") no-repeat left top;
	color: #333333;
}
.tabs .current a {
	background: url("../images/content_tab_left_active.gif") no-repeat left top;
	color: #333333;
}
.tabs a:hover span {
	background: url("../images/content_tab_right_hover.gif") no-repeat right top;
	color: #333333;
}
* .tabs .current a:hover {
	background: url("../images/content_tab_left_active.gif") no-repeat left top;
	color: #333333;
}
.tabs .current a span {
	background: url("../images/content_tab_right_active.gif") no-repeat right top;
	color: #333333;
}
* .tabs .current a:hover span {
	background: url("../images/content_tab_right_active.gif") no-repeat right top;
	color: #333333;
}
#details.tabs {
	background: transparent;
	width: auto;
	float: right;
}
#details.tabs a {
	padding:0 0px 0 9px;
	background:#E7F1F8 url("../images/tab_left_bottom.gif") no-repeat left top;
}
#details.tabs a span {
	padding:5px 15px 4px 6px;
	background:#E7F1F8 url("../images/tab_right_bottom.gif") no-repeat right top;
	color: #ffffff;
}
/* */


