
	div#TCMS_Admin_ShowPanel
	{
		position: fixed;
		color: black;
		background: white;
		border-bottom: 1px solid black;
		opacity: 0.5;
		font-size: 92%;
	}
	
	div#TCMS_Admin_ShowPanel div.scLine
	{
		border-left: 1px solid black;
		border-top: 1px solid black;
		border-right: 1px solid black;
		padding: 0.1em 0.5em 0.25em 0.5em;
	}
	
	div#TCMS_Admin_ShowPanel div.scCaption
	{
		display: inline-block; /* See also IE6 */
		width: 12em;
	}
	
	div#TCMS_Admin_ShowPanel div.scData
	{
		display: inline;
		font-weight: bold;
		color: #C00;
	}
	
	div#TCMS_Admin_ShowPanel span.scRemark
	{
		font-weight: normal;
		color: black;
	}
	

/* PHP Info on Admistration Area */
	
	
	div#TCMS_Admin_PhpInfo table
	{
		font-size: 10px;
		background: #EEE;
		width: 100%;
	}
	
	div#TCMS_Admin_PhpInfo table td,
	div#TCMS_Admin_PhpInfo table th
	{
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		padding: 0.1em 0em 0.2em 0.2em;
	}
	
	div#TCMS_Admin_PhpInfo table th
	{
		text-align: left;
	}
	
	div#TCMS_Admin_PhpInfo table td.e
	{
		width: 250px;
	}
	
	div#TCMS_Admin_PhpInfo h1
	{
		display: none;
	}
	
	div#TCMS_Admin_PhpInfo h2
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 125%;
		font-weight: bold;
		letter-spacing: 1px;
		color: #646B7A;
		border-bottom: 1px solid #DDE;
	}
	
	div#TCMS_Admin_PhpInfo table h1.p
	{
		font-size: 150%;
		margin: 0em;
		display: block;
	}
	
/* END PHP Info on Admistration Area */
