﻿body 
{
	font-family: Tahoma;
	color: #FFFFFF;
	background-color: #1b1b1b;
	margin: 0px;
}
img
{
	border: 0px;
}
div
{
	font-size: 12px;
}
a
{
	color: #FFFFFF;
}

.dHeader
{
	padding: 10px;
}
	.dLogo
	{
		margin: 0px auto 0px auto;
		width: 500px;
	}
	.dSearch
	{
		padding: 0px;
		text-align: center;
		margin: 5px auto 10px auto;
		width: 296px;
	}
		.dSearchTb
		{
			position: relative;
		}
			.dSearchTb input
			{
				font-family: Verdana;
				border: 0px;
				background-image: url("../Images/SearchBox_Bg.png");
				color: #8c8d8d;
				font-size: 10px;
				padding: 4px;
				margin: 0px;

				width: 250px;
			}
			.dSearchTb input:focus
			{
				color: #222222;
			}
			.dSearchTb input:hover
			{
				color: #222222;
			}
			.dSearchFind
			{
				background-image: url("../Images/SearchBox_FindIcon.png");
				background-repeat: no-repeat;
				position: absolute;
				height: 19px;
				width: 19px;
				left: 0px;
				top: 0px;
			}
			.iSearchSubmit
			{
				position: absolute;
				right: 0px;
				top: 0px;
			}
			
			.ac_results  {
				z-index: 110;
				color: #000000;
				padding: 0px;
				border: 1px solid WindowFrame;
				background-color: Window;
				overflow: hidden;
			}
			.ac_results ul {
				width: 100%;
				list-style-position: outside;
				list-style: none;
				padding: 0;
				margin: 0;
			}
			.ac_results span 
			{
				font-size: 10px;
				color: #333333;
			}
			.ac_results iframe {
				display:none;/*sorry for IE5*/
				display/**/:block;/*sorry for IE5*/
				position:absolute;
				top:0;
				left:0;
				z-index:-1;
				filter:mask();
				width:3000px;
				height:3000px;
			}
			.ac_results li {
				margin: 0px;
				padding: 2px 5px;
				cursor: pointer;
				display: block;
				width: 100%;
				font: menu;
				font-size: 12px;
				overflow: hidden;
				border-bottom: 1px solid #BBBBBB;
			}
			.liAlt {
				background-color: #eeeeee;
			}
			.ac_loading {
				background : Window url('../Images/indicator.gif') right center no-repeat;
			}
			.ac_over {
				background-color: Highlight;
				color: HighlightText;
			}
.dContent
{
	background-image: url("../Images/Middle_Bg.png");
}
	.dStandard
	{
		position: relative;
		margin: 0px auto 0px auto;
		width: 880px;
	}
	.dSeperator
	{
		height: 3px;
		font-size: 1px;
		background-image: url("../Images/Seperator_Bg.png");
	}
	.dContentTitle
	{
		position: relative;
	}
		.dContentTitle img
		{
			z-index: 100;
			position: relative;
		}
		.aContentOpenClose
		{
			position: absolute;
			right: 8px;
			top: 9px;
		}
		.aContentBack
		{
			position: absolute;
			right: 0px;
			top: 4px;
		}
		.dContentTitleLine
		{
			position: absolute;
			z-index: 10;
			left: 0px;
			right: 0px;
			height: 3px;
			top: 19px;
		}
.dFooter
{
	padding: 10px;
}
	.dFooterLinks
	{
		text-align: center;
	}
	.dTemp
	{
		margin: 0px auto 0px auto;
		width: 365px;
	}

.dClear
{
	clear: both;
}