/*******************************************************************************************
 *  MYDOWS default theme class definitions
 *
 *  Claudio Rivetti 14/01/2010
 *******************************************************************************************/

.mydowFrame {
	position: absolute;
	height: auto;
	background: #c1ccdb;
	border: solid 1px #596e88;
	padding: 1px;
	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 {
	padding : 2px;
	text-align : left;
	background : #c1ccdb;
	font :  bold 11px sans-serif;
	line-height : 15px;
	color : #2a4b7c;
	border : 1px solid #c1ccdb;
	white-space : nowrap;
	overflow : hidden;
	-moz-border-radius: 8px 8px 0px 0px;
}

.mydowBody {
	border : 1px solid #596e88;
	background : #FDFDFD;
	font : 10pt sans-serif;
	color : #000000;
	overflow : auto;
	height : auto;
}

.mydowStatbar {
	text-align : left;
	background: #c1ccdb url(handle.gif) no-repeat right bottom;
	color : #505050;
	height : 15px;
	line-height : 15px;
	font : 10px sans-serif;
	white-space : nowrap;
	overflow : hidden;
	-moz-border-radius: 0px 0px 8px 8px;
}

.mydowDialogStatbar {
	text-align : left;
	background: #c1ccdb url(handle.gif) no-repeat right bottom;
	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 : #c1ccdb;
	height : 100%;
}

.mydowContour {
	position:absolute;
	border: 1px dashed #395984;
	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: #dddddd;
	float: right;
	text-align: center;
	bottom:0px;
	min-width: 75px;
	margin-top: 6px;
	margin-right: 10px;
	padding: 4px;
	color: #2a4b7c;
	font: bold 12px sans-serif;
	border: 1px solid #5f6672;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 

a.mydowDialogButton:hover {
	background: #eeeeee;
	color: #ff6500;
}


.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 #6593cf;
	height: 24px;
	border-collapse: collapse;
}

.progress_bar_done {
	background:transparent url(progressbar.gif) repeat-x 0px center;
	border-right: 1px solid #7fa9e4;
}

.progress_bar_text {
	font:bold 12px Verdana, sans-serif;
	color: #42418c;	
	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;
}




