﻿/************ fake tab styles *********/
#fauxtab ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#fauxtab li
{
	float: left;
	display: inline;
		width: 100px;
	height:25px;
	margin-left: 3px;
	border-bottom-width: 0;
	background-image: url('/tools/commontoolfiles/images/tab_inactive.png');
	background-repeat:no-repeat;
}

.chkbox
{
	width: 15px;
}
#fauxtab .group
{
	color: #999999;
	width: 100px;
	height: 25px;
	text-align: center;
	background-image: url('/tools/commontoolfiles/images/tab_inactive.png');
	background-repeat:no-repeat;
		border-bottom-width: 0;
}
#fauxtab .group .delete
{
	visibility: hidden;
	Position:relative;	
	left: 40px;
	top: -25px;
}
#fauxtab .group a
{

	padding: 5px 0px 5px;
	text-decoration: none;
	text-align: center;
}

#fauxtab .group:hover
{
		background-image: url('/tools/commontoolfiles/images/tab_active.png');
}

#fauxtab .selected
{
	border-color: #999999;
	position: relative;
	top: 0px;
	color: black;
	width: 100px;
	height: 25px;
	text-decoration: none;
	text-align: center;
	background-image: url('/tools/commontoolfiles/images/tab_active.png');
		background-repeat:no-repeat;
}

#fauxtab .selected a
{
	width: 100%;
		padding: 5px 0px 5px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#fauxtab .selected .delete
{
	Position:relative;	
	left: 40px;
	top: -25px;
}
#fauxtabcontent
{
	border-top: 1px solid #999999;
	background: white;
	clear: both;
	padding: 5px 0 10px 20px;
			-moz-box-shadow: 0 0 5px #333333;
-webkit-box-shadow: 0 0 5px #333333;
box-shadow: 0 0  5px #333333;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.fauxtabcontent
{
	/*border-top: 1px solid #999999;*/
	background: white;
	clear: both;

	padding: 5px 0 10px 0px;
		-moz-box-shadow: 0 0 5px #333333;
-webkit-box-shadow: 0 0 5px #333333;
box-shadow: 0 0  5px #333333;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}