
/* ../css/jquery.asmselect.css */
.asmContainer {
	/* container that surrounds entire asmSelect widget */
}

.asmSelect {
	/* the newly created regular 'select' */
	display: inline; 
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999; 
}

.asmHighlight {
	/* the highlight span */
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	margin: 0.25em 0 1em 0; 
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
}

.asmListItem {
	/* li item from the html list above */
	position: relative; 
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #ddd;
	border: 1px solid #bbb; 
	width: 100%; 
	margin: 0 0 -1px 0; 
	line-height: 1em;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px; 
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	/* the remove link in each list item */
	position: absolute;
	right: 0; 
	top: 0;
	padding: 5px; 
}


/* ../css/jqModal.css */
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    width: 600px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* ../css/jqGrid/steel/grid.css */
spable.scroll{ border-collapse:separate;}

table.scroll th, table.scroll td,table.Header td,table.Header th  { /*resets*/
	font-size: 100%;
	font-weight: normal;
	border:0;padding:0;margin:0;
}
.GridHeader {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}
.Header {
	height : 24px;
	width: 100%;

	}

.Header th {
	font-size: 100%; font-weight: bold; text-align: left;
	padding: 2px;
	background-image:url(images/sprite5.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:0 -1900px ;
	color: #3D3D3D;
	width: 100%;
	white-space: nowrap;
	}

.HeaderLeft {
	background-image:url(images/sprite5.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:0 -1900px ;
	}

.HeaderRight {
	background-image:url(images/sprite5.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:0 -1900px ;
	}
.HeaderButton {
	background-image:url(images/sprite5.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:0 -1900px ;
}
.HeaderButton img{
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}

.HeaderLeft img{
	width: 7px;
	}

.HeaderRight img{
	width: 12px;
	}
.GridHeader table {margin:0;}
.GridHeader td, tr {padding:0;}

/* Grid */
.jqgrow a {
	color:#003399;
	text-decoration:none;
	font-weight:bold;
}
.editLink a {
	color:#666666;
	font-size:smaller;
	font-weight:normal;
}
table.scroll {
	border-right: 0px solid #CCCCCC;
	table-layout: fixed;
	margin-bottom :0px;
}
table.scroll tbody tr {
	background-color: #FFFFFF;
}

table.scroll tbody tr.alt{
	background-color: #F5FBFC;
}

/* highlighting */
table.scroll tr.over td, table.scroll tr.over td a{
	background-color: #B2D2FF;
}

table.scroll tr.selected td {
	background-color:#3d84cc;
	color: White;
}
table.scroll tr.selected td a{
	background-color:#3d84cc;
	color: White;
}

table.scroll tbody td  {
	font-size: 92.3%;/*takes it to about 12px is using YUI base*/
	padding: 4px;
	text-align: left;
	border-left: 0px;
	border-bottom: 1px solid #EBEBEB;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height : auto;
}


table.scroll thead th  {
	font-size: 95%;
	vertical-align: bottom;
	padding: 0px 2px 0 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #EFEFEF;
	text-align: left;
	overflow: visible;
	white-space: normal;
	background-color:	#EAEBEE;
	background-image:url(images/sprite5.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:0 -1505px ;

	cursor:	pointer;

	text-align:	center;
}
table.scroll thead tr th div img {
	width: 9px;
}
table.scroll thead  tr {

	border-left: 1px solid #CCCCCC;

}

table.scroll th div {
	overflow: hidden;
	white-space: nowrap;
	height : 15px;
	margin:0;padding:0;
    padding:4px 10px 4px 10px; /* cell padding */
}

table.scroll th span {
	cursor: col-resize;
/*	border-right: 1px solid #D6D2C2;  */
	width: 6px;
	float: right;
	display: block;
	margin: -2px -4px -2px 0px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
}

.grid_bdiv {

	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}
.grid_hdiv{

	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}


/*icons*/
table.scroll th span.grid_ico_sort {
	cursor:pointer;
	display:inline;
	float:none;
	height:16px;
	width:16px;
	margin:0;
	overflow:visible;
	white-space:nowrap;

}
table.scroll th span.grid_ico_sort.grid_asc {
	background:url(images/sort_asc.png) no-repeat left center;
}
table.scroll th span.grid_ico_sort.grid_desc {
	background:url(images/sort_desc.png) no-repeat left center;
}
/*stuff for grids and inplace editing*/
table.scroll .editLink{
	cursor:pointer;
	display:none;
	float:right;
	margin:-2px -4px -2px 0;
	overflow:visible;
	white-space:nowrap;
}
/*
table.scroll tr.over td .editLink a{
	color:blue;
}

table.scroll tr.over td .editLink{
	display:block;
	color:blue;
}
table.scroll tr.selected td .editLink {
	display:block;
}
*/
/*multiselect checkbox */
.cbox {
	height:10px;
	width:10px;
	padding:0;
	margin:0 0 0 0px;
	/*border:1px solid #999;*/
}
#jqgh_cb{
	padding:3px 3px 6px 3px;
}
/* end multiselect */

/* End Grid */

/* Pager */
div.scroll {
	text-align: center;
	white-space: nowrap;
	background-color:	#EAEBEE;
	background-image:url(images/sprite5.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:0 -1900px ;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	display : none;
	height:auto;
	padding-bottom:2px;
	padding-top:2px;
	vertical-align:bottom;
}
div.scroll span {
	line-height:	24px;
	vertical-align:top;
}
.selbox {
	font-size: x-small;

	vertical-align : top;
	margin:2px 2px  0 2px;
}
input.selbox {
	font-size:11px;
	text-align:right;
	vertical-align:top;
	width:2.2em;
	margin-top:2px;
	height:14px;
	background:#FBFBFB none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	padding:0px 2px 3px 1px;
}
.pgbuttons {
	margin-top:2px;
	width:19px;
	vertical-align:middle;
}
.nav-table-left {
	padding:1px;
	float: left;
	margin-top:2px;
/*	position:absolute;*/
}
.nav-table-right {
	padding:1px;
	float: right;
	margin-top:2px;
}
table.navtable {margin-bottom:0; width: auto;}
table.navtable tr{
	background-image: url(images/grid-blue-ft.gif);
}

table.navtable td.nav-button {
/*	margin-top:2px;*/
	border: 1px solid #ffe3b0;
	white-space: nowrap;
}

table.navtable td.nav-hover {
	border: 1px solid #3d84cc;
}

table.tbutton tr td{
	border : none;
	padding:0px;
}

img.jsHover { /*not used */
	border: 1px solid #99CCFF;
}
/* End Pager */



/* loading div */
div.loading {
	position: absolute;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	background: red;
	color: white;
	display: none;
}

div.loadingui {
   display:none;
   z-index:6000;
   position:absolute;
}


div.loadingui div.msgbox {
   position: relative;
   z-index:6001;
   left: 35%;
   top:45%;
   background: url(images/loading.gif)  no-repeat left;
   width: 100px;
   border: 2px solid #B2D2FF;
   text-align: right;
   height: auto;
   padding:2px;
   margin: 0px;
} 

/* end loading div */
div.userdata {
	margin-top: 0px;
	background-color : #f7f7f7;
	height : 20px;
}
/* end toolbar */
/*Subgrid  text mode*/
.subgrid {
	height: 100%;
	overflow:  auto;
}
.tablediv {
	background-color: White;
	border-spacing: 1px; /*cellspacing:poor IE support for  this*/
	border-collapse: separate;
	width:100%; /* FF hack poor when scroling subgrid */
}
.celldiv {
	float: left;
	display: table-cell;
	border: 1px dotted #CCCCCC;
	overflow: auto;
	white-space: normal;
}
.celldivth {
	float: left; /*fix for  buggy browsers*/
	border: 1px solid #CCCCCC;
	background-color: #99CCFF;
	border-bottom: 1px solid #CBC7B8;
	text-align: left;
	overflow: auto;
}
.rowdiv  {
	display: table-row;
	background: #F9F9F9 none;
	color: #000000;
	width: 100%;
	overflow:auto;
}
/* End Subgrid */

/* InLine editing */
input.editable[type="text"]  {

	overflow: hidden;
}
input.editable[type="checkbox"]  {
}

textarea.editable {
	overflow: hidden;
}

select.editable {

}
/* End Inline Editing */

/*Modal Window */
.modaltext{
    text-align : left;
}
.modalwin{
    border:1px solid #555555;
    background:#F9F9F9;
    text-align:left;
    margin: 0 auto;
	overflow: auto;
}


.modalhead {
	background-color:	#EAEBEE;
	background-image:url(images/sprite.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:0 -1505px ;

	height: 20px;

}
.modalcontent {
	overflow: auto;
	margin-bottom: 9px;
	margin-left: 5px;
}
/* end Modal window*/
/* Search window */
input.search {
	margin: 2px;
	width: 70px;
	font-size: 10px;
	color: #15428B;
}

select.search {
	margin: 2px;
	width: 70px;
	font-size: 10px;
	color: #15428B;
}
.buttonsearch {
	width : 50px;
	font-size: 10px;
	color: #15428B;
}
/*End search */

/* Form edit */

.FormGrid {
	margin: 0px;
}
.EditTable {
	width: 100%;
}

.FormData { /* tr */

}

#FormError td {
	font-size: 90%;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7;
}

.CaptionTD{ /* td */
	font-weight: normal; text-align: left; vertical-align: top;
	padding: 1px;
	border-top: 1px solid #D4D0C8;
	white-space: nowrap;
	color: #000000;
}
.DataTD { /* td */
	padding: 1px;
	border-top: 1px solid #D4D0C8;
	vertical-align: top;
}
.navButton{
	border-top: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	text-align: center;
}
.navButton input{
	width:19px;
}
input.EditButton { /* buttons are at footer tr */
	font-size: 10px;
	color: #15428B;
}
td.EditButton {
	text-align: right;
	border-top: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
}

.FormElement { /* form element  - input -text,textarea,checkbox - select  */

}
.FormElement {
	font-size: 10px;
}
input[type="text"].FormElement{
	color: #15428B;
}
input[type="checkbox"].FormElement{
	width: 15px;
	color: #15428B;
}
input[type="textarea"].FormElement{
	color: #15428B;
}
select.FormElement {
	font-size: 10px;
	color: #15428B;
}
/* End Eorm edit */

/* Delete Dialog */
.DelButton > input { /* buttons are at footer tr */
	font-size: 10px;
	color: #15428B;
}
.DelButton {
	text-align: right;
}
/* End Delete Dialog */

img.jqResize {
	position:absolute;
	bottom: 0px;
	right: 0px;
	cursor :se-resize;
}
.dirty-cell {
	background: transparent url(images/dirty.gif) no-repeat 0 0;
}
#DelError td {
	font-size: 90%;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7;
}
/* Tree Grid */
.tree-wrap
{
	float: left;
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
}
.tree-minus
{
	position: absolute;
	height: 18px;
	width: 16px;
	overflow: hidden;
	background: url(images/tree_minus.gif) no-repeat;
}
.tree-plus
{
	position: absolute;
	height: 18px;
	width: 16px;
	overflow: hidden;
	background: url(images/tree_plus.gif) no-repeat;
}
.tree-leaf
{
	position: absolute;
	height: 18px;
	width: 16px;
	overflow: hidden;
	background: url(images/tree_leaf.gif) no-repeat;
}
.treeclick
{
	cursor: pointer;
}
.edit-cell {
	background-color: #E1DCF4;
}


/* ../css/jquery.autocomplete.css */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/* ../css/thickbox.css */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* ../js/calendar-system.css */
/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}


/* ../css/jquery.treeview.css */
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(../images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/treeview-red.gif); } 

.treeview-black li { background-image: url(../images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../images/treeview-black.gif); }  

.treeview-gray li { background-image: url(../images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(../images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../images/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../images/file.gif) 0 0 no-repeat; }


/* ../css/jquery.jgrowl.css */

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				10px;
}

div.jGrowl div.jGrowl-notification div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}


/* ../css/basic.css */
body
{
  font-size: 11px;
}

span.label
{
  font-weight: bold;
  text-align: right;
  font-size: 90%;
  white-space: nowrap;
  overflow: hidden;
  width: 15em;
  float: left;
  padding-right: 1em;
}

div.formdata
{ 
  float: left;
}

div.formrow
{
    width: 99%;
    float: left;
}

br.clr
{
  clear: left;
}

TD.label
{ 
  background-color:lightgray; 
  font-weight:bold; 
  text-align:right; 
  font-size: 80%; 
  white-space: nowrap; 
}

TD.labelc
{ 
  background-color:lightgray; 
  font-weight:bold; 
  text-align:center; 
  font-size: 80%; 
  white-space: nowrap; 
  }

TD.labell
{ background-color:lightgray; 
  font-weight:bold; 
  text-align:left; 
  font-size: 80%; 
  white-space: nowrap; 
}

A.delete
{ 
  color:red;
}

A.delete:visited
{ 
  color:red;
}

A.delete:active
{ 
  color:red;
}

A.create
{ 
  color:orange;
}

A.create:visited
{ 
  color:orange;
}

A.create:active
{ 
  color:orange;
}

A.menu:hover
{ 
  font-weight:bold;
}

SPAN.grey
{ 
  background-color:#dcdcdc;
}

SPAN.notice
{ 
  background-color:yellow;
}

DIV.notice
{ 
  background-color:yellow;
}

div.separatehead
{
    background-color: #f3950b;
    -moz-border-radius: 1em;
    font-size: 150%;
    margin: 0.5em;
    padding: 0.5em;
    border: 1px solid black;
    color: black;
    width: 80%;
    clear: both;
}

div.imgbox
{
    position: relative;
    float: left;
    width: 180px;
    height: 200px;
    margin: 0px;
    text-align: center;
    border: 1px solid black;
}


div.info {
    background-color: yellow;
    padding: 1em;
    border: 1px solid black;
}

div.error {
    background-color: #ddd;
    border: 1px solid red;
    padding: 1em;
}
SPAN.document
{ 
  background-color:white;
}

.tabbed ul
{ 
  display: inline; 
  margin-left: 0; 
  padding-left: 0; 
}

.tabbed ul li
{ 
  margin-left: 0; 
  margin-bottom: 0; 
  padding: 2px 5px 5px; 
  border: 1px solid #000; 
  list-style: none; 
  display: inline; 
  font-size: 60%; 
  font-family: Verdana, sans-serif; 
  background-color: #eec; 
  -moz-border-radius: 12% 12% 0 0; 
}

.tabbed ul li.active
{ 
  border-bottom: 0px solid #ffc; 
  padding: 5px 5px 5px;
  display: inline; 
  background-color: #fff; 
  }

.grid table
{
  border-collapse: collapse;
}

.grid th,.grid td
{
  border: 1px solid;
  padding: 0;
  margin: 0;
}

.grid th
{
  background-color: lightgray; 
  white-space: nowrap;
}

.grid td
{
  background-color: white;
}

.grid a
{
  text-decoration: none;
}



.llist table
{
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

.llist th,.llist td
{
    border-bottom: 1px solid;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0px;
}

.llist th
{
  background-color: #fec; 
  white-space: nowrap;
}

.llist td
{
  background-color: white;
}



.fixedTable
{ 
  table-layout:fixed;
}

td.cell
{ 
  padding: 2px 0px 2px 3px;
  margin: 0px;
  border-bottom: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  height: 22px;
  overflow: hidden;
  font-size: 11px;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 12px;
}

.first
{ 
  border-left:1px solid #b8b8b8;
}

.tableCellHeader
{ 
  padding: 2px 0px 2px 3px;
  margin: 0px;
  text-align: left;
  font-size: 11px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  font-family: verdana, arial, helvetica, sans-serif;
  background-color: #cedebd;
}

.link_ct
{
  border: 1px solid silver;
  position:relative;
  height: 100%;
  background-color: #ffffc0;
  overflow: hidden;
  overflow-y: auto;
}

.link_item
{
  height: 18px;
  width: 100%;
  border: 1px solid #a0a0a0;
  background-color: #c4d0ff;
  vertical-align: middle;
  white-space: nowrap;
  cursor: move;
  padding: 2px;
  z-index: 1000;
  overflow: hidden;
}

.link_ct .link_item
{
  margin: 2px;
}

.link_proxy
{
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
}

.link_over
{
  background-color: #ffff60;
}

.link_cover
{
  position: relative;
  border: 1px solid silver;
  float: left;
  width: 310px;
  height: 158px;
  background-color: #ffccdd;
  clear: both;
}

.link_cover_text
{
  position: relative;
  float: left;
  width: 310px;
  height: 0px;
  background-color: #ffccdd;
  clear: both;
  visibility: hidden;
}

#menu {
    position:relative;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    width:100%;
    overflow:hidden;
}

.section {
    border: 1px solid grey;
    padding: 0.5em;
    margin: 0.5em;
    -moz-border-radius: 4px;
}

.mail_commands, .mail_from, .mail_recipients, .mail_subject, .mail_body {
    border-top: 1px dotted orange;
    border-left: 1px dotted orange;
    border-right: 1px dotted orange;
    background-color: #eee;
    width: 90%;
    padding: 0.4em;
}

.mail_commands {
}

.mail_from {
}

.mail_recipients {
    background-color: white;
}

.mail_subject {
}

.mail_body {
    border-bottom: 1px dotted orange;
}


table.mcalendar {
   width: 90%;
   margin: 0px 3em 0px 3em;
   border: 1px solid black;
   border-collapse: collapse;
}

table.mcalendar th {
  background: #ccc;
}

table.mcalendar tr.month th {
  background: #fff;
  font-size: xx-large;
  text-align: center;
  height: 1em;
}

table.mcalendar td {
  height: 10em;
  background: #fff;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid black;
}

table.mcalendar td.day {
  border-left: 1px solid black;
}

table.mcalendar td {
  color: #aaa;
  text-decoration: none;
}


table.mcalendar td.holiday, table.mcalendar td.weekend, table.mcalendar td.todayweekend {
  background: #ddd;
  color: #aaa;
}

table.mcalendar td.todayweekend, table.mcalendar td.today {
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}

table.mcalendar td.othermonth {
  background: #999;
  color: #555;
}


table.mcalendar tr.legend th {
  font-family: helvetica, arial, sans-serif;
  font-size: xx-small;
}

ul.note_text {
    margin-left: 0;
    padding-left: 4em;
    text-indent: -1em;
}

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
    background-image: url(../images/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    left:-12px;
    height:23px;
    width:10px;
    top:-3px;
}

#JT_arrow_right{
    background-image: url(../images/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    height:23px;
    width:11px;
    top:-2px;
}

#JT {
    position: absolute;
    z-index:100;
    border: 2px solid #CCCCCC;
    background-color: #fff;
}

