 * {
  margin: 0px;
  padding: 0px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}

body{
  border:0;
  height:100%; 
  max-height:100%; 
  background:#fff; 
  overflow: hidden; 
  font-size: 71%;
 } 
 
 * html body {
  padding:95px 0px 0px 0px; 
  background: transparent url(images/header_back.gif) repeat-x;
  overflow:hidden;
  }
  
 #header {
  position:absolute; 
  top:0px; 
  left:0px; 
  width:100%; 
  height:95px; 
  overflow:auto;
  /*background: #93A1AF;*/
  background: transparent url(images/header_back.gif) repeat-x;
  }

 @media screen{
  body>div#header{
   position:fixed;
  }
 }

 * html div#content{
  height:100%;
  overflow:hidden;
 }
 
 * html #sidebar, * html #rightsidebar {
	height:100%; 
top:0px;	
  }
  
  #sidebar {
  position:absolute; 
  top:95px;
  left:-160px;
  width: 200px;
  bottom:2px;   
  background:#fff;
  /*text-align:center;*/
  float: left;
  }
      
  /* worsk with position: fixed. If changed to position: absolute, 
  left position and top should be set in javascript so it works in IE 7, Safari and Google Chrome. */
  #rightsidebar {
	position:absolute; 
	top:95px;
	right:-220px;
	bottom:2px; 
	width: 200px; 
	background:#fff;
	text-align:left;
	float: right;
  }
  
  #container {
  position:absolute; 
  top:95px;
  right:210px; 
  left:200px;
  bottom:0px; 
  overflow:hidden; 
  background:#fff;
  padding: 0px 3px 0px 3px;
  text-align:left;
  }
    
  * html #container  {
    top:0px;
height:100%;
	/* container cannot have width. If is has IE behaves strangly.*/
	/*width: 100%;*/  
	overflow:hidden;
  }
    
  
  #designer {
	height: 100%;
	overflow:auto;
	position:relative;
  }
  
  #portal {
	width: 100%;
	height: 100%;
	/*overflow:hidden;*/	
  }
  
  .view_add_div, .col_add_div, .col_mov_div {
	position:absolute; 
	top:100px;
	left:0px;
	bottom:40px;
	width: 200px; 
  }
    
  .col_mov_div {
	color: #4f6b72;
	font-size: 110%;
  }
  
  div.block {
	/*width: 100%;*/
	/*height: 200px; */
	/*display: table;*/
  }
  
  .ghost, div.widget, div.area {
	/*margin-right: 1%;*/
  }
  
  .ghost, .gelem {
	width:100%; 
	height: 100%; 
	background: white; 
	border: 1px dashed gray;
  }
  
  .gelem {
	width:98%; 
	height: 40px;	
  }
  
  div.widget, div.area {
	height:100%; 
	width:100%; 
	float: left;
  }
  
  div.widget_active, div.area_active {
	border: 1px solid #CFCFCF;
  }
  
  div.widget_body {
	overflow: auto;
	height:90%;  
  }
  
  div.widget_sep {
	height: 100%; 
	width: 1px; 
	float: left;
	background-color: #FFF;
	padding-right: 1px;
	padding-left: 1px;
  }
  
  div.block_sep {
	height: 1px; 
	width: 96%; 
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	cursor: n-resize;
	background-color: #FFF; 
	font-size: 0px; 
	line-height: 0px;
  }
      
  .widget_title {
	/*padding-top: 2px;*/
	cursor: move;  
	width:100%; 
	/*background: transparent url(../images/accessbg.gif) repeat-x;*/
	/*background: #BCBCBC;*/
	vertical-align: bottom; 
	color: #000;
	font-weight: bold;	
	font-size: 90%;
	height: 16px;
  }
    
  .widget_inner_title {
	height: 100%;
	padding-left: 4px;
  }
  
  .widget_title a {
	color: #fff;
  }
  
  .widget_title div:hover {
	color: #000;
  }
  
  .widget_title a:link, #widget_title a:visited {
	text-decoration: none;
  }
  
  .area_widget_title {
	background: transparent;
	Color: Black;
  }
  
  .remove_image_sh  {    
	display: none;  
  }
  
  .area_widget_sel {
	background: #427FA2;
  }
  
  .widget_close {
	float: right;
	width: 20px;
	height: 20px;
	position: relative;
	top: -15px;
	background: transparent url(../images/cross.png) no-repeat top;
	cursor: pointer;  
  }  
  
  .widget_arrow {
	z-index: 1000; 
	width:20px; 
	height: 20px; 
	position:absolute;
  }
  
  #arrow_up {
	margin-top: 2px;
  }
  
  #arrow_left {
	margin-left: 2px;
  }
  
  /* header */
  
  #ajax_status_cont {
	 position:absolute;
	 left:45%;
	 top:0px;
	 width: 120px;
	 height:10px;
	 z-index: 1000;
	}
	
	#ajax_status_message {
		background-color:#f00;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		padding:2px;
		width:100%;
	}
  
  #logo {
  float: left;
  margin: auto 0px 0px 30px;
}

