~intrahealth+informatics/ihris-common/4.3-dev

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
#loginPage #siteInnerWrap {
	background-image: none;
}

#loginPage #siteHeadWrap {
	height: 325px;
	background: transparent url(login/login_fade_bkgd.png) repeat-x;
}
#loginPage #siteHeader {
	height: 325px;
	background: #fff url(login/login_siteheader_bkgd.gif) repeat-x;
}

#welcomeIntro {
	position: absolute;
	top: 153px;
	left: 25px;
}

#welcomeIntro h1 {
	font: normal 2.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 17px 0 0.5em;
}

#welcomeIntro p {
	font: 1.2em Arial, Helvetica, sans-serif;
}

#welcomeIntro strong {
	font-weight: normal;
	color: #036;
}

#welcomeIntro img {
	float: right;
	margin: 0 22px 0 30px;
	background: transparent url(login/loggin_pic_bkgd.png) no-repeat;
	padding: 4px 7px 9px;
}

#loginPage #siteContent {
	width: 578px;
	padding: 38px 0 14px 24px;
	float: none;
    margin-left: 0px;
}

#siteContent h2 {
	color: #c30;
	font: 1.6em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 6px 0 10px;
	/*padding-left: 27px;*/
}
#siteContent h2 a {
	color: #c30;
	text-decoration: none;
	padding: 0 0 1px 27px;
	background: transparent url(login/icon_default.gif) no-repeat 0 0;
}
#siteContent h2 a:hover {
	text-decoration: underline;
}
#siteContent h2 a.updateRecords {
	background-image: url(login/icon_update.gif);
}
#siteContent h2 a.searchRecords {
	background-image: url(login/icon_search.gif);
}
#siteContent h2 a.createRecords {
	background-image: url(login/icon_create.gif);
}
#siteContent h2 a.adminDatabase {
	background-image: url(login/icon_admindb.gif);
}

#loginPage #siteContent p {
	padding: 0 0 0.4em 27px;
	
	font: 1.1em Verdana, Arial, sans-serif;
}

/* login table ------------------------------------------------------------------- */
#error_message {
	color: #c30;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
table.loginTable {
	margin-bottom: 30px;
}

#loginPage #siteContent table.loginTable h2 {
	padding-bottom: 4px;
}

table.loginTable th {
	background-color: #515151;
	padding: 4px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	border-right: 2px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 2px solid #fff;
}

table.loginTable input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: solid 2px #ccc;
	padding: 3px 2px;
	margin: 0 2px;
	width: 182px;
}

table.loginTable input.button {
	background: #ccc url(button_bkgd.gif) repeat-x;
	border: 2px solid #BFBFBF;
	color: #333;
	padding: 4px 12px;
	margin-top: 5px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	float: right;
}

table.loginTable .forgot {
	padding: 10px 2px;
	font-size: 11px;
	display: block;
}

table.loginTable .forgotRow {
	padding: 2px 5px 2px 5px;
}