style.css
4.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
body {background: url("../images/bg_header.gif") repeat-x top; font-family:Tahoma,Arial,Helvetica,sans-serif; line-height:1.3em; margin:0; padding:0; text-align:center;}
div {font-family:Tahoma,Arial,Helvetica,sans-serif; font-size:14px; color: #939598;}
td {font-family:Tahoma,Arial,Helvetica,sans-serif; font-size:14px; color: #939598; font-weight: normal;}
img {border: 0px;}
a:link {text-align:right; color:#0B2D85; font-size:12px; text-decoration: none; font-family:Tahoma,Arial,Helvetica,sans-serif;}
a:visited {text-align:right; color:#0B2D85; font-size:12px; text-decoration: none; font-family:Tahoma,Arial,Helvetica,sans-serif;}
a:hover {text-align:right; color:#BEBEBE; font-size:12px; text-decoration: none; font-family:Tahoma,Arial,Helvetica,sans-serif;}
.main_container_div {margin: 0 auto; width: 960px;}
H1 {
font-family:Tahoma,Arial,Helvetica,sans-serif;
color: #231f20;
font-weight:Normal;
display: block;
font-size: 30px;
margin: 0;
padding: 40px 0 40px 0px;
}
H2 {
font-family:Tahoma,Arial,Helvetica,sans-serif;
color: #58585a;
font-weight:Normal;
display: block;
font-size: 28px;
margin: 0;
padding: 20px 0 40px 0px;
}
H3 {
font-family:Tahoma,Arial,Helvetica,sans-serif;
color: #58585a;
font-weight:Normal;
display: block;
font-size: 22px;
margin: 0;
padding: 10px 0 10px 0px;
}
.div_fl {float:left;}
.div_fr {float:right;}
.div_cb {clear:both;}
.div_top_1 {height: 107px; padding-top: 100px; text-align: left;}
* html .div_center_block { height: 1%;}
.div_bottom {background-color:#e0e1e2; height:100px;}
.footer_text {height: 50px; width: 960px; text-align: center; width: 120px; padding-top: 30px;}
.div_main_block {width: 960px; text-align: left;}
.input_text{border-style:solid; border-width:1px; border-color:#BEBEBE; height: 32px; width: 230px; font-size: 22px;}
.input_text_error{border-style:solid; border-width:1px; border-color:red; height: 18px; width: 240px; color: red;}
.td_main_pages {border-style: solid; border-width: 1 px; border-color: #f3f3f3; border-top: 0px; border-left: 0px; border-right: 0px; height: 145px;}
/* Форма авторизации */
.div_autorization_main {font-size:22px; color:#939598; height: 97px; padding-top: 10px; text-align: right;}
/* Элементы формы */
.form_text {display: block; font-size:14px; height:32px; line-height:32px; padding-left:7px; padding-right:7px;}
.form_input {height: 32px; line-height:32px; margin:0px 7px 7px 7px; display:table;}
.SearcherSubmit
{
border-style:solid;
border-width:1px;
border-color:#00aeef;
width:100px;
height:35px;
font-size:16px;
text-align:left;
color:#ffffff;
cursor:Pointer;
background-color: #00aeef;
}
.message_div {
background: none repeat scroll 0 0 #426BB3;
color: #FFFFFF;
padding: 7px;
margin-bottom: 2px;
}
.message_div_ok {color: #426BB3; padding: 7px; margin-bottom: 2px; font-weight: bold;}
.text_main{font-size: 18px;}
.message {font-size: 18px; color: #0060af; text-align: center; padding: 20px; margin-top: 20px; border-style: solid; border-width: 1px; border-color: #e0e1e2;}
a.fb {background: url(../images/fb.png); display: block; width: 40px; height: 40px;}
a.fb:hover {background: url(../images/fb_1.png);}
a.vk {background: url(../images/vk.png); display: block; width: 40px; height: 40px;}
a.vk:hover {background: url(../images/vk_1.png);}
a.y {background: url(../images/y.png); display: block; width: 40px; height: 40px;}
a.y:hover {background: url(../images/y_1.png);}
.table_main
{
border-style:solid;
border-color:#e5e5e5;
border-width:1px;
border-bottom:0px;
border-right:0px;
}
.table_top
{
background: #0ca3dc;
font-weight:bold;
border-style:solid;
border-color:#e5e5e5;
color:#ffffff;
border-width:1px;
border-top:0px;
border-left:0px;
}
.table_colum
{
background:#ffffff;
color:#211f20;
border-style:solid;
border-color:#e5e5e5;
border-width:1px;
border-top:0px;
border-left:0px;
}
.table_colum_2
{
background:#fcfbfa;
color:#211f20;
border-style:solid;
border-color:#e5e5e5;
border-width:1px;
border-top:0px;
border-left:0px;
}