@charset "utf-8";
/* CSS Document */

body {
	/*background: url(images/body_bg.jpg) no-repeat center center fixed;*/
	background-color: #29588e;
	/*background: url(images/xmas-bg.jpg) no-repeat center center fixed;*/
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
  	background-size: cover;
  	margin: 0;
}
#mainpage {
	color:#333;
	background:#fff;
	border-color:#DEDEDE;
	margin: 25px auto;
	width:930px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

a
{
	text-decoration:none;
	color: #1552ab;
}

a:hover
{
	text-decoration:underline;
	color:blue;
}

a.external
{
	text-decoration: underline;
	font-weight: bold;
}

a.external:hover
{
	color:blue;
}

img {
	border: 0px;
}

/* some global class */

h1
{
    font-family:arial;
    font-size:14px;
    text-transform:uppercase;
    text-decoration:none;
    color:#006699;
    margin-top: 2px;
}
h2
{
    font-family:arial;
    font-size:14px;
    text-transform:none;
    text-decoration:none;
    color:#666;
    margin-top: 2px;
}

div.msg, span.msg {
	color: blue;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size:14px;
	width: 100%;
	margin: 10px auto 8px;
	line-height: 18px;
}
div.error, span.error {
	color: #ce0000;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size:14px;
	width: 100%;
	margin: 6px 0px;
	line-height: 16px;
}

div.invalid, span.invalid {
	background-color: #ce0000;
	color: yellow;
}

div.center {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	text-align: center;
}

.right {
	text-align: right;
}
/* session style and layout */


#header {
	margin: 0px; padding: 0px; height: 98px;
	background:url(images/banner_bg.jpg) repeat-x;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#header #logo {
	margin: 0px 0px 0px 0px; padding: 0px; height: auto; width: auto; float: left;
}
#header #sologan {
	margin: 0px;
	padding-right:10px;
	width: auto;
	float:right;
	height:36px;
	line-height:32px;
	background:url(images/top_user_bg.jpg) repeat-x top;
	border-top-right-radius: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	text-decoration:none;
}

#header div.logout-button {
	float: right;
	width: 32px;
	height: 32px;
	margin-top: 2px;
	text-align: right;
	display: inline-block;
}

#nav-menu {
	background:url(images/topmenu_bg.jpg) repeat-x top;
	width:100%;
	height:84px;
	padding-top:18px;
}
.menubox
{
	margin:auto;
	width:900px;
	height: 46px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:url(images/menu_ulbg.jpg) repeat-x;
}
.topmenu
{
	background:url(images/topmenu_bg.jpg) repeat-x top;
	height:84px;
	font-size:30px;
	text-indent:1px;
	text-shadow:3px #CCC;
	font-style:normal;
	color:#FFF;
	line-height:84px;
	padding-left:50px;
	margin-bottom: 15px;
}
.boxregister
{
	border: 0;
	width:600px;
	min-height: 180px;
	margin:30px auto;
	padding:10px;
}

.textlabel
{
	width: 200px;
	height:32px;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	float:left;
	text-align:right;
	padding-right:10px;
}
.textinput
{
	width:200px;
	height:25px;
	float:left;
	border-radius: 5px;
	border:1px solid #CCC;
}

.textinput[readonly]
{
	border:1px dashed #CCC;
}

.textgetpwd
{
	/*font-size:12px;*/
	color:#069;
	text-decoration:underline;
}

.textgetpwd:hover
{
	/*font-size:12px;*/
	color:#900;
	text-decoration:underline;
}

.topmenuicon_left
{
	width:40px;
	height:46px;
	float:left;

}
.topmenu_text
{
	float:left;
	text-align:center;
	width: auto;
	padding-left:13px;
	padding-right:13px;
	height: 46px;
	line-height:46px;
	list-style:none;
	border-right:1px solid #999;
}
.topmenu_text:hover
{
	background:url(images/menu_ulbg_over.jpg);
}

.topmenu_text:last-child
{
	border-right: 0;
}

.topmenuicon_right
{
	width:40px;
	height:46px;
	float:right;
}
.topmenu_text a {
	color: #1552ab; font-family: Arial; font-size: 17px; font-weight: normal; text-decoration: none;
}

.topmenu_text a:hover {
	color:#292929;
}

#logintop
{
	text-align: center;
	border: 0;
	width: 400px;
	min-height: 28px;
	margin: 20px auto;
	padding: 0;
}

#message-syntax {
margin: 0px 2px 0px 2px; padding: 4px 0px 0px 0px; border: thin solid transparent; width: 250px; height: 22px; float: right;
}

