﻿.dialog {
	width:300px;		
}

.dialog-caption {
	background: url('/images/dialog/bgright.gif') repeat-x right top;
	height:20px; 
	cursor:move;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000000;

	padding-top:4px;
}
/*Modul Titel Abstand und Hintergrund*/
.dialog-caption-corn {
	background: url('/images/dialog/bgleft.gif') no-repeat left top;
	padding:0 0 0 10px;
}

.dialog-data {
	border:1px solid black;
	background-color:#FFFFFF;
}

.dialog-subcaption {
	background-color:#ededed;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

.dialog-subcaption-div {
	padding:3px 0 0 10px;
}

input, textarea, select {		
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.borderable {
	border:1px solid #AAAAAA;
}

.forButton {
	width:20px;
	padding-right:3px;
}

.dialog-button {
	cursor:pointer;
	border:none;
}

.data-table tr td.prop {
	padding-left:10px
}

.data-table {
	width:100%;
	padding:7px 0 7px 0;
	vertical-align:middle;
}

* html .data-table {
	width:99%;
}

.data-table tr td.prop,  .data-table tr td.value, .data-table tr td.forButton {
	padding:7px 0 7px 0px;
}

.prop {
	vertical-align:top;
	padding-left:8px;
	text-align:left;
	width:90px;
}

.value {
	vertical-align:top;
	text-align:right;
	width:200px;
}

/*
	
	Новые стили. Идет проверка ;)	

*/

.dialog-layout {
	width:100%;
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
}

/* Костыль для IE */
* html .dialog-layout {
	width:99.4%;
}

.dialog-layout tr td {
	padding:5px 0 5px 0;
	vertical-align:top;
}

.dialog-layout tr .caption {
	color:#000000;
	font-weight:normal;
	padding:5px 0 5px 30px;
	background: url('/images/dialog/sub-point.gif') no-repeat center left #ededed;
}

.dialog-layout tr .caption-hidden {
	color:#000000;
	font-weight:normal;
	padding:5px 0 5px 30px;
	background: url('/images/dialog/sub-point-hidden.gif') no-repeat center left #ededed;
}

.dialog-layout tr .caption-hidden {
	color:#000000;
	font-weight:normal;
	padding:5px 0 5px 30px;
	background: url('/images/dialog/sub-point-hidden.gif') no-repeat center left #ededed;
}

.dialog-layout tr .col1 {
	text-align:left;
	padding:5px 0 5px 10px;
}

.dialog-layout tr .col2 {
	width:147px;
	text-align: left;
	padding-right:0px! important;
}

.dialog-layout tr .col3 {
	width:20px;
	text-align: left;
	padding:7px 3px 0px 5px;
}

.radioLink {
	color:#000;
	text-decoration:none;
}
