<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

html                    {margin:0px; padding:0px; font-size:10pt;font-family:arial, tahoma, verdana, arial, sans-serif;}
body                    {margin:0px; padding:0px; font-size:10pt;}

h1					    {font-size:170%;}
h2					    {font-size:130%;}
h3					    {font-size:110%;}

.ui-layout-resizer      {background-color:#e9e8dc;}
.ui-layout-toggler      {background-color:#aaaaaa;}
.ui-layout-north	    {border-bottom:1px solid #e6e6f8; display:block; height:80px !important;}
.ui-layout-east		    {font-size:8pt; width:166px !important; background-color:#f1f1f1 !important;}
.ui-layout-west		    {font-size:8pt; width:280px !important; background-color:#f1f1f1 !important;}
.ui-layout-center	    {overflow:hidden; background:#dddddd;}
.ui-layout-south	    {background-color:red !important; height:35px !important;}

#titlebar			    {background-color:#ffffff; width:100%; background-image:url(../images/landing/logo.jpg); background-position:25px 0px; background-repeat:no-repeat; padding-bottom:18px; padding-top:16px; height:25px;}
#titlebar .projectname  {float:right; margin-right:10px; font-size:18px; margin-top:3px;}
#titlebar .modified     {float:right; margin-right:10px; font-size:18px; margin-top:3px;}

#status 				{margin-left:25px; margin-bottom:10px; margin-top:10px; font:bold 8pt/1.4 sans-serif;}
#status a               {color:#010abf;}
#status a:hover         {text-decoration:underline;}

#eastTabs               {background-color:#f1f1f1;}
#eastTabs a             {width:243px; height:18px; border-top:1px solid #aca899; border-bottom:1px solid #a3a9b5; font-size:70%;}

.showHover              {width:auto; height:auto;}


div.delete{background: url(../images/cross.png);width:15px;height:15px;float:left;margin-left:3px}
div.insertImageTop{background: url(../images/image_plus.png);width:15px;height:15px;float:left;margin-left:3px}
div.insertImageBottom{background: url(../images/image_plus.png);width:15px;height:15px;float:left;margin-left:3px}
div.dragger{background: url(../images/ruler_arrow.png);width:15px;height:15px;float:left;margin-left:3px}
div.addAnimation{background: url(../images/plus.png);width:15px;height:15px;float:left;margin-left:3px}

.txt_area_start         {border:1px solid transparent; cursor:pointer;}
/*.img_img_start {cursor:pointer; }*/
.txt_area_start:hover   {border:1px dashed #000000 !important;}



.modproperties{float:right}
#tabs{bottom:150px;position:absolute}
#stage{margin-top:0px;overflow:hidden;background:url(../images/tile.gif);height:100%;
        width:100%; position: relative; top: 0px; } /* min-height and min-width are used by the system also and should be integer */

#backgroundPopup	{display:none; position:fixed; _position:absolute; /* hack for internet explorer 6*/  
		height:100%; width:100%; top:0; left:0; background:#000000; border:1px solid #cecece; z-index:500; }
#popupTemplate		{display:none; position:fixed; _position:absolute; /* hack for internet explorer 6*/  
		height:150px; width:300px; background:#FFFFFF; border:2px solid #cecece; z-index:2; padding:12px; font-size:13px; z-index:501; }
#popupTemplate h1	{text-align:left; color:#6FA5FD; font-size:22px; font-weight:700; border-bottom:1px dotted #D3D3D3;
		padding-bottom:2px; margin-bottom:20px; }  
#popupTemplateClose	{font-size:14px; line-height:14px; right:6px; top:4px; position:absolute; color:#6fa5fd; font-weight:700; 
        display:block;  cursor:pointer; }
        
        
#popupQuiz		{display:none;  _position:absolute; /* hack for internet explorer 6*/  
		margin-top:-250px;height:550px; width:400px; background:#FFFFFF; border:2px solid #cecece; padding:12px; font-size:13px; z-index:501; }
#popupQuiz h1,#popupQuestion h1	{text-align:left; color:#6FA5FD; font-size:22px; font-weight:700; border-bottom:1px dotted #D3D3D3;
		padding-bottom:2px; margin-bottom:0px; }  
#popupQuiz h2,#popupQuestion h2	{text-align:left; color:#6FA5FD; font-size:15px; font-weight:700; border-bottom:1px dotted #D3D3D3;
		padding-bottom:2px; margin-bottom:0px; } 		
#popupQuizClose,#popupQuestionClose	{font-size:14px; line-height:14px; right:6px; top:4px; position:absolute; color:#6fa5fd; font-weight:700; 
        display:block;  cursor:pointer; }
        
#popupQuestion	{display:none;  _position:absolute; /* hack for internet explorer 6*/  
		margin-top:-250px;height:550px; width:400px; background:#FFFFFF; border:2px solid #cecece; padding:12px; font-size:13px; z-index:501; }

#ruler_top{background: #FF0000 url(../images/ruler_top.gif) top left;}

ul#lefttaps_menu {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 14em;
}

ul#lefttaps_menu li a 
{
  display:inline-block;
  display:block;  	
  background: #ccc;
  color: #000;
  padding-left: 20px;
  width:130px;
  text-decoration:none;
  font-size:10px;
}

ul#lefttaps_menu li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
  text-decoration:none;
}

.bl {background: url(../images/bl.gif) 0 100% no-repeat #e68200; width: 20em}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}


.ui-widget                      {font-size:8pt;}
.ui-widget-content              {border:1px solid #dddddd; background:#eeeeee;}
.ui-widget-content a            {color:#333333;}
.ui-widget-header               {padding:4px;}</pre></body></html>