#main_actions {
  float: left;
}

#main_actions div {
  font-size: small;
  float: left;
  width: 60px;
  height: 59px;
}

#main_actions img {
  border: 0px;
}

#main_actions a {
  display: block;
  text-decoration: none;
  width: 60px;
  height: 59px;
}

#main_actions a:hover {
  color: #fff; 
  background-color: #3F3F3F; 
}

#user_actions {
		padding-right: 4px;
		vertical-align: top;
		float:right;
		height: 30px;
		font-size: x-small;
}

ul#navlist
{
margin-left: 0px;
padding-left: 0px;
white-space: nowrap;
text-align: right;
}

#navlist li
{
display: inline;
list-style-type: none;
color: #FFF;
}

#navlist a { 
border-left: 1px solid #CFCFCF;
border-right: 0px solid #CFCFCF;
text-decoration: none;
padding: 0px 6px; 
color: #FFF;
font-size: 10px;
}

#navlist a:link, #navlist a:visited
{
text-decoration: none;
}

#navlist a:hover
{
text-decoration: underline;
}
 #header #page_title {
	position: absolute; 
	left: 220px; 
	top: 70px;
	right: 222px;
    font-size: 90%;
    text-align: left;
    color: #000;
	padding-left: 8px;
	padding-bottom: 5px;
	vertical-align: bottom; 
}

#page_title #breadcrumb h2 {
	float:left; 
	vertical-align: bottom; 
	padding-top: 3px; 
	width: 100%;
}

.pagination {
	float:left; 
}

.paginator {
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 20px;
}

.paginator a:hover, .new_button a:hover {
color: #fff; 
background: #3F3F3F; 
border-color: #036; 
text-decoration: none;

}

.paginator a, .new_button a {
padding: 0px 0px; 
/*border: solid 1px #CFCFCF; 
background: #fff; 
text-decoration: none;
background: transparent url(images/bg_header4.gif) no-repeat;*/
}

.left_caption {
	float: left;
}

.right_caption {
	float: right;
}
  
  /* left sidebar */  
      
  #sidebartables {
	float: left;
	width: 150px;
	height: 100%;
	overflow:hidden;
	padding-top: 10px;
	padding: 0px;
	margin-left: 10px;
	background: #fff;
	overflow:hidden;
  }
  
  #sideBarTab img {
	border: 0px;
	position: relative;
	left: -3px;
}

#sidebartables .options_table {
	padding-bottom: 10px;
	margin-left: 10px;
	border:0px solid #000;
}

#sidebartables .options_table li {
	LIST-STYLE-TYPE: none;
	padding-top: 3px;
	/*border: 1px solid Red;*/
}
    
  #sidebarToggle {
	float: left;
	width: 30px;
	position: relative;
	left: -1px;
  }
  
  #sidebar img {
	border: 0px;
  }   
  
  .access {
  margin: 10px 10px 10px 0px;
  background: #dcdcdc;
  text-align: left;
}

#access div {
  background: #eeeeee;
  margin-right: 10px;
}

#access em {
	 font-weight: bold;
	 font-style: normal;
	 color: #f00;
}

.access li.view {
 margin-left: 30px;
 LIST-STYLE-TYPE: square;
}

#access h3 {
	height: 21px;
	font-size: 110%;
	FONT-WEIGHT: bold; 
	color: white;
	padding-left: 10px;
	background: transparent url(images/accessbg.gif) repeat-x;
	vertical-align: bottom;
	cursor: pointer;
}

#access h3 img {
  margin-top: 3px;
}

#access h3 span {
  position: relative;
  top: -2px;
}

#access h3 img.tables {
  margin-top: 5px;
}

