/*======================================*/
@-moz-document
  url-prefix("https://www.google.com/calendar"),
  url-prefix("http://www.google.com/calendar")
{
    /* hide the google icon and search box*/
       #topCtrls, .logoparent 
       {
           display:none !important;
           }
           
        /* change the current date display mode*/
        .date-top, .date-top-on, .date-top-over {
        font-size: 11pt !important;
        color: #2E2E2E !important;
        font-weight:400 !important;
        }

          /* change the creat event button's background color*/
          .qnb-container  {
           background-color:#D8D8D8 !important;
          }

         /*change current date's background color*/
          #mainnav, #chrome_main1, .ep-headerfooter   {
           background:#BDBDBD !important;
          }

        .printborder.mainGrid, .printborder.t-chrome {
        border-left-color:#BDBDBD !important;
        }

        .calHeader {
         background-color:#D8D8D8 !important;
        }

        .wk-scrolltimedevents {
        border-top: 2px solid #999999 !important;
        }

        .wk-weektop, .wk-dummyth   {
        background-color:#D8D8D8 !important;
        }

        #details, #details-container .t1, #details-container .t2 {
        background:none repeat scroll 0 0 #EEEEEE;
        }

       /* font size for everyday  column*/
       .tg-times-pri, .tg-times-sec , .tg-col, .wk-weektop, .wk-dummyth, .tg-col-today
      {
       font-size: 10pt !important;
       }
        /* End */
}

/*======================================*/
/**********************************************************************
 * GMail - Remove ads and relocate action links (Alternative version) *
 * Version 0.9 - by lOtR 2008-2009                                    *
 **********************************************************************/
@-moz-document domain("mail.google.com")
{

/****************
 * Hide the ads *
 ****************/

/* Ads Area */
.iY .Bu:last-child > .nH {
	height: 0px !important;
	overflow: hidden !important;
	width: 0px !important;
}

.oM, .u8{
	height: 0px !important;
	overflow: hidden !important;
	width: 0px !important;
}

/* Separator column */
.iY .Bu:first-child + .Bu {
	display: none !important;
}

/* Message area */
.iY {
	width: 100% !important;
}

.nH .if{
    width: 135% !important;
}

/*******************************************************
 * Display the action links on top of the message area *
 *******************************************************/

/* Transform the message table to a block (used for relative positioning) */
table.iY {
	display: block;
}

/* Action Links Area (level 1) */
.iY .Bu:last-child .nH > .nH > .nH:first-child {
	position: absolute !important;
	left: -2px !important;
	top: -65px !important;
	width: 100% !important;
	font-size: 70% !important;
}

/* Action Links Area (level 2) */
.iY .Bu:last-child .hj {
	font-size: 100% !important;
	margin: 0px !important;
	float: right !important;
	position: relative;
}
.iY .Bu:last-child .hj:hover {
	z-index: 2 !important;
}

/* Action Links Area in a new window */
.iC .hj {
	font-size: 70% !important;
	margin-right: 4px !important;
}

/* Action Link container */
.hk {
	float: left !important;
	padding: 0px !important;
}

/* Action Link */
.hk span {
	display: block !important;
	width: auto !important;
	height: 1.8em !important;
	line-height: 1.8em !important;
	padding: 0 8px !important;
	border: 1px solid #BBBBBB !important;
	border-left-color: #FFFFFF !important;
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAAAAAAa3c+rAAAAAXNSR0IArs4c6QAAABJJREFUCNdj+MnEQBT8CsUEIACgKQMyxVIz6AAAAABJRU5ErkJggg==) repeat-x left center !important;
	color: #000000 !important;
}
.hk:first-child span {
	-moz-border-radius-topleft: 3px !important;
	-moz-border-radius-bottomleft: 3px !important;
	-webkit-border-top-left-radius: 3px !important;
	-webkit-border-bottom-left-radius: 3px !important;
	border-left-color: #BBBBBB !important;
}
.hk:last-child span {
	-moz-border-radius-topright: 3px !important;
	-moz-border-radius-bottomright: 3px !important;
	-webkit-border-top-right-radius: 3px !important;
	-webkit-border-bottom-right-radius: 3px !important;
}
.hk u {
	text-decoration: none !important;
}
.hk img {
	margin-bottom: 2px !important;
}