#sidebar {
	float: left;
	margin: 10px 5px 5px 10px;
	padding: 0px;
	width: 215px;
	min-height: 350px;
	border: thin solid transparent;
	display: inline-block;
	overflow: visible;
}

#sidebar ul {
	margin: auto; padding: 0px; height: auto; border: thin solid transparent;
}
#sidebar ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px; height: auto;
	text-align: left;
	border: thin solid #929292;
	display: inline-block;
	border-radius: 5px; float: left;
	background-color: #f5f5f5;
	font-family: sans-serif;
	font-size: 10pt;
	width: 212px;
}
#sidebar ul li .title {
	margin: 0px; padding: 10px 0px 0px 0px;
	height: 26px;
	background-image: url('images/titlebggrey.png');
	border-radius: 5px 5px 0px 0px;
	background-repeat: none;
	text-align: center;
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	border-bottom: thin solid #929292;
}
#sidebar ul li .content {
	margin: 0px 1px 0px 1px; padding: 0px;
	height: 180px;
	border-radius: 0px 0px 0px 0px;
	background-repeat: none; border: thin solid #929292; background-color: #f5f5f5;
}

#sidebar ul li {
	display: block;
}

.footerbox
{
	background:url(images/footer_bg.jpg);
	height:100px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.footer_text
{
	text-align:center;
	padding-top:15px;
	font-size:11px;
	color:#666;
	text-decoration:none;
	margin:0 auto;
	/*width:520px;
	float:left;*/
}


#siteseal {
	float: right;
	width: 132px;
	height: 32px;
	margin: 10px 10px;
}

#footer #copyrightbar {
	float: left;
	margin: 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	overflow: hidden;
	width: 450px;
}

#footer #copyrightbar dt {
	display: block;
	text-align: left;
}


#buy-a-card {
margin: 10px 10px 0px 10px; padding: 4px; border: 2px solid #ffffff; width: auto; height: 20px; border-radius: 5px; background-color: #cbe3f3; font-family: Arial; font-weight: bold;
color: #181818; font-size: 15px; text-align: center; display: block;
}
#list-card {
margin: 10px 10px 0px 10px; padding: 4px; border: 1px solid #000000; width: auto; height: auto; border-radius: 0px; background-color: #ffffff; font-family: Arial;
color: #181818; font-size: 12px; text-align: left; display: block; font-weight: 100;
}

#maincontent {
	margin: 0 auto 10px;
	padding: 0px 15px;
	width: 900px;
	height:auto;
	min-height: 370px;
	border: 0;
	display: block;
	clear: both;
}

/*
#maincontent ul {
	margin: 0px; padding: 0px;
	height: auto; border: thin solid transparent;
}

#maincontent ul li {
	margin: 0px 0px 0px 0px; padding: 0px; width: auto;
	height: auto; border: thin hidden transparent;
	display: block; border-radius: 8px;
}

#maincontent .content {
	margin: 0px 1px 0px 1px; padding: 0px;
	width: 761px; height: auto; border-radius: 0px 0px 0px 0px;
	background-repeat: none; border: thin solid #929292; background-color: #f5f5f5;
}
*/
.report_title {
	width:100%;
	margin:0 auto;
	padding-left:10px;
	height:30px;
	line-height:30px;
	font-family: Arial;
	font-weight: bold;
	color: #d60000;
	font-size: 12pt;
	display: block;
	background:#b4e4ff;
	margin-top:10px;
}

.report_title_brief {
	width:100%;
	margin:0 auto;
	padding-left:10px;
	height:30px;
	line-height:30px;
	font-family: Arial;
	font-weight: normal;
	color:#999;
	font-size: 12pt;
	display: block;
	margin-top:10px;
	}

#maincontent h3 {
	margin: 5px 0px 1px 0px;
	font-size: 12pt;
	text-align: left;
	font-weight: normal;
}

#maincontent table {
	font-size: 11pt;
	width:100%;
	empty-cells: show;
	margin: auto;
	padding-left: 0px;
    margin-left: 0px;
	border:1px solid #ccc;
	border-collapse: collapse;
}

#maincontent table thead tr th {
	text-align: center;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#2d648e;
	border:1px solid #ccc;
	padding: 2px 3px;
}

#maincontent table tbody tr th {
	color:#2d648e;
	text-align: left;
	border:1px solid #ccc;
	padding: 5px 0px 5px 5px;

}

#maincontent table tr td {
	padding: 5px 0px 5px 5px;
	border:1px solid #ccc;
}

#maincontent table tr td.center {
	text-align: center;
}

#maincontent table tr td.right {
	text-align: right;
	padding-right: 5px;
}

