﻿.main
{
    clear: both;
    margin:10px 10px 10px 10px;
    overflow: hidden;
}

.DL
{
    margin-top: 25px;
}
/*.DL dt{ border-bottom:#91D3CB solid 1px;font-weight:bold; font-size:14px; padding:0 0 4px 8px; margin-bottom:3px;}*/
.DL dt
{
    font-size: 14px;
    padding: 0 0 4px 8px;
    margin-bottom: 3px;
    font-weight: bold;
}

.DL dd
{
    margin-bottom: 25px;
    border: #d8d8d8 solid 1px;
    overflow: hidden;
    _zoom: 1;
}

.DL dd table
{
    margin-bottom: -1px;
}
.DL dd .split
{
    height:10px;
    width:100%;
}

.content .addLink
{
    color: #F18200;
}

.content .addLink:hover
{
    text-decoration: underline;
    color: #FACA00;
}

.content ul.tabNav
{
    overflow: hidden;
    _zoom: 1;
}

.content ul.tabNav li
{
    float: left;
    padding: 0px 15px;
    height: 26px;
    line-height: 26px;
    margin-right: 4px;
    text-align: center; border:1px solid #d8d8d8; background:url(../images/popup/popup_tab_bg.png) repeat-x;}

.content ul.tabNav li.isOn
{
    height: 26px;
    display: inline;
    font-weight: bold;
	color:#f88d00;
	border-bottom:0;
}

.content ul.tabNav li.isOn a
{
    color: #ff9900;
    font-weight: bold;
    text-decoration: none;
}
.content .inputs
{
    text-align:center;
    margin:0 auto;
    padding-top:5px;
}
.content .inputs input
{
	display:inline-block;
	padding:0 20px;
    background:#ff9106;
    height: 24px;
	line-height:24px;
    border: none 0;
    color: #FFF;
    cursor: pointer;
	text-align:center;
    margin:0 10px 0 10px;
	border-radius:2px;
}

.content .inputs input:hover{ background:#ffa41b;}

.textTable
{
    width: 100%;
    line-height: 24px;
    border-collapse: collapse;
    border:1px solid #d8d8d8;
}

.textTable input
{
	display:inline-block;
    width:93%;
    min-width:100px;
	height:20px;
	padding:0 2%; line-height:20px; border:1px solid #d3d3d3;
}
.textTable td input:focus{ border-color:#f88d00;}
.textTable td select{ height:22px; padding:1px;}

.textTable select
{
    width:100%;
    min-width:105px;
}

.textTable .long
{
    width:99%;
    min-width:100px;
}

.textTable th
{
    white-space: nowrap;
    word-break:keep-all;
    text-align: right;
    height: 35px;
    background-color: #ffebc4;
    padding-left:10px;
    padding-right:5px;
    width:10%;
}
.textTable .rowspan
{
    border: #D0EFEB solid 1px;
    text-align: center;
}
.textTable td
{
    white-space: nowrap;
    word-break:keep-all;
    text-align:left;
    padding: 0 3px;
    height: 35px;
}
.textTable td.btn
{
    text-align: center;
}

.textTable .required
{
    width:5px;
    color:Red;    
}

.tableList
{
    width: 100%;
    border: #d8d8d8 solid 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tableList th
{
    white-space: nowrap;
    word-break:keep-all;
    text-align: center;
    background-color: #ffebc4;
    height: 28px;
    line-height: 28px;
    padding-left:10px;
    padding-right:5px;
    border-top: #d8d8d8 solid 1px;
    width:10%;
}
.tableList td
{
    white-space: nowrap;
    word-break:keep-all;
    border: #d8d8d8 solid 1px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    padding:1px;
}
.tableList td input
{
	display:inline-block;
    width:90%;
	height:20px;
	padding:0 2%; line-height:20px; border:1px solid #d3d3d3;
}
.tableList td input:focus{ border-color:#f88d00;}
.tableList td select{ height:22px; padding:1px;}
.errorBlock {
    background-color: #FFC6A5;
    border: 1px solid #FF0000;
    color: #FF0000;
    font-weight: bold;
    padding: 7px;
    margin-bottom:10px;
}
.hide
{
    display:none;    
}