* {
	padding: 0;
	margin: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana;
	font-size: 12px;
	background-image: url("/graphics/back.png");
	background-repeat: repeat-x;
	background-color: #aaced4;
	/*overflow: hidden;*/
}

input:focus, textarea:focus {
    outline: none;
}

hr {
	background-color: transparent;
	color: transparent;
}

h1 {
	font-size: 21px;
	margin-bottom: 7px;
}

p {
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 21px;
}

.chinese {
	font-family: HAN NOM B, HAN NOM A, CJK-Extension B;
}

.dix-neuf {
	font-size: 20px;
}




.cTable {
	margin-top: 11px;
	background-image: url(/graphics/backTrans.png);
}

.cCell {
	background-image: url(/graphics/separator.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.cSW {
	vertical-align: middle;
	height: 111px;
	padding: 7px;
	padding-right: 27px;
}

.cC {
	vertical-align: top;
	padding-right: 31px;
	padding-left: 11px;
	padding-top: 11px;
}





.jqDrag {
	cursor: default;
}

.jqResize {
	 width: 15px;
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 cursor: se-resize;
}

.jqDnR {
    border: 7px solid #1a2e3f;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
	/*
    min-width: 300px;
    max-width: 400px;
    */
    width: 333px;
    visibility: hidden;
	overflow: hidden;
	/*
	background-color: #eea672;
	background-image: url("/graphics/redHandle.gif");
	background-repeat: no-repeat;
	*/
}

.jqTitle {
	background-color: #eea672;
	background-image: url("/graphics/redHandle.gif");
	background-repeat: repeat-y;
	background-position: left;
	height: 27px;

	line-height: 26px;
	padding-left: 6px;
	font-size: 17px;
	color: #fff;
}

.jqClose {
	position: absolute;
	top: 0px;
	right: 1px;
	width: 27px;
	height: 27px;
	text-align: center;
}

.jqClose a {
	text-decoration: none;
	color: #fff;
	font-family: Verdana;
	font-size: 16px;
}

.jqContent {
	padding: 7px;
}

.jqContent, .jqContent td {
	font-size: 14px;
}

.modal {
    border: 9px solid #f4de64;
    position: absolute;
    background-color: #fcfefc;
	background-image: url("/graphics/alert.gif");
	background-repeat: no-repeat;
	background-position: 30px 30px;
    padding: 10px;
    top: 0;
    left: 0;
    width: 400px;
    height: 200px;
    visibility: hidden;
	overflow: hidden;
}

.modalContent {
	border: 1px solid black;
	margin: 30px;
	margin-left: 90px;
}
.modalContent {
	border: 1px solid red;
	margin-left: 90px;
}








.hr {
	height: 14px;
	background-image: url("/graphics/hr.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}



.basicButton {
	height: 25px;
	cursor: default;
	cursor: pointer;
	margin: 10px 0;
	width: 100px;
}

.basicButton .left {
	height: 25px;
	width: 15px;
	float: left;
	background-image: url("/graphics/button_GREEN_0.gif");
	background-position: left;
	background-repeat: no-repeat;
}

.basicButton .right {
	height: 25px;
	width: 15px;
	float: left;
	background-image: url("/graphics/button_GREEN_2.gif");
	background-position: right;
	background-repeat: no-repeat;
}

.basicButton .label {
	height: 25px;
	width: 70px;
	line-height: 24px;
	font-family: Verdana;
	text-align: center;
	font-size: 11px;
	float: left;
	background-image: url("/graphics/button_GREEN_1.gif");
	background-position: right;
	background-repeat: repeat-x;
}

.basicButton .label span {
	margin: 0 11px;
}



#pageContent {
	width: 900px;
	padding-top: 2px;
	padding-left: 12px;
	padding-bottom: 41px;
}

.null {
	color: #B8D6E5;
	font-family: Garamond, Georgia, Serif;
}

.bLink {
	color: #3f80ca;
	text-decoration: none;
}

.bLinkOut {
	color: #3f80ca;
	text-decoration: none;
	/*
	padding-right: 16px;
	background-image: url("/graphics/outOLD.png");
	background-position: top right;
	background-repeat: no-repeat;
	*/
}

.kLink {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	background-color: #5BAC2D;
	padding: 2px 5px;
	padding-top: 4px;

	/*
	padding: 3px;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 21px;
	background-image: url("/graphics/kLink.png");
	background-position: left middle;
	background-repeat: no-repeat;
	*/
}

.gLink {
	background-image: url("/graphics/gLink.png");
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	line-height: 17px;
	padding: 2px 7px;
	color: #fff;
	text-decoration: none;
}





#tBar {
	position: relative;
	vertical-align: bottom;
	height: 30px;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	padding: 0 17px;
	padding-top: 7px;
	z-index: 1000000;
}

#tBar .tBarContent {
	float: right;
}

#tBar a {
	padding-bottom: 2px;
	text-decoration: none;
	color: #fff;
}