#JT_copy{
    padding:10px 10px 10px 10px;
    color:#333333;
}

.JT_loader{
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:12px;
}

#JT_close_left{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_close_right{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_copy p{
    margin:3px 0;
}

#JT_copy img{
    padding: 1px;
    border: 1px solid #CCCCCC;
}

.jTip{
    cursor:help;
}

.date_accept {
    background: white;
    color: black;
}

.date_error {
    background: lightgray;
    color: red;
}

.qeditfield {
    border: 1px dotted blue;
    display: inline;
    min-height: 4px;
}

.qeditform {
    border: 1px dotted green;
    min-height: 4px;
}

.qeditfield:hover {
    cursor: pointer;
}

.qeditform:hover {
    cursor: pointer;
}

.llist {
    border-collapse: collapse;
}
.llist_header {
    padding: 0 0.5em;
    text-align: left;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.llist_row td+td {
    border-left: 1px solid #CCC;
    text-align: center;
}
.llist_cell {
    border-bottom: 1px solid #CCC;
    padding: 0 0.5em;
}

input.delete {
    border-color: red;
}
input.save {
    border-color: green;
}

table.queue {
    border-spacing: 20px;
    
}

#dynamic_info {
    position: relative;
    overflow: hidden;
    height: 90px;
    width: 400px;
}

