.container {
	margin: 0px;
}
.titles {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-image: url(../img/grey-bg.gif);
	height: 23px;
	padding-left: 4px;
	padding-top: 3px;
	background-repeat: repeat;
}
.inner-tbl {
	border: 1px solid #006699;
}
.form-fields {
	font-family: Tahoma;
	font-size: .69em;
	color: #003399;
	background-color: #EFEFEF;
	width: 98.5%;
	border: 1px solid #CCCCCC;
	margin: 2px;
	background-image: url(../img/footer.gif);
	background-repeat: repeat;
	padding: 2px;
}
.form-buttons {
	font-family: Tahoma;
	font-size: .69em;
	font-weight: bold;
	color: #000000;
	background-image: url(../img/grey-bg.gif);
	border: 1px solid #999999;
	cursor: pointer;
	background-repeat: repeat;
	padding: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}
#footer {
	border-top: 1px solid #ddd;
	border-bottom: 10px solid #f5f5f5;
	background:#f5f5f5 url(../img/footer.gif) repeat;
	left: 0px;
	bottom: 0px;
	text-align:center;
	color: #006699;
	font-size: 12px;
	z-index:10000;
	opacity:0.9;
	font-family: Tahoma;
	overflow: hidden;
	padding-left: 4px;
	font-weight: bold;
}

#footer a {
	color: #006699;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 1.0em;

}
#footer a:hover {
	color: #0099CC;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 1em;

}
.normal-text {
	font-family: Tahoma;
	font-size: 0.69em;
	color: #000066;
	padding: 4px;
	font-weight: bold;
}
.form-fields-small {
	font-family: Tahoma;
	font-size: .69em;
	color: #003399;
	border: 1px solid #000000;
	margin: 2px;
	padding: 2px;
	background-image: url(../img/footer.gif);
	background-repeat: repeat;
}
.shadow-container {
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-left-color: #E2E2E2;
	vertical-align: top;
}
.shadow-right {
	background-image: url(../img/shadowr.png);
	width: 8px;
}
.shadow-bottom {
	background-image: url(../img/shadowb.png);
	height: 10px;
	background-repeat: repeat-x;
	background-position: left top;
}
.shadow-bottom-right {
	height: 10px;
	width: 8px;
}
#palette-mouseoverstyle{
border: 1px solid #003300
}

#palette-mouseoverstyle a{
color:#006666;
}

#palette {
	width: 160px;
	overflow: visible;
	z-index: 25000;
	position: absolute;
	height: 112px;
}

#palette ul {
	padding:0;
	margin:0;
	list-style-type:none;
	display: inline;
}

#palette ul li {
	cursor: crosshair;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px outset #000000;
	height: 8px;
	width: 8px;
}
#palette ul li div {
	height: 8px;
	width: 8px;
	margin: 0px;
	padding: 0px;
}
.small-text {
	font-family: Tahoma;
	font-size: 0.69em;
	color: #006699;
}.sub-titles {
	font-family: Tahoma;
	font-size: 0.69em;
	font-weight: bold;
	color: #000000;
	background-image: url(../img/grey-bg.gif);
	height: 23px;
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	padding: 3px;
}
#home-button {
	font-family: Tahoma;
	font-size: 1.2em;
	font-weight: bold;
	color: #006699;
	background-image: url(../img/digg-profile-img.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 50px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	text-indent: 5px;
	cursor: pointer;
}
