@import url(_utility.css);

body
{
	margin: 0;
	padding: 0;
	background-color: #91a6bf;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 0.75em;
	color: #333;
}
table,
input,
select
{
	font-size: inherit;
}
img,
input,
select
{
	vertical-align: middle;
}

fieldset
{
	margin-bottom: 1em;
	border: 1px solid #c5c5c5;
	padding: 1em;
}
	legend
	{
		border: 1px solid #c5c5c5;
		padding: 0.25em 1em;
		background-image: url(../../images/nav/header_bg.gif);
	}

a
{
	color: #993300;
}
a:hover
{
	color: #91a6bf;
}
/***********
** Layout **
***********/
	.main-container
	{
		
	}
		.banner-container
		{
			border-bottom: 1px solid #acacac;
			padding: 0 1em;
			height: 58px;
			background-image: url(../../images/banner/bg.gif);
			background-repeat: repeat-x;
			color: #fff;
			font-weight: bold;
		}
			.header-container
			{
				float: left;
				padding-top: 2.5em;
				background-image: url(../../images/banner/logo.gif);
				background-repeat: no-repeat;
			}
			.siteselect-container
			{
				float: right;
				padding-top: 2.5em;
			}
		.body-container
		{
			clear: both;
			min-height: 600px;
			background-color: #fff;
			background-image: url(../../images/body/bg.gif);
			background-repeat: repeat-y;
		}
		* html .body-container
		{
			height: 600px;
		}
			.nav-container
			{
				float: left;
				width: 16.7em;
				width: 200px;
				background-color: #fff;
			}
				.nav-container dl
				{
					margin: 0;
				}
					.nav-container dl dt
					{
						border-bottom: 1px solid #acacac;
						border-right: 1px solid #797979;
						padding: 0 0.5em;
						height: 2.2em;
						background-image: url(../../images/nav/header_bg.gif);
						background-repeat: repeat-x;
						line-height: 2.2em;
						font-weight: bold;
					}
					.nav-container dl dd
					{
						margin: 0;
						padding: 0;
					}
						.nav-container ul
						{
							margin: 0;
							padding: 0;
							list-style: none;
						}
							.nav-container ul li
							{
								border-bottom: 1px solid #acacac;
							}
								.nav-container ul li a
								{
									display: block;
									border-right: 1px solid #acacac;
									padding: 0 1em;
									height: 2.2em;
									background-image: url(../../images/nav/item_bg_0.gif);
									line-height: 2.2em;
									text-decoration: none;
									color: #333;
								}
								.nav-container ul li a:hover
								{
									background-image: url(../../images/nav/item_bg_1.gif);
									color: #fff;
								}
								.nav-container ul li.active a,
								.nav-container ul li.active a:hover
								{
									border-right: 1px solid #fff;
									background-color: #fff;
									background-image: none;
									text-align: right;
									font-weight: bold;
									color: #993300;
								}
			.content-container
			{
				margin-left: 200px;
			}
				.content-body-container
				{
					padding: 0.5em 1em;
				}
		.footer-container
		{
			clear: both;
			border-top: 1px solid #acacac;
			padding: 1em 1em 1em 200px;
			background-color: #91a6bf;
			background-image: url(../../images/footer_bg.gif);
			background-repeat: no-repeat;
			background-position: 40px center;
		}
			.footer-container div
			{
				text-align: right;
				font-size: 0.9em;
			}

.content-header
{
	margin: 0;
	padding: 0 1em;
	border-bottom: 1px solid #c5c5c5;
	height: 2.2em;
	background-image: url(../../images/header_bg.gif);
	background-repeat: repeat-x;
	line-height: 2.2em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

/*********************
** c9 Miscellaneous **
*********************/

.c9Message
{
	margin: 1em 0;
	border: 1px solid #c5c5c5;
	padding: 0.5em 1em;
	background-color: #f5f5f5;
}
.c9MessageError
{
	border: 1px solid #993300;
}
.c9MessageWarning
{
	border: 1px solid blue;
}
.c9MessageSuccess
{
	border: 1px solid green;
}

.c9Button
{
	border: 1px solid #999;
	background-image: url(../../images/button_bg.gif);
	cursor: pointer;
}
a.c9Button,
a.c9Button:hover
{
	padding: 0.2em 0.85em;
	text-decoration: none;
	color: #333;
	font-size: 0.9em;
}
a.c9Button:active
{
	
}

#c9ProgressContainer
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 235157;
	width: 100%;
	height: 600px;
}
	#progress
	{
		margin: 30% auto;
		width: 200px;
		height: 100px;
		border: 1px solid #000;
		background-color: #f1efef;
	}
	#progressText
	{
		padding: 0.5em 1em;
	}

/*************************
** c9 Field Value Pairs **
*************************/

dl.c9FieldValuePair
{
	clear: both;
	margin: 0;
	background-image: url(../../images/dlfv_bg.gif);
}
/* \*/
* html dl.c9FieldValuePair
{
	height: 1%;
}
/* */
	dl.c9FieldValuePair dt
	{
		float: left;
		border-top: 1px solid #f1efef;
		padding: 0.5em 10px;
		width: 178px;
		text-align: right;
	}
	dl.c9FieldValuePairRequired dt
	{
		color: #993300;
	}
		dl.c9FieldValuePair dt label
		{
			display: block;
			width: 100%;
		}
			dl.c9FieldValuePair dt span
			{
				display: block;
				font-size: 0.8em;
				color: #999;
			}
			dl.c9FieldValuePairRequired dt span
			{
				color: #ff9966;
			}
	dl.c9FieldValuePair dd
	{
		margin-left: 200px;
		border-top: 1px solid #fff;
		padding: 0.5em 1em;
	}

