/*
    Overwrite some of properties defined in wp-admin.css
*/
.submit {
    text-align: left;
    padding: 5px 5px 5px 5px;
    white-space: nowrap;
}

/*
    General CSS
*/
#wpv-header {
    padding: 0px 10px 20px 10px;
    font-size: 12pt;
}
#wpv-message {
    cursor: pointer;
}
#wpv-message div {
    text-align: right;
    font-weight: bold;
    padding-top: 5px;
    width: 100%;
}
.wpv-tab-interface {
    padding: 20px 0px 20px 0px;
    margin: 0px 10px 0px 10px;
}
.wpv-tab-interface div.border {
    border: 5px solid #c0c0c0;
    border-top: 10px solid #c0c0c0;
    border-bottom: 10px solid #c0c0c0;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px; 
}
.wpv-tab-interface .search-control {
    text-align: left;
    border: 0px;
}
.wpv-tab-interface .page-control {
    text-align: right;
    width: 100%;
    border: 0px;
}
.wpv-tab-button {
    padding: 2px 4px 2px 4px;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #000000;
}
.wpv-tab-button-disabled {
    padding: 2px 4px 2px 4px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.wpv-tab-button a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    border-bottom: 0px;
}
.wpv-tab-button a:visited {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    border-bottom: 0px;
}
.wpv-tab-button a:hover {
    color: #000000;
    text-decoration: underline;
}
.wpv-tab-button-disabled a {
    color: #606060;
    text-decoration: none;
    border-bottom: 0px;
}
.wpv-tab-button-disabled a:visited {
    color: #606060;
    text-decoration: none;
    border-bottom: 0px;
}
.wpv-tab-button-disabled a:hover {
    color: #606060;
    text-decoration: underline;
}
#wpv-preview-frame {
    width: 720px;
    height: 480px;
    display: none;
    margin: 20px 20px 20px 20px;
}
#wpv-modal-dialog {
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
    background-color: #ffffff;
    border: 2px solid #000000;
    z-index: 1001;
    text-align: left;
    vertical-align: middle;
}
#wpv-modal-dialog .dialog-header {
    background-color: #14568A; 
    color: #ffffff; 
    padding: 2px 5px 2px 5px; 
    font-weight: bold;
}
#wpv-modal-dialog .dialog-content {
    padding: 10px 10px 10px 10px;
}
#wpv-modal-dialog div.dialog-message {
    padding: 20px 50px 20px 50px; 
    text-align: center; 
    font-weight: bold; 
    font-size: 12pt; 
    white-space: nowrap;
}
#wpv-gray-out {
    background-color: #000000;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -khtml-opacity:0.7;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 1000;
}
#wpv-image-view {
    z-index: 1001;
    text-align: center;
}
#wpv-image-view img {
    margin: 5px 5px 5px 5px;
}
#wpv-image-view div {
    white-space: nowrap;
}
#wpv-image-view .file-name {
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
}
#wpv-image-view td.close-button {
    text-align: right;
    vertical-align: middle;
}
#wpv-image-view a.close-button {
    font-family: Arial, sans-serif, Helvetica;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border: 2px solid #c0c0c0;
    color: #c0c0c0;
    font-family: Arial;
    text-decoration: none;
    background-color: #900000;
    margin: 2px 10px 2px 0px;
}
#wpv-image-view a.close-button:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: #c00000;
}
#wpv-image-loading {
    font-size: 10pt;
    color: #000000;
    text-align: left;
}
#page-loading-message {
    display: none;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}
#wpv-tooltip {
    display: none;
    padding: 2px 2px 2px 2px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 400px;
    border: 1px solid #E1E8FA;
    background-color: #D9E2FD;
    color: #000000;
    z-index: 2;
}
#wpv-popup {
    display: none;
    padding: 0px 0px 0px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #E1E8FA;
    background-color: #ffffff;
    z-index: 1101;
}