#tBar .tabSelected {
	/*
	background-image: url("/graphics/dottedLine.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	*/
}

#tBar .tabLeft {
	float: left;
	width: 12px;
	height: 30px;
	/*
	background-image: url("../graphics/tabLeft.png");
	background-repeat: no-repeat;
	*/
}

#tBar .tabRight {
	float: left;
	width: 12px;
	height: 30px;
	/*
	background-image: url("../graphics/tabRight.png");
	background-repeat: no-repeat;
	*/
}

#tBar .tabMiddle {
	float: left;
	height: 30px;
	background-image: url("/graphics/tabMiddle.gif");
	background-repeat: repeat-x;	
	padding-left: 11px;
	padding-right: 11px;
	line-height: 30px;
}

#tBar .tabEmpty {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 11px;
	padding-right: 11px;
}





#mBar {
	position: relative;
	vertical-align: middle;
	height: 30px;
	background-image: url("/graphics/mBack.png");
	background-repeat: repeat-x;
	background-color: #1c3849;
	color: #fff;
	font-size: 13px;
	padding-left: 10px;
	z-index: 1000000;*/
}



#mBar .mInput {
	border: 0px solid black;

	background-color: transparent;
	background-image: url("/graphics/mInput.gif");
	background-repeat: no-repeat;
	background-position: center;
	
	float: left;
	line-height: 29px;
}

#mBar .mInput input {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #fff;

	border: 0px solid black;
	background-color: transparent;

	width: 50px;
	margin: 2px 8px;
}

/*==============================================================================

	GRC multi-level script-free pure-CSS menuing system stylesheet.
	This code is hereby placed into the public domain by its author
	Steve Gibson. It may be freely used for any purpose whatsoever.

==============================================================================*/

/*====== GLOBAL OVERRIDES FOR MAJOR ITEMS AND DIFFERING BROWSER DEFAULTS =====*/

table { text-align:left; }
iframe { width:0; height:0 }

ul { margin-left: 20px; }
li { margin-bottom: 1em; }

/*========================= TOP OF THE MENU CASCADE ==========================*/

#mBar ul {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	line-height: 1.5em; /* ? */
}

#mBar li {
	float: left;
	position: relative;
	margin: 0;
}

#mBar ul li table {
	margin: -1px 0; /* IE5 needs -1px top and bottom table margins */
	m\argin: 0; /* re-zero the table margins for everyone but IE5 */
	border-collapse: collapse; /* IE5 needs this for the sub-menus to work */
	font-size: 13px;
}

.drop {
	display: block;
	padding: 0;
	margin: 0;
	text-align: right;
	cursor: pointer;
	cursor: hand; /* IE5 only knows about "hand", so set it both ways */
}

.drop span {
	float: left; /* the "&rarr;" in the drop-down menus which link to sub-menus */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

#mBar ul li ul {
	display: none;
}

#mBar ul li a,
#mBar ul li a:visited { /* unselected top-level menu items */
	display: block;
	float: left;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: transparent;
	padding: 0 11px;
}

#mBar ul li:hover a,
#mBar ul li a:hover { /* selected top-level menu items */
	height: 16px; /* the sub-menus don't show in IE6 without this! */
	height: 30px;
	background-color: #000;
	color: #fff;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

#mBar span {
	padding: 0;
	padding-right: 10px;
}

#mBar ul li:hover ul,
#mBar ul li a:hover ul { /* 2nd level drop-down box */
	display: block;
	position: absolute;
	margin: 0;
	top: 30px;
	left: 0px;
	height: auto;
	width: 13.5em; /* ? */
	color: #fff;
	background: #000;
}

#mBar ul li:hover ul.leftbutton,
#mBar ul li a:hover ul.leftbutton {
	left: 0px;
}

#mBar ul li:hover ul.skinny,
#mBar ul li a:hover ul.skinny {
	width: 220px;
}

