.jqmOverlay {
	/*background-color: #00476d;*/
	background-color: #666666;
}

.jqmContainer {
	position: fixed;
	top: 75px;
	width: 100%;
	display: none;
	text-align: center;
}

.jqmWindow {
	margin-left: -300px;
	left: 50%;
	height: auto;
	width: 600px;
	border: 5px solid #666666;
	background: #ffffff;
	position: absolute;
	text-align: center;
}

#dialogContentContainer {
	max-height: 400px;
	overflow: auto;
}

#dialogContentContainer input.fbutton {
	border:1px #666666 solid;
	background-color:#e7a614;
	width:75px;
	font-weight:bold;
}

#dialogContentContainer input {
	background-color:#ffffff;
	border:1px #cccccc solid;
	color:#333333;
}

#dialogContentContainer select {
	background-color:#ffffff;
	border:1px #cccccc solid;
	color:#333333;
}

#dialogContentContainer textarea {
	background-color:#ffffff;
	border:1px #cccccc solid;
	color:#333333;
	width:300px;
}


#dialogContent {
	padding: 10px;
}

#jqmBusyIndicator {

}

a.modallinkload {
	color: blue;
	text-decoration: underline;
}

#dialogCloseX {
	/*border-bottom: 1px solid #e7a614;
	background-color: #55401b;*/
	/*border-bottom: 1px solid #cccccc;*/
	background-color: #666666;
	height:25px;
}

#dialogCloseX a {
	/*border: 2px solid white;*/
	display: block;
	float: right;
	margin: 2px;
	color: white;
	font-weight: bold;
}

#dialogCloseX a:hover {
	text-decoration: underline;
}