/*-----------------------------*/
/* countryside style template */
/*-----------------------------*/

/* Testing stuff:
 
div {
    border: 1px solid #AC0101;
}

#menu{
    visibility: hidden;
}


 */

/* general attributes */

body {
	background: #EDEDD1;
	color: #000000;
	font-size: 14px;
    font-weight: 600;
}

a {
	color: #FFCC00;
}
 
a:hover {
	color: #FF9600;
}

img.bottom_border {
    border-bottom: 1px solid #FFCC00;
}

/*  style attributes  */

#message{
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 2px;
    border: 2px solid #AC0101;
    color: #EDEDD1;
    background: #000000;
}

#mls_iframe {
	border: 1px solid #000000;
}

#listing {
    border: 2px solid #000000;
    background: #EDEDD1;
    color: #000000;
}

#listing_head {
    border-bottom: 2px solid #000000;
    background: #FFCC00;
    color: #649600;
    font-size: 16px;
}

#listing_pics {
    border-bottom: 2px solid #000000;
    background: #000000;
    color: #649660;
}

#pagination {
    font-size: 12px;
    border: 2px solid #000000;
    background: #EDEDD1;
}

#pagination_prev {
    border-right: 2px solid #000000;
    background: #649600;
}

#pagination_pages {
    background: #000000;
}

#pagination_next {
    border-left: 2px solid #000000;
    background: #649600;
}

#main {
    background: #649600 url(../img/main_bg.png) repeat-y;
    color: #EDEDD1;
    border: 5px solid #FFCC00;
}

#main_top {
    background: #649600 url(../img/main_top.png) no-repeat;
}

#main_bottom {
    background: #649600 url(../img/main_bottom.png) no-repeat;
}

#footer {
    font-size: 10px;
    font-weight: 500;
}

/*  table row color switch  cursor: pointer*/
.row0 {
	
    background-color: #000000;
}

tr.row0:hover {
	
	background-color: #FF7000;
}

.row1 {
	
    background-color: #505050;
}

tr.row1:hover {
	
	background-color: #FF7000;
}


/*  form attributes  */
label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.25em;
	margin-left: 3em;
	display: block;
}

fieldset {
	border: 2px solid #FFCC00;
	width: 480px;
}

legend {
	color: #649600;
	background: #000000;
	border: 2px solid #FFCC00;
	padding: 2px 6px;
}

textarea {
	width: 300px;
	height: 200px;
	border:1px solid #FFCC00; 
	color: #000000; 
	background-color: #EDEDD1;
}

input {
	color: #649600;
	font-weight: 600;
	background: #000000;
	border: 2px solid #FFCC00;
}

select {
    color: #649600;
    font-weight: 600;
    background: #000000;
    border: 2px solid #FFCC00;
}

.text input {
	width: 200px;
}

.submit input {
	width: 100px;
}

/*  admin attributes  */
#admin_menu {
	width: 200px;
	padding: 25px;
	font-size: 18px;
	border: 4px solid #FFCC00;
	background: #000000;
}

#admin_menu:hover {
	background: #FF7000;
	cursor: pointer;
	cursor: hand;
}