body {
	margin: 0;
}

/* Modal window */

#modalPage {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#modalBackground {
	filter: Alpha(Opacity=75); -moz-opacity:0.75; opacity: 0.75;
	width: 100%;
	height: 100%;
	background-color: #999999;
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
}

#modalContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 750;
	top: 0px;
	left: 0px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
}

#modalItems {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: relative;
	width: 400px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 100px;*/
	text-align: left;
}

#modalTop {
	width: auto;
	height: 32px;
	background-color: #000099;
	color: #FFFFFF;
	text-align: right;
}

#modalTop a, #modalTop a:visited {
	color: #ffffff;
}

#modalTitle {
	font-weight: bold;
	float: left;
	padding: 8px 10px 8px 10px;
}

#modalClose {
	float: right;
	padding: 8px;
	cursor: pointer;
}

#modalFrame {
	width: auto;
	margin-bottom: 0px;
}

#modalBody {
	margin: 0px;
}

.selectReplacement {
	display: inline;
	border: 1px solid #7F9DB9;
	background: #FFFFFF;
	padding: 0px;
	font-family: 'Verdana';
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	top: 1px;
	overflow: hidden;
}

.selectReplacementText img {
	float: right;
}

.selectReplacementText {
	margin-top: 2px;
	margin-left: 2px;
	float: left;
}

/* Message boxes */

div.info_box {
	width: 350px;
	height: auto;
	border: 1px solid #99CC66;
	background-color: #ECECEC;
	font-family: 'Trebuchet MS', Trebuchet, Verdana;
	color: #000000;
	font-size: 12px;
	margin-bottom: 15px;
}

div.info_box_hdr {
	padding: 4px;
	vertical-align: middle;
	font-family: 'Trebuchet MS', Trebuchet, Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	width: auto;
	background-color: #99CC66;
}

div.info_box_msg {
	padding: 4px;
}

div.info_box_msg img {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}

div.error_box {
	width: 350px;
	height: auto;
	border: 1px solid #EB6A6A;
	background-color: #ECECEC;
	font-family: 'Trebuchet MS', Trebuchet, Verdana;
	color: #000000;
	font-size: 12px;
	margin-bottom: 15px;
}

div.error_box_hdr {
	padding: 4px;
	vertical-align: middle;
	font-family: 'Trebuchet MS', Trebuchet, Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	width: auto;
	background-color: #EB6A6A;
}

div.error_box_msg {
	padding: 4px;
}

div.error_box_msg img {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}

/* Debugging */

div.trace {
	width: 300px;
	border: 1px solid #99CC66;
	padding: 10px;
	background: #FFFFFF;
	font-family: "Verdana";
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	z-index: 200;
}

/* Help */

#helpContainer {
	width: 100%;
}

#helpContent {
	padding: 10px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 14px;
}

div.helpTitle {
	font-family: Trebuchet, "Trebuchet MS", Verdana;
	font-size: 18px;
	margin-bottom: 8px;
}

img.helpImgRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.helpNote {
	color: #666666;
	font-weight: bold;
}

/* Miscellaneous */

div.alert {
	border: 1px solid #333333;
	color: #333333;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FCEFD9;
}

div.alert a {
	color: #ED9400;
}

div.alert img {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

div.alert div {
	margin-left: 40px;
}
