Project

General

Profile

1
body,td,th,input,textarea {
2
	font-family: Verdana, Arial, Helvetica, sans-serif;
3
	font-size: 12px;
4
	color: #000000;
5
}
6
body {
7
	background-color: #95C8F0;
8
	background-image: url(background.png);
9
	background-repeat: repeat-x;
10
	margin: 0px;
11
}
12
form {
13
	margin: 0;
14
}
15
hr {
16
	margin: 15px 0px 15px 0px;
17
	color: #003366;
18
	height: 1px;
19
}
20
h1 {
21
	text-align: center;
22
	font-size: 20px;
23
	color: #000000;
24
	text-transform: uppercase;
25
}
26
h2 {
27
	font-size: 15px;
28
	color: #336699;
29
	margin: 5px 0px 5px 0px;
30
}
31
a:link, a:visited, a:active {
32
	color: #003366;
33
	text-decoration: none;
34
}
35
a:hover {
36
	text-decoration: none;
37
	color: #336699;
38
}
39
.note {
40
	color: #666666;
41
	font-size: 10px;
42
}
43
label {
44
	cursor: pointer;
45
}
46
.menu {
47
	margin: 0;
48
	padding: 0;
49
	padding-top: 8px;
50
	padding-bottom: 10px;
51
	padding-left: 8px;
52
    background: #000 url(menu.png) ;
53
    background-repeat:repeat-x;
54
}
55
.menu li {
56
	list-style-type: none;
57
	display: inline;
58
	padding-right: 1px;
59
}
60
.menu a, .menu a:link, .menu a:active, .menu a:visited {
61
	border-bottom: 0;
62
	padding: 7px 11px 9px 11px;
63
	color: #fff;
64
}
65
.menu a:hover {
66
	text-decoration: none;
67
	color: #fff;
68
    background: #fff url(menuo.png) ;
69
    background-repeat:repeat-x;
70
}
71
.current a, .current a:link, .current a:active, .current a:visited {
72
	background: #fff url(menuo.png) ;
73
    background-repeat:repeat-x;
74
	color: #fff;
75
}
76
.content {
77
    background: #fff url(bgtitle.png) ;
78
    background-repeat:repeat-x;
79
	padding: 20px;
80
	height: 280px;
81
	width: 750px;
82
	text-align: left;
83
	vertical-align: top;
84
}
85
.row_a {
86
	background-color: #ECF3F7;
87
}
88
.row_b {
89
	background-color: #EBF7FC;
90
}
91
.hide {
92
	display: none;
93
}
94

    
95
input:focus, select:focus, textarea:focus {
96
	background: #F1F8FD;
97
}
(13-13/17)