You need to sign in or sign up before continuing.
CSC_UI.css 1.07 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
@charset "UTF-8";

* { margin: 0; padding: 0; }

/* Text Alignment */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

.layoutCenter { margin: 0 auto !important; }

.nowrap { white-space: nowrap; }


#tableWrapper {
	margin: 0 auto;
	font-size: 12px;
	color: #000;
}

#tableWrapper .header {
	padding-right: 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #336699;
	text-align: right;
	height: 20px;
	border: 0 none;
}

#tableWrapper .footer {
	background: #336699;
	border: 0 none;
	height: 10px;
}
#tableWrapper .columnlabel, 
#tableWrapper .columndata {
	font-size: 12px;
	vertical-align: top;
	min-height: 20px;
	padding: 0 5px
}
#tableWrapper .columnlabel {
	color: #3366CC;
	background: #efefef;
	text-align: right;
	width: 150px;
}
#tableWrapper .columndata {
	color: #000000;
}

.tableContainer {
	margin: 5px;
	padding: 5px 10px;
}

.tableContent {
	margin: 0 auto 10px;
}

.buttonline {
	margin: 10px auto;
	padding: 0 10px;
	text-align: center;
}
.buttonline a {
	white-space: nowrap;
}