.info_scroll {
    position: absolute;
    top: 100px;
    left: 5px;
    height: 85px;
    width: 390px;
}

table.detlist
{
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
    border-collapse: collapse;
}

table.detlist td
{
    margin: 0px;
    padding: 1em;
    border-bottom: 1px solid black;
}

table.detlist tr.active
{
    background-color: #fff;
}

table.detlist tr.inactive
{
    background-color: #ddd;
}

div.genlist h1
{
  font-size: 130%;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 0.3em;
  border-top: 1px solid black;
}

div.genlist p
{
    font-size: 100%;
    padding-left: 2em;
}

div.genlist a
{
    padding-left: 2em;
    font-weight: bold;
}

div.openinfo
{
  -moz-border-radius: 2px 2px 6px 6px;
  /*border-radius: 12px 10px 12px 10px / 10px 12px 10px 12px;*/
  border: 1px solid gray;
  padding: 2px;
}

/* generic setup for text pages, layout should modify this. */

h1 {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}

p {
    margin: 0.3em;
}

h2 {
    margin-top: 0.4em;
    margin-bottom: 0.2em;
}

blockquote {
    padding-left: 3em;
}

/* ../css/calendar.css */
/*
 * Monket Calendar 0.9
 *  by Karl O'Keeffe
 *  24 June 2005
 *
 * Homepage: http://www.monket.net/wiki/monket-calendar/
 * Released under the GPL (all code)
 * Released under the Creative Commons License 2.5 (without phpicalendar)
 */

