/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: black;
	font-color:#FFFFCC;
	font-size:10px;
	
	
margin: 0px;	
scrollbar-face-color:000033;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#B37C43;
scrollbar-darkshadow-Color:#B37C43;


}


.Recent
{
	 font-size: 18pt;
	 color:#FFFFCC;
}

.search
{
	background-color:#FFFFCC;
	font:Arial, Helvetica, sans-serif;
	width:120px;
	height:15pt;	
}

.cssButton
{

border-color:#FFFFFF;
border:thin 1px #FFFFCC;
background-color:#463E41;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#CCCCCC;
border-width:2px 0;
text-align:center;
font-weight:bolder;

}


.img
{
border:thin solid #666666;

}
.txt-normal
{
font-size:12px;
color:#FFFFCC;
font-family:Arial, Helvetica, sans-serif;

}
.txt-poster
{
font-size:12px;
color:#FFFFCC;
font-family:Arial, Helvetica, sans-serif;
font-weight:bolder;
}
.txtSearchName
{
font-size:11px;
color:#FFFFCC;
font-weight:bolder;


}
.txt-input
{
background-color:#FFFFCC;
	font:Arial, Helvetica, sans-serif;
	width:200px;
	height:15pt;	


}
.sale
{
font-size:11px;
color:#339933;
font-weight:bolder;

}

.sold
{
font-size:11px;
color:#FF0066;
font-weight:bolder;

}
.imageTable
{border:thin #00CC33;
background-color:#000000;
}
#mainTable
{

border:dashed thin #333333;

}
#mainTable td
{

}
#NevTable
{

/*border:solid thin #CECECE;*/

}

#NevTable td
{
border:solid thin #CECECE;
}
.Title {
   height: 95px;
 
   width:auto;
   color:#FFFFCC;
   font-weight:200;
   border:thin dashed #666666;
   background-image:url(slice6_05.jpg)
   letter-spacing: normal;
   text-align: left;
   text-indent: 12px;
   word-spacing: normal;
   white-space: normal;
   display: table-header-group;
}
.foot
{
   
   height:50px
	width:inherit;
}

.nevigation
{
 color:#FFFFCC;
 font-family:Arial, Helvetica, sans-serif;
}

/* ......new nevgation style ...*/

#navb { 
margin:0; 
padding:0; 
float:left; 
width:100%; 
border-width:2px 0;
text-align:center; 
} 
#navb li { 
display:inline; 
padding:0 0 0 5px;
margin:0; 
} 
#navb a:link, 
#navb a:visited { 
color:#000; 
background:#dca;
/*background:#b2b580; */
padding:15px 20px 2px 6px;
border-right:1px solid #42432d; 
text-decoration:none;
text-align:center; 
font:bold 1em/1em Arial, Helvetica, sans-serif; 
font-size:10px;
text-transform:uppercase; 
text-shadow: 4px 4px 2px #555;

} 
#navb li:first-child a { 
border-left:1px solid #42432d; 
} 
#navb a:hover { 
color:#fff; 
background:#727454; 
} 
#home #navb-home a, 
#about #navb-about a, 
#archive #navb-archive a, 
#lab #navb-lab a, 
#reviews #navb-reviews a, 
#contact #navb-contact a { 
background:#e35a00; 
color:#fff; 
text-shadow:none; 
} 
#home #navb-home a:hover, 
#about #navb-about a:hover, 
#archive #navb-archive a:hover, 
#lab #navb-lab a:hover, 
#reviews #navb-reviews a:hover, 
#contact #navb-contact a:hover { 
background:#e35a00; 
} 
#navb a:active { 
background:#e35a00;
color:#fff; 
} 
#navline { 
margin:0; 
padding:0; 
background:#808259;
width:80%;
height:1px; 
}
#navline a:link, 
#navline a:visited { 
color:#727454; 
background:#727454; 
} 
#bk-div1 {
border: 0.2em solid silver;
background:#727454;
}
hr {color:silver}
/*  New button styles 06/02/07 prabir*/
.clbutton ul { 
list-style-type: none; 
margin: 0px; 
padding: 0px; 
color: #FFFFff;
} 
.clbutton ul li { 
margin: 0px 0px 10px; /*Table Margin, around the button and background*/ 
padding: 0px; /*Default set to 0, for no spacing between text link and css table*/ 
font-family: Verdana, Arial, Helvetica, sans-serif; /*Be sure to only use the default text type*/ 
color: #FFFFff; /* Change the hexadecimal color to your style and layout*/ 
text-decoration: none; /*None= underline on mouse over null, change this to underline if you wish to display the underline on mouse over*/ 
display: inline; /* to arrange the buttons vertically simply remove this line */ 
} 
.clbutton ul li a { 
background-color: #25383C; /* Change the background color*/ 
padding: 4px 6px; /* Increase or decrease width and height around table */ 
margin: 0px; 
display: inline; 
font-family: Verdana, Arial, Helvetica, sans-serif; /* Change the Font Style of the button */ 
font-size: 12px; /* Change the text size */ 
border-top: 1px solid #FFFFCC; /* Button Border */ 
border-right: 1px solid #FFFFCC; /* Button Border */ 
border-bottom: 1px solid #FFFFCC; /* Button Border */ 
border-left: 1px solid #FFFFCC; /* Button Border */ 
color: #ffffff; 
text-decoration: none; 
} 
.clbutton ul li a:hover { 
color: #FFFFCC; 
border-top: 1px solid #CCFFCC; /* Button border on mouse over*/ 
border-right: 1px solid #CCFFCC; /* Button border on mouse over*/ 
border-bottom: 1px solid #CCFFCC; /* Button border on mouse over*/ 
border-left: 1px solid #CCFFCC; /* Button border on mouse over*/ 
} 
