/************************************
# KMTC HK Project Team
# Copyright 2006-2010 by KMTC HK Company Limited. All rights reserved.
#
# Project: RepoUpload
#
# File: kmtchk.css
# Base CSS.
#
# Author : Fanglo P.M. MA
 ************************************/

@CHARSET "UTF-8";
/*
a.menulink {
	color:white;
}
a.footerlink {
	color:black;
}
div.title {
	font-weight: bold;
	text-decoration: underline;
}
td.alert {
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
}
td.page-navigation {
	text-align: right;
	font-weight: bold;
}
td.cell {
	nowrap;
}
td.title {
	font-weight: bold;
	white-space: nowrap;
	nowrap;
}
td.table-title {
	font-weight: bold;
	text-decoration: underline;
}
tr.alert {
	background-color:#FF0000;
	font-weight: bold;
}
table.table-border {
	border-style:solid; border-color:#000000; border-width:1px
}
/*
input {
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
	padding: 2px;
	background-color: #fff;
	font-size: 13px;
	font-family: 'Arial';
	font-weight: bold;
	height: 23px;
}
input.fixWidth {
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
	padding: 2px;
	background-color: #fff;
	font-size: 13px;
	font-family: monospace;
	font-weight: bold;
	height: 23px;
}
*/
/*
select {
	font-family: 'Arial';
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	background-color: #fff;
	font-weight: bold;
}
*/ 

body {
	font-family: 'Courier';	
	text-transform: uppercase;
}

table.blue {
	background-color:rgb(153,204,255);
}
a.menulink {
	color:white;
}
a.footerlink {
	color:black;
}
td.backAlert {
       background-color:rgb(255,0,0);
}
td.alert {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}
td.page-navigation {
	text-align: right;
	font-weight: bold;
}
td.table-title {
	font-family:Arial;
	font-weight: bold;
	font-size: x-large;
	color: #25385E;
}
td.title {
	font-family:Arial;
	font-weight: bold;
	font-size:13px;
}
tr.alert {
	background-color:#FF0000;
	font-weight: bold;
}
table.table-border {
	border-style:solid; 
	border-color:#000000; 
	border-width:1px;
}
input {
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
	padding: 2px;
	background-color: #fff;
	font-size: 12px;
	height: 19px;
	color : #371200;
	font-family: 'Courier';
}
/*	text-transform: uppercase;*/
input.disabled {
	font-family: 'Courier';
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
	padding: 2px;
	background-color: #fff;
	font-size: 12px;
	height: 19px;
	color : graytext;
}
/*	text-transform: uppercase;*/
input.fixWidth {
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
	padding: 2px;
	background-color: #fff;
	font-size: 13px;
	height: 19px;
	font-family: 'Courier';
	color : #371200;
}
/*	text-transform: uppercase;*/
select {
	font-family: 'Courier';
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	background-color: #fff;
	font-size:13px;
	color : #371200;
	height: 1.4em;
	text-transform: uppercase;
}
option {
	text-transform: uppercase;
}
table.light-back {
	background-color: #F6F2DF;
}
div.counterArea {
       display: inline;
}
div.count {
       display: inline;
       float:left;
       width:30px;
       padding:5px;
}
