#organization #modules .moduleContainer{
    margin: 10px;
    width: 450px;
  }

  #organization #modules .moduleContainer p{
    height: 1em;
    line-height: 1em;
  }
  
  #organization #modules .moduleContainer p.action{
  	display:block;
		float:left;
		height:1em;
		line-height:1em;
		width:100px;
  }

  #organization #modules .moduleContainer p.move{
    width: 350px;
    float: left;
  }

  #organization #modules .moduleContainer .head p.move{
    width: 350px;
  }
  #organization #modules .moduleContainer ul{
    margin: 0px;
    list-style-type: none;
  }

  #organization #modules .moduleContainer li{
    list-style-type: none;
    float: left;
    width: 500px;
  }


  div.moduleContainer span.head{
    padding: 5px;
    height: 35px;
    background: #3E8ED4;
    display: block;
  }

  div.moduleContainer span.tail{
    padding: 5px;
    background: #E7E7E7;
    min-height: 10px;
    display: block;
  }
	
	/* specific settings for the organization license edit */
div.license .licenseTable {
  width: 97%;
	margin: 5px 0 0 8px;
}

div.license #addLicense input {
  width: 250px;
}

div.license div.licenseInfo {
  float: left;
  padding: 0px 0px 10px 20px;
  width: 350px;
}

div.license table.licenseTable thead tr {
  background-color: #FFFFFF;
}

div.license table.licenseTable thead tr {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}

div.license table.licenseTable thead td {
  text-align: center;
  padding: 2px;
  font-weight: bold;
}

div.license table.licenseTable tbody td {
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 2px;
}

div.license div.group_license{
	background-color: #E7E7E7; 
	height: 40px; 
	width: 672px; 
	font-size: 18px; 
	display:table-cell; 
	vertical-align:middle;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

div.license table.licenseTable th{
  text-align: center;
	background-color: #8AB1DD;
	height: 30px;
	color: #FFFFFF;
	border: 1px solid black;
	
}

div.license table.licenseTable th.licenseKey{
	width: 180px;
}

div.license table.licenseTable td.availablity, div.license table.licenseTable td.license_groups{
  text-align:left;
	padding-left: 5px
}

div.license table.licenseTable tr.dark{
  background-color: #FFFFE0
}

div.license table.licenseTable tr.light{
  background-color: #F3F3F3;
}

div.license div.title {
  width: 100%;
}
	