﻿/*
CUSTOM-STYLES.CSS
------------------

The following styles will be applied to the custom tags
Here it's possible to define custom styles such as 
readonlycontent/readonlyelement/alwaysshowtags etc.

You can also define if custom actions defined as <action /> within the uiconfig.xml 
file should apply to any of the custom tags.
*/

faxmessage, to, from, faxno, date, subject, pages {	
  ro-readonlyelement:true;
  ro-alwaysshowtags:true;
}


body {
		font-family: Arial;
		font-size: 12px;
}

p {
        font-family: Arial;
        font-size: 12px;
        margin-bottom: 2px;
        margin-top:1px;
}



table { border: 1px solid;}

td {padding-left: 3px;}



 