#mBar ul.rightmenu li:hover ul,
#mBar ul.rightmenu li a:hover ul { /* 2nd level neighborhood drop-down box */
	left: auto;
	right: 0; /* nudge the right menu right to line up under the border */
}

#mBar ul li:hover ul li a,
#mBar ul li a:hover ul li a { /* 2nd level unselected items */
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 11px;
	font-size: 13px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	background: #000;
	width: 220px;
}

#mBar ul li:hover ul li:hover a,
#mBar ul li a:hover ul li a:hover { /* 2nd level selected item */
	color: #000;
	background-color: #fff;
}

#mBar ul li:hover ul.skinny li a,
#mBar ul li a:hover ul.skinny li a,
#mBar ul li:hover ul.skinny li a:hover,
#mBar ul li a:hover ul.skinny li a:hover { /* 2nd level items */
	width: 220px;
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

#mBar ul li:hover ul li ul,
#mBar ul li a:hover ul li a ul {
	visibility: hidden;
}
     
#mBar ul li:hover ul li:hover ul,
#mBar ul li a:hover ul li a:hover ul { /* 3rd level drop-down box */
	visibility: visible;
	position: absolute;
	margin-top: 0px;
	top: 0;
	left: 231px;
	width: 220px;
}

#mBar ul li:hover ul li:hover ul li a,
#mBar ul li a:hover ul li a:hover ul li a { /* 3rd level unselected items */
	width: 220px;
	background: #000;
	color: #fff;
}

#mBar ul li:hover ul li:hover ul li a:hover,
#mBar ul li a:hover ul li a:hover ul li a:hover { /* 3rd selected items */
	width: 220px;
	background: #fff;
	color: #000;
}

#text { /* the Mac's standard Safari browser will not see this code */
	height: 1.215em;# /* ...  but every other browser will and should */
} /* Safari barfs on the illegal pound sign (#) after the rule's property val */



/*============================================================================*/


















#iBar {
	position: relative;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #122029;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #a1c2c8; /* #5e8694; */
	border-top: 1px solid #a1c2c8;
	padding-left: 15px;
	background-color: #8bafbb;
	/* background-image: url("/graphics/iBar.png"); */
	background-repeat: repeat-x;
	background-position: bottom;
}

#iBar span {
	margin-right: 17px;
	margin-left: 6px;
	font-family: Helvetica, Arial;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
}





#fBar {
	display: none;
	visibility: hidden;
	background-color: lightgreen;
	height: 90px;
}



#sBar {
	position: fixed;
	bottom: 0;
	left: 0;
	font-family: Verdana;
	font-size: 11px;
	background-color: #000;
	padding-left: 7px;
	line-height: 24px;
	color: #fff;
	width: 100%;
}

		
		
		
		
		
		
		
		


.isAnyDuanzhu {
	display: none;
	visibility: hidden;
	background-image: url("/graphics/isAnyDuanzhuOver.gif");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 4px 9px;
	font-size: 12px;
	width: 38px;
	line-height: 13px;
	text-decoration: none;
	color: #fff;
	margin-top: 4px;
}

.isAnyDuanzhu:hover {
	background-image: url("/graphics/isAnyDuanzhu.gif");
}

.isAnyTB {
	background-image: url("/graphics/isAnyDuanzhuOver.gif");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 4px 9px;
	font-size: 12px;
	width: 38px;
	line-height: 13px;
	text-decoration: none;
	color: #fff;
	margin-top: 4px;
}

.isAnyTB:hover {
	background-image: url("/graphics/isAnyDuanzhu.gif");
}


.fog {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000000;
	vertical-align: middle;
	text-align: center;
	background-image: url("/graphics/white_75p.png");
}

#sWindow {
	/* z-index: 1000000; */
    border: 7px solid #1a2e3f;
    position: absolute;
    background: #fff;
    padding: 1px;
    top: 0;
    left: 0;
	width: 700px;
	height: 300px;
	display: none;
    visibility: hidden;
	overflow: hidden;
}

#sTitle {
	background-color: #b9e772;
	background-image: url("/graphics/greenHandle.gif");
	background-repeat: repeat-y;
	background-position: left;
	height: 27px;

	line-height: 25px;
	padding-right: 7px;
	font-size: 19px;
	color: #fff;
	text-align: right;
	margin-bottom: 17px;
}

#sTitle a {
	text-decoration: none;
	color: #fff;
}

#sFrame {
	border: 0;
	width: 700px;
	height: 300px;
}




