/*
  Filte Table SCSS
  2013.08.12 hslee
*/

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
	font-family: "±¼¸²Ã¼", "Arial", "Helvetica", "Verdana", "sans-serif";
    margin: 0;
}

.center {
	text-align: center;
 }

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.hide {
	display:none;
}

.show {
	display:table-row;
} 

a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

button,
input {
    line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

div#spinner
{
    display: none;
    width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background:url(../image/indicator_blue.gif) no-repeat center transparent;
    text-align:center;
    padding:10px;
    font:normal 16px Tahoma, Geneva, sans-serif;
    /* border:1px solid #666; */
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
}
