EMV_LAYOUT.css 1.44 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
@charset "UTF-8";
* {
	padding:0;
	margin:0;
}

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html, body {
	 height:100%;
}
#wrapper {
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#header {
	background: #006FD5 url(../IMAGES/HEADER/EMV_HEADER_SPACE.gif);
	width: 100%;
	height: 76px;
}

#tovnav {
	background: #FFF;
	clear: both;
	border-bottom: 1px solid #000;
}

#container {
	overflow: hidden;
	padding-bottom: 40px;
	width: 100%;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 28px;
	position: absolute !important;
	/*bottom: 0 !important;*/  /*   top: 100% !important; margin-top: -28px; ᷹ margin-top = -#footer width  */
	top: 100% !important;
	margin-top: -28px;

	background: #FFF url(../IMAGES/EMPVIEW/FOOTER_BG.gif) repeat-x;
	text-align: center;
	color: #000;
	z-index: 1;
}
#footer p{
	margin: 0 auto;
	padding: 4px 10px 4px 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #FFF;
}
img {
	border: 0;
}
.border-black {
	border:  #000 solid;
	border-width: 1px;
}
p {
	padding: 1em 0;
	line-height: 1.5em;
}


.button-right {
	text-align: right;
	margin-bottom: 5px;
}

#tabbar {
	margin: 0;
}