﻿#dialog {
    background-color: #FFF;
    border: 2px solid #808080;
    display: none;
    min-width: 300px;
    min-height: 115px;
}
.button-dialog {
    /*margin-left: 2px;
    margin-bottom: 2px;
    position: absolute;
    right: 12px;
    bottom: 8px;*/
}
.button-dialog a {
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    min-width: 90px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background: url('/Content/Images/win_buttonbg.gif') repeat-x scroll 0% 0% transparent;
    text-decoration: none;
}

.header-dialog {
    height: 30px;
    line-height: 30px;
    background: url('/Content/Images/window_titbg.gif') repeat-x scroll 0% 0% transparent;
    color: #FFF;
    font-size: 14px;
    padding-left: 6px;
    margin: 0px;
    text-align: left;
}

.main-dialog {
    font-size: 13px;
    padding: 10px;
}

.row-dialog {
    height: 30px;
    line-height: 35px;
    position: relative;
    color: #000;
}
.row-dialog input{
    line-height:16px;
    height:16px;
}
.col1-dialog, .col1-2-dialog 
{
    width:70px;
    display: inline-block;
    text-align: right;
}

.col2-dialog, .col2-2-dialog {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.text-code {
    margin: 0px 0px 0px 2px;
    ime-mode: disabled;
}

.text-code-must {
    margin: 0px 0px 0px 2px;
    ime-mode: disabled;
    background: none repeat scroll 0px 0px #FDEADA;
}

.text-name {
    margin-left: 2px;
}

.text-readonly {
    margin: 0px 0px 0px 2px;
    background: none repeat scroll 0px 0px #C4C4C4;
    border: 1px solid #7D9EC0;
}

.text-must 
{
    margin: 0px 0px 0px 2px;
    background: none repeat scroll 0px 0px #FDEADA;
}
.lable-prompt{
    height: 30px;
    min-width: 90px;
    /*position: absolute;*/
    float: left;
    bottom: 8px;
    color: #FF0000;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
}

.changeList {
    position: relative;
    width: 324px;
    left: 2px;
    height: 52px;
    padding-left: 1px;
}

.text-remark {
    width: 318px;
    margin-left: 2px;
    vertical-align: middle;
}

/*button*/
.css_btn {
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	padding:0px 20px;
    line-height:20px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#4B4B4B;
	color:#777777;
	display:inline-block;
}
.css_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #4B4B4B) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #4B4B4B 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #4B4B4B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#4B4B4B');
	background-color:#dfdfdf;
}
.css_btn:active {
	position:relative;
	top:1px;
}

.apply-tab{
	width: 100%;
    height:20px;
}
.apply-tab .tab{
	height:20px;
	line-height:20px;
    margin-top:0;
}
.apply-tab .tab .tab-item{
	list-style:none;
	display:inline-block;
	width:50px;
	text-align:center;
	font-size:13px;
    cursor:pointer;
    
}
.apply-tab .tab .tab-item.active{
	/*color: #800;
	border-bottom: 3px solid #800;*/
    background-color:#800;
    color: #FFFFFF;
}			
.main-content .main-content-tab{ 
	display: none; 
	width:100%;
	overflow: auto;
	text-align: center;
    height:70px;
    border-top: 3px solid #800;
} 
.main-content .main-content-tab.selected {
	display: block; 
} 
