body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CEC6AB;
	margin: 0 0 0 0;
	background-color: #000000;
	text-align: center;
	background: url(/images/MainBackGradient.jpg) top repeat-x;
	background-attachment: fixed;
}

a
{
	color:white;
	text-decoration: none;
}

a:hover
{
	color:#DDC983;
	text-decoration: none;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3B382E;
	background-color: #FAF8F1;
	border: 1px solid #1D1C16;
	background: url(/images/Background_InputBox.gif) top no-repeat;
	padding-left: 4px;
}
.propdesc
{
	color:#3B382E;
}
.propdesc a
{
	color:white;
	text-decoration:none;
}
#screenshot{
	position:absolute;
	border:2px solid #fff;
	background:#cec7ac;
	padding:5px;
	display:none;
	color:#2c2a22;
	z-index:1000;
	}
.propdesc a:hover
{
	color:white;
	text-decoration:underline;
}
.aninfo
{
	text-align:left;
}

input.groovybutton
{
/*
   font-size:10px;
   font-family:Tahoma,sans-serif;
   font-weight:bold;
   color:#D5B67F;
   height:18px;
   background-color:#62440E;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff330000',EndColorStr='#ff775511');
   border-top-style:solid;
   border-top-color:#D5B67F;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#D5B67F;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#D5B67F;
   border-left-width:10px;
   border-right-style:solid;
   border-right-color:#D5B67F;
   border-right-width:1px;
   */
}

.noborder {
	border: 0px;
	background: url();
}

select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #3B382E;
	background-color: #FAF8F1;
	border: 1px solid #1D1C16;
	background: url(/images/Background_InputBox.gif) top no-repeat;
}

select.search
{
	font-weight:bold;
	font-size: 9px;
	color: #3B382E;
	background-color: #FAF8F1;
	width:180px;
}

select.searchsmall
{
	font-weight: bold;
	font-size: 9px;
	color: #3B382E;
	background-color: #FAF8F1;
	width: 90px;
}

.tab
{
	width:160px;
	height:20px;
	background:url(/images/tab_Standard.gif) bottom;
	font-size: 9px;
	font-weight: bold;
	color: #CEC6AB;
	text-align:center;
	cursor: hand;
}

.tabS
{
	width:160px;
	height:20px;
	background:url(/images/tab_Selected.gif) bottom;
	font-size: 9px;
	font-weight: bold;
	color: #CEC6AB;
	text-align:center;
	cursor: hand;
}

#container {
	width: 800px;
	margin: 0 auto;
	z-index:5;
}

#header {
	height: 163px;
	background: url(/images/FirztLogo.jpg) bottom center no-repeat;
}
#headernew {
	height: 158px;
	background: url(/images/Firzt.gif) top center no-repeat #07080c;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.formfield
{
	font-size:10px;
	font-weight:bold;
	color:#CEC6AB;
}
.bgsearch {
	height: 16px;
	border:1px solid #000000;
	background: url(/images/search_bg.gif) top left no-repeat;
	width:357px;
}
.searchlbl
{
  color:#d3b47d;
	font-size:10pt;
	text-align:left;
}
.membersLogin
{
  color:#d3b47d;
	font-size:8pt;
	text-align:right;
}
.membersLogin a
{
  color:#d3b47d;
	font-size:8pt;
	text-decoration:none;
}
.membersLogin a:hover
{
  color:#d3b47d;
	font-size:8pt;
	text-decoration:underline;
}
.searchsublbl
{
  color:#d3b47d;
	font-size:9pt;
	text-align:left;
}
.searchsublbl input
{
	background: none;
	border: none;
}
#bodyContent {
	margin: 0px;
	z-index:15;
}

#bodyContentInner {
	text-align: left;
	padding: 0;
	line-height : 15px;
	z-index:25;
}

#threeCols {
	margin: 0 0 0 0;
	padding-bottom: 15px;
	text-align: left;
	position: relative; 
	display: block; 
	overflow: visible;
	z-index:35;
}

#midCol {
	float: left;
	margin: 0 0;
	width: 800px;
	overview: auto;
	background: url(/images/ContentAreaBack.gif) bottom repeat-x #1F2325;
	z-index:45;
}	

#midColProp {
	margin: 0 0;
	width: 800px;
	overview: auto;
	background: url(/images/ContentAreaBackBeige.gif) bottom repeat-x #CEC7AC;
	z-index:35;
}	

#midColContent {
	padding: 0 0 0 0;
	text-align: justify;
	line-height : 15px;
	z-index:35;
}

#footer {
	float: left;
	text-align: center;
	padding-bottom: 15px;
	background: #000;
}

#footer a {
	font-size: 11px;
	color: #777676;
}

	#ajax_listOfOptions{
	position:absolute;
	top:15px;
	left:80px;
	width:280px;
	height:175px;
	overflow:auto;
	border:1px solid #888888;
	background-color:#ff0000;
	text-align:left;
	font-size:7.5pt;
	font-family: tahoma;
	z-index:400;
}
	#ajax_listOfOptions div{	
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:8pt;
	}
	#ajax_listOfOptions .optionDiv{	
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#888888;
		color:#ffffff;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:500;
	}
@media print 
{
	.noprint {display: none;}
}
.Tabbg{
	background: url(/images/tabs_bg2.gif) top left repeat-x;
	width:484px;
}
.actTab{
	width: 120px;
	background: url(/images/activeTab2.gif) top left no-repeat;
	text-align:center;
	padding-top:3px;
	height:34px;
}
.inactTab{
	width: 120px;
	background: url(/images/inactiveTab2.gif) top left no-repeat;
	text-align:center;
	padding-top:3px;
	height:34px;
}
.actTab a{
	color:#CEC6AB;
}
.actTab a:hover{
	color:#ffffff;
}
.inactTab a{
	color:#6a777d;
}
.inactTab a:hover{
	color:#ffffff;
}
.scrollsubs{
	overflow : auto;
	overflow-x:hidden;
	height:330px;
	width:485px;
	padding-left:5px;
	padding-top:10px;
}


