/*
    The "borderless" skin theme simply disables window borders and makes window content background transparent.
    These style rules are more specific than other rules applicable to the window and window content.
*/

.wlp-bighorn-theme-simpleborder .wlp-bighorn-window
{
	border: none;
}

.wlp-bighorn-theme-simpleborder .wlp-bighorn-window-content
{
	border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #CCCCCC;
	background-color: transparent;
	padding: 0px;
}

.wlp-bighorn-theme-simpleborder .window-content-table {
  width: 100%;
}