/* Action Link - Hover */

.hk span:hover {
	border-top-color: #939393 !important;
	border-bottom-color: #939393 !important;
}
.hk:first-child span:hover {
	border-left-color: #939393 !important;
}
.hk:last-child span:hover {
	border-right-color: #939393 !important;
}

/* Action Link - Active */

.hk span:active {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAAAAAAa3c+rAAAAAXNSR0IArs4c6QAAABVJREFUCNdjeMzEQDTkZmJg+IlfDQBx9QI0/iX6wgAAAABJRU5ErkJggg==) !important;
	border-top-color: #444444 !important;
	border-bottom-color: #444444 !important;
}
.hk:first-child span:active {
	border-left-color: #444444 !important;
}
.hk:last-child span:active {
	border-right-color: #444444 !important;
}

/* Notifications */

.b8, .cd, .cc {
	padding: 3px 0 !important;
}

.b8 .ve, .cd .ve, .cc .ve {
	margin-left: 10px !important;
	position: relative !important;
	z-index: 1 !important;
	background-color: #FFFFFF !important;
	border: 2px solid #FFFFFF !important;
	border-collapse: separate !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
}

    html, body
   {
      font-size: 12pt !important;
      line-height: 115% !important;
    }

  textarea, .ii.gt 
  {
    font-size: 12pt !important;
    line-height: 130% !important;
  }

 .b8, .vh, .ad{
 font-size:11pt !important;
 font-weight:500 !important;
 color:#0666FF !important;
}

}

/*======================================*/
/* Google dictionary */
@-moz-document
  url-prefix("http://www.google.com/dictionary")
{
*{
  font-size: 11pt !important;
  font-family: "Droid Sans","Microsoft YaHei",sans-serif !important;
  line-height: 150% !important;
  }

}

/*======================================*/
/* Google Reader */

@-moz-document
  url-prefix("http://www.google.com/reader"),
  url-prefix("https://www.google.com/reader"),
  url-prefix("http://google.com/reader"),
  url-prefix("https://google.com/reader"),
  url-prefix("http://www.google.ca/reader")
{
html, body {
  font-size: 11pt !important;
  font-family: "Droid Sans","Microsoft YaHei",sans-serif !important;
  line-height: 23px !important;
  }

#viewer-footer .goog-button-body {
  font-size: 80% !important;
  font-family: "Droid Sans" !important;
 }

#viewer-header .goog-button-body {
  font-size: 80% !important;
  font-family: "Droid Sans" !important;
 }

/*  left column's selected color*/
.scroll-tree li .tree-link-selected, .scroll-tree li .tree-link-selected:hover {
background: #D8D8D8 !important;
}

.scroll-tree li a.menu-open.tree-link-selected, .scroll-tree li a.tree-link-selected .tree-item-action-container {
background-color: #D8D8D8 !important;
}

/* left column's hover color */
.scroll-tree li a:hover {
background-color: #E6E6E6 !important;
}

a:hover .tree-item-action-container, .scroll-tree li a.menu-open {
background-color: #E6E6E6 !important;
}

/*  right column's header */
#chrome-header {
background: #D8D8D8 !important;
}

#chrome-title a {
font-size: 13pt !important;
color: #585858 !important;
}

#chrome-view-links {
background: #D8D8D8 !important;
}

#entries .entry, #entries.list .entry-container {
background: #F4F4F4 !important;
}

 #right-section {
 display:none !important;
 }

}

/* ======================================*/
/* Google search refine */
@-moz-document
  url-prefix("http://www.google.com/search"),
  url-prefix("http://www.google.ca/search")
{
*{
       font-size: 11pt !important;
       line-height: 23px !important;
     }

}