.hidden {
    display: none !important;
}

html, body {
    height: 100%;
}


.monket-main, .monket-main-inner {
    height: 100%;
}

#calendar {
    height: 95%;
    margin: 10px;
    padding: 0 5px;
}

#calendar .day-header {
    overflow: hidden;
}

* html #calendar .week, 
* html #calendar .day-header, 
* html #calendar .dummy-week {
    width: 99%;
}

.mc_prev-month, .mc_next-month {
    height: 100%;
    width: 20px;
}

.mc_prev-month a, .mc_next-month a {
    display: block;
    height: 100%;
    width: 20px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
}

#calendar.full .mc_prev-month, #calendar.full .mc_next-month {
    height: 200px;
}

.mc_prev-month a:hover, .mc_next-month a:hover {
    background: none;
}

.mc_prev-month {
    float: left;
    margin-left: -20px;
    background-image: url(../images/prev-month-hover.png);
}

.mc_prev-month a {
	background-image: url(../images/prev-month.png);
}

.mc_next-month {
    float: right;
    margin-right: -20px;
    background-image: url(../images/next-month-hover.png);
}

.mc_next-month a {
    background-image: url(../images/next-month.png);
}

.mc_prev-month, .mc_prev-month a {
    background-position: center right;
    background-repeat:  no-repeat;
}

