﻿@import url("../../CSS/HoaDefaultStyles.css");

body
{
	background:url('images/back.jpg') repeat-x;
}

/* Header */

#MgmtCompanyLogo
{
	background:url('images/TallDivider.png') repeat-x;
}
#MgmtCompanyLogo a
{
	border-top:solid 7px #c0e0c0;
}

/* End Header */

/* Navigation Buttons */
#NavButtons li
{
	background:url('images/ShortDivider.gif') center  right no-repeat;
	color: #408060 !important;
}
#mgmtCo a
{
	background:url('images/ico_mgmtco.png') no-repeat;
}
#default a
{
	background:url('images/ico_home.png') no-repeat;
}
#docs a
{
	background:url('images/ico_doc.png') no-repeat;
}
#events a
{
	background:url('images/ico_cal.png') no-repeat;
}
#vendors a
{
	background:url('images/ico_loc.png') no-repeat;
}
#special a
{
	background:url('images/ico_serv.png') no-repeat;
}
#contact a
{
	background:url('images/ico_cont.png') no-repeat;
}
/* End Navigation Buttons */

/* Messy stuff */

table.t
{
	border-color: White White #c0e0c0 !important;
}
a
{
	color: #408060 !important;
}
hr
{
	border-color: #c0e0c0 !important;
}
table[bgcolor="#d5ecf5"]
{
	background-color: #c0e0c0 !important;
}
td[bgcolor="#d5ecf5"]
{
	background-color: #c0e0c0 !important;
}

.ButtonPrev
{	
	background:url('images/but_hoa_prev.gif') !important;
	
	border:none;	
	width:35px;
	height:22px;
	float:left;
	margin-right:3px;
	text-indent:-10000px;
	overflow:hidden;
}
.ButtonNext
{
	background:url('images/but_hoa_next.gif') !important;
	
	border:none;	
	width:35px;
	height:22px;
	text-indent:-10000px;
	overflow:hidden;
}
.ButtonSend
{
	background:url('images/but_hoa_send.gif') !important;
	
	border:none;	
	width:95px;
	height:22px;
	text-indent:-10000px;
	overflow:hidden;
}

/* End Messy Stuff */
