Files
VestaCP/web/templates/header.html

939 lines
24 KiB
HTML
Raw Normal View History

2013-02-24 18:10:10 +02:00
<!DOCTYPE HTML>
2012-05-15 15:51:43 +03:00
<html>
<head>
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
<title>Vesta - <?php echo "$TAB"; ?> </title>
2013-02-03 11:44:21 +02:00
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<style type="text/css">
body {
margin: 0;
margin-left: auto;
margin-right: auto;
2013-02-28 15:44:02 +02:00
font-family: Arial, Helvetica, sans-serif;
2013-04-27 15:57:16 +03:00
background-color: #e9e9e9;
}
2012-09-27 20:29:28 +03:00
form {
margin: 0;
}
2012-09-28 12:35:41 +03:00
.hidden {
display: none;
}
.main {
2013-04-27 15:57:16 +03:00
background-color: #ffffff;
2013-01-21 16:24:33 +02:00
padding: 0 0 18px 0;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
2013-02-24 18:10:10 +02:00
}
.top {
2013-04-03 14:20:08 +03:00
color: #ffd76e;
padding: 0;
2013-02-24 18:10:10 +02:00
font-family: Arial, Helvetica, sans-serif;
2013-01-29 00:18:09 +02:00
margin: 0;
width: 990px;
font-size: 10pt;
text-align: left;
2012-12-24 13:24:02 +02:00
border: 0px;
border-collapse:collapse;
2013-03-03 15:39:17 +02:00
}
2013-02-24 18:10:10 +02:00
.top thead td {
2013-04-27 15:57:16 +03:00
background-color: #505050;
2013-03-03 16:04:48 +02:00
border-bottom: 1px solid #fff;
2013-02-24 18:10:10 +02:00
height: 25px;
text-align: right;
padding: 0 24px 0 0px;
weight:120px;
}
.top thead td:first-child{
2013-03-03 15:39:17 +02:00
border-left: 1px solid #fff;
2013-02-24 18:10:10 +02:00
border-right:none;
text-align:left;
padding: 0 0 0 0;
width:auto;
}
.top-link {
2013-02-24 18:10:10 +02:00
padding: 5px 22px 4px;
text-decoration: none;
2013-04-01 15:28:21 +03:00
color: #fff;
2013-03-03 15:39:17 +02:00
border-right: 1px solid #fff;
}
.top-link:hover {
2013-04-01 15:28:21 +03:00
color: #fff;
2013-04-27 15:57:16 +03:00
background-color: #999;
}
.top-link:active{
2013-04-22 11:57:00 +03:00
color: #fff;
2013-04-27 15:57:16 +03:00
background-color: #f79b44;
}
2012-12-24 13:24:02 +02:00
.top-selected-link {
2013-01-29 00:18:09 +02:00
padding: 5px 22px;
text-decoration: none;
2013-04-01 15:28:21 +03:00
color: #555;
2013-04-27 15:57:16 +03:00
background-color: #fff;
2013-03-03 15:39:17 +02:00
border-right: 1px solid #fff;
}
2013-04-01 15:28:21 +03:00
.top-selected-link:hover {
color: #174f82;
}
2013-05-10 11:04:40 +03:00
.top-selected-link:active {
color: #fff;
background-color: #f79b44;
}
2013-04-27 15:57:16 +03:00
.top-user {
padding: 0 2px 0 0;
text-decoration: none;
color: #ffd76e;
}
.top-user:hover {
color: #fff;
}
.top-user:active{
color: #fff;
background-color: #f79b44;
}
2012-12-24 13:24:02 +02:00
.top-logout {
text-decoration: none;
2013-04-01 15:28:21 +03:00
color: #d3d3d3;
2012-12-24 13:24:02 +02:00
border: noner;
}
2012-12-24 13:24:02 +02:00
.top-logout:hover {
2013-04-27 15:57:16 +03:00
color: #fff;
2013-04-22 11:57:00 +03:00
}
.top-logout:active {
color: #fff;
background-color: #f79b44;
}
2012-12-24 13:24:02 +02:00
.nav-logo {
float:left;
2013-03-04 23:42:28 +02:00
height:110px;
2013-01-14 18:43:02 +02:00
width:161px;
2013-01-29 00:18:09 +02:00
margin: 0;
2013-03-27 01:16:14 +02:00
border-bottom: 1px solid #e3e3e3;
}
2012-12-24 13:24:02 +02:00
.nav-lnk {
text-decoration: none;
2013-01-14 18:43:02 +02:00
color: #323232;
2012-12-24 13:24:02 +02:00
float:left;
}
2012-12-24 13:24:02 +02:00
.nav-lnk:active {
2013-05-10 11:04:40 +03:00
color: #f79b44;
}
2012-12-22 17:06:12 +02:00
.nav-block {
2013-01-29 00:18:09 +02:00
margin: 0;
2013-03-04 23:42:28 +02:00
height:110px;
2013-01-14 18:43:02 +02:00
width: 118px;
2012-12-24 13:24:02 +02:00
float:left;
cursor: pointer;
2013-03-27 01:16:14 +02:00
border-bottom: 1px solid #e3e3e3;
2013-01-14 18:43:02 +02:00
}
2012-12-22 17:06:12 +02:00
.nav-block:hover {
2013-01-29 00:18:09 +02:00
height:107px;
2013-01-18 15:17:47 +02:00
border-bottom: 4px solid #f79b44;
}
2012-12-24 13:24:02 +02:00
.nav-selected-block {
2013-01-14 18:43:02 +02:00
margin: 0;
color: #174f82;
2013-01-29 00:18:09 +02:00
height: 107px;
2013-01-14 18:43:02 +02:00
width: 118px;
float: left;
2013-04-27 15:57:16 +03:00
background-color: #fff;
2013-01-18 15:17:47 +02:00
border-bottom: 4px solid #777;
2012-12-24 13:24:02 +02:00
cursor: pointer;
}
2012-12-24 13:24:02 +02:00
.nav-selected-block:hover {
2013-01-29 00:18:09 +02:00
height:107px;
2013-01-18 15:17:47 +02:00
border-bottom: 4px solid #f79b44;
}
2013-05-10 11:04:40 +03:00
.nav-selected-block:active {
color: #f79b44;
}
2012-12-24 13:24:02 +02:00
.nav-header {
2013-01-29 00:18:09 +02:00
padding: 14px 0 0 6px;
2012-12-24 13:24:02 +02:00
margin: 0;
letter-spacing: -1.0px;
font-size: 16pt;
2012-12-24 13:24:02 +02:00
font-weight: bold;
}
2012-12-24 13:24:02 +02:00
.nav-selected-header {
2013-01-29 00:18:09 +02:00
padding: 14px 0 0 6px;
2012-12-24 13:24:02 +02:00
margin: 0;
letter-spacing: -1.0px;
font-size: 16pt;
2012-12-24 13:24:02 +02:00
font-weight: bold;
}
2012-12-24 13:24:02 +02:00
.nav-counters {
2013-01-29 00:18:09 +02:00
padding: 1px 0 0 6px;
2012-12-24 13:24:02 +02:00
margin: 0;
height: 58px;
line-height: 1.4em;
font-size: 9pt;
color: #555;
2013-02-24 18:10:10 +02:00
decoration: none;
}
2013-02-24 18:10:10 +02:00
.submenu {
margin-left: auto;
margin-right: auto;
width: 990px;
2013-02-24 18:10:10 +02:00
font-family:Arial, Helvetica, sans-serif;
height: 54px;
font-size: 10pt;
text-align: left;
vertical-align:top;
padding: 0px 10px 0px 0;
2013-04-27 15:57:16 +03:00
background-color: none repeat scroll 0% 0% white;
}
2013-02-24 18:10:10 +02:00
.submenu td {
vertical-align: middle;
}
.submenu-button-block {
float: left;
}
.submenu-button {
2013-04-22 11:57:00 +03:00
width: 130px;
2013-02-24 18:10:10 +02:00
height: 24px;
cursor: pointer;
color: #333;
background-color: #fafafa;
2013-04-01 22:33:13 +03:00
border: 1px solid #c3c3c3;
2013-02-24 18:10:10 +02:00
border-radius: 3px 3px 3px 3px;
2013-03-04 21:15:55 +02:00
padding: 0;
2013-02-24 18:10:10 +02:00
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}
@-moz-document url-prefix() {
.submenu-button {
padding-bottom: 2px;
}
}
.submenu-button:hover {
background-color: #f0f0f0;
}
.submenu-button:active {
2013-04-22 11:57:00 +03:00
color: #fff;
border: 1px solid #f79b44;
background-color: #f79b44;
2013-02-24 18:10:10 +02:00
}
.submenu-select-block {
float:left;
2013-04-22 11:57:00 +03:00
padding-left: 18px;
2013-02-24 18:10:10 +02:00
}
.submenu-select-link {
color: #6A6A6A;
2013-02-24 18:10:10 +02:00
display: block;
float: left;
font-size: 8pt;
letter-spacing: 0.1em;
2013-02-24 18:10:10 +02:00
margin: 6px 6px 0 0;
text-decoration: none;
2013-02-24 18:10:10 +02:00
padding: 0 4px 0 12px
}
2013-02-24 18:10:10 +02:00
.submenu-select-link:hover {
text-decoration: underline;
}
2013-04-22 11:57:00 +03:00
.submenu-select-link:active {
color: #fff;
background-color: #f79b44;
text-decoration: underline;
}
2013-02-24 18:10:10 +02:00
.submenu-select-dropdown {
font-family:Arial, Helvetica, sans-serif;
color: #333333;
display: block;
float: left;
height: 24px;
margin: 0 4px 0 0;
min-width: 138px;
}
.submenu-search-block {
text-align: right;
float: right;
}
.submenu-search-field {
2013-02-28 15:44:02 +02:00
border: 1px solid #d3d3d3;
2013-02-24 18:10:10 +02:00
border-radius: 3px 3px 3px 3px;
color: #333;
font-size: 14px;
background-color: #fff;
float: left;
padding: 0px 3px 0px 3px;
height: 22px;
width: 250px;
margin: 0 4px 0 0;
}
2012-12-24 13:24:02 +02:00
.bottom {
2013-04-27 15:57:16 +03:00
background-color: #ebe9dc;
2012-12-24 13:24:02 +02:00
color: #555;
2013-01-29 00:18:09 +02:00
margin: 30px 0 0 0;
padding: 4px 20px 8px 0;
2012-12-24 13:24:02 +02:00
margin-left: auto;
margin-right: auto;
width: 990px;
font-size: 8pt;
text-align: center;
vertical-align:top;
line-height: 0.8em;
2013-02-28 15:44:02 +02:00
border-top: 4px solid #d3d3d3;
2012-12-24 13:24:02 +02:00
}
.bottom a:link {
font-size: 8pt;
text-decoration: none;
color: #555;
}
.bottom a:visited {
text-decoration: none;
color: #555;
}
.bottom a:hover {
text-decoration: underline;
color: #7fa1cb;
}
2012-12-22 14:31:45 +02:00
.vst {
2013-04-22 11:57:00 +03:00
padding: 0 4px 0 4px;
margin: 0;
text-decoration: none;
2013-02-28 17:29:40 +02:00
color: #999;
font-size: 12pt;
2013-02-24 18:10:10 +02:00
float: left;
}
2012-12-22 14:31:45 +02:00
.vst:hover {
text-decoration: underline;
}
2012-12-22 14:31:45 +02:00
.vst:active {
2013-04-22 11:57:00 +03:00
color: #fff;
background-color: #f79b44;
}
.vst-selected {
padding: 0 4px 0 4px;
margin: 0;
text-decoration: none;
2013-01-14 18:43:02 +02:00
color: #174f82;
2013-04-22 11:57:00 +03:00
font-size: 12pt;
float: left;
}
.vst-selected:hover {
text-decoration: underline;
}
.vst-selected:active {
color: #fff;
background-color: #f79b44;
}
.data {
border-collapse:collapse;
margin-left: auto;
margin-right: auto;
width: 990px;
2013-02-24 18:10:10 +02:00
font-family:Arial, Helvetica, sans-serif;
color: #e5a907;
font-size: 12pt;
text-align: left;
vertical-align:top;
margin: 0;
behavior:url("/css/csshover3.htc");
}
2013-01-20 02:16:00 +02:00
.data a {
text-decoration: none;
}
.data-row:hover {
margin: 0;
2013-04-01 22:33:13 +03:00
background-color: #f7f6ed;
}
.datarowhover {
margin: 0;
2013-04-01 22:33:13 +03:00
background-color: #f7f6ed;
}
.data-null {
margin: 0;
width: 990px;
height: 10px;
2013-04-01 17:15:08 +03:00
border-top:1px dotted #d3d3d3;
}
.data-spacer {
margin: 0;
width: 990px;
}
.data-add {
margin: 0;
2013-04-01 22:33:13 +03:00
background-color: #f7f6ed;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
}
.data-dotted {
text-align: left;
vertical-align:top;
2013-04-01 17:15:08 +03:00
border-top:1px dotted #d3d3d3;
padding: 0 0 26px 0;
margin: 0;
}
.data-dotted td {
margin: 0;
}
.data-col1 {
text-align: left;
2013-02-24 18:10:10 +02:00
padding:0;
}
.data-col1 tr td {
padding:0 0 0 20px;
}
.data-col1 tr:first-child td {
padding:23px 0 0 20px;
}
.data-col2 {
text-align: left;
padding: 0;
overflow: hidden;
}
2013-01-29 00:18:09 +02:00
.data-col2 a:visited {
color: green;
}
2013-02-24 18:10:10 +02:00
.data-col5 {
table-layout: fixed;
text-align: left;
padding: 0;
overflow: hidden;
white-space: nowrap;
}
.data-date {
padding: 0 0 0 18;
letter-spacing: 0.3em;
font-size: 8pt;
color: #6A6A6A
}
.data-active {
font-size: 8pt;
letter-spacing: 0.1em;
2013-01-14 18:43:02 +02:00
color: #81a64f;
padding: 0 0 13 18;
}
.data-suspended {
font-size: 8pt;
letter-spacing: 0.1em;
2013-01-16 01:51:02 +02:00
color: #de5543;
padding: 0 0 13 18;
}
.data-controls {
2013-01-20 02:16:00 +02:00
float: right;
height: 16px;
2013-04-01 17:15:08 +03:00
border-left: 1px solid #d3d3d3;
font-size: 8pt;
2013-02-17 19:06:14 +02:00
padding: 2px 12px 1px 6px;
letter-spacing: 0.1em;
2013-01-14 18:43:02 +02:00
color: #174f82;
2012-09-28 12:35:41 +03:00
text-decoration: none;
cursor: pointer;
}
.data-controls:hover {
2012-09-28 12:35:41 +03:00
color: #ffffff;
2013-04-27 15:57:16 +03:00
background-color: #f79b44;
2012-09-28 12:35:41 +03:00
}
.data-controls img {
border: 0px;
}
.data-count {
2013-02-28 15:44:02 +02:00
font-family: Arial, Helvetica, sans-serif;
2013-04-27 15:57:16 +03:00
background-color: #f3f3f3;
color: #555;
font-size: 8pt;
margin: 18px 0 0 0;
text-align:right;
padding: 0 16px 0 0;
}
.chart1 {
2013-02-24 18:10:10 +02:00
color:#000;
font-size: 10pt;
}
.chart2 {
color: #484243;
font-size: 8pt;
}
.username {
2013-01-14 18:43:02 +02:00
color: #323232;
font-size: 16pt;
line-height: 1.2em;
}
.domain {
2013-01-14 18:43:02 +02:00
color: #323232;
font-size: 16pt;
line-height: 0.8em;
}
.cron {
2013-01-14 18:43:02 +02:00
color: #323232;
2012-09-29 01:55:51 +03:00
font-size: 18px;
}
.log {
2013-01-14 18:43:02 +02:00
color: #323232;
font-size: 12pt;
}
.aliases {
font-size: 12pt;
color: #99a7af;
padding: 0 0 0 8px;
}
.nginx-ext {
color: black;
vertical-align:top;
font-size: 10pt;
}
.fullname {
2012-09-29 01:55:51 +03:00
font-size: 18px;
color: #99a7af;
padding: 0 0 0 8px;
}
.counter-name {
2013-05-10 11:04:40 +03:00
white-space: nowrap;
vertical-align:top;
2013-05-10 11:04:40 +03:00
line-height: 1.3em;
font-size: 10pt;
2013-04-01 17:15:08 +03:00
color: #505050;
2013-05-10 11:04:40 +03:00
padding: 0 4px 0 0;
}
.cron-counter-name {
vertical-align:top;
line-height: 0.8em;
font-size: 8pt;
padding: 4 0 0 0;
2013-04-01 17:15:08 +03:00
color: #505050;
}
.counter-value {
vertical-align:top;
line-height: 1.2em;
font-size: 10pt;
2013-04-01 17:15:08 +03:00
color: #000;
2012-10-09 11:37:54 +03:00
padding: 0 0 0 4px;
}
.log-counter-value {
vertical-align:top;
font-size: 12pt;
color: #484243;
}
.cron-counter-value {
vertical-align:top;
line-height: 1.2em;
font-size: 12pt;
color: #484243;
}
2012-09-29 01:55:51 +03:00
.name {
font-size: 16pt;
2013-04-01 22:33:13 +03:00
color: #555;
padding: 0 0 0 10px;
}
2012-12-19 15:36:28 +02:00
.vst-ok {
2012-09-29 01:55:51 +03:00
font-size: 18px;
color: #62a358;
padding: 0 0 0 6px;
}
2012-12-19 15:36:28 +02:00
.vst-ok a{
2012-12-18 18:29:13 +02:00
color: #58934f;
text-decoration: none;
}
2012-12-19 15:36:28 +02:00
.vst-ok a:hover{
2012-12-18 18:29:13 +02:00
text-decoration: underline;
}
2012-12-19 15:36:28 +02:00
.vst-error {
2012-09-29 01:55:51 +03:00
font-size: 18px;
color: #de6c5d;
padding: 0 0 0 6px;
}
2012-12-19 15:36:28 +02:00
.vst-text {
2013-04-01 23:05:30 +03:00
color: #323232;
font-size: 12pt;
}
2012-12-19 15:36:28 +02:00
.vst-textinput {
2013-02-28 15:44:02 +02:00
background-color: #fff;
2013-04-01 23:05:30 +03:00
border: 1px solid #c0c0c0;
border-radius: 3px 3px 3px 3px;
2012-12-30 14:27:24 +02:00
color: #555;
2012-09-29 01:55:51 +03:00
font-size: 18px;
2013-01-21 16:24:33 +02:00
padding: 5px;
width: 360px;
height: 120px;
}
2012-12-19 15:36:28 +02:00
.vst-textinput:hover {
2013-01-14 18:43:02 +02:00
border: 1px solid #f79b44;
2012-09-20 12:21:50 +03:00
}
.vst-textinput:focus {
border: 1px solid #f79b44;
}
2012-12-19 15:36:28 +02:00
.vst-textinput:disabled {
2013-02-28 15:44:02 +02:00
background-color: #f1f1f1;
}
2012-12-19 15:36:28 +02:00
.vst-input {
2013-02-28 15:44:02 +02:00
background-color: #fff;
2013-04-01 23:05:30 +03:00
border: 1px solid #c0c0c0;
border-radius: 3px 3px 3px 3px;
2012-12-30 14:27:24 +02:00
color: #555;
2012-10-10 10:48:01 +03:00
font-size: 14pt;
2013-01-21 16:24:33 +02:00
padding: 5px;
width: 360px;
2013-02-28 21:04:53 +02:00
height: 28px;
}
2012-12-19 15:36:28 +02:00
.vst-input:hover {
2013-01-14 18:43:02 +02:00
border: 1px solid #f79b44;
2012-09-20 12:21:50 +03:00
}
.vst-input:focus {
border: 1px solid #f79b44;
}
2012-12-19 15:36:28 +02:00
.vst-input:disabled {
2012-09-20 12:21:50 +03:00
background-color: #f1f1f1;
}
2012-12-19 15:36:28 +02:00
.vst-list {
2013-02-24 18:10:10 +02:00
font-family:Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #555;
2013-02-24 18:10:10 +02:00
height: 30px;
2013-03-04 11:56:47 +02:00
min-width: 136px;
2012-09-20 12:21:50 +03:00
}
2013-02-24 18:10:10 +02:00
@-moz-document url-prefix() {
.vst-list {
padding-top: 2px;
}
}
2012-12-19 15:36:28 +02:00
.vst-checkbox {
2013-01-21 16:24:33 +02:00
padding: 5px;
font-size: 12pt;
}
2012-12-19 15:36:28 +02:00
.vst-checkbox:hover {
2013-01-14 18:43:02 +02:00
border: 1px solid #f79b44;
2012-09-20 12:21:50 +03:00
}
.button {
2012-09-27 20:29:28 +03:00
filter:chroma(color=#000000);
cursor: pointer;
2013-04-01 23:05:30 +03:00
color: #202020;
background-color: #fafafa;
2013-04-01 23:05:30 +03:00
border: 1px solid #c0c0c0;
border-radius: 3px 3px 3px 3px;
font-size: 14px;
padding: 2px 16px;
width: 108px;
2013-02-24 18:10:10 +02:00
height: 34px;
}
.button:hover {
background-color: #f0f0f0;
}
.button:active {
2013-04-22 11:57:00 +03:00
color: #fff;
border: 1px solid #f79b44;
background-color: #f79b44;
}
.genpass {
color: #34536a;
font-size: 8pt;
2013-04-22 11:57:00 +03:00
padding: 0 5px;
letter-spacing: 0.1em;
text-decoration: underline;
}
.genpass:hover {
color: #7fa1cb;
}
2013-04-22 11:57:00 +03:00
.genpass:active {
background-color: #f79b44;
color: #fff;
}
2012-12-19 15:36:28 +02:00
.vst-advanced {
color: #34536a;
font-size: 10pt;
letter-spacing: 0.1em;
text-decoration: none;
2013-04-22 11:57:00 +03:00
padding: 0 2px;
border-bottom: 1px solid #f79b44;
}
2012-12-19 15:36:28 +02:00
.vst-advanced:hover {
color: #7fa1cb;
}
2013-04-22 11:57:00 +03:00
.vst-advanced:active {
color: #fff;
background-color: #f79b44;
}
.fixed{
position: fixed;
border: none;
top: -3px;
2013-02-28 15:44:02 +02:00
border-bottom: 1px solid #d3d3d3;
background-color: #fff;
}
*html .fixed{
position:absolute;
2013-02-24 18:10:10 +02:00
position:fixed;
_position:absolute;
top:0;
_top:expression( eval(document.body.scrollTop) + 'px' );
}
#vstobjects{
2013-01-29 00:18:09 +02:00
padding-top: 192px;
width: 996px;
padding-left: 3px;
2012-09-27 20:29:28 +03:00
min-height: 370px;
}
.login {
2013-02-24 18:10:10 +02:00
font-family:Arial, Helvetica, sans-serif;
margin: 80px 0 80px 0;
padding: 0;
2013-04-27 15:57:16 +03:00
background-color: #fff;
text-align: left;
vertical-align:top;
width: 500px;
2013-03-07 11:47:20 +02:00
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.login-box {
text-align: left;
vertical-align:top;
2013-01-14 19:18:37 +02:00
color: #323232;
}
.login-bottom {
2013-01-14 19:18:37 +02:00
color: #ebe9dc;
text-align: right;
2013-01-29 00:18:09 +02:00
vertical-align:top;
width: 500px;
height: 50px;
2013-04-27 15:57:16 +03:00
background-color: #ebe9dc;
padding: 0 8px 0 0;
margin: 0;
}
.vestacp{
font-size: 8pt;
2013-01-14 19:18:37 +02:00
color: #323232;
text-align: right;
padding: 20px 0 0 0;
}
.error {
font-size: 10pt;
2013-01-14 19:18:37 +02:00
color: #dE6c5d;
}
</style>
<!--[if IE]>
<style type="text/css">
html, body, div, span, applet, object, iframe {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.fixed {
2013-02-24 18:10:10 +02:00
margin-top: 0px;
}
2012-12-19 15:36:28 +02:00
.vst-advanced {
2012-10-10 10:48:01 +03:00
text-decoration: underline;
}
#vstobjects{
2013-02-24 18:10:10 +02:00
padding-top: 195px;
min-height: 370px;
2012-09-27 20:29:28 +03:00
height: auto !important;
2013-02-24 18:10:10 +02:00
height: 370px;
width: 996px;
}
2013-03-04 23:42:28 +02:00
.nav-logo {
float:left;
height:112px;
width:161px;
margin: 0;
border-bottom: 1px solid #d3d3d3;
}
2013-01-18 15:55:46 +02:00
.nav-block {
2013-01-29 00:18:09 +02:00
margin: 0;
2013-03-04 23:42:28 +02:00
height:112px;
2013-01-18 15:55:46 +02:00
width: 118px;
float:left;
cursor: pointer;
2013-03-04 23:42:28 +02:00
border-bottom: 1px solid #d3d3d3;
2013-01-18 15:55:46 +02:00
}
.nav-block:hover {
2013-01-29 00:18:09 +02:00
height:109px;
2013-01-18 15:55:46 +02:00
border-bottom: 4px solid #f79b44;
}
.nav-selected-block {
margin: 0;
color: #174f82;
2013-01-29 00:18:09 +02:00
height: 109px;
2013-01-18 15:55:46 +02:00
width: 118px;
float: left;
2013-04-27 15:57:16 +03:00
background-color: #fff;
2013-01-18 15:55:46 +02:00
border-bottom: 4px solid #777;
cursor: pointer;
}
.nav-selected-block:hover {
2013-01-29 00:18:09 +02:00
height:109px;
2013-01-18 15:55:46 +02:00
border-bottom: 4px solid #f79b44;
}
2013-02-24 18:10:10 +02:00
</style>
<![endif]-->
<!--[if IE 7]>
<style type="text/css">
.data-col1 a {
white-space: nowrap;
}
.submenu-button-block {
width: 120px;
}
.submenu-search-block {
width:369px;
}
2013-01-18 15:55:46 +02:00
2013-02-24 18:10:10 +02:00
.submenu-select-block {
width:239px;
}
2013-01-18 15:55:46 +02:00
2013-02-24 18:10:10 +02:00
.submenu-select-dropdown {
position: relative;
top: 2px;
}
</style>
2013-05-10 11:04:40 +03:00
<link rel="stylesheet" type="text/css" href="/css/ie.css" />
<![endif]-->
<link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />
2012-09-28 12:35:41 +03:00
<script type="text/javascript" src="/js/events.js"></script>
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="/js/jquery-ui-1.8.20.custom.min.js"></script>
<script language="JavaScript">
var checked=false;
var frmname='';
function checkedAll(frmname) {
var valus= document.getElementById(frmname);
if (checked==false) {
checked=true;
} else {
checked = false;
}
for (var i =0; i < valus.elements.length; i++) {
valus.elements[i].checked=checked;
}
}
</script>
</head>
<body>