/* Styles For Tabstrips */

.shadetabs
{
	width: 100%; /* margin-bottom: 1em; */	
}

.shadetabs ul
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-top: 5px;
}

.shadetabs li
{
	display: inline;
	margin: 0px;
}

.shadetabs li a
{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border-top:  thin solid #d3dadd;
	border-right: thin solid #d3dadd;
	border-left: thin solid #d3dadd;
	border-bottom: thin solid #ffffff;
	color: #44505C;
	background-color: #bebebe;
}

.shadetabs li a:visited
{
	color: #2d2b2b;
}

.shadetabs li a:hover
{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.selected				/*selected main tab style */
{
	position: relative;
	top: 0px;
}

.shadetabs li.selected a			/*selected main tab style */
{ 
	background-color: #ffffff;
	border-bottom-color: #ffffff;
	
}

.shadetabs li.selected a:hover		/*selected main tab style */
{ 
	text-decoration: none;
}

.clear
{
	clear: both;
}

.boxTitleBar
{
	font-weight: bold;
	color: #4c4c4c;
	border-bottom: 1px solid #c2c2c2;
	margin: 0 0 0 0;
}

table.bodyarea {
	border: thin solid #d3dadd;
	width: 100%; /* height: 100%; */
	background-color: #ffffff;
	/*padding-bottom: 18px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 18px;*/
    padding: 18px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#eff3fa', startColorstr='#ffffff', gradientType=0);
}

table.bodyareaborderless 
{
	border: 0px solid d3dadd;
	width: 100%; /* height: 100%; */
	background-color: #ffffff;
	/*padding-bottom: 18px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 18px;*/
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#eff3fa', startColorstr='#ffffff', gradientType=0);
}
