﻿TABLE.AppWrapper
{
	border:1px solid #ACA899;
	background-color:#EDEDED
}

TABLE.AppToolRow 
{
	background-image: url(cssimg/ToolbarRowBackground.gif);
	background-repeat: repeat-x;
}

TD.AppSeparator 
{
	width:6px;
	background-image: url(cssimg/Separator.gif);
	background-position: center top;
	background-repeat: no-repeat
}

.AppTableWrapperResizeSpan
{
	cursor : default;	
	border : 3px solid #cccccc;
}

.AppTableWrapper
{
	border:1px solid #979797;
	border-top: 1px solid #696969;
	background-color:#EDEDED;
	font-size:0px;
}

.AppTableWrapperHeaderLeft 
{
	background: url(cssimg/DialogueHeaderLeft.gif); 
	width:9px;
} 
.AppTableWrapperHeaderCenter 
{		
	text-align: left;
	height:27px;
	font-family:Tahoma;	
	color: white;
	background: url(cssimg/dialogueHeaderCenter.gif); 
	background-repeat: repeat-x;
} 
.AppTableWrapperHeaderRight 
{
	background-color: #C6C6C6;
	width:1px;
} 

.AppTableWrapperBodyLeft 
{
	width:0px;
} 
.AppTableWrapperBodyCenter 
{	
	width:100%;
	height:100%;
} 
.AppTableWrapperBodyRight 
{
	width:0px;
} 

.AppTableWrapperFooterLeft 
{
	background-repeat: no-repeat; 
	height: 13px;
	font-size: 0px;
	width: 0px;
	border-bottom: 1px solid #B4B4B4;
} 

.AppTableWrapperFooterCenter 
{
	width:100%;
	height: 13px;
	font-size: 0px;
	line-height:0px;
	border-bottom: 1px solid #B4B4B4;
} 
.AppTableWrapperFooterRight 
{
	font-size: 0px;
	width: 14px;
	height: 13px;
	line-height:0px;
	cursor:nw-resize;
	background-image: url(cssimg/footerResize.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #B4B4B4;
} 

.AppTableWrapperFooterRightOver 
{
	width:0px;
	height:0px;
	font-size: 0px;
	line-height:0px;
	cursor:nw-resize;
}

.AppPropertyFrameHeader
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: white;
	height: 27px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 10px;	
	cursor:default;	
	width:100%;
	display:inline;
}

.AppPropertyFrameButtonClose
{
	cursor: hand;
	cursor:pointer;
	background-image: url(cssimg/dialogueHeaderClose.gif);
	width:19px;	
	height:27px;
	display:block;
}
.AppPropertyFrameButtonPinOff
{
	cursor: hand;
	cursor:pointer;
	background-image: url(cssimg/dialogueHeaderPinOff.gif);
	width:16px;	
	height:27px;
	display:block;
}
.AppPropertyFrameButtonPinOn
{
	cursor: hand;
	cursor:pointer;
	background-image: url(cssimg/dialogueHeaderPinOn.gif);
	width:16px;	
	height:27px;
	display:block;
}
/* ---------------- Form Author schema-specific styles ----------------- */
TABLE.FormAuthorContentTable TR.Over
{
	background-color: #DCF8AA
}
TABLE.FormAuthorContentTable TR.Selected
{
	background-color: #CCCCCC
}
TABLE.FormAuthorContentTable INPUT
{
	background-color: #EAEAEA
}
TABLE.FormAuthorContentTable TR.Selected INPUT
{
	background-color: #AAAAAA
}
TABLE.ToolPageHeader
{
	background-image: url(cssimg/Gradient.jpg);
	background-repeat:repeat-x
}
