#ztm-collabroom {
  font-size: 1.1em;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-bottom:solid 15em #ffffff;
  }
  
  /* Typography*/
  #ztm-collabroom h1 {
    width: 100%;
    margin-bottom: 0.5em;
  }
  #ztm-collabroom h2{
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size:larger;
	padding-top:10px;
	border-top:10px solid #B4B4B4;
	font-weight:normal;
	color:#222222;
  }
  #ztm-collabroom h3{
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size:1em
  }
  #ztm-collabroom a{
    outline: none;
	background:none;
	padding-left:0px;
  }
  #ztm-collabroom p{
    margin-bottom: 0.8em;
  clear:both;
  }
  #ztm-collabroom strong{
    font-weight: bold;
  }
  #ztm-collabroom form{
    background-color: #efebde;
    overflow: hidden;
    height:100%;
    border-top: 1px solid #aca899;
    border-bottom: 1px solid #aca899;
    margin-bottom: 0.5em;
    padding: 0.5em 0.5em 0 0.5em;
  }
  #ztm-collabroom form label{
    display: block;
    margin-bottom: 0.5em;
  }
  #ztm-collabroom form label.checkbox-label{
    display: inline;
  }
  #ztm-collabroom form label.wide-label{
    width: auto;
  }
  
  
  #ztm-collabroom form p{
  }
  #ztm-collabroom form input.radiobutton{
    width: auto;
  }
  #ztm-collabroom form .actionbar{
    padding:0.4em;
    background-color: #ACA899;
    color: #fff;
  }
  #ztm-collabroom .blocklabels{}
  #ztm-collabroom .blocklabels label{
      display: block;
  }
  
  
  /* Layout */
  #ztm-collabroom #leftcol, #ztm-collabroom #leftandmiddlecol, #ztm-collabroom #rightcol, #ztm-collabroom #middlecol{
    float: left;
    overflow: hidden;
  }
  #ztm-collabroom #leftcol{
    width: 31.5%;
    margin-right:30px;
  }
  #ztm-collabroom #middlecol{
    width: 31.5%;
    margin-right: 30px;
  }
  #ztm-collabroom #leftandmiddlecol{
    width: 63%;
    margin-right: 30px;
  }
  #ztm-collabroom #rightcol{
    width:30%;
  }
  #ztm-collabroom .col60{
    float:left;
    width: 60%;
  }
  #ztm-collabroom .col40{
    float:left;
    width: 40%;
  }
  
  
  
  
  /*General elements*/
  #ztm-collabroom ul, #ztm-collabroom ol{
    margin-bottom: 1em;
  }
  
  #ztm-collabroom .path {
    clear:both;
    height:100%;
    list-style: none;
    margin-bottom: 1em;
    overflow: hidden;
  display:block;
  }
  
  
  #ztm-collabroom .path a {
    line-height: 1.2em;
  }
  
  #ztm-collabroom .infotext{
    background-color: #F4F8EC;
    padding: 0.5em;
  }
  
  #ztm-collabroom .infotext a{
    font-weight:normal;
	margin-right:10px;
  }
  
  #ztm-collabroom .collapsed{
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    background: #F2F3F3 url('/@@/ztm.collabroom/icons_16x16.gif') no-repeat left center;
  }
  #ztm-collabroom .expanded{
    background: #F2F3F3 url('/@@/ztm.collabroom/icons_16x16.gif') no-repeat -16px center;
  }
  #ztm-collabroom .biglinks .hover{
    cursor: pointer;
  }
  
  #ztm-collabroom .rightalign{
    text-align: right;
  }
  
  #ztm-collabroom .archive{
    width: 100%;
    border-collapse:collapse;
  }
  #ztm-collabroom .archive h2{
    margin-bottom: 0;
  }
  #ztm-collabroom .archive th{
    text-align: right;
    padding-right: 50px;
    width: 0px;
  }
  #ztm-collabroom .archive tr.year th, #ztm-collabroom .archive tr.year td{
    background-color:#F1F3F3;
    border-bottom:1px solid #E1DDCD;
    border-top:1px solid #E1DDCD;
    text-align:left;
  }
  #ztm-collabroom .archive tr.month td, #ztm-collabroom .archive tr.month th{
    background-color:#EFEBDE;
    border-bottom:1px solid #ACA899;
    border-top:1px solid #FFFFFF;
    padding-top:1px;
  } 
  
  #ztm-collabroom .archive th, #ztm-collabroom .archive td{
    padding: 0.4em;
    background-color: #fff;
    border-bottom: 1px solid #EFEBDE;
  }
  /* icons */
  #ztm-collabroom .fileicon{
    padding-left: 20px;
    line-height: 20px;
    background: transparent url('/@@/ztm.collabroom/fileicons_16x16.gif') no-repeat;
    display:block;
  }
  #ztm-collabroom .image{
    background-position: left 2px;
  }
  #ztm-collabroom .docx{
    background-position: left -30px; 
  }
  #ztm-collabroom .doc{
    background-position: left -30px; 
  }
  #ztm-collabroom .txt{
    background-position: left -30px; 
  }
  #ztm-collabroom .folder{
    background-position: left -60px; 
  }

  #ztm-collabroom .warning{
    color: red; 
    font-weight: bold;
    font-size: 1.5em;
  }
  
  /* tables */
  

  #ztm-collabroom .filearchive table{
    width: 100%;
    border-spacing: 0;
    margin-bottom: 1em;
  } 
  #ztm-collabroom .filearchive label{
    display: inline;
  }
  
  #ztm-collabroom .filearchive table thead th{
    background-color: #f1f3f3;
    text-align: left;
    padding: 0.2em;
    border-bottom: 1px solid #e1ddcd;
    border-top: 1px solid #e1ddcd;
	background-repeat: no-repeat;
	background-position: center left;
  }

  /* Make room for the tablesorter icon*/
  #ztm-collabroom .filearchive table thead th span {
    padding-left:8px;
  }
  #ztm-collabroom .filearchive table thead th.header {
	background-image: url(tablesorter_bg.gif);
	cursor: pointer;
  }  
  #ztm-collabroom .filearchive table thead th.headerSortUp {
	background-image: url(tablesorter_asc.gif);
  }
  #ztm-collabroom .filearchive table thead th.headerSortDown {
	background-image: url(tablesorter_desc.gif);
  }
  

  #ztm-collabroom .filearchive table th, #ztm-collabroom .filearchive table td{
    padding:0.2em;
  }
  #ztm-collabroom .filearchive table td{
    background-color: #efebde;
    border-bottom: 1px solid #aca899;
    border-top: 1px solid #fff;
    padding-top: 1px;
  }
  #ztm-collabroom .filearchive table tbody tr{
    margin-bottom:2px;
  }
  #ztm-collabroom .filearchive tr.folder td{
    background-color: #fff;
    border-bottom: 1px solid #E1DDCD;
  }
  
  #ztm-collabroom .filearchive {
    /*reset default form styles*/
    background-color: transparent !important;
    border: none;
    margin: 0;
    padding: 0;
  } 
  
  /* Helpers  */
  #ztm-collabroom .centeralign{
    text-align: center;
  }
  
    /* lists */
  #ztm-collabroom .condensed-list{
    list-style: none;
  }
    #ztm-collabroom .condensed-list a.title{
      font-weight: bold;
      display: block;
      font-size: 1em;
      margin-bottom: 0.5em;
    }

    #ztm-collabroom .condensed-list li{
      overflow: hidden;
      margin-bottom: 1em;
    }
    #ztm-collabroom .condensed-list h3{
      margin-bottom: 0.5em;
    }
    #ztm-collabroom .condensed-list li img{
      margin-right: 0.5em;
      float: left;
    }
    #ztm-collabroom .condensed-list p{
      overflow: hidden;
      height: 100%;
    }
  #ztm-collabroom .linklist{
    list-style: none;
  }
  #ztm-collabroom .linklist li{
    margin-bottom: 0.5em;
  }
  #ztm-collabroom .linklist li a{
    font-weight:bold;
  }
  
  #ztm-collabroom .profile-list{
     border-top: 1px solid #F2F3F3;
     padding-top: 0.5em;
     list-style: none;
  }
  #ztm-collabroom .profile-list li {
    border-bottom: 1px solid #F2F3F3;
    padding-bottom:0.5em;
    overflow: hidden;
    height: 100%;
    margin-bottom: 0.5em;
  }
  #ztm-collabroom .profile-list .container{
    height: 100%;
    overflow: hidden;
  }
  #ztm-collabroom .profile-list img{
    float: left;
    margin-right: 0.5em;
  }
  
  
  /* Forms */
  
  #ztm-collabroom .create{
    margin-bottom: 0.5em;
  }
  
  #ztm-collabroom .create h2{
    padding: 0.2em;
    background-color: #F2F3F3;
    border-bottom: 1px solid #e1ddcd;
    border-top: 1px solid #e1ddcd;
	background-image: none;
  }
  #ztm-collabroom .create .title{
    font-size: 1.4em;
    padding: 0.2em;
  }
  #ztm-collabroom .create p{
    margin-bottom: 0.5em;
  }
  #ztm-collabroom .create label{
    width: 20%;
    display: block;
    float: left;
  }
  #ztm-collabroom .create input, .create textarea{
      width: 75%;
  }
  #ztm-collabroom .create .submit{
    margin-left: 20%;
    width: 25%;
  }
  #ztm-collabroom .create .inner{
    background-color: #efebde;
    overflow: hidden;
    
    border-top: 1px solid #fff;
    border-bottom: 1px solid #aca899;
    padding: 1em 1em 1em 20px;
    display: none;
  }
  #ztm-collabroom .create .inner form{
    /*reset default form styles*/
    border: none;
    margin-bottom: 0;
    padding: 0;
  }
  #ztm-collabroom .create h2{
    margin-bottom: 0;
  } 
  /* need to clean this up - !important statements is a statement of lack of control :)
     revisit general form framework for the forms used in collabrooms
  */
  #ztm-collabroom-invite-member-form{}
  #ztm-collabroom-invite-member-form label{
    display: block !important;
    float: none !important;
    width: auto !important;
  }
  #ztm-collabroom-invite-member-form .inlinelabels label{
    display: inline !important;
  }
  #ztm-collabroom-invite-member-form input,  #ztm-collabroom-invite-member-form textarea{
    width: 95% !important;
  }
  #ztm-collabroom-invite-member-form input.radiobutton{
    width: auto !important;
    margin-right: 0.5em;
  }
  #ztm-collabroom-invite-member-form .submit{
    margin:0 !important;
    width: 20% !important; 
  }
  
  /* tab impl. from http://www.alistapart.com/articles/slidingdoors/ */
  #ztm-collabroom .tabs{
    background:transparent url(/@@/ztm.collabroom/tab_bg.gif) repeat-x scroll center bottom;
  
    /*float:left;
    font-size:1em;
    line-height:normal;
    width:100%;*/
	overflow:hidden;
  }
  #ztm-collabroom .tabs ol{
    /*list-style-image:none;
    list-style-position:outside;
    list-style-type:none;*/
    margin:0 0 -3px 0;
    /*padding:10px 10px 0 0;*/ 
  }
  #ztm-collabroom .tabs li{
    display:block;
    float:left;
    margin-right:5px;
    z-index:200;
	background-color:#ffffff;
  }
  #ztm-collabroom .tabs li.selected{
    border-color:#DDDDDD #DDDDDD #FFFFFF;
    border-style:solid;
    border-width:1px 1px 2px;
    display:block;
  }
  #ztm-collabroom .tabs li.selected a{
   	background:#FFFFFF url(/@@/ztm.collabroom/tabGradient.gif) repeat-x scroll left top;
	border-color:#FFFFFF;
    border-style:solid;
    border-width:1px 1px 2px;
    color:#333333;
    display:block;
    padding:4px 15px 2px;
  }
  #ztm-collabroom .tabs a {
    display:block;
    float:left;
    font-weight:normal;
    padding:5px 10px 4px 10px;
    text-decoration:none;
    float:none;
  }
  
  #ztm-collabroom .tabs .selected a {
    background-color:#FFFFFF;
    border-left:2px solid #F2F3F3;
    border-right:2px solid #F2F3F3;
    border-top:2px solid #F2F3F3;
    color:#EE7D11;
    font-weight:bold;
  }
  #ztm-collabroom .byline{
    margin-bottom: 0.5em;
  }
  #ztm-collabroom .byline img{
    float: none !important;
  }
  
  #ztm-collabroom .entry{
    margin-bottom: 1em;
  }
  #ztm-collabroom .entry p.byline{
    overflow: hidden;
    height: 100%;
  }
  #ztm-collabroom .entry{
  
  }
  #ztm-collabroom .entry table{
    width: 100%;
    border-collapse: collapse;
    margin-left: 1px;
  }
  #ztm-collabroom .entry table td{
    border: 1px solid #ACA899;
    padding: 0.2em;
  }
  #ztm-collabroom #comments{}
  #ztm-collabroom #comments .comment{
    margin-bottom: 1em;
  }
  #ztm-collabroom #comments ul, #ztm-collabroom .entry ul{
    list-style: disc;  
    padding-left: 15px;
  }
  #ztm-collabroom #comments ol, #ztm-collabroom .entry ol{
    list-style: decimal;  
    padding-left: 22px;
  }
  #ztm-collabroom #comments li{
    
  }
  
  #ztm-collabroom  .preview{
    margin-bottom: 1em;
  }
  
  #ztm-collabroom-members-list ol li .wrapper {
    float: right;
    }
  #ztm-collabroom-members-list ol li .remover {
    visibility: hidden;
    cursor: pointer;
    }
    #ztm-collabroom-members-list ol li:hover .remover {
      visibility: visible;
      }
    #ztm-collabroom-members-list ol li span.remover:hover {
      color: black;
      }
  #ztm-collabroom-members-list .role {
    cursor: pointer;
    }
    #ztm-collabroom-members-list .role:hover {
      cursor: pointer;
      }
  
  #ztm-collabroom-members-list p {
    margin-bottom: 0.2em;
    }
  
  /*Area specific styles*/
  #ztm-collabroom-create-room-form{}
  #ztm-collabroom #ztm-collabroom-create-room-form #identity{
    display:inline;
  }
  #ztm-collabroom #ztm-collabroom-create-room-form label {
	  display:inline;
	  float:none;
	  width:auto;	  
  }
  #ztm-collabroom #ztm-collabroom-create-room-form input {
	  width:90%;
  }
  #ztm-collabroom #ztm-collabroom-create-room-form input.submit {
	  width:auto;
	  margin-left:0px;
  }  
  #ztm-collabroom #ztm-collabroom-create-room-form textarea {
	  width:90%;
  }
  
  #ztm-collabroom-search-content{
    margin-bottom: 1em;
  }

  
 #ztm-collabroom-search-content form{
   background-color:#FFFFFF;
   height:auto;
   overflow:hidden;
   padding:1px;
  }
  
 #ztm-collabroom-search-content div.searchForm{
   border:solid 1px #BBBBBB;
   height:20px;
   position:relative
 } 

  #ztm-collabroom-search-content p.searchField{
     width:90%;
  }
  #ztm-collabroom-search-content input.searchField{
	-moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-box-shadow:none;
    background:transparent none repeat scroll 0 0;
    border:medium none;
    margin:0;
    padding:0;
	font-size:100%;
  }
  
  #ztm-collabroom-search-content input.searchSubmit{
    width: auto;
	background:none;
	padding:0px;
	position:absolute;
	right:0px;
  }
  
  #ztm-collabroom-search-content #portalGlobalSearch p{
    margin:0px;
	clear:none;
	border:none;
	/*float:left;*/
  }
  
  #ztm-collabroom-search-content #portalGlobalSearch p.searchlist{
    margin:0.5em 0px;
	float:none;
  }
  
  #ztm-collabroom-search-content .infotext{
    margin: 0.5em 0 0.5em 0em;
  }
  
  #ztm-collabroom-header {
    overflow: hidden;
    height: 100%;
    margin: 0.5em 0 0.5em 0em;
  }  
  #ztm-collabroom-header {
    overflow: auto;
    margin-bottom: 1em;
    clear:both;
  }
  #ztm-collabroom-header .intro h1{
    /*ie6*/
    width: auto;
  }
  #ztm-collabroom-header .intro a.header {
    color:#EE7D11;
    font-size:2.2em;
  }
  #ztm-collabroom-profileimage{
    float: left;
    margin: 0em 1em 0em 0em;
  }
  #ztm-collabroom-profileimage-placeholder {
      background-color: white;
      border: thin solid black;
      cursor: pointer;
      float: left;
      height: 6em;
      margin: 0em 1em 0em 0em;
      padding: 3em 0em 0em 0em;
      text-align: center;
      vertical-align: middle;
      width: 12em;
  }

  #ztm-collabroom-profileimage-placeholder:hover {background-color:#eee;}
  #ztm-collabroom-page {/*margin-left: 2em;*/clear:both;overflow:hidden; height: 100%; padding: 1em 0 0 0;}
  
  #ztm-collabroom-create-entry {}
  #ztm-collabroom-create-entry .create label{
    display: inline;
  }
  #ztm-collabroom-create-comment{
    margin-top: 1em;
  }

  #ztm-collabroom-create-comment textarea{
    width: 99%;
  }
  #ztm-collabroom-password-reset{}

  #ztm-collabroom-password-change .matching {color: green;}
  #ztm-collabroom-password-change .incorrect {color: red;}

  #ztm-collabroom-unanswered-invitations{}
  #ztm-collabroom-unanswered-invitations .invitation{
    font-size: 1.2em;
    background-color:#F2F3F3;
    border-bottom:1px solid #E1DDCD;
    border-top:1px solid #E1DDCD;
    padding: 0.4em;
  }
  #ztm-collabroom-unanswered-invitations .invitation span{
    font-weight: bold;
  }


  #ztm-collabroom-usermanagementview ul.profile-list {
	  max-height : 50em;
	  overflow : auto;
  }

  #ztm-collabroom-usermanagementview a.view-person-page-link {
 	float: left;
	width:15em;
  }

  #ztm-collabroom-usermanagementview a.edit-user-account-link,
    #ztm-collabroom-usermanagementview a.create-user-account-link {
 	float: left;
	text-align: : left;
	width:20em;
  }
  
  
  


  #ztm-collabroom .error{  
    background-color: #9e2323;
    color:#ffffff;
    font-weight:bold;
    padding:10px;
  }
  #ztm-collabroom .error a {    
	  color:#A0A0ff;
  }
  
  #ztm-collabroom .infotext{  
    color:green;
    font-weight:bold;
    padding:10px;
  }


/* formatting of the autocomplete results in the email-box in the invite-member view*/
#ztm-collabroom .ac_input {
	width: 200px;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: #f5f5f5;
	overflow: hidden;
}

.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: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}



/* helpers */

.hidden{
  visibility: hidden;
}




