/*body, table, p{
        /*background-color: white;*/
       /* font-family: Arial, sans-serif;
        font-size: 13px;
      }*/

      /*h1 {
        font-size : 16px;
        font-weight : bold;
        border-top : 1px solid #e0e0e0;
        text-align : center;
        margin-bottom : 10px;
        padding-bottom : 4px;
        color : rgb(9, 122, 182);
      }

      h1 .tagline,
      h1 a,
      h1 a .tagline {
        font-size : 13px;
        font-weight : normal;
        color : rgb(9, 122, 182);
        cursor : pointer;
        text-decoration : none;
      }
*/
      a span.tagline:hover {
        text-decoration : underline;
        color : #000;
      }

      table.search-control {
        width : 100%;
      }

      #main .search-control .gsc-control {
        width : 100%;
      }

      td.left {
        width : 500px;
        padding-right : 20px;
      }

      td {
        vertical-align : top;
      }

      /* Disable built in search forms */
      .gsc-control form.gsc-search-box {
        display : none;
      }

      /* restrict global search form width */
      /*#searchForm {*/
        /*width : 300px;*/
		/*margin:10px 0 0 0px;*/
      /*}*/

      /* disable twiddle and size selectors for left column */
      #leftSearchControl .gsc-twiddle {
        background-image : none;
      }

      #leftSearchControl .gsc-resultsHeader .gsc-title {
        padding-left : 0px;
        font-weight : bold;
        font-size : 14px;
      }

      #leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
        display : none;
      }

      #leftSearchControl .gsc-resultsRoot {
        padding-top : 6px;
      }

      /* for demonstration purposes ONLY. This is not ok by the terms */
      #rightSearchControl .gsc-ad-box {
        display : none;
      }

      /* long form visible urls should be on */
      #leftSearchControl div.gs-visibleUrl-long,
      #rightSearchControl div.gs-visibleUrl-long {
        display : block;
      }

      .gsc-webResult div.gs-visibleUrl-short {
        display : none;
      }
	#main .gsc-tabsArea {position:static; display:none}
	input.gsc-input {
	border:1px solid #BCCDF0;
	padding-left:2px;
	width:99%;
	padding:2px 0 2px 2px;
	}
	
	/*.gsc-resultsRoot {width:1280px;} */
	.gsc-tabData {}
	.gsc-tabdActive{}

	.gsc-control {width:100% !important;}