@charset "utf-8";

/* CSS Document */
/* Changed Nov. 21, 2010 - import of site-wide css , */
/* in reaction to Nov. 2010 redesign.  L. Ching      */

@import url('/template/standard/css/da-css_fall2010.css');


/* 
 * START OF WEBCALENDAR STYLES 
 */
div#cal_div_obj {
 position: relative;
 width: 790px;
 margin: 10px 10px 0 10px;
 padding: 0;
/* line-height: 1.2;
height: 58em; */
}

#da_cal_head {
  position: relative;
  width: 100%;
  height: 12.5em;
  margin: 0 0 10px 0;;
  padding: 0;
  /* border: 1px solid #FFCC00; */
}

div.title  { 
  position: absolute;
  height: 10em;
  /* border: 1px solid #0000DD; */
  /* margin: 2em 0 0 0; */
  margin: 0 0 0 0;
  padding: 0;
}

body#year div.title {
  left: 25%;
  width: 50%;

}

body#month div.title {
  left: 30%;
  width: 40%;

}

body#week div.title {
  left: 15%;
  width: 70%;

}

body#day div.title {
  left: 25%;
  width: 50%;

}

body#year span.date {
  font-size: 33px
}

div.title  #da_calname {
  /* Ref: The class .date font size is set in styles.php == font-size: 24px; */
  font-size: 33px;
  /* display: inline-block; */
  margin: 0.4em 0 0.05em 0;
  padding: 0 0 0 0;
}

body#day div.title  #da_calname {
  font-size: 33px;
}


body#month div#cal_div_obj table.minical{
  position: absolute;
  /* width: 25%; */
  /* border: 1px solid #00CC00; */
}

/* 
 * Special body#month div#cal_div_obj 
 * to place temporary background image
 */
body#month {
  /* background-image: url(/neweventscal/grid.gif); */
}

#month #prevmonth{
  float: none;
  left: 0;
}

#month #nextmonth{
  float: none;
  right: 0;
}

div#da_cal_head #da_cal_headleft {
  /* display: inline-block; */
  position: absolute;
  width: 20%;
  margin: 0;
  padding: 0;
  left: 0;
}

div#da_cal_head #da_cal_headright{
  /* display: inline-block; */
  position: absolute;
  width: 20%;
  margin: 0;
  padding: 0;
  right: 0;
}

body#month div#da_cal_head #da_cal_headleft {
  width: 30%;
}
body#month div#da_cal_head #da_cal_headright {
  width: 30%;
  padding-right: 10px;
}

body#week div#da_cal_head #da_cal_headleft {
  width: 15%;
}
body#week div#da_cal_head #da_cal_headright {
  width: 15%;
  /* padding-right: 10px; */
}

div#da_cal_head #da_cal_headleft .prev img {
  border-width: 0px;
  margin: 37px 0 0 45px;
  float: left;
  
}

div#da_cal_head #da_cal_headright .next img {
  border-width: 0px;
  margin: 37px 45px 0 0;
  float: right;
}

body#day div.minicalcontainer tr.monthnav a {
  font-weight: bold;
}

body#year div.title span.user, body#month div.title span.user, 
body#week div.title span.user, body#day div.title span.user
{
  display: none;
}

/* Added DEc. 15, 2009 - to control appearance of "Add an Event" */
#date_navs a#date_nav_login {
  position: absolute;
  font-size: 1em;
  font-weight: bold;
  top: 1.25em;
  right: 1.5em;
}

/* Start of styles in response to Nov. 2010 web site redesign */

 div#da_header div#da_menu {
   left: 242px ;
   top: 52px ;
   width: 550px ;
 }

div.top_main_container {  
  /* background: none ; */
}

div.bottom_main_container  {  
  /* background: none ; */
}

div.top_main_container div#about {
  left: 0px ;
}

div.top_main_container div#apply {
  left: 152px ;
}

div.top_main_container div#adinfo {
  left: 352px ;
}

div.top_main_container div#reginfo {
  left: 352px ;
}

div.top_main_container div#clas {
  left: 370px ;
}

div.top_main_container div#divdepts {
  left: 578px ;
}

div.top_main_container div#stuser {
  left: 598px ;
}

ul#horizontal_bar li
{
    float: left;
}

ul#da_nav li a,ul#da_nav li a:hover
{
    background: url(/template/standard/images/homepage/tab_corner_top.png) no-repeat top;
}

body#eclogin {
 background-color: #FFFFFF;  /* Disable new redesign gold #9E7113 background */

}


/* End of styles in response to Nov. 2010 web site redesign */



/* 
 * END OF WEBCALENDAR STYLES 
 */

