/*============================================================================================
                               Motorola Confidential Proprietary
                        (c) Copyright Motorola 2003-2004, All Rights Reserved

Revision History:

Author             Date      CR Number   Revision  Major Changes
---------------  ----------  ----------  --------  ---------------
Kiran Julapalli  20-02-2004  LIBdd55888    Initial Creation
Kiran Julapalli  23-06-2004  LIBee17800    Added text-align to text
Kiran Musham     24-JUN-04   LIBee24321    Url underline
Kiran Julapalli  21-07-2004  LIBee27404    Font size
Vijayendra H	 04-08-2004  Version 5     CR fixes
Subodh           04-0802004  Version 6     Images size changed to 95%
Kiran Julapalli  31-08-2004  Version 7     Fix for small image center align
Kiran Musham     03-28-2005  LIBff75296    Changes in Display properties of elements for DRM icon
Ramprabhu J      03-29-2005  LIBff84140    Changed Default Font Size to 8
Kiran Musham     04-APR-2005 LIBff93756    Add mot-image-resize:squash for img node
Kiran Musham     15-JUN-2005 LIBgg25871    a) Removed text-align property to support RTL.
                                           b) Re-orders all rules for more readability and maintainability.

Ramprabhu J      19-JUL-2005 LIBgg48298    Reversed LIBgg25871 
============================================================================================*/
/* Please === D O N O T === change the order. This order is derived from 
 * default.css located at /vobs/core_browser/code/css/src 
 */


/* TODO:
    LIBgg48928 will make Text always left aligned even for RTL text.The rule needs to be removed after adding Dummy Parent 
    for Video,Image,Audio in the DOM tree.After that fix the alignment for body and text needs to be removed so that UIS 
    can decide the text alignment based on Lang Pack and explicit "center" alignment can be then made to img,video,audio
*/

*                {font-size:8pt; background-color:transparent}
smil             {display:block; mot-canvas-element:true}
head             {display:none}
switch           {display:none}
layout           {display:none}
meta             {display:none}
root-layout      {display:none}
region           {display:none}
anchor           {display:block}
a                {display:block}
body             {display:block; background-color:white; mot-canvas-element:true; text-align:center}
par              {display:block}
seq              {display:block}
text             {display:block; white-space:prewrap; text-align:left}
txt_child_url    {display:block; white-space:prewrap; color:#000000; text-decoration:underline}
txt_child_nonurl {display:block; white-space:prewrap; text-align:left}
textstream       {display:block}
video            {display:block}
audio            {display:block}
ref              {display:block}
img              {display:block; fit:mot_smil; margin:2px; width:95%; mot-image-resize:squash}
