/* CSS Document */

.stdImg {border: 1px solid white;}

.uplf {background: url("../om/img/white.uplf.png") no-repeat transparent;}
.uprt {background: url("../om/img/white.uprt.png") no-repeat transparent;}
.dnrt {background: url("../om/img/white.dnrt.png") no-repeat transparent;}
.dnlf {background: url("../om/img/white.dnlf.png") no-repeat transparent;}
.mdup {background: url("../om/img/white.mdup.png") repeat-x transparent;}
.mdrt {background: url("../om/img/white.mdrt.png") repeat-y transparent;}
.mddn {background: url("../om/img/white.mddn.png") repeat-x transparent;}
.mdlf {background: url("../om/img/white.mdlf.png") repeat-y transparent;}
.edbg {background-color:white;padding:0px;}
.edpa {background: url("../om/img/bgpaper.png") repeat transparent;}
.edbx {background-color:white;padding:2px 5px 2px 5px;}
.omBtn {font-size:8pt;}
.omEditBox {
	font-size: 12px;
	line-height:16px;
	color: #4F220D;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background: url("../om/img/bgpaper.png") repeat transparent scroll;
	border-width:1px;
	border-color:#D6D2A4;
	border-style:solid;
	padding:0px 5px 3px 5px;
	margin:0;
}
.whiteuplf {background: url("../om/img/white.uplf.png") no-repeat transparent;}
.whiteuprt {background: url("../om/img/white.uprt.png") no-repeat transparent;}
.whitednrt {background: url("../om/img/white.dnrt.png") no-repeat transparent;}
.whitednlf {background: url("../om/img/white.dnlf.png") no-repeat transparent;}
.whitemdup {background: url("../om/img/white.mdup.png") repeat-x transparent;}
.whitemdrt {background: url("../om/img/white.mdrt.png") repeat-y transparent;}
.whitemddn {background: url("../om/img/white.mddn.png") repeat-x transparent;}
.whitemdlf {background: url("../om/img/white.mdlf.png") repeat-y transparent;}
.blueuplf {background: url("../om/img/blue.uplf.png") no-repeat transparent;}
.blueuprt {background: url("../om/img/blue.uprt.png") no-repeat transparent;}
.bluednrt {background: url("../om/img/blue.dnrt.png") no-repeat transparent;}
.bluednlf {background: url("../om/img/blue.dnlf.png") no-repeat transparent;}
.bluemdup {background: url("../om/img/blue.mdup.png") repeat-x transparent;}
.bluemdrt {background: url("../om/img/blue.mdrt.png") repeat-y transparent;}
.bluemddn {background: url("../om/img/blue.mddn.png") repeat-x transparent;}
.bluemdlf {background: url("../om/img/blue.mdlf.png") repeat-y transparent;}


.omMenuBar {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background: url(../om/img/haze2.png) repeat;
	z-index:95;
	}
.omMenuTitleOvr {
	width:65px;
	font-family: verdana,arial,helvetica;
	font-size:9pt;
	text-align:center;
	color:black;
	background-color:white;
	border:1px black solid;
	cursor:default;
	z-index:95;
	}
.omMenuTitleOut {
	width:65px;
	font-family: verdana,arial,helvetica;
	font-size:9pt;
	text-align:center;
	color:white;
	background-color:transparent;
	border:1px transparent solid;
	cursor:default;
	z-index:95;
	}
.omMenuDrop {
	position:absolute;
	visibility:visible;
	top:0px;
	left:0px;
	border-top: 1px white solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	padding: 2px 8px 8px 8px;
	margin: 0;
	cursor:default;
	z-index:95;
	}
.omMenuHide {
	position:absolute;
	visibility:hidden;
	top:-10000px;
	left:-10000px;
	}
.omMenuItemOvr {
	width: 150px;
	color: white;
	background-color:black;
	padding:1px 3px 1px 3px;
	cursor:default;
	z-index:95;
	}
.omMenuItemOut {
	width: 150px;
	color: black;
	background-color:white;
	padding:1px 3px 1px 3px;
	cursor:default;
	z-index:95;
	}
.omMenuFancyTxt {
	font-family:'segoe script','comic sans ms',helvetica;
	font-size: 9pt;
	color: #FFFFAA;
}

.omAlertBox {
	clear:both;
	color:black;
	background-color:white;
	padding: 5px;
	z-index:99;
}

.omEdPageBox {
	clear:both;
	color:black;
	background-color:white;
}

.omAlertBox {
	margin: 16px 30px 16px 30px;
	font-family: "Arial Black",Arial,Helvetica;
	font-size: 12pt;
}
.rotate {
	position:absolute;
	visibility:hidden;
	top:-10000px;
	left:-10000px;
}