#access h3 span.tables {
  position: relative;
  top: -1px;
}

#access #access_control {
  float: right;
  margin-left: 50%;
  background: transparent url(images/show.gif) no-repeat center;
}

#access h3 span {
  padding-left: 5px;
}

.access A:link {
	COLOR: #000; 
  TEXT-DECORATION: none;
}
.access A:visited {
	COLOR: #000; 
  TEXT-DECORATION: none;
}
.access A:hover {
	TEXT-DECORATION: underline;
}

/* right sidebar */

#rightsidebarToggle {
	float: left;
	width: 30px;
}

#properties {
	float: left;
	width: 160px;
	height: 100%;
	overflow:hidden;
	padding-right: 10px;
	background: #fff;
}

#rightsideBarTab img {
	border: 0px;
	position: relative;
	left: 1px;
}

.options {
/*background: #2a292c;
background: #254588;*/
background: #5b5b5b;
/*border: 1px solid #94A3C4;*/
/*border: 1px solid black;*/
padding: 8px;
float: left;
height: 96%;
/* next line avoids gchrome and safari to add an horizontal scroll that appears even if the content is clipped. */
overflow:hidden;
}

.options_inside {
height: 100%;
width: 130px;
overflow:auto;
margin-top: 5px;
}

.options_inside h3 {
  /*background: #dcdcdc;*/
  /*background: #526EA6;*/
  /*background: #383838;*/
  background: #427FA2;
  color: #fff;
  cursor: pointer;
  /*color: White;*/
  /*border-bottom: 1px solid #2a292c;*/
  border-top: 2px solid #5b5b5b;
  border-left: 1px solid #5b5b5b;
  border-right: 1px solid #5b5b5b;
  overflow:hidden;
}

.options_inside .tcol {
    width: 95%;
}

.inside {
	padding-left: 2px;
	padding-bottom: 2px;
}

.options_inside .save {
    background: #42B27A;
	color: #fff;
}

.options_inside .save a:link, .options_inside .save a:visited, .options_inside .save  a:hover {
  color: #fff;
} 

.options_header .options_header_ul {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 2px;  
}

.options_inside .options_area {
  /*background: #eeeeee;*/
  background: #ffffff;
  margin-left: 1px; 
  margin-right: 1px; 
  margin-bottom: 2px; 
  /* next line avoids gchrome and safari to add an horizontal scroll that appears even if the content is clipped. */
  overflow:hidden;
}

.options_inside li {
  padding: 4px;
}

.options_inside li {
  position: relative;
}

.options_inside span.check {
  padding-left: 4px;
}

.options_inside .props {
	padding: 2px;
	margin: 2px;
	/*border: 1px solid Red;*/
}

.filter_actions {
	font-size: 75%; 
	text-align: right; 
	margin-bottom: 2px; 
	width: 98%;
}

.filter_actions a {
	margin-right: 5px; 
}

