/* CSS Document */

.txtgrey{
font-family: "Trebuchet MS";
font-size:12px;
color:#666666;
}

.txtgreyheading{
font-family: "Trebuchet MS";
font-size:13px;
font-weight:bold;
color:#ffffff;
background-color:#000000;
}

.txtgreybld{
font-family: "Trebuchet MS";
font-size:10px;
color:#4A4A4A;
}

.txtblue{
font-family: "Trebuchet MS";
font-size:11px;
color:#0073AA;
}

.txtwht{
font-family: "Trebuchet MS";
font-size:11px;
color:#FFFFFF;
}

.txtwhtbig{
font-family: "Trebuchet MS";
font-size:12px;
color:#FFFFFF;
text-decoration:none;
}

.txtyellowbig{
font-family: "Trebuchet MS";
font-size:12px;
color:#FFFF66;text-decoration:none;
}

.tdbg{
background-color:#D2E3F3;
}
.brd4s{
border:#CCCCCC 1px solid;
}
.brdright{
border-right:#CCCCCC 1px solid;
}

.brddot{
background:url(images/dottedbar.jpg) repeat-x;
}

.gallerydatagrid {
	position:absolute;
	width:820px;
	CURSOR: default;
	LIST-STYLE-TYPE: circle;
}
.gallerydatagrid DIV 
{
	display:inline;
	float:left;
}
.gallerygrid {

    position:absolute;
	width:100000px;
	CURSOR: default; LIST-STYLE-TYPE: circle; 
	margin-left:6px;
	padding-left:14px;
    padding-right:20px;

}
.gallerygrid DIV {
display:inline;
margin-right:15px;
float:left;
}
.gallerygrid img{
	float:left;
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor:pointer;
	border:0px;
}

#imageholder{
width:820px;
height:100px;	/* Height of the images + 2 */
position:relative;
overflow:hidden;
}


	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding-top:0px;	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding-top:0px;
	}
.image img{
        background:#FEF5D4;
        padding:1px;
	    border:#9db0cc 1px solid;
}
.image img:link{
        background:#FEF5D4;
        padding:1px;
	    border:#9db0cc 1px solid;
}
.image img:hover{
        background:#FFFFFF;
        padding:1px;
	    border:#000000 1px solid;
}	
	#theImages img{
		float:left;
		padding-right:1px;
		filter: alpha(opacity=82);
		opacity: 5;
		cursor:pointer;
		border:0px;
	}
.topheading {
font-family: "Trebuchet MS";
font-size:14px;
color: #ffffff;
font-style: italic;
}
.boldheading {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	font-family: "Trebuchet MS";
}
.title {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	font-family: "Trebuchet MS";
}

.txtbox {
	font-family: "Trebuchet MS"Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 18px;
	padding-left:3px;
	width: 165px;
	border: 1px solid #333333;
}
.txtarea {
	font-family: "Trebuchet MS"Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	height: 100px;
	width: 200px;
	border: 1px solid #333333;
}

.buton {
	font-family: "Trebuchet MS"Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:20px;
	color: #666666;
	border: 1px solid #333333;
	background-color:#FFFFFF;
}