@import url('domeni.css');
/* domenicp.css */
/*    MadNet :: Domeni Control Panel Style
    --------------------------------
    based on internet music template
*/
/*
.subheader {
    clear: both;
    margin: 3px 0 10px 0;
    padding: 0;
    background: #fff;
    color: #555555;
    border-bottom: 1px solid #fff;
}
*/
.left {
    float: left;
    width: 760px;
    margin: 0 0 10px 0;
}

.left_articles {
    width: 760px;
}

.pageSelector ul li,
.limitSelector ul li {
    display: block;
    float: left;
    padding: 0 3px;
}

.pageSelector {
    margin-top: 10px;
    margin-right: 1em;
    padding-right: 1em;
}

.limitSelector ul li a,
.pageSelector ul li a {
    text-decoration: none;
}

.selectedPageLink,
.selectedLimit {
    border: 1px dotted #ccc;
    font-weight: bold;
    background-color: #f6f6f6;
    margin-top: -1px;
    
}

.pageSelector,
.limitSelector,
.limitSelectorText {
    display: block;
    float: left;
}

.limitSelector {
    width: 250px;
    margin-top: 10px;
    float: right;
}

.limitSelectorText {}

.optionsMenuLvl2 {
    padding-bottom: 1ex;
}

.optionsMenu span {}

.row2 {
    margin-top: -1.2em;
    padding-left: 1em;
}

#personsTable {
    width: 700px;
}

#domainsTable {
    width: 740px;
}

#domainsTable tbody a,
#personsTable tbody a,
#dnsTable tbody a {
    text-decoration: none;
}

#domainEditTable legend,
#personEditTable legend,
#dnsEditTable legend {
    background-color: #eee;
    border: 1px solid #bbb;
    padding: 1px 3px;
}

#domainEditTable select {
    width: 200px;
}

#basket th,
#personsTable th,
#dnsTable th,
#domainsTable th {
    color: #fff;
    background-color: #6e6e6e;
}

#personsTable tr {}

#personsTable tr td,
#dnsTable tr td,
#domainsTable tr td {
    padding: 1px 2px;
}

tr.highlight {
    background-color: #f3f3f3;
}

.emptyList {
    font-style: italic;
}

.infoTable a {
    text-decoration: none;
}

.infoTable div.tr {
    border-bottom: 1px dotted #c9c9c9;
}

.note {
    font-size: 0.9em;
    padding: 5px;
    width: 330px;
    border: 1px dotted orange;
}

/* new tabs menu */

.usual {
    color: #111;
/*    border: 1px dashed #ccc; */
}

.usual li { list-style:none; float:left; }

.usual ul a {
    display:block;
    padding:3px 5px;
    text-decoration:none !important;

}

.usual ul a:hover {
  background: #ddd;
}

.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-top: 2px solid #ddd;
  cursor:default;
}

.usual div {
  padding: 6px 8px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
}

.usual div a {
    color:#000;
    font-weight:normal;
    margin-right: 4px;
}
/*
#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }
*/
