#ipnotices {
    margin-top: 10px;
    min-width: 500px
}

#contextNoticeClose {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    -ms-filter: "alpha(opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: .2;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2
}

.notice {
    color: white;
    background-color: #65b9d9;
    background: -moz-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65b9d9), color-stop(100%, #4a9cbc));
    background: -webkit-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    background: -o-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    background: -ms-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    background: linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#65b9d9", endColorstr="#4a9cbc", GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #3c829e;
    font-size: 13px;
    font-weight: bold;
    min-height: 30px;
    position: relative
}

.notice-hidden {
    display: none
}

.notice-error {
    background-color: #bc3e33;
    background: -moz-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc3e33), color-stop(100%, #dd5952));
    background: -webkit-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: -o-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: -ms-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: linear-gradient(top, #bc3e33 0, #dd5952 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BC3E33", endColorstr="#DD5952", GradientType=0);
    border: 1px solid #900
}

.notice-content {
    background-image: url(../../../images/notice-info.png);
    background-position: 9px center;
    background-repeat: no-repeat;
    padding: 9px 30px 9px 45px
}

.error-notice-content {
    background-image: url(../../../images/notice-error.png)
}

div.cjt-pagenotice-container .cjt-notice-content {
    padding: 0
}

#iplisttbl #ipnotice-container .bd {
    border: 0
}

.cjt-pagenotice-container .cjt-notice {
    box-shadow: none
}

.cjt-pagenotice-container .cjt-notice .bd {
    outline-style: none
}

#natlist {
    margin-top: 15px;
    border: 1px solid black;
    box-shadow: 3px 3px 5px #999
}

#natlist tr {
    transition: "all 1s ease-in-out";
    -webkit-transition: "all 1s ease-in-out";
    -moz-transition: "all 1s ease-in-out";
    -o-transition: "all 1s ease-in-out"
}

#natlist tr.hidden {
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    height: 0
}

#natlist tr.visible {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    height: 100%
}

#natlist th {
    background-color: #ccc;
    border: 0;
    text-align: left;
    padding: 5px;
    min-width: 80px
}

#natlist th.actions {
    text-align: center
}

#natlist th.status {
    min-width: 30px;
    color: #333
}

#natlist td {
    border: 0;
    padding-right: 15px;
    vertical-align: top
}

#natlist td.buttons {
    min-width: 180px;
    min-height: 30px
}

#natlist tbody tr:last-of-type {
    border-bottom: 1px solid black
}

#natlist.sortable {
    border-bottom: 1px solid black
}

.normal {
    font-weight: normal
}

ul.mappingActions {
    display: block;
    list-style-type: none;
    margin: 5px;
    padding: 0;
    min-width: 264px
}

ul.nonNat {
    min-width: 100px
}

ul.mappingActions li {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 3px center;
    padding: 5px 5px 5px 25px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #fff
}

ul.mappingActions li a {
    color: #666;
    text-decoration: none
}

ul.mappingActions li a:hover {
    color: #08c;
    text-decoration: underline
}

ul.mappingActions li:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #08c
}

ul.mappingActions li.delete {
    background-image: url(../../../images/m-ico-delete.png)
}

ul.mappingActions li.hidden {
    visibility: hidden
}

ul.mappingActions li.validate {
    background-image: url(../../../images/m-ico-validate.png)
}

ul.mappingActions li.edit {
    background-image: url(../../../images/m-ico-edit.png)
}

#natPublicIpEdit, #natConfirmDelete {
    display: table;
    padding: 5px;
    margin: 5px;
    min-height: 30px
}

#natPublicIpEdit div.formRow, #natConfirmDelete div.formRow {
    display: table-row
}

#natPublicIpEdit div.formCell, #natConfirmDelete div.formCell {
    display: table-cell
}

.evenRow {
    background-color: #f1f1f1
}

tr.evenRow ul.mappingActions li {
    border: 1px solid #f1f1f1
}

tr.evenRow ul.mappingActions li:hover {
    border: 1px solid #08c
}

.hidden {
    display: none
}

.showing {
    display: block
}

.dupError {
    background-color: #bc3e33;
    color: #fff;
    padding: 3px;
    text-align: center
}

#formDryDock {
    display: none
}

.formCell {
    padding-left: 5px;
    padding-right: 5px
}

.formRow {
    padding-left: 5px;
    padding-right: 5px
}

.formRow button {
    font-size: 11px;
    min-width: 50px;
    padding: 3px
}

.natStatus {
    width: 28px;
    height: 100%;
    min-width: 28px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center
}

.pubIp {
    min-width: 140px
}

.natSuccess {
    background-image: url(../../../images/success.png)
}

.natError {
    background-image: url(../../../images/error.png)
}

.natWarning {
    background-image: url(../../../images/warning.png)
}

.cjt-dynamicnotice-container .bd .cjt-notice-content {
    display: table-cell;
    vertical-align: middle;
    min-height: 28px
}

.cjt-dynamicnotice-container .cjt-notice-error .bd {
    background-color: #bc3e33;
    text-shadow: 0 1px 0 #bc3e33;
    background-color: #dd5952;
    background: -moz-linear-gradient(top, #dd5952 0, #bc3e33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd5952), color-stop(100%, #bc3e33));
    background: -webkit-linear-gradient(top, #dd5952 0, #bc3e33 100%);
    background: -o-linear-gradient(top, #dd5952 0, #bc3e33 100%);
    background: -ms-linear-gradient(top, #dd5952 0, #bc3e33 100%);
    background: linear-gradient(top, #dd5952 0, #bc3e33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DD5952", endColorstr="#BC3E33", GradientType=0);
    min-height: 28px
}

.cjt-dynamicnotice-container .cjt-notice-error .bd:hover {
    background-color: #bc3e33;
    background: -moz-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc3e33), color-stop(100%, #dd5952));
    background: -webkit-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: -o-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: -ms-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: linear-gradient(top, #bc3e33 0, #dd5952 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BC3E33", endColorstr="#DD5952", GradientType=0)
}

.cjt-dynamicnotice-container .cjt-notice-error .bd .cjt-notice-content {
    background-repeat: no-repeat;
    padding: 5px 0 5px 32px;
    background-image: url(../../../images/notice-error.png);
    background-position: 0 center;
    color: #fff;
    min-height: 28px
}

.cjt-dynamicnotice-container .cjt-notice-warn .bd .cjt-notice-content {
    background-image: url(../../../images/notice-warning.png);
    background-position: 0 center;
    padding: 5px 0 5px 32px;
    min-height: 28px
}

.cjt-dynamicnotice-container .cjt-notice-info .bd .cjt-notice-content {
    background-image: url(../../../images/notice-info.png);
    background-position: 0 center;
    padding: 5px 0 5px 32px;
    min-height: 28px
}

.cjt-dynamicnotice-container .cjt-notice-success .bd .cjt-notice-content {
    background-image: url(../../../images/notice-success.png);
    background-position: 0 center;
    padding: 5px 0 5px 32px;
    min-height: 28px
}