/*******************************************************************************************
 *  MYDOWS default theme class definitions
 *
 *  Claudio Rivetti 14/01/2010
 *******************************************************************************************/

.mydowFrame {
	position: absolute;
	height: auto;
	background: #efebef;
	border: solid 1px #000000;
	padding: 0px;
	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 : #739ece;
	font :  bold 11px sans-serif;
	line-height : 15px;
	color : #ffffff;
	border-bottom : 1px solid #000000;
	white-space : nowrap;
	overflow : hidden;
}

.mydowBody {
	background : #FDFDFD;
	font : 10pt sans-serif;
	color : #000000;
	overflow : auto;
	height : auto;
}

.mydowStatbar {
	text-align : left;
	background: #efebef url(handle.gif) no-repeat right bottom;
	border-top: 1px solid #8f908f;
	color : #505050;
	height : 15px;
	line-height : 15px;
	font : 10px sans-serif;
	white-space : nowrap;
	overflow : hidden;
}

.mydowDialogStatbar {
	text-align : left;
	background: #efebef url(handle.gif) no-repeat right bottom;
	border-top: 1px solid #8f908f;
	color : #505050;
	height : 40px;
	line-height : 15px;
	font : 10px sans-serif;
	white-space : nowrap;
	overflow : hidden;
}

.mydowDialogBody {
	border : none;
	background : #efebef;
}

.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(close1.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(maximize1.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(detach1.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: #efebef;
	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 #8f908f;
	border-bottom: 1px solid #8f908f;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
} 

a.mydowDialogButton:hover {
	background: #efebef url(dlgbutton_bg.gif) no-repeat bottom right;
	border: 1px solid #000000;
	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: #efebef;
	border: 1px solid #a5a6a5;
	height: 24px;
	border-collapse: collapse;
}

.progress_bar_done {
	background: #739ece;
	border: 1px solid #4a6d94;
}

.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;
}




