﻿    .gsc-ad-box 
    {
        border: dotted thin #EEEEEE;
      }

    .userDefinedCell
    {        
/*        margin-left:0px;*/
    }
      
    .searchClips
    {
       /* background-color:Yellow; */
        width: 7cm; 
        padding: 5px; 
        margin-top:1cm;
        border: red 2px dashed;  
        display:none;                       
    }  

    .searchClipTitleBar    
    {
    }
    
    .searchClipTitle
    {
        width:6.5cm;
        float:left;        
    }
    .closeButton
    {
        cursor:pointer;          
        margin-right: 0px;       
    }
    .contentRating
    {
        width:6.8cm;
        clear:both;
    }
    
      
      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 : rgb(237, 92, 11);
      }      

      table.search-control {
        width : 100%;
      }

      table.search-control .gsc-control {
        width : 100%;
      }


      td {
        vertical-align : top;
      }

      /* Disable built in search forms */
      .gsc-control form.gsc-search-box {
        display : none;
      }

    #searchBox
    {
        width: 660px;
        margin-left: auto;
        margin-right: auto;        
    }
    
      /* restrict global search form width */
      #searchForm 
      {
        width:540px;
        margin-left: auto;
        margin-right: auto;
      }
      
      #subjectList
      {
        width:3cm;
        float:left;        
      }


      /* for demonstration purposes ONLY. This is not ok by the terms */
/*
      #searchControl .gsc-ad-box {
        display : none;
      }
*/
      
      
     /* VideoBar Settings */
      #videoBar {
        margin-right: 5px;
        margin-left: 5px;
        padding-top : 4px;
        padding-right : 4px;
        padding-left : 4px;
        padding-bottom : 0px;
      }
      
      
    div.right-sample {
      width : 160px;
    }

    .sample-header {
      text-align : center;
    }


    .verticalVideobar {
      width : 160px;
      margin-right: 5px;
      margin-left: 5px;
      padding-top : 4px;
      padding-right : 4px;
      padding-left : 4px;
      padding-bottom : 0px;
    }
      
  
      /* override standard player dimensions */
      .playerInnerBox_gsvb .player_gsvb {
        width : 480px;
        height : 360px;
      }
      
      

      /* long form visible urls should be on */
      .gsc-webResult div.gs-visibleUrl-long {
        display : block;
      }

      .gsc-webResult div.gs-visibleUrl-short {
        display : none;
      }


