
.darkbg {
	z-index: 9990;
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70: /* FireFox */
	filter: alpha(opacity=70); /* IE */
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
}

#buttonset {
	z-index: 9999;
	position: absolute;
	top: 0px;
	left: 240px;
	width: 220px;
	height: 24px;
	display: block;
}
a.small:link, a.small:active, a.small:visited {
	color:					#000000;
	text-decoration:		none;
	font-family:			Arial, Helvetica, sans-serif;
	font-weight:			bold;
	text-align:				center;
	line-height:			2.3em;
	font-size:				10px;
	width:					75px;
	height:					22px;
	display:					block;
	cursor:					pointer;
	margin:					0px;
	padding:				0px;
	background:			url(images/btn_sml.gif) no-repeat top left;
}
a.small:hover {
	color:					#420600;
	font-weight:			bold;
	background:			url(images/btn_sml_over.gif) no-repeat top left;
}

div#sicmlabel {
	color: #B23132;
	font: bold 10px/1em arial;
	text-align: right;
	padding: 2px 5px;
	text-transform: uppercase;
	top: 0px;
	left: 0px;
	background: #DED1B0;
}

div#SICMeditor {
	z-index: 9998;
	position: absolute;
	top: 32px;
	left: 191px;
	width: 500px;
	height: 541px;
	background: url(images/sicm-window.png) no-repeat;
	display: none;
}
div#sicmeditclose {
	z-index: 9999;
	position: absolute;
	top: 3px;
	right: 8px;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
}

div#SICMlogon {
	z-index: 9999;
	position: relative;
	width: 329px;
	height: 178px;
	display: block;
	background: url(images/sicm-logon.png) no-repeat;
}
div#sicmlogonclose {
	position: absolute;
	top: 0px;
	right: 8px;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
}

#logonmessage {
	width: 100%;
	margin-bottom: 5px;
	height: 15px;
	display: none;
}
#logonmessagespan {
	position: absolute;
	top: 25px;
	left: 1px;
	width: 327px;
	height: 17px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	background: red;
	text-align: center;
	display: block;
}

a.sicmbtnn:link, a.sicmbtnn:active, a.sicmbtnn:visited	{
	width: 78px;
	height: 19px;
	padding-top: 5px;
	line-height: 1em;
	margin: 0;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	display: block;
	cursor: pointer;
	color: #3F3F3F;
	text-decoration: none;
	background: url(images/sicmbtnn.png) no-repeat;
}
a.sicmbtnn:hover { background: url(images/sicmbtnn_over.png) no-repeat; }

a.sicmbtn:link, a.sicmbtn:active, a.sicmbtn:visited	{
	line-height: 1.5em;
	width: 102px;
	height: 24px;
	padding-top: 4px;
	margin: 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: block;
	cursor: pointer;
	color: #000000;
	text-decoration:		none;
	background: url(images/sicmbtn.png) no-repeat;
}
a.sicmbtn:hover { background: url(images/sicmbtn_dn.png) no-repeat; }

#sicmcontroller {
	z-index: 9999;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90px;
	height: 67px;
	background: url(images/sicm-control.png) no-repeat;
	cursor: pointer;
	display: none;
}

#xxlabel { width: 70px; }

#imagetagdiv {
	margin-top: 5px; border: 1px solid #D7D1C4; width: 454px; height: 304px; padding: 2px;
}
.pathlabel { color: white; background: #818181; width: 456px; height: 15px; padding-left: 4px; }

.imglabel {
	font-family: arial;
	font-size: 10px;
	line-height: 1em;
	color: blue;
	width: 104px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	heigth: 10px;
}

.idiv {
	position: relative;
	width: 102px;
	height: 76px;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	border: 2px solid #F3F3F3;
}

.idivclose {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	display: none;
	cursor: pointer;
	background: url(images/imagedelete.png) no-repeat;
}

#imagetablediv {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 452px;
	height: 280px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 3px;
	margin: 0px;
	border: 1px solid #6E7881;
}

#pathlabel {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	color: #FFF;
	width: 456px;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 2px 5px;
	background: #000;
}

/*  forms  */

#xlabel, .xlabel {	
	color: #96000A;
	font-family: Arial;
	text-align: right;
	font-size: 12px;
	font-weight: plain;
	line-height: 1.2em;
	padding-right: 7px;
	height: 18px;
	width: 90px;
	margin: 0;
}

.xselect {
	margin: 1px 5px 1px 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
}

.xfield {
	margin: 1px 0;
	color: #0D12B2;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 1.2em;
	padding: 1px 4px;
	background: transparent;
	border: 1px solid #BEBCCF; 
}

.n { margin: 0px; padding: 0px; line-height: 1.2em; }

.white24		{ color: #FFFFFF; font-size: 24px; margin: 5px 0px; line-height: 1.2em; }
.white36		{ color: #FFFFFF; font-size: 36px; margin: 5px 0px; line-height: 1.2em; }

	.xline {
		line-height: 0em;
		height: 0;
		padding: 0;
		margin: 7px 0 ;
		border-top: 1px solid #D9D0D5;
	}
	
