EMPLOYEE_VIEW.css 3.22 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
body {
	font-family: "MS Sans Serif", sans-serif, "Microsoft Sans Serif";
	margin: 0px;
	font-size: 12px;
}
img {
	border: 0;
}
a {
	color: #006699;;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


table#main {
	background-color: #FFFFFF;
	width: 781px;
}


/* for Header */
td.blankline {
	height: 9px;
}
#table_header .banner{
	height: 76px;
	background:url(../IMAGES/HEADER_BG.gif);
}
td.mainmenu{
	margin: 0;
	padding: 0;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	border: 1px #000033 ;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../IMAGES/mainpage_05_.gif) center center repeat-x;
}
td.mainmenu a {
	text-decoration: none;
	color: #FFFFFF;
}
td.mainmenu:hover  {
	background: url(../IMAGES/mainpage_05_1.gif) center center repeat-x ;
}
td.left {
	width: 160px;
	text-align: left;
}


/* for Footer */
#table_footer .footer {
	height: 46px;
	background-image: url(../IMAGES/FOOTER_BG.gif);
}
#table_footer .copy {
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	height: 46px;
	vertical-align: middle;
	text-align: center;
	background-image: url(../IMAGES/FOOTER_BG.gif);
}
#table_footer .footerleft {
	width: 8px;
	height: 46px;
	vertical-align: middle;
	background: url(../IMAGES/mainpage_68.gif) left no-repeat  ;
}
#table_footer .footerright {
	width: 8px;	
	height: 46px;
	vertical-align: middle;
	background: url(../IMAGES/mainpage_75.gif) right no-repeat ;
}

td.right {
	width: 160px;
	text-align: left;
}
#table_reqform {
	width: 155px;
	background-color: #fafafa;
	color: #006699;
}
.reqformdata {
	font-family: Tahoma;
	font-size: 12px;
	color: #006699;
	padding: 0px 5px 0px 8px;
	background-image: url(../IMAGES/form_data2.gif);
	background-repeat: repeat-y;
}
.elearningdata {
	font-family: Tahoma;
	font-size: 12px;
	color: #006699;
	padding: 0px 5px 0px 8px;
	background-image: url(../IMAGES/elearning_data2.gif);
	background-repeat: repeat-y;
}
.pollsdata {
	font-family: Tahoma;
	font-size: 12px;
	color: #006699;
	padding: 0px 5px 0px 8px;
	background-image: url(../IMAGES/polls_data2.gif);
	background-repeat: repeat-y;
}
.agentdata {
	font-family: Tahoma;
	font-size: 12px;
	color: #006699;
	padding: 0px 5px 0px 8px;
	background-image: url(../IMAGES/agent_data2.gif);
	background-repeat: repeat-y;
}
.linksdata {
	font-family: Tahoma;
	font-size: 12px;
	color: #006699;
	padding: 0px 5px 0px 8px;
	background-image: url(../IMAGES/links_data2.gif);
	background-repeat: repeat-y;
}
.bullet {
	width: 10px;
	vertical-align: baseline;
	text-align: center;
}
.data{
	padding: 0px 2px;
}
/* ---------------------- for USER_INFO ----------------------------- */
#table_userinfo {
	width: 155px;
	height: 155px;
	background: url(../IMAGES/employee_info.gif) no-repeat left  top;
}
#userinfo {
	width: 150px;
	height:150px;
	margin:5px;
}

.table_userdata{
	width: 100%;
	padding: 0px 2px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.table_userdata a, .table_userdata a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
td.blank {
	height: 2px;
}
img.user_image {
	border: 1px solid #000000;
}
#slogan {
	font-size: 12px;
	font-weight: bold;
	color: #FF0099;
}