/* container */
 
    .calendar, #datatable {
     cursor: default;
     text-align: center;
     margin: 0px auto;
     width: 99%;
     table-layout: fixed;
     /*border-left: 1px solid #CFCFCF;*/
    }
	
	/* calendar */
	
	.monthName {
    text-align: right;
   }
   
   .dayName th {
      padding-top: 0.6em;
      padding-bottom: 0.3em;
      background-color: #303030;
      color: white;
    }
    
    .otherMonth, .day_header, .calendar_value {
        width: 100%;
        color: Black;
    }
    
    .day_header {
        text-align: right;
        background: #dcdcdc;
        vertical-align: top;
    }
      
   .otherMonth, .day, .specialDay {
    /*padding: 0.7em 1em;*/
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    background: #FFF;
    }
    
    .rec_cal_links {
        width: 100%;
		font-size: 9px;
        text-align: right;
		background-color: #ffffd5;
    }
    
    .rec_cal_links span {
        padding-right: 2px;
    }
    
    .day {
        /*color: Gray;*/
    }
   
   .cal_value, .cal_empty_value {
     width: 100%;  
     height: 50px;        
     overflow: auto;
    }
    
    .rec_cal_value , .rec_cal_value_cont {     
     background: #6A95A2;
	 color: White;
	 font-weight: bold;
	 border: 1px solid Black;
	 text-align: center;						
     /*padding: 2px;
     margin: 2px;*/
    }
	
	.rec_cal_value_cont {
		position: absolute;
	}
	
	.rec_cal_value_cont {
	
	}
		
 /* table */ 
  #datatable caption, .calendar caption {
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 90%;
    text-align: left;
    margin: 0px auto;
    color: #000;
  }
  
  .calendar #left_caption {
	float: left;
  }
  
  .calendar #right_caption {
	float: right;
  }
    
  #datatable a {
    color: #000; 
    text-decoration: underline;
  }
  
  #datatable td a {
    color: Blue; 
  }
  
  #datatable a:hover {
  	text-decoration: none;
  }

  #datatable th {
  	border-top: 1px solid #737373;
    /*color: #4f6b72;*/
  	padding: 6px 0px 6px 0px;
  	/*background: transparent url(images/bg_header4.gif) no-repeat;*/
	background: #BCBCBC;
	font-size: 110%;
	/*text-align: centewr;*/
  }
  
  #datatable td.summary {
	background: #BCBCBC;
  }
  
  #datatable .width_resize, #properties .width_resize, #properties .filters_width_resize, #sidebartables .width_resize, #sidebartables .h3_width_resize {
	position:absolute;
  }
    
  #datatable th.nobg {
  	border-top: 0;
  	border-left: 0;
  	border-right: 1px solid #C1DAD7;
  	background: none;
  }
	
  #datatable td {
	  text-align: center;
	  font-size: 90%;
	  border-bottom: 1px solid #CFCFCF;
	  background: #fff;
	  padding: 5px 6px 5px 12px;
	  color: #4f6b72;
	}
	
	#datatable td.first_row  {
	  border-top: 1px solid #737373;	
	}
	
  #datatable td.last_row, #datatable td.no_bborder {
	  border-bottom: none;
	}
	
	#datatable td.small {
		width: 20px;
		border-bottom: none;
	}
	
	#datatable td.csv_col_divider {
    text-align: left;
    color: Black;
    padding-top: 10px;
  }
		
  #datatable td.control {
	  width: 15em;
	  padding-left: 0px;
  }
  
  .wrapup {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	border: 1px solid blue;
}

