﻿/*******************************************************************
 *	Temporary styles 
 */
#header #basketbox
{
	position: relative;
	float: right;
	line-height: 10px;
	top: 82px;
	color: #000;
	width: 190px;
	height: 80px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-color:#66B2FF;
	background-repeat:repeat-x;
	color:white;
	font-weight:bold;
	clear: both;
	margin: 10px 0 0 0;
	border: Solid 1px #9CF;
}

.imageBoxContainer img
{
	border-style: solid;
	border-width: 10px;
	border-color: #ddd;
	padding: 0px;
	margin: 0px;
	background-color: white;
}

.TreeNodeItemsBlue
{
	font-family: Verdana;
	font-size: 10px;
	color: blue;
}
/*******************************************************************
 *	Temporary styles 
 */

.skin0
{
	position: absolute;
	width: 120px;
	border: 2px solid black;
	background-color: menu;
	font-family: Verdana;
	line-height: 20px;
	cursor: default;
	font-size: 14px;
	z-index: 100;
	visibility: hidden;
}

.menuitems
{
	padding-left: 9px;
	padding-right: 9px;
	font-family: Verdana;
	font-size: 10px;
	color: black;
}

.TreeNodeItems
{
	font-family: Verdana;
	font-size: 10px;
	color: black;
}

a
{
	text-decoration: none;
}
.tabMenuContainer
{
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0 0 0;
}
.menuTabs
{
	position: relative;
	top: 1px;
	left: 10px;
}
.tab
{
	border: Solid 1px #9CF;
	border-bottom: none;
	padding: 0;
	background-color: #E5F3F9;
}
.tab a
{
	display: block;
	padding: 0px 10px;
	height: 100%;
	font-weight: bold;
}
.tab a:link,
.tab a:visited
{
	background-color: #E5F3F9;
	color: #69C;
}
.tab a:hover,
.tab a:active
{
	background-color: #FFC200;
	color: #FFF;
}
.selectedTab
{
	border: Solid 1px #9CF;
	border-bottom: Solid 1px white;
	padding: 0px 10px;
	background-color: white;
}
.selectedTab a:link,
.selectedTab a:visited,
.selectedTab a:hover,
.selectedTab a:active
{
	background-color: #FFF;
	color: #333;
}
.tabBody
{
	border: Solid 1px #9CF;
	padding: 20px;
	float: left;
}
/*
.tabBody table
{
	width: 100%;
	float: left;
}
*/
