/* 
    Document   : didmodal
    Created on : Dec 21, 2011, 3:38:33 PM
    Author     : svil
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.iadialog {
	border: solid 1px #808080;
background:#f2f2f2;
}

div.iadialog div.iadialog_titlebar {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dbdcdd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbdcdd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dbdcdd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dbdcdd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dbdcdd 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#dbdcdd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdcdd',GradientType=0 ); /* IE6-9 */
	text-align: left;
	padding: 5px;

}

div.iadialog div.iadialog_body {
clear:both;
padding: 10px;
background:#f2f2f2;
}

input.iadialog_closebutton {
	background: url("/ia/skins/default/images/closedialog_button.png");
	float: right;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	border: none;

}

div.iadialog_title {
	display:none;
}


div.iadialog div.iadialog_body .operationsContainer {text-align:right;}
div.iadialog div.iadialog_body .operationsContainer input {
background: #426fd9; /* Old browsers */
background: -moz-linear-gradient(top, #426fd9 0%, #2647a0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#426fd9), color-stop(100%,#2647a0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #426fd9 0%,#2647a0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #426fd9 0%,#2647a0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #426fd9 0%,#2647a0 100%); /* IE10+ */
background: linear-gradient(top, #426fd9 0%,#2647a0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426fd9', endColorstr='#2647a0',GradientType=0 ); /* IE6-9 */
border: solid 1px #304369;
border-radius: 3px 3px 3px 3px;
color:#fff;
padding: 2px 10px;
font-weight:normal;

}

/** compatibility with yui modal dialogs **/
.yui-skin-sam .yui-panel-container { z-index: 9000; }