/* font-family: "SegoeUIRegular"; */
@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUIBold"; */
@font-face {
    font-family: "SegoeUIBold";
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
    url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUIItalic"; */
@font-face {
    font-family: "SegoeUIItalic";
    src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot");
    src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
    url("../fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUILight"; */
@font-face {
    font-family: "SegoeUILight";
    src: url("../fonts/SegoeUILight/SegoeUILight.eot");
    src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
    url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUISemiBold"; */
@font-face {
    font-family: "SegoeUISemiBold";
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.f_td {
    font-family: SegoeUISemiBold;
    font-size: 14px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.menu {
    transition: 1s linear;
}

.menu:hover {
  left: 200px;
}

#uploadStartButton1 {
 width: 100px;
 background: -moz-linear-gradient(#D0ECF4, #5BC9E1, #D0ECF4);
 background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D6D6D6), color-stop(1, #D6D6D6));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D6D6D6');
 padding: 2px 10px;
 color: #333;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 2px;
 border: 1px solid #A3A3A3;
 cursor: pointer;
 font-family: Arial;
 font-size: 13px;
}

.tr:hover
{
    background-color: #FFF4B6;
    cursor: pointer;
}

.box_frame:hover
{
    background-color: #FFF4B6;
    cursor: pointer;
}

table#clnd1
{
    font-family: SegoeUIRegular;
    font-size: 14px;
}
#clnd1 th
{ 
    padding: 10px;
    background: #F5F5DC;
    font-family: SegoeUIRegular;
    font-size: 14px;
    font-weight: normal;
    color: #111111;
    text-align: left;
    border: 0px solid #cdcdcd;
}

#clnd1 td
{
    background: #ffffff;
    text-align: center;
    border: 0px solid #cdcdcd;
    width: 30px;
    height: 30px;
}

table#t1
{
    border-collapse: collapse;
    font-family: SegoeUIRegular;
    font-size: 14px;
}
#t1 th
{ 
    padding: 5px;
    text-align: left;
}
#t1 td
{
    padding: 5px;
    text-align: left;
}

table#t2
{
    border-collapse: collapse;
    font-family: SegoeUIRegular;
    font-size: 14px;
}
#t2 th
{ 
    padding: 10px;
    text-align: left;
}
#t2 td
{
    padding: 10px;
    text-align: left;
}

#main-menu
{
border-radius: 0 0 15px 0;
overflow: hidden;
display: block;
padding: 0px;
float: left;
top: 40px;
width: 5px;
position: absolute;
background-color: #ffffff;
background-color: gray;
}

p, a, span
{
    font-family: SegoeUIRegular;
    font-size: 14px;
    color: #000000;
}

h2
{
    font-family: SegoeUISemiBold;
    font-size: 21px;
    color: #3a3a3a;
}

.menu1
{
    font-family: SegoeUISemiBold;
    font-size: 17px;
    color: #ffffff;
}

.menu2
{
    font-family: SegoeUIRegular;
    font-size: 14px;
    color: #ffffff;
    margin-left: 20px;
    text-decoration: none;
}

.menu3
{
    font-family: SegoeUIRegular;
    font-size: 14px;
    color: #ffffff;
    margin-left: 40px;
    text-decoration: none;
}

button
{
  font-family: SegoeUIRegular;
  font-size: 13px;
  height: 27px;
  cursor: pointer;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  padding: 3px 10px;
  outline: none;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid;
  border-color: #d9d9d9 #c9c9c9 #999999;
  border-radius: 3px;
  background: linear-gradient(#ffffff, #cccccc) #cccccc;
  transition: 0.2s;
} 

button:hover { background: linear-gradient(#ffffff, #eeeeee) #eeeeee; }

.list-box:hover {
    background: #f0f0f0;
    font-family: SegoeUIRegular;
    font-size: 14px;
}

.checklist-input
{
    font-family: SegoeUIRegular;
    font-size: 14px;
    padding: 0px;
    background-color: #cdcdcd;
    border: 0px;
}

input, select, textarea
{
    font-family: Arial;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #aaaaaa;
    cursor: pointer;
    border-radius: 2px;
    height: 27px;
}

.entry-body { margin-top: 20px; }
.entry-text { font-family: Arial; font-size: 13px; color: #333333; text-decoration: underline; } 
.entry-normal { float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; }
.entry-current { float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #ced9ef; }
.entry-arrow { float: left; height: 30px; line-height: 30px; }

.box {
    overflow: hidden;
    height: 30px;
    width: 130px;
    text-align: center;
    padding: 10px;
    font-family: Arial;
    font-size: 13px;
}

.box_in {
    -webkit-column-width: 65px;
    -moz-column-width: 65px;
    column-width: 65px;
    height: 100%;
}