.mc_next-month, .mc_next-month a {
    background-position: center left;
    background-repeat:  no-repeat;
}


#calendar.full {
    height: auto;
}

#calendar * {
    font-size: 11px;
    font-family: Tahoma;
}

#calendar table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
        
#calendar .week {
    overflow: hidden; 
    height: 16%;
    border: 1px solid #DDD;
    border-bottom: none;
    border-left: none;
}

#calendar.full .week {
    overflow: auto;
    height: auto;
}

#calendar .dummy-week {
    border-right: 1px solid #FFF;
    border-top: 1px solid #DDD;
}

#calendar .week table, #calendar .dummy-week table {
    border-collapse: separate;
}

#calendar th, #calendar td {
    width: 14.29%;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

#calendar .header th {
    padding-bottom: 5px;
    font-weight: normal;
}

#calendar .week th, #calendar .week td {
    border-left: 1px solid #DDD;
}

#calendar .week th {
    text-align: left;
    font-weight: normal;
    color: #888;
    height: 16px;
}

#calendar .dummy-week td {
    border-left: 1px solid #FFF;
    height: 16px;
    b ackground: red;
}

#calendar .week th .day-number {
    float: right;
    color: #888;
    text-decoration: none;
    padding: 2px;
    margin: 0;
}

#calendar .week th .month-text {
    float: right;
    padding: 2px;
    color: #DDD;
    font-weight: bold;
}

