/*******************************************************************************************
 *  MYDOWS default theme class definitions
 *
 *  Claudio Rivetti 14/01/2010
 *******************************************************************************************/

.mydowFrame {
	position: absolute;
	height: auto;
	background: #dedbd6;
	border: solid 1px #212421;
	padding: 1px;
	overflow: hidden;
	z-index: 4000;
	-moz-box-shadow: #999999 3px 3px 5px;
	box-shadow: #999999 3px 3px 5px;
	-webkit-box-shadow: #999999 3px 3px 5px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=5);
}

.mydowTitle {
	padding : 2px;
	text-align : left;
	background : #dedbd6;
	font :  bold 11px sans-serif;
	line-height : 15px;
	color : #212421;
	border : 1px solid #dedbd6;
	white-space : nowrap;
	overflow : hidden;
}

.mydowBody {
	border : 1px solid #9c9a94;
	background : #FDFDFD;
	font : 10pt sans-serif;
	color : #000000;
	overflow : auto;
	height : auto;
}

.mydowStatbar {
	text-align : left;
	background: #dedbd6 url(handle.gif) no-repeat right bottom;
	color : #505050;
	height : 15px;
	line-height : 15px;
	font : 10px sans-serif;
	white-space : nowrap;
	overflow : hidden;
}

.mydowDialogStatbar {
	text-align : left;
	background: #dedbd6 url(handle.gif) no-repeat right bottom;
	color : #505050;
	height : 40px;
	line-height : 15px;
	font : 10px sans-serif;
	white-space : nowrap;
	overflow : hidden;
}

.mydowDialogBody {
	border : none;
	background : #dedbd6;
	height : 100%;
}

.mydowContour {
	position:absolute;
	border: 1px dashed #000000;
	z-index: 5000;
}

.mydowOverlay {
	position:absolute;
	background: #cccccc;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	z-index: 2000;
}


a.mydowCloseButton {
	background:transparent url(close0.gif) no-repeat;
	display:block;
	width:10px;  
	height:10px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}

a.mydowCloseButton:hover {
	background:transparent url(close1.gif) no-repeat;
	cursor : default;
}

a.mydowMaximizeButton {
	background:transparent url(maximize0.gif) no-repeat;
	display:block;
	width:10px;  
	height:10px;
	float:right;
	margin-top: 2px;
	margin-right: 4px;
}

a.mydowMaximizeButton:hover {
	background:transparent url(maximize1.gif) no-repeat;
	cursor : default;
}

a.mydowDetachButton {
	background:transparent url(detach0.gif) no-repeat;
	display:block;
	width:10px;  
	height:10px;
	float:right;
	margin-top: 2px;
	margin-right: 4px;
}

a.mydowDetachButton:hover {
	background:transparent url(detach1.gif) no-repeat;
	cursor : default;
}

a.mydowDialogButton {
	background: #dedbd6 url(dlgbutton_bg.gif) no-repeat bottom right;
	float: right;
	text-align: center;
	bottom:0px;
	min-width: 75px;
	margin-top: 8px;
	margin-right: 12px;
	padding: 4px;
	color: #000000;
	font: 12px sans-serif;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #212421;
	border-bottom: 1px solid #212421;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
} 

a.mydowDialogButton:hover {
	background: #eeeeee url(dlgbutton_bg.gif) no-repeat bottom right;
	color: #000000;
}


.alert_error {
	background:transparent url(error.gif) no-repeat center 5px;
}
.alert_question {
	background:transparent url(question.gif) no-repeat center 5px;
}
.alert_warning {
	background:transparent url(warning.gif) no-repeat center 5px;
}
.alert_info {
	background:transparent url(info.gif) no-repeat center 5px;
}
.alert_none {
	display:none;
}

.progress_bar {
	background:transparent url(progressbar_bg.gif) repeat-x;
	border: 1px solid #834747;
	height: 24px;
	border-collapse: collapse;
}

.progress_bar_done {
	background:transparent url(progressbar.gif) repeat-x 0px center;
	border-right: 1px solid #946563;
}

.progress_bar_text {
	font:bold 12px Verdana, sans-serif;
	color: #502428;	
	text-align: center;
}

.spinner {
	position:absolute;
	z-index:1000;
	height: 50px;
	background:transparent url(spinner.gif) no-repeat center center;
	display:block;
	width:98%;  
	top:40%;
	border: none;
}