#wpv-color-picker .title {
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
}
#wpv-color-picker td.close-button {
    text-align: right;
    vertical-align: middle;
}
#wpv-color-picker a.close-button {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border: 2px solid #c0c0c0;
    color: #c0c0c0;
    font-family: Arial;
    margin-right: 10px;
    text-decoration: none;
    background-color: #900000;
}
#wpv-color-picker a.close-button:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: #c00000;
}
#wpv-color-picker .header {
    background-color: #14568A; 
    color: #ffffff; 
    padding: 4px 5px 4px 5px; 
    font-weight: bold;
}
.color-picker-control {
    cursor: pointer;
    padding: 2px 15px 2px 15px; 
    border: 1px solid #000000;
}

/*
    File Table CSS
*/
#wpv-file-table {
    width: 600px;
    position: relative;
}
#wpv-file-table td {
    text-align: center;
    border: 1px solid #c0c0c0;
    white-space:nowrap;
    padding: 0px 0px 0px 0px;
}
#wpv-file-table .file-cell {
    position: static;
    width: 150px;
    height: 150px;
    border: 4px solid #ffffff;
    background-color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 2px 2px 2px;
}
#wpv-file-table .disabled {
    background-color: #f0f0f0;
    color: #a0a0a0;
    border: 4px solid #f0f0f0;
}
#wpv-file-table .disabled img {
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    -khtml-opacity:0.3;
}
#wpv-file-table .place-holder-horizontal {
    height: 1px;
    width: 150px;
    border: 1px solid #ffffff;
    visibility: hidden;
}
#wpv-file-table .place-holder-vertical {
    height: 150px;
    width: 1px;
    border: 1px solid #ffffff;
    visibility: hidden;
}
#wpv-file-table .selected {
    border: 4px solid #14568A;
}
#wpv-file-table td div.file-id {
    text-align: left;
}
#wpv-file-table td div.file-name {
    text-align: center;
    width: 100%;
    overflow: hidden;
}
#wpv-file-cell-popup {
    position: absolute;
    z-index: 1;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 5px 10px 5px;
    width: 250px;
    overflow: hidden;
    text-align: center;
}
#wpv-file-cell-popup span {
    font-size: 9pt;
    font-weight: bold;
}
#wpv-file-cell-popup .file-name {
	margin-bottom: 10px; 
 }
/*
    Post File Table CSS
*/
#wpv-post-file-table {
    width: 500px;
}
#wpv-post-file-table td {
    vertical-align: top;
    text-align: left;
    border: 1px solid #c0c0c0;
}
#wpv-post-file-table td.padding {
    padding-bottom: 10px;
    border: 0px;
}
#wpv-post-file-table td.checkbox-cell {
    width: 15px;
    text-align: center;
    vertical-align: middle;
}
#wpv-post-file-table td.image-cell {
    padding: 4px 4px 4px 4px;
    text-align: center;
    vertical-align: middle;
    width: 125px;
}
#wpv-post-file-table tbody.data-row:hover {
    cursor: pointer;
}
#wpv-post-file-table tbody.selected td {
    border: 1px solid #14568A;
}

/*
    Post Table CSS
*/
#wpv-post-table {
    padding: 10px 10px 10px 10px;
    width: 100%;
}
#wpv-post-table a {
    border: 0px;
}
#wpv-post-table td {
    padding: 2px 10px 2px 10px;
    vertical-align: top;
}
#wpv-post-table td.header {
    background-color: #000060;
    color: #c0c0c0;
    font-weight: bold;
    white-space: nowrap;
}
#wpv-post-table td.header a {
    color: #c0c0c0;
    font-weight: bold;
    text-decoration: underline;
}
#wpv-post-table td.header a:hover {
    color: #ffffff;
    font-weight: bold;
}
#wpv-post-table tr.post-odd {
    background-color: #ffffff;
}
#wpv-post-table tr.post-even {
    background-color: #e0e0e0;
}
#wpv-post-table tr.post-selected {
    color: #c00000;
}
#wpv-post-table tr.post-selected td {
    font-weight: bold;
}
#wpv-post-nav a {
    font-weight: bold;
}
#wpv-post-footer {
    text-align: center;
}