/* form */

	span.image_link {
		padding-left: 5px;
		display: inline;
  }

  span.image_link a {
    vertical-align: middle;
  }

  span.image_link img {
		vertical-align: middle;
		padding-left: 3px;
  }
  
  div.row {
    clear: both;
    padding-top: 10px;
    padding-left: 6px;
  }
  
  div.center {
    text-align: center;
  }
  
  div.small {
    padding-top: 0px;
    margin: 0px;
  }
  
  div.info {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 80%;
  }
  
  a.info {
	padding-left: 3px;
  }
  
  span.error {
    color: Red;
  } 
  
  div.title {
    /*background: transparent url(images/form_header.gif) repeat-x top;*/
    border-bottom: 1px dashed #737373;
    margin-bottom: 1em;
    font-size: 90%;
    margin-right: 10px;
    text-align: left;
    color: #000; 
    padding-bottom: 3px;
  }
  
  div.title a {
    color: #000; 
    text-decoration: underline;
  }
  
  fieldset.sep {
    width: 95%;
    border: none;
    border-top: 1px solid #737373;
  }
  
  fieldset.admin_sep {
    width: 95%;
    border: none;
    border-top: 1px solid #737373;
  }
  
  fieldset.sep legend, fieldset.admin_sep legend {
    padding-left: 0px;
    padding-right: 2px;
    font-weight: bold;
    _margin: 0 -7px; /* IE Win */
  }
  
  fieldset.roles {
    width: 50em;
  }  
  
  div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
  vertical-align: bottom;
  height: 1.7em;
  /*font-weight: bold;*/
  font-style: italic;
  /*color: #3F3F3F;*/
  }
  
  form a {
    color: Blue; 
  }

  form em {
	 font-weight: bold;
	 font-style: normal;
	 color: #f00;
	}
	
	ul.formlist {
     list-style: none;
  }
	
	ul.formlist li {
	   padding-left: 10px;
     display: inline;
     list-style-type: none;
     vertical-align: middle;
  }
  
  ul.formlist li.name {
     background-image: url(images/arrow.gif);
     background-repeat: no-repeat;
     background-position: 0 .3em;
     margin: auto 0px;
  	
  }
  
  .form_elem {
	padding: 2px;	
  }

  input.text, input.stext, textarea, select {
    font-size: 100%;
    border-top:1px solid #737373;
    border-bottom:1px solid #d2d2d2;
    border-left:1px solid #b7b7b7;
    border-right:1px solid #b7b7b7;
    background:#fff url(images/formbg.gif) repeat-x top;
    padding-left: 2px;	
  }
  
  input.text, textarea, select {
	width: 20em;
  }
  
  input.stext, textarea.small, select.small {
	width: 6em;
  }
      
  input.text, select {
    height: 1.5em;
    vertical-align: bottom;
  }
    
  input.csv_col_imp, select.csv_col_imp {
    width: 95%;    
  } 
  
  input.disabled {
    padding-top: 1px;
  }
  
  input.button {
    position: relative;
    left: -1.7em;
    height: 1.7em;
    border-top:1px solid #737373;
    border-bottom:1px solid #d2d2d2;
    border-left:1px solid #b7b7b7;
    border-right:1px solid #b7b7b7;
    padding: 0px;
    margin: 0px;
  }
  
  input.submit {
    width: 60px;
    background: transparent url(images/bg_header4.gif) no-repeat;
    border: solid 1px #CFCFCF;
    padding: 2px 2px; 
    margin-left: 2px;
    cursor: pointer;
  }
  
  input.small {
    width: auto;
  }
  
  option.separator {
    border-top: 1px solid #CFCFCF;
  	padding: 6px 6px 6px 12px;
  	background: Yellow;
  	font-weight: Bold;
  	background: transparent url(images/bg_header4.gif) no-repeat;
  }
  
  input.add, input.auto {
    margin-left: 2px;
    margin-top: 10px;
    width: 80px;
  }
  
  input.no_margin {
    padding: 2px 2px; 
    margin-left: 2px;
    width: auto;
  }
  
  input.auto {
    width: auto;
  }
  
  span.submit {
    padding-top: 10px;
  }
  
  a.submit {
    background: transparent url(images/bg_header4.gif) no-repeat;
    border: solid 1px #CFCFCF;
    padding: 2px 2px 2px 2px; 
    margin: 2px;
    cursor: pointer;
	color: #000;
	text-decoration: none;
  }
  
  a.disabled {
	color: Gray;
  }

  .dropdownlist { width: 15em; }

  .dropdownlist {
   margin-left: 0px;
   padding-left: 0px;
   list-style-type: none;
   border-bottom:1px solid #000;
   border-left:1px solid #b7b7b7;
   border-right:1px solid #000;
   background:#fff; 
   z-index: 10;
  }
  
  .dropdownlist a {
  display: block;
  padding-bottom: 3px;
  padding-left: 3px;
  height: 1em;
  }
  
  .dropdownlist a:link, .dropdownlist a:visited {
  color: #000;
  text-decoration: none;
  }
  
  .dropdownlist a:hover {
  background-color: #0A246A;
  color: #fff;
  }
  

.admin_access a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100px;
  
}

