140,141c140
<     background-gradient-direction: vertical;
<     box-shadow: inset 0px 2px 4px rgba(0,0,0,0.9);
---
>     background-gradient-direction: vertical;    
278c277
< #panelLeft, #panelCenter {
---
> #panelLeft, #panelCenter {    
290c289
< #panelRight:ltr {
---
> #panelRight:ltr {    
708c707
< .calendar-day {
---
> .calendar-day:ltr {
714c713
< .calendar-day-top {
---
> .calendar-day-top:ltr {
717c716
< .calendar-day-left {
---
> .calendar-day-left:ltr {
720a720,732
> .calendar-day:rtl {
>     border: 1px solid #333333;
>     color: #cccccc;
>     border-top-width: 0;
>     border-right-width: 0;
> }
> .calendar-day-top:rtl {
>     border-top-width: 1px;
> }
> .calendar-day-left:rtl {
>     border-right-width: 1px;
> }
> 
750c762,763
<     border-radius: 10px 10px 10px 10px;
---
>     border-radius: 8px 8px 8px 8px;
>     border: 2px solid #a5a5a5;
921c934
<     border: 1px solid rgba(128,128,128,0.40);
---
>     border: 2px solid #a5a5a5;
924d936
< 
926a939
>     text-shadow: black 0px 0px 2px;
1436c1449
<   border-radius: 4px;  
---
>   border-radius: 8px;  
1439a1453
>   transition-duration: 300;
1445c1459
<     padding-bottom: 10px;    
---
>     padding-bottom: 10px;   
1454c1468
<     border-radius: 4px;
---
>      border-radius: 4px;
1506c1520
< .menu-application-button-label { 
---
> .menu-application-button-label:ltr { 
1509a1524,1527
> .menu-application-button-label:rtl { 
>     padding-right: 5px       
> }
> 
1536a1555
>     transition-duration: 300;
1539c1558
< .menu-category-button-label { 
---
> .menu-category-button-label:ltr { 
1542a1562,1565
> .menu-category-button-label:rtl { 
>     padding-right: 5px       
> }
> 
1564c1587
< .menu-search-box {
---
> .menu-search-box:ltr {
1567a1591,1594
> .menu-search-box:rtl {
>    padding-right: 30px;
> }
> 
1633a1661,1663
>      padding-left: 5px;
>      padding-right: 5px;
>      transition-duration: 300;
1653c1683
< 	 background-gradient-end: rgba(255,144,144,0.5);
---
> 	background-gradient-end: rgba(255,144,144,0.5);
1727,1728c1757
<     color: #cccccc;
<     transition-duration: 100;
---
>     color: #cccccc;    
1731a1761
>     transition-duration: 300;
1737a1768
>     box-shadow: inset 0px 0px 8px 1px rgba(255,255,255, 0.7);
1750a1782
>     transition-duration: 300;
1753,1755c1785,1789
< .panel-launcher:hover {
<     border-radius: 2px;
<     background-color: #ADADAD;
---
> .panel-launcher:hover {            	
>      background-gradient-direction: vertical;
> 	 background-gradient-start: rgba(255,255,255,0.0);
> 	 background-gradient-end: rgba(255,255,255,0.0);
> 	 box-shadow: inset 0px -1px 1px 0px rgba(255,255,255,0.5);
1824c1858,1861
<     padding: 1px;
---
>     padding: 1px;  
>     color: #ccc; 
>     text-shadow: black 0px 0px 2px;
>     transition-duration: 300;
1828,1829c1865
<     border-radius: 2px;
<     background-color: #ADADAD;
---
>     color: #fff;
1832c1868,1873
< .applet-label {
---
> .applet-label {    
> 	padding-left: 4px;
>     padding-right: 4px;
>     font-weight: bold;
>     color: #ccc;       
> }
1833a1875,1878
> .applet-label:hover,
> .applet-box:hover > .applet-label {
>     color: #fff;
>     text-shadow: white 0px 0px 5px;       
1835a1881,1889
> .applet-icon {  
>     color: #ccc;
> }
> 
> .applet-icon:hover,
> .applet-box:hover > .applet-icon {
>     color: #fff;
>     icon-shadow: white 0px 0px 3px;            
> }
