﻿.DragPanel_Container
{
	border : solid 1px #666;
}

.DragPanel_Handle
{
	cursor : move;
	padding : 5px;
	font-size : 12px;
	color : White;
	font-weight : bold;
	border-bottom : solid 1px #666;
	background-color : #888;
}

.DragPanel_Content
{
	padding : 1px;
	background-color : #EEE;
}

.AlwaysVisibleControl_Container
{
	border : solid 1px #666;
	padding : 1px;
	background-color : #EEE;
}

.Accordion_Header
{
	margin-top : 2px;
	cursor : default;
	padding : 5px;
	font-size : 12px;
	color : White;
	font-weight : bold;
	border : solid 1px #666;
	background-color : #888;
}

.Accordion_SelectedHeader
{
	margin-top : 2px;
	cursor : default;
	padding : 5px;
	font-size : 12px;
	color : Yellow;
	font-weight : bold;
	border : solid 1px #666;
	background-color : #888;
}

.Accordion_Content
{
	padding : 3px;
	border-top : solid 0px #666;
	border-bottom : dotted 1px #666;
	border-left : dotted 1px #666;
	border-right : dotted 1px #666;
	background-color : #FFF;
}

.ResizableControl_Handle
{
	width:15px;
	height:16px;
	background-image:url(Images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.ResizableControl_Container
{
	border : solid 2px #AAA;	
}

.ResizableControl_ContainerResizable
{
	border : solid 2px Red;	
}


.SlideTabs
{
    font-size:12px;	
    width:100%;
}

.SlideTabs_Header
{
    background-image:url(Images/headerbg.gif);
    cursor:default;
    width:100%;
    height:27px;
}

.SlideTabs_Header_HeaderItem
{
	float:left;
    background-image:url(Images/header.gif);
    width:94px;
    text-align:center;
    padding-top:5px;
    padding-bottom:8px;
    color:#999;
}

.SlideTabs_Header .Selected
{
    background-image:url(Images/headerselected.gif);
    color:#33F;
    font-weight:bold;
}

.SlideTabs_Content
{
    clear:both;
}

.SlideTabs_Content_ContentItem
{
    display:none;
}

.SlideTabs_Content .Selected
{
    display:block;
}