/* admin area */
  
  table.admin {
    margin-top: 10px;
  }
  
  table.admin th {
    text-align: left;
    padding: 3px;
    font-weight: normal;
    font-style: italic;
  }
  
  table.admin td {
    padding: 3px;
    padding-bottom: 0px;
    vertical-align: top;
  }
  
  table.admin td.props {
    padding-top: 0px;
    margin-top: 0px;
  }
  
  table.admin span.prop_link {
    cursor: pointer;
    text-decoration: underline;
	  color: Blue;
  }
  
  img.add, img.remove {
     vertical-align: top; 
     margin-left: 3px;
     cursor: pointer;
     position: relative; 
  }
  
  img.add {
    top: 0.2em;
    margin-right: 3px;
  }
  
  img.remove {
    top: 0.6em;
  }
  
  div.bubble {
  	width: auto;
  	font-size: 0.75em;
  	margin-bottom: 15px;
  	padding: 0px;
  }
  
  div.bubble div.wrapper {
  	margin: 0px;
  	padding: 5px;
  	border: 1px solid #c9c2c1;
  	background-color: #eee;
  	position: relative;
  	top: -5px;
  }

  div.bubble cite.up {
  	background: transparent url(images/tip_up.gif) no-repeat 0px 2px;
  	position: relative;
  	left: 50%;
    margin: 0px;
  	padding: 0px 0px 07px 15px;
  	z-index: 10;
  }
      
  table.admin td select.same {
    width: 10em;
  }
  
  table.admin td.last {
    padding-top: 15px;
  }

  table.admin td.text_center {
    padding-top: 8px;
  }
  
  table.admin td.last_text_center {
    padding-top: 20px;
  }

  /* align with button*/
  table.admin td .text, table.admin td select {
    margin-top: 2px;
  }
  
  table.admin td .error {
    color: Red;
    padding: 0px;
    margin: 0px;
    font-size: 80%;
    width: 18em;
  }
  
  table.admin .relations {
    width: 14.5em;
  }
  
  li.sub_menu {
    padding-left: 20px;
  }
  
  table.permissions {
    cursor: default;
		border: 1px solid #CFCFCF;
		text-align: center;
		margin-bottom: 10px;
		margin-left: 20px;
		width: auto;
  }
  
  table.permissions th {
  	color: #4f6b72;
  	border-right: 1px solid #CFCFCF;
  	border-bottom: 1px solid #CFCFCF;
  	background: #EEEEEE;
  	padding: 3px 6px 3px 6px;
  	height: 2.5em;
		font-size: 90%;
		vertical-align: center;
  }
  
  table.permissions td {
		text-align: center;
		font-size: 85%;
	  padding: 5px 10px 5px 10px;
	  height: 2.5em;
	  color: #4f6b72;
	  border-right: 1px dashed #CFCFCF;
	}
	
	table.permissions td.last, table.permissions th.last {
	  border-right: none;
	}
	
	table.permissions td.name {
    font-style: italic;
    font-weight: bold;
	  padding-left: 5px;
  }
  
  table.permissions td.check {
    text-align: left;
  }
  
  table.permissions td.check input {
    margin-left: 15px;
  }
    
  table.permissions tr.separator td {
    border-top: 1px solid #000;
	  border-right: none;
	  background:#EEEEEE url(images/formbg.gif) repeat-x top;
  }
	
	table.permissions caption {
    padding: 0 0 5px 0;
    text-align: left;
    font-style: italic;
    font-weight: bold;
  }
  
  table.permissions label {
    margin-left: 3px;
  }
  table.permissions th.second_header {
    width: 40px;
  } 
  
  table.permissions td.first_column, table.permissions th.first_column {
    text-align: left;
    width: auto;
    height: 30px;
  }
  
  table.permissions th.first_column {
    padding-left: 10px;
  }
  
  div.visible_column {
    margin-top: 6px;
  }
  
  div.visible_column label { 
    margin-left: 3px;
  }
  
  #invite textarea {
    width: 25em;
  }
  
  #invite select {
    width: 15em;
  }
  
  #description {
     width: 20em;
  }
  
  .bold {
    font-weight: bold;
   }
   
   .blog_entry {
    margin-top: 10px;
   }
   
/* form */

.area_active {
background: Grey;
}

/* week calendar */

table.week-view{
  width: 100%;
  padding: 0;
  border-collapse: collapse;
}
table.week-view tbody tr th{
  border-right: 1px solid black;
  text-align: left;
  padding-right: .5em;
}
table.week-view tbody tr th h3{
  display: inline;
  font-size: 2em;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
table.week-view th{
  background-color: #eee;
  color: black;
  text-align: center;
  height: 30px;
}
table.week-view tr td{
  border-style: solid;
  border-width: 1px 1px 0 0;
  width: 14%;
  padding: 0;
  background-color: #ffffd5;
}
table.week-view tr.d30 td,
table.week-view tr.d30 th{
  font-size: 8px;
  height: 1em;
  border-color: #f3e4b1 #000;
}
table.week-view div.event-container{
  position: relative;
}
table.week-view tr td div.event{
  padding: 2px;
  background-color: #fff;
  height: 1em;
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: black black black #00f;
  border-width: .0625em .0625em .0625em .5em;
  margin-right: .5em;
  color: #333;
  overflow: hidden;
  float: left;
}
table.week-view tr td div.event.mm60{
  height: 8em;
}
table.week-view tr td div.event.mm120{
  height: 16em;
}
table.week-view tr td div.event h3{
  margin: 0;
  font-size: 9px;
  color: black;
  padding: 0;
  border: 0;
  background: transparent;
}
table.week-view tr.m00 td{
  border-top-color: #c2b68d;
}
table.week-view tr.m00 th{
  vertical-align: top;
}