#maincontent table tr td.number {
	text-align: right;
	padding-right: 10px;
	font-family: monospace;
}

#maincontent table.table_cate {
	border: 0;
	font-size: 11pt;
	width:100%;
	empty-cells: hide;
	padding: 0px;
	margin: 0px auto;
	border-spacing: 1px;
	border-collapse: separate;
}

#maincontent table.table_cate thead tr th {
	text-align: center;
	height:30px;
	line-height:30px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#2d648e;
}

#maincontent table.table_cate tr th {
	text-align: right;
	background: #EFF0F1;
	padding: 2px 3px 2px 3px;

}

#maincontent table.table_cate tr td {
	text-align: center;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
	border:0;
	border-spacing: 1px;
}

#maincontent ul.list_subcate {
	list-style: square url("images/icon_topup_right.png");
	text-align: left;
	width: 140px;
	margin: 0 auto;
	padding: 0 0 0 30px;
}

#maincontent button {
	vertical-align: middle;
	height: 24px;
	min-width: 60px;
	padding: 0px 5px 0px 5px;
	margin: 5px auto;
	font-weight: bold;
	background-color: #f2f2f2;
	border: 1px gray solid;
	border-radius: 3px;
	color: #001499;
}

#maincontent button:disabled {
	color: #BFC8FA;
}

#maincontent #formfilter {
	padding: 0px 0px 5px 0px;
	margin: 10px auto 10px;
	vertical-align: top;
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: normal;
	border: 0;
	border-top: thin solid #929292;
	text-align: left;
}

#maincontent #formfilter legend {
	font-size: 11pt;
	font-weight: bold;
}

#maincontent #formfilter {
	display: block;
	margin: 0px 0px 8px;
	padding: 7px 0px 0px 0px;
	border-radius: 0;
}

#maincontent #formfilter div {
	display: block;
	margin: 3px 0px;
}

#maincontent #formfilter label {
	vertical-align: baseline;
	padding: 0;
	margin: 0px 6px 0px 2px;
	float: none;
	display: inline-block;
}

#maincontent #formfilter input,
#maincontent #formfilter select[size="1"] {
	vertical-align: middle;
	height: 24px;
	padding: 0px 3px 0px 3px;
	border-radius: 3px;
	border: thin solid #d1d1d1;
	margin: 0px 5px 0px 0px;
}

#maincontent #formfilter button {
	vertical-align: middle;
	height: 24px;
	padding: 0px 5px 0px 5px;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
	background-color: #f2f2f2;
	border: 1px gray solid;
	border-radius: 3px;
	color: #990000;
}

/***********************************************/
#maincontent fieldset {
	width: 100%;
	box-sizing: border-box;
	padding: 4px 0px;
	margin: 4px auto 0px;
	text-align: left;
	vertical-align: top;
	border: thin solid #929292;
	border-radius: 5px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#maincontent fieldset.loginbox {
	margin: 0 auto;
	width: 440px;
	padding: 10px 0px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	border: thin solid #929292;
}

#maincontent fieldset legend {
	font-size: 15px;
	font-weight: normal;
	margin-left: 15px;
}

#maincontent fieldset label {
	vertical-align: baseline;
	padding: 0;
	margin: 0px 0px 0px 10px;
	float: none;
	display: inline-block;
	min-width: 6em;
}

#maincontent fieldset label.leftalign {
	text-align: left;
}

#maincontent fieldset label.rightalign {
	text-align: right;
}

#maincontent fieldset label.nofix {
	width: auto;
	min-width: 0;
	margin:0px;
}

#maincontent fieldset label.fix8 {
	width: 8em;
	text-align: right;
}

#maincontent fieldset label.fix12 {
	width: 12em;
	text-align: right;
}

#maincontent fieldset label.fix18 {
	width: 18em;
	text-align: right;
}

#maincontent fieldset label.fix24 {
	width: 24em;
	text-align: right;
}

#maincontent fieldset > span {
	margin-left: 5px;
	font-style:italic;
}

#maincontent fieldset > span.right {
	float: right;
	margin-left: 0;
}

#maincontent fieldset select {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
	border-radius: 3px;
	border: thin solid #d1d1d1;
	margin: 2px 10px 2px 10px;
	background-color: aliceblue;
}

#maincontent fieldset input,
#maincontent fieldset output,
#maincontent fieldset select[size="1"] {
display: inline-block;
vertical-align: middle;
height: 24px;
padding: 2px 3px 2px 3px;
border-radius: 3px;
border: thin solid #d1d1d1;
margin: 4px 2px 4px 10px;
box-sizing: border-box;
width: auto;
max-width: 400px;
background-color: aliceblue;
}