/*
    Link Manager tab interface CSS
*/
#wpv-link-tab-interface {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    width: 100%;
    white-space: nowrap;
}
#wpv-link-tab-interface a {
    font-size: 10pt;
    border-bottom: 0px;
    font-weight: bold;
}
#wpv-link-tab-interface a:hover {
    text-decoration: underline;
}
#wpv-link-tab-interface span {
    border: 2px solid #14568A;
    padding: 2px 20px 0px 20px;
    margin: 0px 0px 0px 10px;
    background-color: #14568A;
}
#wpv-link-tab-interface span a {
    color: #e0e0e0;
}
#wpv-link-tab-interface span.disabled {
    border: 1px solid #909090;
    border-bottom: 1px solid #14568A;
    background-color: #efefef;
    font-weight: normal;
}
#wpv-link-tab-interface span.disabled a {
    color: #606060;
}
#wpv-display-status {
    padding-left: 20px;
}

/*
    Display option interface CSS
*/
#wpv-display-option .selection {
    margin: 5px 15px 5px 0px;
}
#wpv-display-option td {
    padding: 5px 10px 5px 10px;
}
#wpv-display-option .section-title {
    font-weight: bold;
    font-size: 12pt;
    padding: 10px;
    white-space: nowrap;
}
#wpv-display-option .item-header {
    width: 10px;
    border-right: 5px solid #e0e0e0;
}
#wpv-display-option span.section-desc {
    font-size: 9pt;
    font-weight: normal;
}

#wpv-tag-list {
    border: 1px solid #909090;
    overflow: auto;
    padding: 2px 0px 2px 0px;
}
#wpv-tag-list div {
    width: 100%;
    padding: 2px 0px 2px 0px;
}
#wpv-tag-list .new-tag {
    background-color: #0000ff;
    color: #ffffff;
}

/*
    Rename File Table CSS
*/
#wpv-rename-file-table {
    width: 500px;
}
#wpv-rename-file-table td {
    vertical-align: top;
    text-align: left;
    border: 1px solid #c0c0c0;
}
#wpv-rename-file-table td.padding {
    padding-bottom: 10px;
    border: 0px;
}
#wpv-rename-file-table td.checkbox-cell {
    width: 15px;
    text-align: center;
    vertical-align: middle;
}
#wpv-rename-file-table td.image-cell {
    padding: 4px 4px 4px 4px;
    text-align: center;
    vertical-align: middle;
    width: 125px;
}

#wpv-ftp-file-list {
    margin: 10px 20px 10px 20px;
    padding: 5px 5px 5px 5px;
}
#wpv-ftp-table td {
    padding: 2px 15px 2px 15px;
    text-align: center;
}
#wpv-ftp-table td.section {
    text-align: left;
    font-weight: bold;
    background-color: #14568A;
    color: #c0c0c0;
}
#wpv-ftp-table tr.header td {
    border-bottom: 1px solid #000000;
}
#wpv-ftp-table td.name {
    text-align: left;
}
#wpv-ftp-table td.permission {
    text-align: left;
}
#wpv-ftp-table td.date {
    text-align: left;
}
#wpv-ftp-table td.size {
    text-align: right;
}
#wpv-ftp-table tr.odd-row td {
    background-color: #ffffff;
}
#wpv-ftp-table tr.even-row td {
    background-color: #e0e0e0;
}
#wpv-ftp-table tr.selected-row td {
    background-color: #D9E2FD;
}
#wpv-ftp-file-list div.loading {
    border: 1px solid #000000;
    padding: 10px 10px 10px 10px;
}
