/*
*** PLEASE REMEBER TO UPDATE THE INFORMATION BELOW ***
Created by:			Maurice Hason, maurice.hason@sysaid.com
Created on:			April 17, 2013
Last Updated by:	Shem Mahluf, frontend1@sysaid.com
Last Updated on:	May 12, 2013
Description:		Stylesheet File for Tabbed Pages 
*/

div#tabs { position: relative; }

div#tabs ul.tabs {
	display: block;
	clear: both;
	/* height: 35px;
	margin-top: 16px; */
	position: relative;
	bottom: -1px;
	left: 30px;
}

div#tabs ul.tabs li.tabs-nav {
	/* float: left; */
	display: inline-block;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
	width: 110px !important;
	height: 25px;
	text-align: center;
	background: #fff;
	border: 1px solid #9a9a9a;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	position: relative;
	bottom: 0px;
	/* margin-left: -1px; */
}

div#tabs ul.tabs li.tabs-nav.ui-state-active {
	font-family: "Arial", sans-serif;
	font-weight: bold;
	height: 33px; /* This must be ALWAYS 2 pixels less than the parent UL height! */
	/*
position: relative;
	bottom: 8px;
*/
	line-height: 40px;
	background: url("../images/selected-tab-bg.gif") no-repeat center top #fff;
	border-bottom: none;
}

div#tabs ul.tabs li.tabs-nav a,
div#tabs ul.tabs li.tabs-nav a:active {
	color: #000;
	text-decoration: none;
	display: block;
}

div#tabs ul.tabs li.tabs-nav a:hover {
	text-decoration: none;
	color: #3bb000;
}

div#tabs ul.tabs li.tabs-nav.ui-state-active a:hover {
	color: #000;
}

div#tabs .ui-tabs-panel {
	/* IMPORTANT: if padding is changed, height and min-width should also be changed by the same ratio */
	background: #fff;
	min-width: 1140px;
	height: 670px;
	padding: 25px;
	border: 1px solid #9a9a9a;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}