/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Treasure Lake Property Owners Association  */
/* Date : 25th Jan 2006 */


/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
line-height: 15px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
line-height: 15px;
}

/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #666;
font-size: 11px;
line-height: 15px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-image: url("images/pageBG.gif");
background-repeat : repeat;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 95%;
vertical-align : top;
background-color: #EEDECC;
}

.row2 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
line-height: 15px;
}

.contentSpacer {
border-bottom: 1px solid #cccccc;
height: 10px;
font-size: 6px;
}

a:active, a:visited, a {
color: #bf9239;
text-decoration: underline;
}

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

/* images */

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
}

.h-dot-line {
background-image: url("images/h-dot-line1.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.left-bot {
background-image: url("images/left-bot.jpg");
background-repeat : no-repeat;
background-position: bottom;
padding-bottom: 116;
background-color: #005801;
}

.right-bot {
background-image: url("images/right-bot.jpg");
background-repeat : no-repeat;
background-position: bottom;
padding-bottom: 116;
background-color: #61330a;
}

.left-top {
background-image: url("images/header-left.jpg");
background-repeat : no-repeat;
background-position: top;
background-color: #dec09e;
}

/* links */

.left-link a {
color: #61330a;
font-size: 11px;
text-decoration: none;
display: block;
background-image: url("images/h-dot-line3.jpg");
background-repeat : repeat-x;
background-position: bottom;
background-color: transparent;
height: 20;
padding-top: 2;
line-height: 15px;
}

.left-link a:hover{
background-color: transparent;
text-decoration: none;
color: #000;
line-height: 15px;
}

a.left-link2  {
color: #61330a;
font-size: 11px;
text-decoration: none;
background-color: transparent;
padding-left: 15px;
}

a.left-link2:hover{
background-color: transparent;
text-decoration: none;
color: #000;
padding-left: 15px;
}

.right-link a {
color: #dec09e;
font-size: 11px;
text-decoration: none;
display: block;
background-image: url("images/h-dot-line2.jpg");
background-repeat : repeat-x;
background-position: bottom;
background-color: transparent;
height: 20;
padding-top: 2;
line-height: 15px;
}

.right-link a:hover{
background-color: transparent;
text-decoration: none;
color: #fff;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.brown {
background-color: #61330a;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.brown-txt {
color: #dec09e;
}

/* headings */

.yellow-head {
font-size: 22px;
color: #eaba00;
padding-bottom: 8px;
}

.brown-head {
color: #dec09e;
font-size: 13;
}

.gold-head {
color: #bf9239;
font-size: 14px;
}

h1 {
color: #bf9239;
font-size: 15px; 
}

h2 {
color: #bf9239;
font-size: 13px; 
}

h3 {
color: #bf9239;
font-size: 11px; 
}

h4 {
color: #bf9239;
font-size: 9px; 
}

.tableHeaderRow {
	border-bottom: 1px solid #cccccc;
}

.colorBG {
	background-color: #EEDECC;
}