summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/local-website/contents/frame.css
blob: 3ade4eed94e832512ba47b21036deb05176d6a86 (plain)
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
* /* Our "universal rule" */
{
	padding: 0;
	margin: 0;
	border: 0;
}
body {
    background: url("page_background.jpg") repeat-y #9FA9B3;
    margin: 10;
    margin-left:40px;
    padding: 10;
    border: 10;
    min-width: 770px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;


}



#mainContainer {
	width: 770px;
	margin: 0 auto; /* We are going to center this design */
	text-align: left; /* Since we used text-align: center in the body to be sure some older IE versions are going to center our design, we now align the text left */
}
#header {
	background: #000;
	color: #fff;
}
#content {
	float: left; /* Our content is going to be left aligned */
	width: 320px; /* And it's going to have a 500px width */
	/*background: #D9D9D9;*/
	margin-left:60px;
}
#column {
	float: right; /* Our column is going to be right aligned */
	width: 320px; /* Our total width - content width is 260px */
	/*background: #8A8AE6;*/
}
#footer {
	clear: both; /* We have to clear our floats */
	width: 760px; /* We need to set the width on the footer since it's outside the mainContainer, and therefor isn't controlled by it */
	margin: 0 auto; /* We need to center the footer also */
	background: black;
	color: gold;
    	text-align: center;
    	font-size: 10px;
}

#navlist {
    margin-left: 50;
    padding-left: 0;
    list-style-type: square;
    text-align: left;
}

#navlist li {

}
#navlist a:link
{
	color: #fff;
#	background-color: #FDB14F;
	text-decoration: underline ;


}

#navlist a:visited
{
#	color: #FDB14F;
	color: gold;
	text-decoration: underline;
}

table.sample {
	border-width: 4px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #808080;
	border-collapse: separate;
	width:300px;
}

table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #808080;
	/*width:300px;*/
	-moz-border-radius: ;
}


table.calllog {
	border-width: 4px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #808080;
	border-collapse: separate;
	width:500px;
}

table.calllog td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #808080;
	/*width:300px;*/
	-moz-border-radius: ;
}


.n {
    font-weight: normal;
    text-align: left;
    width: 250px;
    color: white;
}

.s {
    font-weight: normal;
    text-align: left;
    width: 150px;
    color: white;
    text-decoration: none;
}

.m {
    font-weight: normal;
    text-align: left;
    width: 350px;
    color: white;
    text-decoration: none;
}

.t {
    font-weight: normal;
    text-align: left;
    width: 350px;
    color: white;
    text-decoration: none;
    visibility:hidden
}


a:link
{
	color: #fff;
#	background-color: #FDB14F;
	text-decoration: underline ;

    	 margin-left:10px;

}

a:visited
{
#	color: #FDB14F;
	color: gold;
	text-decoration: underline;
    	 margin-left:10px;
}

#submitbutton {
    background-color: #010101;
    font-size: 100%;
    color: gold;
    text-decoration: underline;margin-left:150px;
    padding: 10px; font-weight: bold; }