#calendar .week th.today {
    background: url(../images/today-fade.png) top center repeat-x;
}

#calendar .week th.today .day-number {
    color: #555;
}

#calendar .week th.today .new-event:hover span {
    color: #555;
}

#calendar .week .padding {
    display: hidden;
}


.color-1 {
    border-color: #D33 !important;
}

.color-1, .color-1 .text {
    background-color: #F55 !important;
}

.color-2 {
    border-color: #36D !important;
}

.color-2, .color-2 .text {
    background-color: #58F !important;
}

.color-3 {
    border-color: #DD8311 !important;
}

.color-3, .color-3 .text {
    background-color: #FFA533 !important;
}

.color-4 {
    border-color: #664488 !important;
}

.color-4, .color-4 .text {
    background-color: #8866AA !important;
}

.color-5 {
    border-color:  #383 !important;
}

.color-5, .color-5 .text {
    background-color: #5A5 !important;
}


#calendar .week td .event {
    border: 1px solid #777;
    background-color: #999;
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0;
}

#calendar .week td .event.editable .text {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#calendar .event.editable {
	cursor: pointer;
}

#calendar .week td .event.hover-start {
	border-left-width: 7px !important;
	padding-left: 0 !important;
}

#calendar .week td .event.hover-end {
	border-right-width: 7px !important;
	padding-right: 0 !important;
}

