/* CSS Document */

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
td
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}

h1
{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3
{
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4
{
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h5
{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h6
{
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.bg-white
{
	background-color: #f8fbfe;
}

.bg-brown
{
	background-color: #EAE8E1;
}

.bg-brown1
{
	background-color: #DCD9CF;
}


.txt-red
{
	color: #ae0000;
}

.txt-black
{
	color: #000000;
}

.txt-ltGrey
{
	color: #656460;
}


.txt-white
{
	color: #ffffff;
}


.watermarked
{
	color: gray;
	font-size: 12px;
	height: 17px;
}
.show
{
	display:block;
	}
.hide
{
	display:none;
	}

/* Write Us Section */
.error
{
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

.TDRight
{
	vertical-align: text-top;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	font-weight: bold;
	font-size: 12px;
}
.TDLeft
{
	text-align: left;
	padding-left: 5px;
	font-size: 11px;
}

.Textboxes
{
	border-color: #c37878;
	color: #700707;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	width:400px;
	
}

.Help
{
	font-size: 8pt;
	font-style: italic;
	padding-left: 1px;
	font-weight: lighter;
	color: Gray;
}

/* AutoComplete Items*/

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	font-weight:bold;
}

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	overflow : hidden;
	
}

.Button
{
	color: #050;
	font: bold 10pt 'trebuchet ms' ,helvetica,sans-serif;
	background-color: #fed;
	border: 1px solid;
	border-color: #696 #363 #363 #696;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#ffeeddaa' );
}
