@import url(buttons.css);
@import url(tabs.css);
@import url(double-list-control.css);


body {
  background: #ffffff;
} 
/* ---------- search  --------- */

* html table.searchArea {
  margin-top: 15px;
}

table.searchArea {
  margin-top: 7px;
  border-top: 1px dashed #bbbbbb;
}
table.searchArea td {
  padding-top: 10px;
}
table.searchAreaDetails td {
  padding: 2px;
}

/* ---------- list  --------- */

div.ipmap {
  height: 400px;
}

div.massmaildetails {
  height: 60px;
}

tr.subTr td {
  border-top: 1px solid #d8d8d8;
}

.list {
}

.list .selected {
  background-color: #ecf0fb;
}

.list th, .list td {
}

th {
  text-align: left;
  background: url(../../images/th_bg_na.gif) #f4f4f4 bottom left repeat-x;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top:1px solid #bbb9ba;
  
}

th a:link, th a:visited, th a:active {
  color: #545c66;
  text-decoration: none;
}

th a:hover {
  text-decoration: underline;
}

.sort {
  background-color: #f4f4f4; 
}

.list .subTable td {
	border: 0px;
	padding: 3px;
}

.evenrowbg {
background-color: #fafafa; 
}

.oddrowbg {
  background-color: #ffffff;
}

.selectedrowbg {
background-color: #66FF99; 
}

.overrowbg {
background-color: #CCCCCC; 
}

/* ---------- form  --------- */

.footnote {
  padding-top: 2px;
  padding-left: 12px;
  text-align: left;
  color: #666666;
}

legend {
  color: #1f4cc3;
  font-weight:bold;
  background-color: #fff;
}

.formFields td {
  text-align: left;
}

.name,
.nameError {
  font-weight: bold;
  color: #444444;
}

.regexpError {
  background: #ffd9d9;
}

.regexpAccept {
  background: #d9ffd9;
}

.error {
  background: #ffd9d9;
}

.error .name {
  color: #cc0000;
  background: transparent;
}

.error .hint {
  color: #333333;
}

.required {
  color: #cc0000;
}

.formFields td.unlimited {
  border-left: none;
}

.formFields td.limit {
  border-right: none;
}

.hint {
  color: #555555;
}

.formButtons {
  padding-top: 5px;
}


/* ---------- misc elements --------- */

.pathbar {
  background: #b4c3d6;
  color: #1f4cc3;
}

.pathbar a:link,
.pathbar a:visited {
  color: #1f4cc3;
}

.screenTitle {
  background: url(../../images/screentitle_bg.gif) #b4c3d6 top left repeat-x;
}

.screenTitle td {
  font-size: 18px;
  font-family: "Franklin Gothic Medium", Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #1f4cc3;
}

.screenTitle .name,
.screenTitle b {
  font-weight: normal; 
  color: #1f4cc3;
}

.specific {
  font-weight: bold;
}

.reportIndex a:link,
.reportIndex a:visited {
  color: #333333;
}

.reportSection {
  border-top: 1px solid #cccccc;
}


.subdomain a {
  background-image: url('../../images/btn_show-subdomains_bg.gif');
  background-repeat: no-repeat;
  display: -moz-inline-box;
  display: inline-block;
  min-height: 16px;
  padding-left: 20px;
}
* html .subdomain a {
  height: 16px;
}
.domainalias a {
  background-image: url('../../images/nav_domains.gif');
  background-repeat: no-repeat;
  display: -moz-inline-box;
  display: inline-block;
  min-height: 16px;
  padding-left: 20px;
}
* html .domainalias a {
  height: 16px;
}

td.subTd a:link,
td.subTd a:visited,
a.subdomain:link,
a.subdomain:visited,
a.domainalias:link,
a.domainalias:visited,
a.mailalias:link,
a.mailalias:visited {
color: #555555; 
}

.notdelitems {
	color: #444444;
}

code {
	font-family: Courier, mono;
	font-size: 10px;
	color: #444444;
}

.code {
	font-family: Courier, mono;
	font-size: 10px;
}

hr {
  color: #b3bcc4;
  background-color: #b3bcc4;
  height: 1px;
}

/* ---------- gauge elements --------- */

td.barOverFilled {
  background: url(../../images/gauge/fill-over.gif);
}

td.barFilled {
  background: url(../../images/gauge/fill.gif);
}

td.barEmpty {
  background: url(../../images/gauge/empty.gif);
}


/* ---------- common buttons --------- */

.commonButton button,
.commonButton {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #3b4a5d;
  background-color: transparent;
}

.commonButton button {
  background-image: url(../../images/btn_bg.gif);
  border: 0 solid white;
  background-repeat: no-repeat;
}

.commonButton button[disabled] {
  background-image: url(../../images/btn_bg-disabled.gif); 
  color: #999999;
}  

/* ---------- big icon buttons  --------- */
.toolsArea .commonButton {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0 2px;
  min-height: 32px;
  cursor: pointer;
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-flex: 400;
  background-image: url(../../images/btn_default-button_bg.gif);
  vertical-align: top;
  margin-bottom: 12px;
}

