/* CSS Document */
#ktMyEdit_back{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index:254;
	opacity: 0.0;
	top: 0px;
	left:0px;
	right:0px;
	bottom:0px;
	border: none;
}

#ktMyEdit_loading_box{
	position: fixed;
	z-index: 500;
	top: 0px;
	right: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	width: 128px;
	border: 1px solid #CCCCCC;
	height: 20px;
	color: #333333;
}

#ktMyEdit_topbar {
	margin:0px;
	background-color:#F2FBFF;
	color: #004A6F;
	text-align: left;
	position: fixed;
	top: 0px;
	width:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #22B7FF;
	border-bottom-color: #22B7FF;
	padding: 0px;
	vertical-align: middle;
	z-index: 255;
}
#ktMyEdit_topbar a{
	color:#000066;
}
#ktMyEdit_topbar a:hover{
	color:#00CCFF;
}

#ktMyEdit_info {
	margin:0px;
	background-color:#000000;
	color: #FFFFFF;
	text-align: left;
	position: fixed;
	top: 20px;
	width:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding: 0px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
}

#ktMyEdit_info a{
	color:#FFFFFF;
	text-decoration: none;
}
#ktMyEdit_info a:hover{
	color:#22B7FF;
}

#ktMyEdit_sub_info {
	margin:4px;
	background-color:#FFFFFF;
	color: #000000;
	text-align: left;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #333333;
	/*
	filter: Alpha(Opacity=70);
	opacity: 0.7;	
	*/
}
#ktMyEdit_sub_info a{
	color:#000000;
}
#ktMyEdit_sub_info a:hover{
	color:#0066FF;
}

#comp_param_wnd input{
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
}
#comp_param_wnd select{
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
}

.sub_info_input {
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
}

.comp_list {
	margin: 0px;
	padding: 0px;
}
/*
.comp_list ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.comp_list li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position:relative;
}

.comp_list li ul{
	margin-left: 0; 
	padding-left: 40px;	
}
.comp_list li ul li{	
	list-style-type:disc;		
}
*/

.block_norm {
}
.block_active {
	border: 1px dashed #E6E6E6;
	position:relative;
	z-index:256;
}
.block_edit {
	border: 1px dashed #22B7FF;
	position:relative;
	z-index:256;
}
.block_edit:hover {
	border: 1px solid #FF9900;
}

.comp_norm {
}
.comp_edit {
	border: 1px dashed #CCCCCC;
	position:relative;
	z-index:300;
}
.comp_edit:hover {
	border: 1px solid #22B7FF;
/*	cursor: n-resize; */
}

.block_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: left;
	margin: 0px;
	position: absolute;
	float: left;
	width: 128px;
	height:18px;
	top:-20px;
	left:-1px;
	padding: 0px;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
	text-transform: capitalize;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
.block_label a{
	color: #FFFFFF;
	text-decoration: none;
}
.block_label a:hover{
	color: #FF9900;
	text-decoration: none;
}

.block_label_missing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
	margin: 0px;
	position: absolute;
	float: left;
	width: 128px;
	height:18px;
	top:-20px;
	left:-1px;
	padding: 0px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	text-transform: capitalize;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
.block_label_missing a{
	color: #666666;
	text-decoration: none;
}
.block_label_missing a:hover{
	color: #000000;
	text-decoration: none;
}


.comp_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	margin: 0px;
	position: absolute;
	float: right;
	top:-17px;
	padding: 0px;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
	text-transform: capitalize;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	right: -1px;
	height: 16px;
	left: -1px;
}
.comp_label a{
	color: #FFFFFF;
	text-decoration: none;
}
.comp_label a:hover{
	color: #FF9900;
	text-decoration: none;
}
.sub_cnt_toolbar {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
