﻿@font-face {
    font-family: DTACTogether_TH2013;
    src: url(../Resources/fonts/DTACTogether_TH2013.otf);
}
@font-face {
    font-family: dtac2013;
    src: url(../Resources/fonts/dtac2013.ttf);
}
body
{
    font-family : dtac2013; /*DTACTogether_TH2013;*/
}

#page-wrap
{
    width: 480px;
    margin: 0 auto;
}

table input[type=text], table select {
    /*width: 100%;*/
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 6px 10px;
    /*margin: 8px 0;*/
    font-size: medium;
    /*display: inline-block;*/
    outline: none;
}
table input[type=text]:focus {
  border: 3px solid #aaa;
}

input[type=text], input[type=password], input[type=range] select {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 7px;
    padding: 12px 20px;
    margin: 8px 0;
    font-size: large;
    display: inline-block;
    outline: none;
}
input[type=text]:focus, , input[type=password]:focus {
  border: 3px solid #aaa;
}
.link
{
    /*background: url(/Resources/images/button14060.png) center no-repeat;*/
    background: url(../Resources/images/button-03.png) center no-repeat;
    background-size: 200px 60px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    width: 200px;
    height: 60px;
    display: table-cell;
}
.link2
{
    /*background: url(/Resources/images/button14060.png) center no-repeat;*/
    background: url(../Resources/images/button-03.png) center no-repeat;
    background-size: 130px 50px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    width: 130px;
    height: 50px;
    display: table-cell;
}
.moreButton
{
    background-color: #FF6A00;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    width: 200px;
    height: 40px;
    display: table-cell;
}
.uploadButton
{
    background-color: #FF6A00;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    font-family: dtac2013;
    width: 120px;
    height: 40px;
    border: none;
    display: table-cell;
}
.clearButton
{
    background-color: #FF6A00;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: table-cell;
}

.empButton
{
    background-color: #FF6A00;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    /*padding: 3px 20px 3px 20px;*/
    /*width: 120px;*/
    height: 36px;
    display: table-cell;
}
.empButton2
{
    background-color: #FF6A00;
    text-align: center;
    /*vertical-align: middle;*/
    color: #fff;
    text-decoration: none;
    font-family: dtac2013;
    /*font-weight:bold;*/
    font-size:medium;
    /*width: 120px;*/
    height: 38px;
    border: none;
    display: table-cell;
}
.signoutButton
{
    background-color: #FF6A00;
    text-align: center;
    /*vertical-align: middle;*/
    color: #fff;
    text-decoration: none;
    font-family: dtac2013;
    /*font-weight:bold;*/
    font-size:small;
    width: 80px;
    margin-left: 10px;
    padding-left : 16px;
    padding-right : 16px;
    padding-top : 3px;
    padding-bottom : 3px;
    /*margin 5px 10px 5px 10px;*/
    border-radius: 7px;
    height: 40px;
    border: none;
    /*display: table-cell;*/
}
.makeCopyButton
{
    background-color: #FF6A00;
    text-align: center;
    /*vertical-align:top;*/
    color: #fff;
    text-decoration: none;
    font-family: dtac2013;
    font-size:small;
    width: 80px;
    margin-left: 10px;
    padding-left : 16px;
    padding-right : 16px;
    padding-top : 3px;
    padding-bottom : 3px;
    border-radius: 7px;
   
    border: none;
    /*display: table-cell;*/
}
.checkButton
{
    background-color: #FF6A00;
    text-align: center;
    padding: 5px 4px 8px 0;
    margin: 2px 0;
    
    /*vertical-align: baseline;*/
    color: #fff;
    text-decoration: none;
    display: table-cell;
    outline: none;
}
#outer
{
    width: 100%;
    text-align: center;
}
.inner
{
    display: inline-block;
}
.titleText
{
    color : #1893CF
}
/*
.tableinput {
    
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 4px 0;
}*/