/************
** C9 Tabs **
************/
.c9TabsTabbox
{
	margin: 0 2px;
}
	.c9TabsTabbox ul
	{
		margin: 0;
		padding: 0;
		height: 2.2em;
		background-image: url(../../images/pixels/c5c5c5.gif);
		background-repeat: repeat-x;
		background-position: 0 bottom;
		list-style: none;
	}
		.c9TabsTabbox ul li
		{
			float: left;
			margin-left: 1em;
			/*min-width: 130px;*/
			border: 1px solid #c5c5c5;
			padding: 0 1em;
			height: 2em;
			background-image: url(../../images/c9/c9Tabs/tab/bg_0.gif);
			background-repeat: repeat-x;
			line-height: 2em;
			cursor: pointer;
		}
		* html .c9TabsTabbox ul li
		{
			/*width: 130px;*/
		}
		.c9TabsTabbox ul li:hover
		{
			background-image: url(../../images/c9/c9Tabs/tab/bg_1.gif);
			color: #fff;
		}
		.c9TabsTabbox ul li.c9TabActive
		{
			border-bottom-color: #fff;
			background-image: none;
			color: inherit;
		}
.c9Tabs fieldset
{
	/*margin-bottom: 1em;*/
	/*border: 1px solid #c5c5c5;*/
	border-top: 0;
	/*padding: 1em;*/
}
	.c9Tabs fieldset h1
	{
		margin: 0;
		border-top: 1px solid #c5c5c5;
		padding: 0 1em;
		background-color: #f1efef;
		line-height: 2em;
		font-size: 1em;
	}
.c9Tabs fieldset.c9TabsIgnore
{
	border-top: 1px solid #c5c5c5;
}

/*************
** c9 Table **
*************/
.c9Table
{
	border: 1px solid #000;
}
	.c9Table caption
	{
		border: 1px solid #000;
		border-bottom: 0;
		padding: 0.25em 0.5em;
		background-image: url(../../images/header_bg.gif);
		text-align: left;
		font-weight: bold;
		color: #fff;
	}
	.c9Table th,
	.c9Table td
	{
		padding: 0.25em 0.5em;
		background-color: #fff;
	}
	.c9Table th
	{
		background-color: #f1efef;
		border-left: 1px solid #c5c5c5;
		border-right: 1px solid #c5c5c5;
		border-bottom: 2px solid #9a9a9a;
		text-align: left;
		font-weight: normal;
		cursor: default;
	}
	.c9Table thead td
	{
		border-bottom: 1px solid #c5c5c5;
		background-color: #91a6bf;
	}
	.c9TableSortable th.c9TableSortSortable
	{
		padding-right: 20px;
		background-repeat: no-repeat;
		background-position: right center;
		cursor: pointer;
	}
	.c9Table tbody td
	{
		border-bottom: 1px solid #c5c5c5;
	}
		.c9Table tbody td a.c9Button
		{
			display: block;
		}
	.c9TableSortable tbody td
	{
		padding-right: 20px;
	}
	.c9TableZebra tbody tr.c9TableZebra0 td
	{
		background-color: #fff;
	}
	.c9TableZebra tbody tr.c9TableZebra1 td
	{
		background-color: #f5f5f5;
	}
	.c9TableSortable td.c9TableSortActive
	{
		background-color: #ece9d8;
	}
	.c9TableSortable tbody tr.c9TableZebra0 td.c9TableSortActive
	{
		background-color: #eee;
	}
	.c9TableSortable tbody tr.c9TableZebra1 td.c9TableSortActive
	{
		background-color: #e4e4e4;
	}
	.c9Table tfoot td
	{
		border-top: 1px solid #c5c5c5;
		background-color: #91a6bf;
		font-weight: bold;
		color: #fff;
	}
	.c9TableSortAscending
	{
		background-image: url(../images/sortAsc.gif);
	}
	.c9TableSortDescending
	{
		background-image: url(../images/sortDesc.gif);
	}

	.c9Table th.numeric,
	.c9Table td.numeric,
	.c9Table th.money,
	.c9Table td.money
	{
		text-align: right;
	}
	.c9TableSortable td.numeric,
	.c9TableSortable td.money
	{
		padding-right: 20px;
	}
	.c9Table th.action,
	.c9Table td.action
	{
		text-align: center;
	}

/************
** c9 Tree **
************/
.c9Tree li
{
	padding-top: 0.25em;
}

/**************
** c9 Wizard **
**************/
.c9WizardControlsContainer
{
	margin-top: 1em;
	border-top: 1px solid #c5c5c5;
	padding: 1em;
	text-align: right;
}
	.c9WizardControlsContainer input
	{
		margin-left: 1em;
	}
	
/* For property list */
table tr.titles td{
	color: #004592;
	font-weight:bold;
	border-bottom: 1px solid #000;			
}

tr.greyBk {
	background-color: #F7F7F7;
	margin-bottom: 10px;
}

a.property, a.property:visited {
	background-image: url(../../gfx/arrow_property.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 3px;		
}

div.propertyType { 
	 width: 91px;
	 text-align: center;                     
}

div.defaultAmount { 
	 width: 82px;
	 text-align: center;
}

div.bedBath { 
	 width: 65px;
	 text-align: center;
}

div.printIt { 
	 width: 86px;
	 text-align: center;                     
}

a.tdPrevNextLink:visited, a.tdPrevNextLink {
	color: #004592;
	text-decoration: underline;
	background-image: none;
}

table input.printCheck {
	border: 0;
	padding: 3px 0 0 0;
	margin: 0 0 3px 0;
	width: 10px;
	height: 10px;
	background-image: url(../gfx/bk/checkbox.gif);
}
