.drag-handle
{ 
	padding: 0px;
	text-indent: 3px;
	font: bold 10px Arial;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
}

.drag-handle .drag-controls
{ 
	position: absolute;
	right: 12px;
	top: 5px;
	cursor: hand;
	cursor: pointer;
}

.drag-contentarea
{ 	
	background-color: white;
	color: black;
	height: 150px;	
	overflow: auto;
}

.drag-resizearea
{
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}

.Title_Program_Icon
{
	width:29px;
	height:20px; 
	/*background: transparent url('Title_Start.png') top left no-repeat;*/
	float:left;
}

.Title_Caption
{
	width:auto;
	height:22px; 
	float:left;
	line-height:22px;
	color:gray;
}

.Title_Bar_Background
{ 	
	height: 27px;
	background: transparent url('TitleBar.gif') repeat-x;	
}

.Status_Bar_Background
{ 	
	height: 13px; /*height of resize image*/
	background: transparent url('status.png') repeat-x;
}

.Window_Border
{
	position: absolute;			
	visibility: hidden;		
}

.drag-statusarea
{ 

	height: 13px; /*height of resize image*/
}

.Content_Area
{
	padding-right:10px;
	background: transparent url('background_right.PNG') repeat-y right;
	_background: transparent url("background_right_IE.gif") repeat-y right;
    /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background_right.png', sizingMethod='scale');*/

}

.Outer_Border
{      
	width:100%;
	border-left: solid 1px silver;	
	padding:0px;
}

.Right_Shadow
{
  	width:10px;
  	height:100%;
  	display:block;
  	background: transparent url('Background_bottom.png') repeat-x;
  	_background: transparent url('Background_bottom_IE.png') repeat-x;
  	/*_background: transparent url("/App_Themes/IE/empty.gif") repeat-x;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Background_bottom.png', sizingMethod='scale');*/
}

.Shadow_Outer{
	padding-right:10px;
	background: transparent url('Background_corner.png') no-repeat top right;
	_background: transparent url('Background_corner_IE.gif') no-repeat top right;
	/*_background: transparent url("/App_Themes/IE/empty.gif") no-repeat top right;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Background_corner.png', sizingMethod='scale');*/

}

.Shadow_Inner{
	height: 13px; /*height of resize image*/	
	background: transparent url('Background_bottom.png') repeat-x;
	_background: transparent url('Background_bottom_IE.png') repeat-x;
	/*_background: transparent url("/App_Themes/IE/empty.gif") repeat-x;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Background_bottom.png', sizingMethod='scale');*/

}

.Page_Content_Area{	
	background-color: #F8F8F8;
	padding:2px;
}

#Gray_Out_Controls
{
	position:absolute;
	display:block;
	background-color:silver;
	z-index:999;
	opacity: 0.5;	
	-moz-opacity:.25;
	display:none;
	filter: alpha(opacity=25);
}
