BODY {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #444444;
}

BODY,A,P,TD,LI,SPAN,DIV,INPUT,SELECT,TEXTAREA,PRE {
	font-family: 微软雅黑, 宋体;
	font-size: 12px;
}

#messageBox {
	display: none;
	position: absolute;
	width: 200px;
	border: 1px solid black;
}

#messageContent {
	padding-top: 5px;
	background-color: white;
	width: 200px;
	height: 100px;
	overflow: auto;
}

#messageTitle {
	padding: 2px;
	text-align: center;
	background-color: #778899;
	color: white;
}

#closeMessage {
	float: right;
}

#messageBox ul li.e {
	color: #F04040;
}

#messageBox ul li.m {
	color: #4040F0;
}

#messageBox ul li.w {
	color: #FF8500;
}

H1 {
	font-family: 宋体;
	font-size: 16px;
	font-weight: bold;
}

H2 {
	font-family: 宋体;
	font-size: 16px;
	font-weight: normal;
}

A {
	color: #202488;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

INPUT {
	height: 18px;
}

INPUT.short,
INPUT.mid,TEXTAREA.mid,
INPUT.long,TEXTAREA.long,
INPUT.veryLong,TEXTAREA.veryLong {
	border: 1px solid #888888;
}

SELECT {
	height: 20px;
}

INPUT.short {
	width: 40px;
}

SELECT.short {
	width: 50px;
}

INPUT.mid,TEXTAREA.mid {
	width: 100px;
}

SELECT.mid {
	width: 110px;
}

INPUT.long,TEXTAREA.long {
	width: 180px;
}

SELECT.long {
	width: 190px;
}

INPUT.veryLong,TEXTAREA.veryLong {
	width: 250px;
}

SELECT.veryLong {
	width: 260px;
}

INPUT.err {
	border: 1px solid #F04040;
}

.lt {
	text-align: left;
}

.ct {
	text-align: center;
}

.rt {
	text-align: right;
}

.button {
	width: 60px;
	height: 25px;
	color: white;
	border: 1px solid #A31000;
	background-image: url("/imandarin/common/images/buttonbg.png");
	background-repeat: repeat-x;
	cursor: pointer;
	margin: 2px;
	padding: 0px;
}

.button1 {
    width: 80px;
    height: 25px;
    color: white;
    border: 1px solid #A31000;
    background-image: url("/imandarin/common/images/buttonbg.png");
    background-repeat: repeat-x;
    cursor: pointer;
    margin: 2px;
    padding: 0px;
}

TABLE.infoBox {
	border: 10px solid #FFF8DB;
	background-color: #FFF8DB;
}

TABLE.infoBox TR {
	height: 20px;
}

TABLE.infoBox TR TH {
	padding: 2px;
}

TABLE.infoBox TR TD {
	padding-left: 8px;
	width: 220px;
}

TABLE.infoBox TR TH {
	padding-right: 10px;
	margin-right: 10px;
	width: 130px;
	text-align: right;
	font-weight: bold;
}

TABLE.infoBox TR TD.actionPanel {
	padding-top: 15px;
}

TABLE.conditionBox {
	border: 25px solid #FFF8DB;
	margin-bottom: 15px;
	background-color: #FFF8DB;
}

TABLE.conditionBox TR {
	height: 20px;
}

TABLE.conditionBox TR TH {
	padding: 2px;
}

TABLE.conditionBox TR TD {
	padding-left: 8px;
	padding-right: 8px;
	width: 130px;
}

TABLE.conditionBox TR TH {
	padding-right: 10px;
	margin-right: 10px;
	width: 130px;
	color: #444444;
	text-align: right;
	font-weight: bold;
}

TABLE.searchResult {
	width: 98%;
	border-collapse: collapse;
	border: 1px solid #B8B8B8;
}

TABLE.searchResult TR {
	height: 20px;
}

TABLE.searchResult TR TH {
	text-align: center;
	color: #444444;
	background-color: #FFE8A5;
}

TABLE.searchResult TR TH A.orderBy {
	color: #444444;
}

TABLE.searchResult TR TH,TABLE.searchResult TR TD {
	border: 1px solid #B8B8B8;
	padding: 2px;
}

TABLE.conditionBox CAPTION,
TABLE.searchResult CAPTION,
TABLE.infoBox CAPTION {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

TABLE.conditionBox CAPTION,
TABLE.infoBox CAPTION {
	background-color: #FFE8A5;
}

.odd {
	background-color: #FFFFE3;
}

.even {
	background-color: #FFF8DB;
}

.odd:HOVER,.even:HOVER {
	background-color: #FFE8A5;
}

.pageInfo {
	margin-top: 10px;
	text-align: right;
	vertical-align: middle;
	width: 98%;
}

.pageInfo .totalPage {
	font-weight: bold;
	color: #CD4444;
}

.pageInfo .pageSize {
	width: 4em;
	text-align: right;
	vertical-align: middle;
}

.pageInfo .pageNo {
	width: 1.5em;
	text-align: right;
	vertical-align: middle;
}

.pageInfo .go {
	cursor: pointer;
	height: 1.8em;
	vertical-align: middle;
}

LABEL {
	cursor: pointer;
}

#nationalitySwitch {
	cursor: pointer;
	border: 1px solid #708090;
	float: right;
	background-color: silver;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.deleted {
	text-decoration: line-through;
	color: gray;
}

.refundment {
	color: red;
}

.selectorText {
	border: 0px; 
	width: 120px; 
	background-color: transparent;
}

TABLE.errorBox {
	width: 500px;
	background-color: #FFF8DB;
}

TABLE.errorBox CAPTION {
	text-align: left;
	background-color: #FFE8A5;
}

TABLE.errorBox TR TD.errorBoxMsg {
	font-size: 14px;
	height: 55px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

TABLE.errorBox TR TD.errorBoxButton {
	height: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	vertical-align: bottom;
}

DT {
	font-weight: bold;
}

.calendar {
    position: absolute;
    margin: 24px 0;
    border: 1px solid #666666;
    border-collapse: collapse;
    background-color: transparent;
}

.calendar td,
.calendar th {
    padding: 3px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 90%;
}

.calendar td.navAction {
    background-color: #FFFFFF;
    color: #444444;
    cursor: pointer;
}

.calendar td.navAction:hover,
.calendar tr.days td:hover  {
    background-color: #4D90FE;
    color: #FFFFFF;
}

.calendar th.weekdays {
    width: 2.5em;
    background: #DDDDDD;
    border-bottom: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    font-weight: bold;
    color: #555555;
}

.calendar tr.days {
    cursor: pointer;
}

.calendar td.otherMonth {
    color: #BBBBBB;
}

.calendar td.today {
    color: #BB0000;
}

.calendar td.selected {
    font-weight: bold;
    background-color: #E0E4EF;
}

.calendar td.weekend {
    color: #002FFF;
}