/* AppWords css defines styles */
/* TRBL */

/************************************** containers    */
#w {
  top: 70px;
  width: 100%;
  height: 100%;
  margin-top: -70px;
  padding-top: 70px;
  position:fixed;
}
#wHead {
  display: flex;
  width: 100%;
  position: relative;
  z-index:2;
  overflow: hidden;
	height:35px;
}
#wLists {
  display: flex;
  width: 100%;
  position: relative;
  z-index:1;
  overflow: auto;
  height: 100%;
  margin-top: -35px;
  padding-top: 35px;
}

/************************************** General     */
.wList{
	float:left;
	height: 100%;
	margin: 0 auto;
	border: 1px solid white;
	overflow-y:auto;
}
h3 { 
  margin: 5px; 
  color:white;
}
ul {
	padding: 5px;
	margin: 0;
	list-style: none;
}
a {
	display: block;
	padding: 10px 0 0 0;
	margin:0;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
.selectedItem a {
	color: white;
	text-decoration: underline;
	text-decoration-style: double;
}
form  { display: table;      }
form p     { display: table-row;  }
form label { display: table-cell; color:white; }
form input { display: table-cell; }
/************************************** Columns       */
#wAh {
	width: 5%;
  text-align:center;
}
#wAh a { 
	font-size: 1.17em;
  font-weight:bold;
  margin: 5px; 
  padding:0;
  color:white;
}
#wOh {
	width: 25%;
  display:block;
}
#wOh form {
	font-size: 1.17em;
  font-weight:bold;
  margin: 5px; 
  padding:0;
  color:white;
}
#wAth {
	width: 70%;
  display:block;
}
#wAth form {
	font-size: 1.17em;
  font-weight:bold;
  margin: 4px; 
  padding:0;
  color:white;
}
#wA {
	width: 5%;
  text-align:center;
}
#wA a { 
	font-size:12px;	
}
#wOrgs {
	width: 25%;
}
#wAtts {
	width: 70%;
}


/************************************** Atts tables */

.wAttsLabel {
  display:inline-block;
  width:120px;
  text-align:right;
}


/************************************** Atts Delete Confirm (starts hidden) */
#wAttsDel {
  position:relative; 
  top:0px; 
  left:100px; 
  height:200px; 
  width: 200px;
  display: none; 
  background:#FFFF00; border:2px solid #000000;
}


