.OutBox 
{
	display:inline-block;
	position:relative;
	border: solid 1px #CCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	width:99%;
	top:0px;
	left:0px;
	overflow:hidden;
	float:left;
	clear:none;
}


.InBox 
{
	
	position:relative;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #ECE9D8;
	overflow:hidden;
}

.ContentBox 
{
	position:relative;
	width:100%;
	overflow-x:hidden;
	overflow-y:auto;
}



.TitleBar
{
  position:relative;
  left:0px;
  top:0px;
  
  width:auto;
  height:18px;
  background: #F5F8F5 url(/_Component/_Window/_Images/background.gif) repeat-y;
  padding: 1px;
  cursor:default;
    
}

.HR
{
	border-top:solid 1px #CCC;
	border-Bottom :solid 1px #FFF;
	margin-left:2px;
	margin-right:2px;
	height : 0px;
	width:auto;
	overflow :hidden;	
}


DIV.Logo 
{
	position:relative;
	left:0px;
	top:0px;
	
	height:18px;
	width:18px;
	background: url(/_Component/_Window/_Images/Logo1.gif) center no-repeat;
	float:left;
    clear:none;		
	
}

DIV.TitleArea 
{
	position:relative;
	left:1px;
	top:2px;
	font-size : 12px;
    height:16px;
	overflow: hidden;
	z-index:2;
	margin-bottom:0px;
	padding:1px;
	
	float:left;
    clear:none;
	
}




DIV.BtArea 
{
	position :absolute;
	top: 3px;
	right:2px;
	width:80px;
	height:16px;
	z-index:3;
	text-align:right;
}


.btBack
{
	
	display:inline-block;
	
	background: url(/_Component/_Window/_Images/WinControl/back.gif) center no-repeat;
	width : 16px;
	height : 14px;
	padding:0px;
	margin:0px;
	cursor : pointer;
	
	
}

.btBack:hover
{
	background: url(/_Component/_Window/_Images/WinControl/back_hover.gif) center no-repeat;
}

.btPress
{
	display:inline-block;
	background: url(/_Component/_Window/_Images/WinControl/back_press.gif) center no-repeat;
 	width : 15px;
	height : 13px;
	padding-top:1px;
	padding-left:1px;
	margin:0px;
	cursor:pointer;
}


.FFbtBack
{
	position : relative;
	background: url(/_Component/_Window/_Images/WinControl/back.gif) center no-repeat;
	width : 16px;
	height : 14px;
	padding:0px;
	padding-top:4px;
	cursor : pointer;
	
	
}

.FFbtBack:hover
{
	background: url(/_Component/_Window/_Images/WinControl/back_hover.gif) center no-repeat;
}

.FFbtPress
{
	position:relative;
	background: url(/_Component/_Window/_Images/WinControl/back_press.gif) no-repeat;
 	width : 15px;
	height : 16px;
	padding:0px;
	top:2px;
	
	padding-top : 4px;
	padding-left : 1px;
	cursor:pointer;
	
}



.TabArea
{
   position:relative;
   display:inline-block;
   padding-top : 5px;
   margin-left : 3px;
   height:21px;
   overflow-y:hidden;
   
}

.TabMenu 
{
  	margin-right:3px;
	cursor:pointer;
	float:left;
	clear:none;
}


.TabLeft
{
	position:relative;
	width: 5px;
	height:21px;
	background:url(/_Component/_Window/_Images/TabMenu/TabLeft.gif);
	float:left;
	clear:none;
}

.TabCenter
{
	position:relative;
	background:url(/_Component/_Window/_Images/TabMenu/TabCenter.gif);
	height:21px;
	color:#ffffff;
	padding-top:2px;
	
	float:left;
	clear:none;
	overflow-y :hidden;
}

.TabRight
{
	position:relative;
	width: 5px;
	height:21px;
	background:url(/_Component/_Window/_Images/TabMenu/TabRight.gif);
	float:left;
	clear:none;
}

.TabMenuTitle 
{
	position:relative;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	vertical-align:middle;
	
}





.TabLeft_Over
{
	width: 5px;
	height:21px;
	background:url(/_Component/_Window/_Images/TabMenu/TabLeft_Over.gif);
	float:left;
	clear:none;
	cursor:default;
}

.TabCenter_Over
{
	background:url(/_Component/_Window/_Images/TabMenu/TabCenter_Over.gif);
	height:21px;
	color:#000000;
	padding-top:2px;
	float:left;
	clear:none;
	cursor:default;
}

.TabRight_Over
{
	width: 5px;
	height:21px;
	background:url(/_Component/_Window/_Images/TabMenu/TabRight_Over.gif);
	cursor:default;
	float:left;
	clear:none;
}

.ResizeBox
{
	position:relative;
	height:0px;
	overflow-y:visible;
	float:right;
	clear:none;
}


.ResizeImg 
{
	position:absolute;
    cursor:nw-resize;
	top : -13px;
	left : -13px;
	height : 12px;
	width : 12px;
	background:url(/_Component/_Window/_Images/Resize.gif) no-repeat;
	float:right;
	clear:none;
}



.SystemTray
{
	position:absolute;
	z-index:99998;
	height:24px;
	overflow-y:auto;
	float:left;
	clear:none;
	background:#FFF;
}


.PopBack
{
	position:absolute;
	z-index:99998;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
	overflow:hidden;
	background-color:#000;
}



.PopIn
{
	position:absolute;
	z-index:99999;
	width:auto;
	overflow:hidden;
	background-color:#FFF;
}


.Tray
{
	position:static;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	margin-right:3px;
	
	
}

.ButtonTable 
{
	display:inline-table;
	height:20px;
	overflow:hidden;
	cursor:pointer;
	vertical-align:text-bottom;
	width:auto;
	
}

.ButtonLeft 
{
	
	background:url(/_Component/_Window/_Images/Button/button_left.gif) left no-repeat;
	width:13px;
}

.ButtonRight 
{

	background:url(/_Component/_Window/_Images/Button/button_right.gif) right no-repeat;
	width:10px;
}


.ButtonBack 
{
	position:relative;
	height:20px;
	color:#900;
	background:url(/_Component/_Window/_Images/Button/button_back.gif) left repeat-x;
	overflow:hidden;
}

.ButtonLeft_Press 
{
	background:url(/_Component/_Window/_Images/Button/button_press_left.gif) left no-repeat;
	width:13px;
}

.ButtonRight_Press 
{
	background:url(/_Component/_Window/_Images/Button/button_press_right.gif) right no-repeat;
	width:10px;
}


.ButtonBack_Press
{
	
	position:relative;
	height:20px;
	color:#AAA;
	background:url(/_Component/_Window/_Images/Button/button_press_back.gif) left repeat-x;
	overflow:hidden;
	
}
