/** Example rules used by the template application (remove for your app) */
h2 {
	margin: 0px 0px 0px;
}

h3 {
	margin: 0px 0px 0px;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

#Title{
	font-size: 180%;
	font-weight: bold;
}

.grid {
  width: 560px;
  height: 200px;
  padding: 5px;
  empty-cells:hide; 
  /*position: absolute; */
}

.tableCell-even {
  padding: 2px;
  background-color: #cccccc;
  width: 5em;
  height: 1em;
  /*border: 1px;*/  
  font-size: 8pt;*/
}

.due {
	color: red;
	/*font-size: 1.2em;*/
	font-weight: bold
}

.statusPopup {
	color: white;
	background: green;
}


.find-popupPanel
{
    background-color       :    #ffc;
    border                 :    3px solid #009;
}
.find-Composite
{
    margin                 :    0 auto;
}
.find-glass
{
    background-color       :    #ff0;
    padding                :    5px;
    text-align             :    center;
}
.find-popup-message
{
    font-size              :    80%;
    padding                :    15px;
}
.find-popup-buttonPanel
{
    padding                :    5px;
    text-align             :    center;
    width                  :    100%;
}

.domainSelectionTex {
	font-family: sans-serif;
	font-size: 115%;
	border-color: transparent;
}

.HNflexTable {
  border-top: thin solid #444444;
  border-left: thin solid #444444;
  border-right: thin solid #111111;
  border-bottom: thin solid #111111;
  background-color:  #ffffff;
}
.HNflexTable-Cell {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: gray;
  padding: 5px;
}
.editorPanelNumber {
	font-size: 120%;
	font-weight: bold;
}

#domainDesc {
	color: #000000;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

 body {
    background-color:#ffffff;
    font-family:Arial, sans-serif;
    width: 1000px;
 }
 
 
 #page {
 	width:995px;
 	margin:0 auto;
    background-color:#252525;
 }