#calendar .week td .event .description {
    display: none;
}

#calendar .week td .event.start {
	padding-left: 6px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;                                                                                  
}

#calendar .week td .event.end {
	padding-right: 6px;
	-moz-border-radius-topright: 10px;                                                                                  
	-moz-border-radius-bottomright: 10px;                                                                                  
}

#calendar .week td .event.all-day {
}

#calendar .week td .event .text-outer {
   padding: 0 2px;
}

#calendar .week td .event .text {
    color: #FFF;
    background-color: #999;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

#calendar .week td .event.ediable .text {
    cursor: pointer;
}

#calendar .week td .event:hover .tooltip {
	display: block;
	position: absolute;
}

#calendar .week td .event .tooltip {
	display: none;
	border: 1px solid #CCA;
	background: #FFD;
	color: #666;
	z-index: 100;
	margin-top: 2px;
	margin-left: -1px;
	padding: 1px 4px;
}

#calendar .week td .event form {
	margin: 0;
	padding-left: 2px;
	background: #FFF;
}

#calendar .week td .event input {
	border: none;
	margin: 0;
	padding: 0;

	font-size: 11px;
	font-family: tahoma, verdana, sans-serif;

	background: #FFF;
	color: #000;
}


#calendar .week td .event.start input {
    padding-left: 0;
}

#calendar .week td .event.end input {
    padding-right: 0;
}

#calendar .week td .event input.delete {
	background-image: url(../images/delete.gif);
	background-position: center right;
	background-repeat:  no-repeat;
}

#calendar .new-event {
    display: block;
    cursor: pointer;
    text-align: left;
}

#calendar .new-event span {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    overflow: hidden;   
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    padding-left: 16px;
    margin: 2px;
    height: 16px;
    background: url(../images/new-event-faded.png) top left no-repeat;
    margin-right: 1000px;
}

