/*******************************************************************************************
 *  MYDOWS default theme class definitions
 *
 *  Claudio Rivetti 14/01/2010
 *******************************************************************************************/

.mydowFrame {
	position: absolute;
	height: auto;
	background: #dedbd6;
	border: solid 1px #313031;
	padding: 0px;
	overflow: hidden;
	z-index: 4000;
	-moz-border-radius: 8px;
	-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 {
	background : #393831;
	border-bottom : 1px solid #ffffff;
	padding : 0px 2px 2px 6px;
	text-align : left;
	font :  bold 12px verdana,sans-serif;
	line-height : 17px;
	color : #ffffff;
	border-top : 1px solid #636163;
	white-space : nowrap;
	overflow : hidden;
	-moz-border-radius: 7px 7px 0px 0px;;
}

.mydowBody {
	background : #FDFDFD;
	font : 10pt sans-serif;
	color : #000000;
	overflow : auto;
	height : auto;
}

.mydowStatbar {
	background: #dedbd6 url(handle.gif) no-repeat right bottom;
	border-top : 1px solid #9c9a94;
	text-align : left;
	color : #505050;
	height : 15px;
	line-height : 15px;
	font : 10px sans-serif;
	white-space : nowrap;
	overflow : hidden;
	-moz-border-radius: 0px 0px 8px 8px;
}

.mydowDialogStatbar {
	background: #dedbd6 url(handle.gif) no-repeat right bottom;
	border-top : 1px solid #9c9a94;
	text-align : left;
	color : #505050;
	height : 40px;
	line-height : 15px;
	font : 10px sans-serif;
	white-space : nowrap;
	overflow : hidden;
	-moz-border-radius: 0px 0px 8px 8px;
}

.mydowDialogBody {
	border : none;
	background : #dedbd6;
}

.mydowContour {
	position:absolute;
	border: 1px dashed #313031;
	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:23px;  
	height:15px;
	float: right;
	margin-top: 1px;
	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:23px;  
	height:15px;
	float:right;
	margin-top: 1px;
	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:23px;  
	height:15px;
	float:right;
	margin-top: 1px;
	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: 65px;
	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: #efebe6 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: #c6c3bd;
	border-left: 1px solid #8c8a84;
	border-top: 1px solid #8c8a84;
	border-right: 1px solid #fffbff;
	border-bottom: 1px solid #fffbff;
	height: 24px;
	border-collapse: collapse;
}

.progress_bar_done {
	background: #c6c3bd url(progressbar.gif) repeat-x center right;
}

.progress_bar_text {
	font: 12px Verdana, sans-serif;
	color: #000000;	
	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;
}




