body {
	background-color: #3B3B3B;
	margin-top: 5px;
	margin-left: 5px;
}

input {
	background-color: #303030;
	border: 1px solid #606060;
	padding: 2px;
	font: 10pt sans-serif;
	color: #cccccc;
}

select {
	background-color: #303030;
	border: 1px solid #606060;
	font: 10pt sans-serif;
	color: #cccccc;
}

ul {
	list-style-type: circle;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}

pre {
	margin-top: 3px;
	margin-bottom: 3px;
}

a:link, a:visited {
	color: #DDDDDD;
}	

a:hover {
	color: #FFCC18;
}

div.hr {
	width: 100%;
	height: 4px;
	font-size: 0px;
	border-top:1px solid #666666;
}

div.hr hr {
	margin: 0px;
	padding: 0px;
}

.dragframe {
	border:1px solid #dddddd;
	position: absolute;
	top: 0px;
	left:0px;
	width:10px;
	height:10px;
}

.menutop {
	position: absolute;
	background-image: url(../images/menutop.gif);
	background-repeat: no-repeat;
}

.menumiddle {
	position: absolute;
	background-image: url(../images/menumiddle.gif);
	background-repeat: repeat-y;
}

.menubottom {
	position: absolute;
	background-image: url(../images/menubottom.gif);
	background-repeat: no-repeat;
}


.menutitle {
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
	text-align: center;
	color: #FFFFFF;
}

.menuitem {
	font: 10pt verdana;
	color: #CCCCCC;
	cursor: pointer;
}

.menuitemOver {
	font: 10pt verdana;
	color: #FFCC18;
	cursor: pointer;
}

.topleft {
    position: absolute;
	background-image: url(../images/frame1.gif);
	background-repeat: no-repeat;
}

.top {
	position: absolute;
	background-image: url(../images/frame2.gif);
	background-repeat: repeat-x;
}

.topright {
	position: absolute;
	background-image: url(../images/frame3.gif);
	background-repeat: no-repeat;
}

.left1 {
	position: absolute;
	background-image: url(../images/frame4.gif);
	background-repeat: no-repeat;
}

.left2 {
	position: absolute;
	background-image: url(../images/frame5.gif);
	background-repeat: repeat-y;
}

.right {
	position: absolute;
	background-image: url(../images/frame9.gif);
	background-repeat: repeat-y;
}

.bottomleft {
	position: absolute;
	background-image: url(../images/frame6.gif);
	background-repeat: no-repeat;
}

.bottom {
	position: absolute;
	background-image: url(../images/frame7.gif);
	background-repeat: repeat-x;
}

.bottomright {
	position: absolute;
	background-image: url(../images/frame8.gif);
	background-repeat: no-repeat;
}

.inner1 {
	position: absolute;
	background-image: url(../images/frame10.gif);
	background-repeat: no-repeat;
}
	
.inner2 {
	position: absolute;
	background-image: url(../images/frame11.gif);
	background-repeat: no-repeat;
}

.bg {
	position: absolute;
	background-color: #444444;
}

.html {
	position: absolute;
	color: #ffffff;
}

.doc {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: auto;
}

.doctable {
	width: 100%;
	font: 11pt sans-serif;
	color: #cccccc;
}

.check {
	background-image: url(../images/checkbox.gif);
	border:none;
	width: 14px;
	height: 15px;
	cursor: pointer;
	_margin-bottom: 3px;
}

.checkOver {
	background-image: url(../images/checkboxOver.gif);
	border:none;
	width: 14px;
	height: 15px;
	cursor: pointer;
	_margin-bottom: 3px;
}

.checkOn {
	background-image: url(../images/checkboxOn.gif);
	border:none;
	width: 14px;
	height: 15px;
	cursor: pointer;
	_margin-bottom: 3px;
}

.checkOnOver {
	background-image: url(../images/checkboxOnOver.gif);
	border:none;
	width: 14px;
	height: 15px;
	cursor: pointer;
	_margin-bottom: 3px;
}

.checkItem {
	font: 12px verdana;
	color: #cccccc;
}

hr {
	border:none;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #606060;
}

.description {
	font: 11pt sans-serif;
	color: #bbbbbb;
	padding-bottom: 10px;
}

.button {
	display: table-cell;
	background-image: url(../images/button.gif);
	border:none;
	color: #aaaaaa;
	font: bold 12pt sans-serif;
	text-align: center;
	width: 105px;
	height: 28px;
	cursor: pointer;
}

.buttonOver {
	display: table-cell;
	background-image: url(../images/buttonOver.gif);
	border:none;
	color: #FFFFFF;
	font: bold 12pt sans-serif;
	text-align: center;
	width: 105px;
	height: 28px;
	cursor: pointer;
}

.buttonClick {
	display: table-cell;
	background-image: url(../images/buttonClick.gif);
	border:none;
	color: #000000;
	font: bold 12pt sans-serif;
	text-align: center;
	width: 105px;
	height: 28px;
	cursor: pointer;
}

.editbutton {
	background-image: url(../images/editButton.gif);
	background-repeat: no-repeat;
	width: 25px;
}

.editbuttonOver {
	background-image: url(../images/editButtonOver.gif);
	background-repeat: no-repeat;
	width: 25px;
}

.editbuttonClick {
	background-image: url(../images/editButtonClick.gif);
	background-repeat: no-repeat;
	width: 25px;
}
