﻿/* -->  Module control in main form  */
.ModulesText 
{
	/* inherited from main stylesheet */	
}
.Padding
{
	/* inherited from main stylesheet */
}

.ModulesText 
{
	/* inherited from main stylesheet */	
}
.Padding
{
	/* inherited from main stylesheet */
}

.PageEdit_Table
{
    width: 235px;
}
.PageEdit_Title
{
    width: 180px; 
    height: 20px; 
    text-align: left;
}
.PageEdit_Body
{
    text-align: left;
    vertical-align: top;     
    width: 180px; 
    font-family: Arial, Sans-Serif;
    font-size: 8pt;
    font-weight: 500;
    color: #5b5959;
}
.BodyContentTableDisplayAreaSize
{
	width:100%;
}
.BodyContentTableDisplayAreaSize td
{
	/*If required to style*/
}
/* <--  Style sheet for the popup window --> */
.PopupBody 
{
	FONT-FAMILY: Arial,Verdana;
	font-size:smaller;
	color :Black;		
	padding: 0px;
	margin: 0px 7px 0px 7px;
	height:100%;									
}
.PageTitle{
	font-size: 12pt;
	height: 38px;
	vertical-align:middle;	
}
.PageEdit_EditorHolder
{
	clear:both;
	display:block;
	float:left;
	position:static;
	width:100%;
	height:100%;
	margin-top:0px;
}

.PageEdit_PageContainer
{
	overflow:hidden;
	background-color:Red;
}

.PageEdit_PageInfo
{	
	margin-top:10px;
	clear:both;
	
}

.PageEdit_Icon
{
	display:block;
	float:left;
	width:120px;
	height:90px;
	background-repeat:no-repeat;	
	clear:both;
	background-image:url('/Framework/Parts/Images/PageProperties.gif');
	
	
}
.PageEdit_PageTitleEtc
{
	display:block;
	float:left;
	clear:none;
	margin-top:5px;
}
.PageEdit_Lables
{
	width:120px;
	clear:both;
	display:block;
	float:left;
	FONT-FAMILY: Arial,Verdana;
	vertical-align :top;
	font-size:x-small;
	line-height:20px;
}
.PageEdit_Values
{
	clear:none;
	display:block;
	float:left;
	FONT-FAMILY: Arial,Verdana;
	vertical-align :top;
	font-size:x-small;
	line-height:20px;	
}
#Editor_Content_Div
{		
	width:100%;
	padding-left:0px;
	margin-left:0px;
}
.Page_Text
{
	text-align: left; 
	vertical-align: top;
	font-family:Arial,Verdana,Tahoma,Sans-Serif;
	font-size:10pt;	
	margin-bottom:15px;
}
.PrintTitle
{
	font-family:Arial,Verdana,Tahoma,Sans-Serif;
	font-size:8pt;
	font-weight:bold;
	color:Black;
	padding-left:10px;
}

.PrintContent 
{
	font-family:Arial,Verdana,Tahoma,Sans-Serif;
	font-size:8pt;
	font-weight:normal;
	color:Black;
	padding-left:10px;
}

.PrintText
{	
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;	
	text-align: left; 
	vertical-align: top;
	font-family:Arial,Verdana,Tahoma,Sans-Serif;
	font-size:10pt;
}

.PrintPageTitle
{
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	vertical-align: top;
	font-family:Arial,Verdana,Tahoma,Sans-Serif;
	font-size:12pt;
	font-weight:bold;
}
/* Message frame */   
.Page_Message_T_L
{
	  width:4px;
	  height:4px;
	  background-image:url('/Framework/Parts/images/PMessage_T_L.gif');
}
.Page_Message_T
{
	   width:auto;
	   height:4px;
	   background-image:url('/Framework/Parts/images/PMessage_T.gif');
	   background-repeat:repeat-x;
	   background-position:top;
}
.Page_Message_T_R
{
	   width:4px;
	   height:4px;
	   background-repeat:no-repeat;
	   background-position:left;
	   background-image:url('/Framework/Parts/images/PMessage_T_R.gif');
}
.Page_Message_L
{
	   width:4px;
	   height:auto;
	   background-image:url('/Framework/Parts/images/PMessage_L.gif');
	   background-repeat:repeat-y;
	   background-position:left;
}
.Page_Message_C_No_Icon
{
	   width:auto;
	   height:auto;
	   background-repeat:no-repeat;	 
	   background-color:#FEFEFE;   
}
.Page_Message_R
{
	   width:4px;
	   height:auto;	
	   background-position:left;
	   background-image:url('/Framework/Parts/images/PMessage_R.gif');
	   background-repeat:repeat-y;	 
}
.Page_Message_B_L
{
	   width:4px;
	   height:4px;
	   background-image:url('/Framework/Parts/images/PMessage_B_L.gif');
}
.Page_Message_B
{
	   width:auto;
	   height:4px;
	   background-image:url('/Framework/Parts/images/PMessage_B.gif');
	   background-repeat:repeat-x;
	   background-position:bottom;
}
.Page_Message_B_R
{
	  width:4px;
	  height:4px;
	  background-repeat:no-repeat;
	  background-position:left;
	  background-image:url('/Framework/Parts/images/PMessage_B_R.gif');
}   
.Page_Message_Outline
{
	  width:100%;	  
}