* html #calendar .new-event span {
    margin-right: 0;
}

#calendar .new-event:hover span {
   color: #888;
   width: auto;
   margin-right: 0;
   background-image: url(../images/new-event.png);
}


#calendar .td-m .event .text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow : ellipsis;
}

#calendar .td-m {
    height: 0px;
}

#calendar .td-s {
}

#calendar .single-day {
	min-height: 100px;
	overflow: hidden;
}

#calendar.full .single-day {
	height: auto !important;
}


#calendar .working .text {
   background-image: url(../images/refresh.gif);
   background-position: center right;
   background-repeat: no-repeat;
}

#calendar .update-failed .text {
   background-image: url(../images/warning.gif);
   background-position: center right;
   background-repeat: no-repeat;
}

.border {
   border: 1px solid red;
}

#calendar .more {
   display: block;
   text-decoration: none;
   cursor: pointer;   

   width: 1px;
   
   position: absolute;
   margin-top: -14px;
   padding-bottom: 0px;
   z-index: 10;
   height: 13px;
   
   background: url(../images/fade.png) bottom center no-repeat;   
   b order: 1px dotted blue !important;
}

#calendar.full .more {
	display: none;
}

#calendar .more:hover {
   backg round-image: url(../images/more-highlight.gif);
}


.calendars {
  float: right;
  border: 1px solid #CCC;
  margin: 10px;
  padding: 5px;
  width: 175px;
}


.calendars .links {
  text-align: right;
  display: block;
  padding: 1px 3px;
}

.calendars .links a {
  color: #FFF;
}

.calendars .cal-details {
  float: left;
  pad ding: 1px 3px;
}

.calendars .cal-details * {
	float: left;
}

.calendars .cal-details input {
	margin-top: 2px;
}

/* IE only */
* html .calendars .cal-details input {
	margin-top: -2px;
}

/* Opera only */
@media screen and (min-width: 0px) {
  .calendars .cal-details input {
    margin-top: -1px !important;
  }
}

.calendars .name {
	margin-top: 1px;
}

.calendars .calendar-info {
  color: #FFF;
  background: #999;
  border: 1px solid #777;
  margin: 2px;
  padding-bottom: 1px;
  clear: both;
}

#show-hide-full {
	float: right;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}


label {
	cursor: pointer;
}


.faded {
	color: #888;
}


.drag-event {
	position: absolute;
	z-index: 200;
	width: 100px;
	height: 14px;
	border: 3px solid #99D;
	background: #CCF;
	cursor: move;
	overflow: hidden;

	-moz-border-radius: 10px;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        -moz-opacity: .50;
        -khtml-opacity: .50;
        opacity: .50;
}

.drag-event.start {
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-left-color: #66A;
}

* html .start {
	border-left-color: #66A;
}

.drag-event.end {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-right-color: #66A;
}

* html .end {
	border-right-color: #66A;
}

#loading {
	position: absolute;
	top: 0;
	right: 0;
	background: red;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
}

.delete-button {
        padding-right: 13px;
        background-image: url(../images/delete.png);
        background-position: center right;
        background-repeat:  no-repeat;
	cursor: pointer;
}

.delete-button.hover, .delete-button:hover {
        background-image: url(../images/delete-hover.png);
}

* html .delete-button {
        background-image: url(../images/delete-hover.gif);
}

.filler-cell, .td-m {
	height: 0;
}

.filler-cell * {
	display: block;
	height: 0;
	overflow: hidden;
}

.act_private {
    border: 2px solid red;
}

.act_public {
    border: 2px solid green;
}

.act_tentative {
    border-style: dotted;
    opacity: .8;
}

.act_cancelled {
    border: 1px solid black;
    opacity: .2;
    background-image: url(../images/cancelled-small.png);
}

.act_completed {
    border: 1px solid black;
    opacity: .2;
    background-image: url(../images/completed-small.png);
}




