

/**********************************************************************
*        Copyright (c) "Intellectix.net". All Rights Reserved.
* *********************************************************************
*autors gavrikster@gmail.com
*       imax18@gmail.com
* *********************************************************************
*/
/*only for headers*/
#header h1.location{
  margin:0;
  padding:0 0 0 29px;
  font-size:1.1em;
  }

/*only for searching list view*/
#week_frame_search {
  width:785px;
  margin:0 auto;
/*  border:solid #000 1px;*/
/*  padding-left: 175px;*/
  background-color: #989697;
  }
#week_list_search {
  margin:0 auto;
  background:#fff url('/site/templates/frontend/images/bg_week_date.gif') top repeat-x;
  }
td.search_td{
  width:55px;
  color:#495a76;
  font-size:0.8em;
  padding-top:1em;
  padding-bottom:1em;
  text-align:center;
  }
td.search_td2{
  padding:15px 0px 0px 15px;
  }
td.other1{
  background-color: rgb(189, 206, 198);
  width: 32px;
  text-align: center;
  vertical-align: middle;
  }
.search_dot{
  width:784px;
  position:relative;
  /*top:-0.4em;*/
  font-size:0.8em;
  border-top:dotted #000 1px;
  background:url('/site/templates/frontend/images/bg_weekly_divider.gif') 55px 0 repeat-y;
  }
.seach_dot ul {
  list-style:none;
  } 
.search_dot a,.search_dot a:visited {
  color:#e56000;
  text-decoration:none;
  }
.search_dot a:hover {
  color:#a03000;
  text-decoration:underline;
  }
.search_dot a:active {
  color:#0030a0;
  text-decoration:underline;
  } 
/*for stop header*/
#stop_header{
  z-index: 6;
  width: 100%;
  position: fixed;
  }   
#stop_navigator{
  z-index: 7;
  width: 981px;
/*  padding-top: 100px;*/
  top:117px;
  position: fixed;
  }
#date_navigator{  
  margin-top:5px;
  }
  
HTML>BODY #h_navigator{
  padding-top: 160px;
  }
  
HTML>BODY #content_view{
  width: 98%;
  }
    
#subMenu {visibility: hidden; 
    position: absolute; 
    color:#000;
    min-width:95px;
    background-color: rgb(214,215,217);
    font: 10pt "times new roman", serif; 
    z-index: 9;
    }
    
/*for new list view*/   
.list_view_edit{
  position:relative;
  font-size:0.8em;
  }
.list_view_edit a,.list_view_edit a:visited {
  color:#e56000;
  text-decoration:none;
  }
.list_view_edit a:hover {
  color:#a03000;
  text-decoration:underline;
  }
.list_view_edit a:active {
  color:#0030a0;
  text-decoration:underline;
  } 
/*this is for "AddEvent" module */

#mult_event {
        width:560px;
        height:250px;
        padding: 6px 12px 6px 30px;
        display :none;
      }
#mult_event div { width:100%; margin:1px 0px 1px 2px; padding-left:3px;}
#mult_event ul {padding:0px; margin:0px} 
#mult_event li {
        list-style:none;
         }
#mult_event b {color:blue;
        font-weight:normal;
        }
#content_selector {border-left:gray solid 1px;}
td {vertical-align:top;}
#content_dayly{ width:100%; 
        display :none;
        }
#content_weekly { 
         width:100%;  
         display :none;
        }
#content_monthly { 
         width:100%;  
         display :none;
        }
#content_yearly { 
         width:100%;  
         display :none;
        }
/*only for approve*/
div.approve {
      width: 97%;
      border: #000000 solid 1px;
      }
