body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.loading {
	position:absolute;
	left:0px;
	top:0px;
	width:99%;
	height:99%;
	z-index:2;
	background-color: #000000;
}	

.full{
height:98%;
}

td {
	font-size: 12px;
	color: #2C2C2C;
}

a{
        color: #8A3700;
        text-decoration: none;
		font-weight:bold;
}


a:hover {
        color: #B34700;
        text-decoration: underline;
}


.popup {
	display:none;
	position:absolute;
	border: 1px solid #8A3700;
	font-size:9px;
	width:60px;
	z-index: 1;	
}

	
.poptable[class]{

color:#000000;
}

.poptable {

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transWhite.png');
color:#000000;
}

.poptable[class] {
background-image:url(images/transWhite.png);
}

.links td{
padding:2px 10px 2px 10px;
}
.links a{
line-height:20px;
}

.linkpop {
	display:none;
	position:absolute;
	border: 1px solid #8A3700;
	width:220px;
	
	z-index: 1;
}

.linktable[class]{
/*background-image:url(images/transWhite.png);
background-color:#F4F4F4;
color:#000000;*/
}

.linktable {
/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transWhite.png');*/
font-size:10px;
background-color:#F4F4F4;
}

input {

font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
border:1px solid #986D52;
color:#2C2C2C;
padding-left:3px;

}
textarea {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
border:1px solid #986D52;
color:#2C2C2C;
padding:3px;

}

.quill_box {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='images/quill.png');
	cursor:move;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.quill_box[class] {
background-image:url(images/quill.png);  
}
