/*
+---------------------------------------------------------------+
| CSS for MorganFineHomes.css
|
|	©Shawn Lyman 2005
|	http://lyman00.homeip.net
|	brainwarp@gmail.com
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
|	Basically means do whatever you want at your own risk.
|	As-is, your own risk, no warranty, blah, blah, blah.
+---------------------------------------------------------------+
*/

/* Default body styling, light grey background and black text */
body {
	font-size: 12px;
	color: black;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	margin:0px; text-align:left;
}

a {
	font-style: 		normal;	
/*	font-size: 			20px; */
	color: 					#black;
/*	text-decoration: none; */
}

a:hover {
	font-style: normal;	
	color: red;
	text-decoration: none;
}

a.menu {
	font-family: 		tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 			14px;
	font-style: 		normal;
	color: 					#000000;
	text-decoration: none;
}

a:hover.menu {
	color: #595959;
	text-decoration: none;
}


td.menu {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 			14px;
	font-style: 		normal;
	color: 					rgb(0%, 0%, 0%);
	padding-bottom: 0px;
	padding-left: 	0px;
	padding-right: 	0px;
	padding-top: 		0px;
}


td {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: rgb(0%, 0%, 0%);
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

/* Generic table styling , used in several areas */
.bodytable {
	background-color: #eeeeee;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: Black;
}

/* Dark grey and white text used for header <tr> amd <td> lines at the top of tables. */
.header {
	background-color: #888888;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: White;
}

/* Highlighting colors, mainly used in the admin selection list */
.include { background-color: #99ff99; text-align: center;}
.exclude { background-color: #bbbbbb; text-align: center;}
.newitem { background-color: #ffff99; text-align: center;}
.modified { background-color: red; text-align: center;}
.success { background-color: lightblue; text-align: center;}