.input {
    font-family: Verdana;
	background-color: #fff;
	font-size: 11px;
	padding: 3px 5px;
	border: 2px solid #a9c2cc;
    outline: none;
}

input.default {
	margin: 4px 7px;
	padding: 3px 5px;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #a9c2cc;
	background-color: #f8fbfe;
}

.whiteBlockC {
	margin: 0 auto;
	background-image: url("/graphics/backTrans.png");
	padding: 10px;
	width: 400px;
}

.whiteBlock {
	margin-bottom: 27px;
	background-image: url("/graphics/backTrans.png");
	padding: 10px;
	float: left;
}

.whiteBlockIn {
	padding: 10px;
	background-color: #f8fbfe;
	border: 1px solid #f8fbfe;
	font-size: 11px;
}

.whiteBlockIn th, td {
	font-weight: normal;
	font-size: 11px;
}

.whiteBlockIn th {
	width: 140px;
}

.formCallbackSuccess {
	margin-top: 10px;
	background-image: url("/graphics/green_tick.gif");
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
	font-size: 17px;
}

.formCallbackFail {
	margin-top: 10px;
	background-image: url("/graphics/red_cross.gif");
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
	font-size: 17px;
}

.formCallback div {
	padding-top: 5px;
	margin-left: 40px;
}

.formLoader {
	background-image: url("/graphics/ajax-loader-1.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

.noWrap {
	white-space: nowrap;
}

.basicInput {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #638899;
	background-color: #fff;
	margin: 4px 10px;
	width: 140px;
}

.charTable {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	padding: 0;
	margin-top: 9px;
	margin-bottom: 11px;
	margin-left: 4px;
}

a.ocl {
    text-decoration: none;
    color: #3377bb;
}

a.ocl:hover {
    color: #71addb;
}

.field {
	font-family: Verdana, Helvetica;
	font-size: 14px;
	padding-left: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #638899;
	background-color: #AACFE0;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
	margin-right: 6px;
	text-align:center;
}

.cjkv {
	font-family: CJKV-Extension B, Verdana, Helvetica;
	font-size: 17px;
}

.field2 {
	font-family: CJKV-Extension B, Verdana, Helvetica;
	font-size: 17px;
	padding-left: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #638899;
	background-color: #AACFE0;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
	margin-right: 6px;
	text-align:center;
}

.field3 {
	font-size: 17px;
	padding-left: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #638899;
	background-color: #AACFE0;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
	margin-right: 6px;
	text-align:center;
}

.fieldsw {
	font-family: SW, sw;
	font-size: 17px;
	padding-left: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #638899;
	background-color: #AACFE0;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
	margin-right: 6px;
	text-align:center;
}

.char_info {
    /*
	padding-left: 5px;
	padding-right: 5px;
	*/
	font-size: 13px;
	line-height: 15px;
	/* padding-top: 10px; */
}

.hidden_content {
    visibility: hidden;
	display: none;
	padding-left: 7px;
	/*
	padding-left: 10px;
	background-image: url("combo_tichat_back_end.gif");
	background-repeat: repeat-y;
	background-position: left top;
	*/
}

.expand_button {
    cursor: pointer;
}

.as_link { cursor: default; cursor: pointer; }

.asLink { cursor: default; cursor: pointer; }


		.quickSearchTable {
			margin-top: 6px;
			padding-left: 4px;
		}


		.IDInput {
			border: 0px;
			width: 72px;
			color: #fff;
			padding-top: 6px;
			padding-bottom: 4px;
			padding-left: 11px;
			padding-right: 11px;
			margin-left: 2px;
			margin-right: 2px;
			letter-spacing: 1px;
			text-align: center;
			background-image: url("/graphics/IDInput2.png");
			background-repeat: no-repeat;
			background-position: left center;
			font-family: Serif, Verdana, Helvetica, Sans-Serif;
			font-size: 14px;
		}

        .infoCharLink
        {
            text-decoration: none;
            color: #387bbe;
        }

        .infoCharLink:hover {
            text-decoration: underline;
            color: #629BE9;
        }

		span.basic_SPAN {
            margin-right: 17px;
            margin-left: 4px;
            font-family: CJKV-Extension B, Garamond, Times New Roman, Georgia;
            font-size: 17px;
            color: #fff;
		}

		a.basic_LINK {
			text-decoration: none;
            margin-right: 17px;
            margin-left: 4px;
            font-family: CJKV-Extension B, Garamond, Times New Roman, Georgia;
            font-size: 17px;
            color: #fff;
		}
