.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;
	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, #confirmContent {
	padding: 10px;
	text-align: left;
}

#jqmBusyIndicator {

}

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

#dialogCloseX, #confirmCloseX {
	height:30px;
}

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

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

/** internal dialog style rules */

#dialogContent h3 {
	font-size: 18px;
	color: #e7a614;
}

#dialogContent div.title {
	border-bottom: 1px solid black;
}

#dialogContent div.list {
	text-align: left;
}

#dialogContent table {
	border-collapse: collapse;
	border: 1px solid #999999;
	width: 100%;
}

#dialogContent th {
	background: #999999;
	color: #ffffff;
}

#dialogContent td {
	border: 1px solid #999999;
	padding: 4px;
}