#maincontent fieldset input:disabled,
#maincontent fieldset select:disabled {
	background-color: #e1e1e1;
}

#maincontent fieldset input.invalid {
	border-color: #ce0000;
}

#maincontent fieldset input[readonly="readonly"] {
	background-color: #d1d1d1;
}

#maincontent fieldset input.big,#maincontent fieldset  select.big {
	width: 360px;
}

#maincontent fieldset input.number,
#maincontent fieldset input[type="number"],
#maincontent fieldset output.number {
	text-align: right;
	padding-right: 5px;
	font-family: monospace;
	min-width: 120px;
	background-color: aliceblue;
}

#maincontent fieldset textarea {
	vertical-align: middle;
	height: 48px;
	padding: 2px 3px;
	width: 400px;
	border-radius: 3px;
	border: thin solid #d1d1d1;
	box-sizing: border-box;
	margin: 2px 10px 2px 10px;
	background-color: aliceblue;
}

#maincontent fieldset input[type="submit"],
#maincontent fieldset input[type="reset"],
#maincontent fieldset input[type="button"],
#maincontent fieldset button {
text-decoration: none;
font-family: arial;
font-size: 14px;
font-weight: bold;
display: inline-block;
background-color: #f2f2f2;
border: 1px solid #c9c9c9;
border-radius: 4px;
color: #990000;
/* min-width: 120px; */
/* max-width: 180px; */
height: 24px;
cursor: pointer;
vertical-align: middle;
padding: 2px 4px;
margin: 2px 10px 2px 10px;
}

#maincontent fieldset div.button-bar {
	text-align: center;
	margin: 0px 0px 5px 0px;
}

#maincontent fieldset div.button-bar > button {
	min-width: 120px;
	height: 30px;
}

#maincontent fieldset div.button-bar > button:disabled {
	background-color: gray;
	cursor: auto;
}

#maincontent p {
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: normal;
	margin: 0px;
	text-align: justify;
	font-style: italic;
}

#maincontent #help-info {
	margin: 10px 30px;
	text-align: left;
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: normal;
}

#maincontent #help-info ul {
	margin: auto; padding: 0px; height: auto; border: thin solid transparent;
	font-size: 10pt;
}

#maincontent #help-info ul li {
	list-style-position:inside;
	list-style-type:square;
	margin-left: 5px;
	text-align: justify;
}

.cardtypelist_table
{
    padding:0px;
    border:3px solid #CCC;
}

.box_the
{
	width:132px;
	min-height:170px;
	display:inline-block;
	margin:15px 12px 15px 12px;
	border:1px solid #f6f6f6;
	vertical-align: top;
}

.box_the_title
{
	width:130px;
	height:auto;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.box_the_price
{
	width:130px;
	height:20px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#900;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

div.arrayInput {
	display: inline-block;
	vertical-align: top;
	width: 210px;
}

div.arrayInputPanel {
	display: inline-block;
	vertical-align: bottom;
}

#addItemButton, #removeItemButton {
	border-radius: 3px;
	width: 24px;
	height: 24px;
	line-height: 18px;
	vertical-align: middle;
	font-family: monospace;
	font-size:14px;
	font-weight:bold;
}

/*************************************
 * Simple Tab control
 *
 *
 * */
ul.tabBar {
	overflow-y: hidden;
	overflow-x: auto;
	height: auto;
	width: 100%;
	margin: 5px 0 0;
	padding: 0 2px 0;
	border-bottom: 4px solid #ccffff;
	list-style: none;
	display: block;
	box-sizing: border-box;
	/*white-space: nowrap;*/
}

ul.tabBar > li {
	display: inline-block;
	float: left;
	padding: 2px 5px;
	margin-left: 3px;
	border: 1px solid #40b4d5;
	border-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #fff;
	color: #444;
	cursor: pointer;
	height: 25px;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align: bottom;
	white-space: nowrap;
}

ul.tabBar > li:first-child {
	margin-left: 3px;
}

ul.tabBar > li:hover {
	color: #111;
	background-color: #ddd;
}

ul.tabBar > li.selectedTab {
	color: #111;
	background-color: #ccffff;
}

ul.tabBar > li.tabButton {
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	color: #444;
	cursor: pointer;
	height: 25px;
	width: 25px;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align: top;
}

.tabContent {
	margin: 0;
	min-height: 50px;
	border: 2px solid #ccffff;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.pending {
	background-color: transparent;
	background-origin: border-box;
	background: url(images/waiting.gif) repeat-y center top fixed;
  	background-size: 50px;
}
