@charset "utf-8";

.swg-unselectable {
	moz-user-select: none;
	khtml-user-select: none
}

/* A div with this class should be placed in layout columns
for panel layout settings */
.swg-panel-layout {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

/* Start of the titlepanel default theme styles */
.swg-titlepanel {
	border: #98c0f4 1px solid;
	overflow: hidden;
	position: static;
	background-color: white;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

.swg-titlepanel .swg-titlepanel-body {
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 10px;
}
.swg-titlepanel .swg-titlepanel-hd {
	background-image: url(../images/default/layout/panel-title-light-bg.gif);
	color: black;
	border-bottom: #98c0f4 1px solid;
	position: relative;
	left: 0px;
	top: 0px;
}
.swg-titlepanel .swg-titlepanel-hd-text {
	padding: 4px;
	display: block;
	font: bold 11px tahoma, verdana, helvetica;
	white-space: nowrap;
	overflow: hidden;
	color: #666;
	
}
/* End of the titlepanel default theme styles */

/* Start of the aero titlepanel theme override styles, override default titlepanel setting */
.swg-paneltheme-aero .swg-titlepanel .swg-titlepanel-hd {
	background: url(../images/aero/layout/panel-title-light-bg.gif);
}

.swg-paneltheme-aero .swg-titlepanel .swg-titlepanel-hd {
	border-bottom-color: #6593cf;
}

.swg-paneltheme-aero .swg-titlepanel {
	border-color: #6593cf;
}
/* End of the aero titlepanel theme override styles */

/* Start of the noborder titlepanel theme override styles, override default tabpanel setting */
.swg-panel-noborder .swg-titlepanel {
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
/* End of the noborder titlepanel theme override styles */

/* Start of the tabpanel default theme styles */
.swg-tabpanel {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
}

.swg-tabpanel .swg-tabpanel-hd {
	border-bottom: #98c0f4 1px solid;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
	position: static;
	background-color: #FFFFFF;
}

.swg-tabpanel .swg-tabpanel-hd-right {
	background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px
}

.swg-tabpanel .swg-tabpanel-hd-left {
	background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0px -150px
}

.swg-tabpanel .swg-tabpanel-hd-text {
	padding: 4px 10px 4px 10px;
	font: bold 11px tahoma, verdana, helvetica;
	overflow: hidden;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis
}

.swg-tabpanel .swg-tabpanel-body {
	padding: 5px;
	margin: 0px;
	border-left: #98c0f4 1px solid;
	border-right: #98c0f4 1px solid;
	border-bottom: #98c0f4 1px solid;
	border-top-style: none;
	font-size: 10px;
	zoom: 1;
}

/* End of the tabpanel default theme styles */

/* Start of the aero tabpanel theme override styles, override default tabpanel setting */
.swg-paneltheme-aero .swg-tabpanel .swg-tabpanel-hd-right {
	background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right -50px
}

.swg-paneltheme-aero .swg-tabpanel .swg-tabpanel-hd-left {
	background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0px -150px
}

.swg-paneltheme-aero .swg-tabpanel .swg-tabpanel-body {
	border-color: #6593cf;
}

.swg-paneltheme-aero .swg-tabpanel .swg-tabpanel-hd {
	border-bottom-color: #6593cf;
}
/* End of the x-aero tabpanel theme override styles */

/* Start of the noborder tabpanel theme override styles, override default tabpanel setting */
.swg-panel-noborder .swg-tabpanel .swg-tabpanel-body {
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
/* End of the noborder tabpanel theme override styles */
