a:link, a:visited, a:active {
	color:#00aeef;
	/*	color: #333333;*/
	text-decoration: underline;
} 
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:focus, a:hover {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
a.textnav:link, a.textnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.textnav:hover {
	color: #003366;
	text-decoration: none;
}
a.modiphy:link, a.modiphy:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#80bcc8;
	text-decoration: none;
	line-height: 13px;
}
a.modiphy:hover {
	color:#FFFFFF;
	text-decoration: none;
}
a.modiphy:active {
	color: #EEEEEE;
}
.highlightit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-webkit-transition: opacity 0.2s linear;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.highlightit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
hr {
	border: none 0; 
	border-top: 1px dashed #b8bcc4;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	color:#FFFFFF;
}
td,div {
	color: #070c1b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
input {
	border:1px solid #000000;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-bottom:0px;
	margin-right:5px;
	padding-top:4px;
	padding-left:0px;
}
.checkboxes {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 30px;
	height: 30px;
	width: 30px;
}
input[type=checkbox] {
	border:0px solid #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	vertical-align: bottom;
}
textarea {
	scrollbar-track-color:#FFFFFF;
	background-color:#FFFFFF;
	border:1px solid #000000;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-bottom:2px;
	margin-top:1px;
	padding-left:5px;
	width:200px;
}
.focusField  {
	background-color: #eefdfd;
	scrollbar-track-color:#eefdfd;
    padding-left:5px;
    padding-top:4px;
    margin-top:0px;
	overflow:auto;
	height:40pw;
}
.idleField {
	background:#FFFFFF;
	color:#666666;
	font-size: 11px;
    margin-top:0px;
    padding-left:5px;
    padding-top:4px;
}
select {
	background-color:#FFFFFF;
	border:1px solid #000000;
	font-size:11px;
	font-family:Tahoma;
	color: #666666;
	margin-bottom:0px;
	padding-top: 0px;
	padding-left:7px;
	height:26px;
}
form {
	margin:0px;
	padding:0px;
}
img {
	vertical-align: middle;
}
.button {
	background-color:#FFFFFF;
	border: 1px solid #a9d0eb;
	padding-left:10px;
	padding-right:10px;
	color:#04263c;
	cursor: pointer;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	background-image: url(http://www.thereefcoral.com/main/flash/src/assets/images/buttonbg.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Sans";
	font-size: 11px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	background-position: center center;
	text-transform: uppercase;
}
.submitbutton {
    background-color:transparent;
	border:0px solid #000000;
	cursor: pointer;
}
.copyrighttext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#80bcc8;
	line-height: 13px;
}
.blurbs {
	color: #AEAEAE;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	background-image: url(http://www.thereefcoral.com/main/flash/src/assets/images/footerbg.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	color: #FFFFFF;
}
.contentbox {
	padding-top: 50px;
	padding-bottom: 58px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	padding-left: 70px;
	background-image: url(http://www.thereefcoral.com/main/flash/src/assets/images/contentbg.png);
	border-right:0px solid #bee0e7;

}
.insideloadbg {
	background-image: url(http://www.thereefcoral.com/main/flash/src/assets/images/insideloadbg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.gallerybg {
	background-color: #9D7A3B;
}

.bluebutton {
	background-color:#76c2d2;
	border:1px solid #c6edf2;
	font-size:13px;
	font-family:Tahoma;
	color:#FFFFFF;
	background-image: url(http://www.thereefcoral.com/main/button1_bg.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	height:22px;
	padding-bottom: 2px;
	background-position: center bottom;
	width:150px;
	height:24px;
}