﻿/************ fake tab styles *********/
#fauxtab ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#fauxtab li
{
	float: left;
	position: relative;
	margin-left: 3px;
	width: 100px;
	height:25px;
	background-image: url('/tools/commontoolfiles/images/tab_inactive.png');
	background-repeat:no-repeat;
	border-bottom-width: 0;
}
#fauxtab li .delete
{
	Position:absolute;	
	right: 0px;
	top: 0px;
	padding: 2px;
}

#fauxtab li:hover
{
	float: left;
	margin-left: 3px;
	width: 100px;
	height:25px;
	background-image: url('/tools/commontoolfiles/images/tab_active.png');
	background-repeat:no-repeat;
	border-bottom-width: 0;
}

#fauxtab a
{
	text-decoration: none;
	display: block;
	padding: 5px 0px 0px 0px;
	width: 100%;
	color: #999999;
	text-align: center;
}

#fauxtab a:hover
{
		background-repeat:no-repeat;
}

#fauxtab .selected
{
	border-color: #999999;

	background-image: url('/tools/commontoolfiles/images/tab_active.png');
		background-repeat:no-repeat;
}

#fauxtab .selected a
{
	position: relative;
	top: 1px;

	color: black;
	font-weight: bold;
}

#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;
}