EMV_DEFAULT_MOB.css 4.52 KB
Newer Older
Thitichaipun Wutthisak committed
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 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
@charset "UTF-8";

/*-----------------------------------------------------------------------------
File name : Default.css
Description : Default style
Version :   1.0
Author :    James
Date : 
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin on elements*/
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}
body, th, td {
	font-size: 12px;
	font: 16px Tahoma, "MS Sans Serif";
	color: #000;
}
img {
	border: 1px none;
}
.border-black {
	border: 1px solid #000000 !important;
	color: #000;
}
p {
	margin-bottom: 20px;
}
h1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
	margin-top: 18px; /* for nice display */
}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
}

/* =Structural
-----------------------------------------------------------------------------*/


/* =Links
-----------------------------------------------------------------------------*/



/* =Typography
-----------------------------------------------------------------------------*/
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.strong {
	font-weight: bold !important;
}
.padding {
	padding: 10px !important;
}
/* =Forms
-----------------------------------------------------------------------------*/
option {
	padding-right: 10px;
}
/* =Tables
-----------------------------------------------------------------------------*/

table {
	border-collapse: separate;
}
td {
	text-align: left;
	font-weight: normal;
}


/* =Misc 1
-----------------------------------------------------------------------------*/
/* Class for clearing floats */
.clear {
	clear:both; 
}
.clearfloat {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.preload { 
	display: block; 
	background: #fff url(../IMAGES/EMPVIEW/LOADING.gif) no-repeat 50% 50%; 
}
/*
	<div class="error-msg">
		<p><em>Oops... the following errors were encountered:</em></p>
		<ul>
			<li>Username cannot be empty</li>
			<li>Country cannot be empty</li>
		</ul>
		<p>Data has <strong>not</strong> been saved.</p>
	</div>
*/
.error-msg {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;
}
.error-msg p {
	margin: 0;
}
.error-msg p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}
.button-line {
	margin: 10px auto;
	text-align: center;
}
/* =Lists
-----------------------------------------------------------------------------*/
ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin: 10px 10px 20px 5px;
	color: #000;
}
ol li {
	margin: 3px 0;
	text-indent: 10px;
}
ul {
	list-style-type: none;
	margin: 10px 10px 20px 10px;
}
 ul li {
	margin: 3px 0;
	text-indent: 20px;
}
 li a {
	color: #000;
}


/* =Tab Navigation
-----------------------------------------------------------------------------*/
.tabbar {
	line-height: normal;
	font-size: 16px;
}
.tabbar ul {
	margin: 5px 0 0 0;
	padding: 10px 0 0 5px;
	width: 100%;
	list-style: none;
	white-space: nowrap;
}
.tabbar li {
	display: inline;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.tabbar a {
	float: left;
	background: url("../IMAGES/EMPVIEW/TAB/P_L.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}
.tabbar a span {
	float: left;
	display: block;
	background: url("../IMAGES/EMPVIEW/TAB/P_R.gif") no-repeat right top;
	padding: 5px 15px 4px 10px;
	color: #000;
	text-align: center;
	cursor: hand;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabbar a span {
	float: none;
}
/* End IE5-Mac hack */


.tabbar a:hover {
	background: url("../IMAGES/EMPVIEW/TAB/O_L.gif") no-repeat left top;
	text-decoration: none;
}
.tabbar a:hover span {
	background: url("../IMAGES/EMPVIEW/TAB/O_R.gif") no-repeat right top;
	color: #444;
}
.tabbar .current a, .tabbar .current a:hover {
	background: url("../IMAGES/EMPVIEW/TAB/A_L.gif") no-repeat left top;
}
.tabbar .current a span, .tabbar .current a:hover span {
	background: url("../IMAGES/EMPVIEW/TAB/A_R.gif") no-repeat right top;
	font-weight: bold;
	color: #000;
}

/* Insert height/width here to give all the content a unified size */
#tabcontainer {
	border-top: 1px solid #999999;
	padding: 10px 0px 10px 0px;
	margin: 0px auto auto auto;
}
.tabcontent {
	display: none;

}

/* =Misc
-----------------------------------------------------------------------------*/
.content-body {
	padding-bottom: 20px;

}