html,body
	{
	height:100%;
	width:100%;
	margin: 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#f7f7e8;
	}

#overlay
	{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#333333;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display:none;
	z-index:300;
	}

#site
	{
	position:absolute;
	width:1000px; 
	margin-left:-500px;
	height:100%;
	left:50%;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat;
	}

#systemalert
	{
	position:absolute;
	top:0px;
	height:24px;
	left:0px;
	width:100%;
	background-color:#FF6600;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	padding:5px;
	text-align:center;
	z-index:1;
	}

#content
	{
	padding:15px;
	margin-top:25px;
	min-height:80%;
	}
	
#fd
	{
	position:absolute;
	left:10px;
	border:1px solid black; 
	width:625px; 
	height:725px;
	background-color:#FFFFFF;
	}

#fd_header
	{
	text-align:center;
	font-size:18px; 
	font-weight:bold;
	}
	
#fd_custbox
	{
	position:absolute;
	top:45px;
	left:10px;
	height:80px;
	}

#fd_custresult
	{
	position:absolute;
	left:260px;
	top:48px;
	}	

#fd_factbox
	{
	position:absolute;
	top:125px;
	left:10px;
	}

#fd_linebox
	{
	position:absolute;
	top:285px;
	left:10px;
	width:600px;
	}
	
.error
	{
	color:#FF0000;
	}

.hltr
	{
	border:2px solid #FF3333;
	color:#000000;
	box-shadow: 5px 5px 8px #333333;
	-moz-box-shadow: 5px 5px 8px #333333;
	
	}

.tabletop
	{
	background-color:#999999;
	width:869px;
	color:#FFF7CB;
	font-size:12px;
	font-weight:bold;
	border-left:1px solid #333333;
	border-top:1px solid #333333;
	border-right:1px solid #333333;
	height:25px;
	text-indent:8px;
	background-image:url(/images/mod_topmenu_bg.png);
	background-repeat:repeat-x;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	}
.table
	{
	border:0px;
	padding:0px;
	margin-left:1px;
	width:870px;
	border-left:1px solid #333333;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	background-color:#cfcfba;
	border-collapse:collapse;
	}

.listtable
	{
	border:0px;
	padding:0px;
	text-indent:3px;
	margin:0px;
	width:980px;
	border-spacing:0px; 
	border-left:1px solid #333333;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	background-color:#FFF7CB;
	}

.ltable
	{
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:0px;
	margin:0px;
	}
	
.even
	{
	background-color:#FFFFEF;
	border-top:1px dotted #999999;
	}

.oneven
	{
	background-color:#f6f7e7;
	border-top:1px dotted #999999;
	}
.formfield
	{
	background-color:#ffffe2;
	border:1px solid #DDDDC0;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	margin:1px;
	}

.formbtn
	{
	
	}
	
.redbtn
	{
	padding-left:4px;
	padding-top:0px;
	padding-right:4px;
	padding-bottom:0px;
	background-color:#990000;
	border:2px groove #990000;
	color:#FFFFFF;
	background-image:url(../images/button_bg.png);
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:11px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	cursor:pointer;
	}

.offbtn
	{
	padding-left:4px;
	padding-top:0px;
	padding-right:4px;
	padding-bottom:0px;
	background-color:#CCCCCC;
	border:2px groove #BBBBBB;
	color:#AAAAAA;
	background-image:url(../images/offbutton_bg.png);
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:11px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	}


.transp
	{
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	opacity:0.20;
	}
	

#sysmsg
	{
	position:absolute;
	width:400px;
	left:300px;
	padding-top:60px;
	height:100px;
	background-color:#FFFFCC;
	color:#000033;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	z-index:301;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	display:none;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	border:1px solid #1B1B1B;
	background-image:url(/images/bigok.png);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
#sysdialog
	{
	position:absolute;
	width:500px;
	left:250px;
	margin-top:10px;
	padding:10px;
	height:400px;
	background-color:#CCCCCC;
	color:#000033;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	z-index:302;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	display:none;
	font-size:11px;
	border:1px solid #1B1B1B;
	}
	
#errmsg
	{
	position:absolute;
	width:400px;
	left:300px;
	padding-top:60px;
	background-color:#FFEFBC;
	color:#3A1C00;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	z-index:303;
	height:100px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	display:none;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	border:1px solid #FF0000;;
	}

.lgrey
	{
	background-color:#DDDDDD;
	}
.fmenu
	{
	display:none; 
	position:absolute; 
	width:170px;
	margin-top:-14px; 
	
	margin-left:-60px; 
	height:190px;
	background-color:#cfcfba;
	color:#000000; 
	z-index:400;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-bottom-radius: 8px;
	border-top:1px solid #FF3333;
	border-right:2px solid #FF3333;
	border-bottom:2px solid #FF3333;
	padding-left:4px;
	background-image:url(/images/fmenu_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	box-shadow: 5px 5px 8px #999999;
	-moz-box-shadow: 5px 5px 8px #999999;
	}

:root *> .fmenu
	{
	margin-top:-13px; 
	
	}
.fmenu a
	{
	color:#000000;
	}	

.inactive
	{
	color:#999999;
	}

#nomsg
	{
	position:relative;
	width:1px;
	height:1px;
	}

.demo-show {
  width: 320px;
}

.demo-show h3 {
  margin: 0;
  padding: .25em;
  background-image:url(/images/mod_topmenu_bg.png);
  background-repeat:repeat-x;
  border-bottom: 1px solid #444444;
  font-size:11px;
  height:18px;
  color:#000000;
}

.demo-show div {
  padding: .5em .25em;
}
	
.draggable {
	position: absolute;
	border: 1px solid #0090DF;
	cursor:move;
	font-size:7pt;
	line-height:1.5;
	
}

#parentElem
{
	width: 415px;
	height: 590px;
	background-color:#FFFFFF;
	border: 3px solid #900;
	padding: 3px;
	top: 30px;
	left: 10px;
	position: absolute;
	overflow: hidden;
	margin: 10px;
	color: #000;
	z-index:59;

	
}
#insideParent
{
	width: 100px;
	height: 100px;
	background-color: #9c0;
	color: #fff;
}

.frameClass
{
	border: 1px dotted #999;
}
