﻿body 
{
	margin-top: 12px;
	background-color: #d4ac78;
	background-image: url('/Images/SiteBG1.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
}

div
{
	display: inline-block;
}

table
{
	display: inline-block;
}

input
{
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif; 
}

textarea
{
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
}

a
{
	color: #583D19;
	text-decoration: none;
}

a:hover
{
	color: #583D19;
	text-decoration: underline;
}

a:visited
{
	color: #583D19;
	text-decoration: none;
}

a:visited:hover
{
	color: #583D19;
	text-decoration: underline;
}

select
{
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;	
}

.propertyImages img:hover
{
	border: solid 10px blue;
}

ul
{
	margin-top: 5px;
	margin-left: 20px;
}

.dragList ul
{
	margin-top: 10px;
	list-style-type: none;
	width: 450px;
}

.dragList a:hover
{
	text-decoration: none;
}

.dragList li
{
	margin-left: 0px;
}

.modalBackground {
	background-color: #ffffe7;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup {
	background-color:#ffffe7;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:15px;
}

.dragHandle {
	width:7px;
	height:7px;
	background-color: #CFA471;
	margin-right: 10px;
	cursor: move;
	border: solid 1px #583D19;
}

table
{
	display: inline-block;
}

th
{
	background-image: url('/Images/THBG.gif');
	background-repeat: repeat-x;
	border-bottom: solid 1px #330000;
}

.gridHeader a:hover
{
	text-decoration: none;
}