.formArea .toolsArea .commonButton span,
.toolsArea .commonButton span {
  display: block;
  text-align: center;
  width: 107px;
  padding-top: 32px;
  vertical-align: top;
}
.screenButtons {
  word-spacing: -1em;
}

.screenButtons .commonButton {
  word-spacing: normal;
}

.toolsArea span.commonButton {
  cursor: default;
  color: #999999;
  text-decoration: none;
  margin-right: -3px;
}

.toolsArea button {
  display: none;
}

.toolsArea .screenButtons .commonButton span {
  background: none;
}

/* ---------- small icon buttons  --------- */

.controlVisibilityToolbar .misc .commonButton,
.listArea .buttons .commonButton,
.dBoxFooterLayout .buttons .commonButton,
.reportTools .commonButton,
.uplevel .commonButton {
  background-image: none;
  height: 16px;
  display: inline;
  display: -moz-inline-box;
}

.dBox .commonButton button,
.controlVisibilityToolbar .misc .commonButton button,
.listArea .buttons .commonButton button,
.dBoxFooterLayout .buttons .commonButton button,
.reportTools .commonButton button,
.uplevel .commonButton button {
	display: none;
}

.dBox .commonButton span,
.controlVisibilityToolbar .misc .commonButton span,
.listArea .buttons .commonButton span,
.dBoxFooterLayout .buttons .commonButton span,
.reportTools .commonButton span,
.uplevel .commonButton span {
  background-repeat: no-repeat;
  background-color: transparent;
  padding-left: 20px;
  height: 16px;
  text-decoration: underline;
  cursor: pointer;
display: inline-block;
  white-space: nowrap;
}

.uplevel span {
  color:#1f4cc3;
}

/* buttons as buttons */
.formArea .commonButton span,
.formButtons .commonButton span,
.paging .commonButton span {
  display: none;
}

.formButtons button,
.formArea button,
.paging .commonButton button {
  width: 91px;
  height: 21px;
  text-align: center;
}

/* popup menu */

div.popupMenuOpener {
	position: relative;
}
div.popupMenu {
	display: block;
	position: absolute; 
	text-align: left;
	margin-top: 0px; 
	right: -2px; 
	border-width: 2px 2px 1px 2px;
	border-style: solid;
	border-color: #a4aab5;
	padding: 0px;
	background-color: #f8f8fa;
	z-index: 99;
	cursor: pointer;
	width: 160px;
}
div.popupMenu div.item,
div.popupMenu div.itemHover {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #d1d7e2;
	padding: 7px 0px;
}
div.popupMenu div.itemHover {
	background-color: #ececf2;
}

div.popupMenu div.item div.itemTitle,
div.popupMenu div.itemHover div.itemTitle {
	color: #284e8a;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
div.popupMenu div.item div.itemDescription,
div.popupMenu div.itemHover div.itemDescription {
	margin-top: 2px;
	color: #666666;
	line-height: 12px;
	padding-left: 10px;
	padding-right: 10px;
}


/* ---------- messages  --------- */
.msgInfo {
  margin: 10px 0 0 0;
  border: 2px solid;
  background: #ffffff;
  padding: 10px 32px;
  background-repeat:  no-repeat;
  background-position:  10px 11px;
  border-color: #009933;
  background-image: url(../../images/ok.gif);  
}

.msgInfo .title {
        color: #009933;
        font-weight: bold;
}

.msgWarning {
  margin: 10px 0 0 0;
  border: 2px solid;
  background: #ffffff;
  padding: 10px 32px;
  background-repeat:  no-repeat;
  background-position:  10px 11px;
  border-color: #CC9901;
  background-image: url(../../images/att.gif);
}

.msgWarning .title {
        color: #CC9901;
        font-weight: bold;
}

.msgError {
  margin: 10px 0 0 0;
  border: 2px solid;
  background: #ffffff;
  padding: 10px 32px;
  background-repeat:  no-repeat;
  background-position:  10px 11px;
  border-color: #cc0000;
  background-image: url(../../images/off.gif);
}

.msgError .title {
  color: #cc0000;
  font-weight: bold;
}

.msgPHP {
  margin: 10px 0 0 0;
  border: 2px solid;
  background: #ffffff;
  padding: 10px 32px;
  background-repeat:  no-repeat;
  background-position:  10px 11px;
  border-color: #000000;
  background-image: url(../../images/drweb_on.gif);
}

.msgPHP .title {
        color: #000000;
        font-weight: bold;
}

.msgQueue {
  margin: 10px 0 0 0;
  border: 2px solid;
  background: #ffffff;
  padding: 10px 32px;
  background-repeat:  no-repeat;
  background-position:  10px 11px;
  border-color: #3399ff;
  background-image: url(../../images/app_free.gif);
}

.msgQueue .title {
        color: #3399ff;
        font-weight: bold;
}

.codeComment {
  border: 1px solid #999999;
  background-color: #ffffff;
  padding: 8px;
  font-family: monospace;
  font-size: 12px;
}

