* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
	font-family: sans-serif;
	color: #333;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-family: Arial;
	font-size: 12px;
}

/* ==========================================================================
   Common
   ========================================================================== */

a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

dl, menu, ol, ul { margin: 0 0 1em; }
dd { margin: 0 0 0 40px; }
menu, ol, ul { padding: 0; }
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
	vertical-align: middle;
	max-width: 100%;
}

form {
	margin: 0;
	padding: 10px 0;
}

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

/* ==========================================================================
   Table
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
	background-color: #dfdfdf;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
table caption div.buttons {
	float: right;
}
table thead, table tfoot {
	background-color: #cfcfcf;
	font-size: 12px;
	padding: 1px;
}
table tbody td {
	font-size: 12px;
}
table th, td {
	padding: 5px;
}

table tbody.row-color tr:nth-child(odd) { background-color: #fff; }
table tbody.row-color tr:nth-child(even) { background-color: #efefef; }
table tbody.hover-color tr:hover { background-color: #c3fb2b; }
table tbody.click tr { cursor: pointer; }

/* ==========================================================================
   Header, Footer
   ========================================================================== */

header:after, footer:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ==========================================================================
   Global Navigation
   ========================================================================== */

.global-nav {
	font: bold 13px/17px Arial;
	color: #000;
	background-color: #dfdfdf;
	border-bottom: 1px solid #999;
}

.global-nav {
	height: 34px;
}

.global-nav ul {
	text-align: left;
	display: inline;
	float: left;
	margin: 0;
	list-style: none;
}

.global-nav ul.links {
	float: left;
}

.global-nav ul li {
	display: inline-block;
	float: left;
	position: relative;
	cursor: pointer;
	border-right: 1px solid #999;
}

.global-nav ul li:hover {
	background-color: #cfcfcf;
	color: #fff;
}

.global-nav ul li i {
	height: 1em;
}

.global-nav ul li a {
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: block;
	padding: 8px 12px;
}

.global-nav ul li ul {
	padding: 0;
	position: absolute;
	top: 32px;
	left: -2px;
	width: 200px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	transition: opacity 0.2s;
	z-index: 400;
	border: 1px solid #999;
}

.global-nav ul li ul.wide {
	width: 260px;
}

.global-nav ul li ul li {
	background-color: #dfdfdf;
	display: block;
	color: #fff;
	float: none;
	border: 0px;
}

.global-nav ul li ul li:hover { background: #cfcfcf; }
.global-nav ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.global-nav .loginInfo {
	float: right;
	padding: 5px;
}

/* ==========================================================================
   UI
   ========================================================================== */

.ui-state-default {
	font-size:10px;
}

/* ==========================================================================
   Loading
   ========================================================================== */
	
#loading-div-background {
	display:none;
	position:fixed;
	top:0;
	left:0;
	background:white;
	width:100%;
	height:100%;
	z-index: 99999;
	opacity: 0.5;
}
 
#loading-div {
	width: 64px;
	height: 64px;
	text-align:center;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left:-32px;
	margin-top: -32px;
}

#loading-text {
	padding: 10px 0px;
}

/* ==========================================================================
   Paging
   ========================================================================== */

div.paging {
	background-color:#fff;
	color:#48b9ef;
	padding:10px 0 10px 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
}

div.paging a {
	color:#48b9ef;
	padding:2px 5px;
	margin:0 2px;
	text-decoration:none;
	border:2px solid #f0f0f0;
}

div.paging a:hover, div.paging a:active {
	border:2px solid #ff5a00;
	color:#ff5a00;
}

div.paging span.current {
	padding:2px 5px;
	border:2px solid #ff5a00;
	color:#fff;
	font-weight:bold;
	background-color:#ff6c16;
}

div.paging span.disabled {
	display: none;
}

/* ==========================================================================
   Contents
   ========================================================================== */
	
.contents {
	padding: 10px;
}

.control-buttons {
	padding: 0 0 5px 0;
}

.contents:after, .control-buttons:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.control-buttons .left-buttons {
	float: left;
}

.control-buttons .right-buttons {
	float: right;
}

/* ==========================================================================
   Dialog
   ========================================================================== */

.dialog .title {
	padding-top: 10px;
	font-weight: bold;
	color: gray;
}

/* ==========================================================================
   Caption
   ========================================================================== */

.caption {
	background-color: #dfdfdf;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

/* ==========================================================================
   jquery.toast
   ========================================================================== */
   
.toast { font-size: 12px; text-align: center; }
.toast li{ color: black; }
.toast li.danger{ color: black; }
.toast li.info{ color: black; }
.toast li.success{ color: black; }
