/* Can be used to right align contents in the FormListHeader */
#FormListFloatRight{ float: right; top: 4px; }
#FormListFloatRightList{ float: right; top: 4px; margin-right: 19px;}
#FormListFloatLeft{ float: left; top: 0px; padding: 1px; }
#FormListFloatLeftList{ float: left; top: 0px; padding: 1px; margin-left: 11px; }

.FTMenuItemChatInput{ margin: 4px; width: 100%; font-family: helvetica, tahoma, verdana, arial; font-size: 11px; border: none}
.FTMenuItemChatDivMsg{ margin-left: 2px; margin-right: 2px; width: 100%; height: 100%; overflow: auto; }
.FTMenuItemChatSend{ margin-left: 4px; margin-bottom: 2px; font-family: helvetica, tahoma, verdana, arial; font-size: 11px; }
.FTMenuItemChatCounter{ width: 30px; font-family: helvetica, tahoma, verdana, arial; font-size: 9px; margin-bottom: 2px; border: 0px; }
.FTMenuItemChat1{ margin-left: 2px; margin-right: 2px; font-family: helvetica, tahoma, verdana, arial; font-size: 11px; overflow: hidden; }
.FTMenuItemChat2{ margin-left: 2px; margin-right: 2px; font-family: helvetica, tahoma, verdana, arial; font-size: 11px; overflow: hidden; }

.FTMenuItemInputRec{ margin: 4px; width: 113px; font-family: helvetica, tahoma, verdana, arial; font-size: 11px; border: none}
.FTMenuItemInputButton{ margin-left: 2px; margin-bottom: 4px; font-family: helvetica, tahoma, verdana, arial; font-size: 11px; border: none}

.ShadowBox 
{
	background : url(../_images/shadowdark.gif) repeat;
	width : auto;
	height : auto;
	display: table;
}
			
.ShadowContent 
{
	position: relative;
	width: auto;
	height : auto;
	padding: -3px; 
	padding-bottom: -5px;
	top: -4px; /* these two define the shadow 'offset'*/
	left: -4px; /*...*/
	background: white;
	color: black;
	border: 1px solid black
}	

.ShadowContentHome
{
	position: relative;
	width: auto;
	height : auto;
	padding: -3px; 
	padding-bottom: -5px;
	top: -4px; /* these two define the shadow 'offset'*/
	left: -4px; /*...*/
	background: white;
	color: black;
	border: 1px solid black
}	

.PortraitSpace 
{
  /*border:solid 1px silver;*/
  padding-top:4px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:4px;
} 

.CompensateLeft{ margin-left: 5px; }
.thumbfloatleft{ margin-right: 10px }		
