
.txtBox {
border:1px solid #786847;
font: 8pt Tahoma, Arial;
width:90%;
padding-left:4px;
}
.txtBoxRO {
border:1px solid #cccccc;
background-color:#f5f5f5;
color:#888888;
font: 8pt Tahoma, Arial;
padding-left:4px;
width:90%;
}
.columnHeader {
background-color:#bdbab3;
height:15px;
cursor:default;
padding:2px;
font: 8pt Arial, Tahoma;
font-weight:bold;
color:#000000;
padding-left:4px;
border-right:1px solid #786847;
border-bottom:1px solid #786847;
border-top:1px solid #dcd0b7;
border-left:1px solid #dcd0b7;
}
.btnSmall {background:url(../images/smlButton.gif) no-repeat; width:65px; height:22px; font:11px Tahoma; color:#ffffff; cursor:pointer; border:0px;	padding:0px;}
.btnLarge {background:url(../images/btnLarge.gif) no-repeat; width:89px; height:22px; font:11px Tahoma; color:#ffffff; cursor:pointer; border:0px;	padding:0px;}
.btnHuge  {background:url(../images/btnHuge.gif) no-repeat; width:105px; height:22px; font:11px Tahoma; color:#ffffff; cursor:pointer; border:0px; padding:0px;}
.btnMassive  {background:url(../images/btnMassive.gif) no-repeat; width:120px; height:22px; font:11px Tahoma; color:#ffffff; cursor:pointer; border:0px; padding:0px;}
.btnXXL  {background:url(../images/btnXXL.gif) no-repeat; width:142px; height:22px; font:11px Tahoma; color:#ffffff; cursor:pointer; border:0px; padding:0px;}

.btnSmall_Grey {background:url(../images/smlButton.jpg) no-repeat; width:65px; height:22px; font:11px Tahoma; color:#ffffff; cursor:pointer; border:0px; padding:0px;}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.gallery {font:8pt Arial, Tahoma;background:#d4d1ca; border:2px solid #000000; width:115px; float:left; margin:5px; text-align:center;padding-bottom:5px;}
.gallery1 {font:8pt Arial, Tahoma;width:115px; float:left; margin:5px; text-align:center;}

.gallery img
{width:105px; border:0px; margin:6px 5px 6px 5px;}

.imgs {background:#d4d1ca; border:2px solid #000000; width:115px; float:left; margin:5px; text-align:center;}

.imgs img
{width:105px; border:0px; margin:6px 5px 6px 5px; padding:0px;}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
display:none;
border: solid 5px #d4d1ca;
background:#8C8879 url(../images/tooltip/bg.jpg) bottom left;
font:9pt Arial, Tahoma;
text-align:center;
width:160px;
padding:10px;
color:#ffffff;	
z-index:300;
/* For IE 8 */     
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#3d2c19')";    
/* For IE 5.5 - 7 */  
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#3d2c19'); 
}
.searchBox{
border:solid 2px #666666;
background:#ffffff;
padding:2px;
font:8pt Arial;
width:120px;
height:13px;
color:#565045;
}

/*TABS*/
.ddcolortabs{
padding: 0;
float:left;
height:29px;
font:8pt Arial;
color:#3e3629;
background:transparent;
text-decoration:none;
}

.ddcolortabs ul{
font:8pt Arial;
color:#3e3629;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
height:29px; 
padding:0;
margin:0;
}


.ddcolortabs a{
float:left;
font:8pt Arial;
color:#3e3629;
margin:0;
padding:8px 15px 8px 15px; 
text-decoration:none;  
color:#ffffff;
}

.ddcolortabs a:hover{
padding:8px 15px 8px 15px;  
background:url(../images/tabOver.jpg) repeat-x top left;
}
.ddcolortabsOn a{
padding:8px 15px 8px 15px;  
background:url(../images/tabOn.jpg) repeat-x top left;
}       


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #786847; /*THEME CHANGE HERE*/
font:8pt Arial;
color:#ffffff;
line-height:18px;
z-index:100;
background:#8C8879 url(../images/
.jpg) repeat-x top left;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #8C8880; /*THEME CHANGE HERE*/
padding: 2px 10px 2px 2px;
text-decoration: none;
color:#ffffff;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 200;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #9e9a89;
color:#ffffff;
}