﻿div.domains {
  text-align:left;
  padding:0px;
  margin:0px;
  width:1025px;
  height:127px;
}

div.selecteddomain {
  float:left;
  width:155px;
  height:127px;
  position:relative;
  background:#fff url("images/taskspace_back_selected.png") no-repeat left top; 
  overflow:visible; 
  z-index:1;
}
div.selecteddomain div.domainimage, div.otherdomain div.domainimage {
  margin:10px 0px 0px 40px;
  width:70px;
  height:70px;
  background-color:White;
  padding:3px;
  border-color:White;
  border-width:1px;
}
div.otherdomain div.domainimage {
  border-width:1px;
  border-color:#cccccc;
  border-style:dashed;
}
div.selecteddomain div.domainname, div.otherdomain div.domainname {
  padding:0px;
  margin:4px 0px 0px 0px;
  text-align:center;
  width:155px;
}
div.selecteddomain div.domainname input {
  font-family:Tahoma;
  width:80px;
  padding:0px;
  margin:0px;
}
div.domains img {
  border-width:0px;
  padding:0px;
}

div.domainnamebuttons {
  float:left;
  width:155px;
  font-weight:normal;
  text-align:center;
  margin:5px 0px 0px 0px;
}
div.domainnamebuttons a {
  font-weight:normal;
  padding:0px 3px 0px 3px;
  margin:0px;
  font-size:7pt;
}

div.otherdomains {
  float:left;
}
div.otherdomains div.otherdomain {
  float:left;
  width:155px;
  height:125px;
  background:#fff url("images/taskspace_back_unselected.png") no-repeat left top; 
}


/*
div.domains img {
  width:50px;
  height:50px;
  margin:10px 0px 5px 0px;
}
div.domains span {
  font-family:Tahoma;
  font-size:8pt;
  font-weight:normal;
  width:200px;
}
div.domainslist {
  float:left;
  margin-left:50px;
}
div.domainslist ul {
  display:inline;
  list-style:none;
  font-size:10pt;
  font-weight:bold;
}
div.domainslist ul li {
  display:inline;
  list-style:none;
}*/

/*************************************************
 * Rounded panel domain
 *************************************************/
.domain_1, .domain_1_selected {
  padding:10px 0 0 0;
  margin:1px;
  float:left;
}
.domain_2, .domain_2_selected  {
  padding:0 0 10px 0;
  float:left;
  /* prevent whitespace at the bottom in IE6 */
  _float:none;
}
.domain_3, .domain_3_selected  {
  padding: 0px 0px 0px 0px;
  float:left;
  /* prevent whitespace at the bottom in IE6 */
  _float:none;
  overflow:hidden;
}
.domain_1 { background:#fff url("images/tasklist row top.png") no-repeat left top; width:83px; }
.domain_2 { background:url("images/tasklist row bot.png") no-repeat left bottom; width:83px; }
.domain_3 { border:1px solid #c1ffb5; border-width:0 1px; width:81px; background-color:#edffe1; }

.domain_1_selected { background:#fff url("images/tasklist row top selected.png") no-repeat left top; width:83px; }
.domain_2_selected { background:url("images/tasklist row bot selected.png") no-repeat left bottom; width:83px; }
.domain_3_selected { border:1px solid #51a23b; border-width:0 1px; width:81px; background-color:#cbf5ac; }

.domaininfo {
  font-size:7pt;
  float:right;
  position:relative;
  top:10px;
  left:6px;
  
}

