p {
	font-family: Tahoma, san-serif; 
	font-size: 11px; 
	color: #333333
}

td {  
	font-family: Tahoma, san-serif; 
	font-size: 11px; 
	color: #333333
}

a { 
	color: #2F62A3; 
	font-family: Tahoma, san-serif; 
	font-size: 11px; 
	text-decoration: none 
}

a:hover { 
	color: #7F99BA; 
	font-family: Tahoma, san-serif; 
	font-size: 11px; 
	text-decoration: none 
}

a:active { 
	color: #7F99BA; 
	font-family: Tahoma, san-serif; 
	font-size: 11px; 
	text-decoration: none 
}


.menu { 
	color: #7F99BA; 
}
.menu1 { 
	color: #486486; 
}

.small { 
	font-family: Tahoma, san-serif; 
	font-size: 9px; 
	color: #A2B3C6
}

.input-shadow  { 
	color: #333333; 
	font-family: Tahoma, san-serif; 
	font-size: 11px; 
	border-left: 1px solid #829AB6; 
	border-right: 1px solid #829AB6; 
	border-top: 1px solid #829AB6; 
	border-bottom: 1px solid #829AB6; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	background-image: url(../images/input-bck.gif); 
	background-repeat: no-repeat
	}


.choose {
	border-right: #dfdfdf 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #6f6f6f 1px solid; 
	PADDING-LEFT: 5px; 
	FONT-SIZE: 100%; 
	PADDING-BOTTOM: 1px; 
	BORDER-LEFT: #646464 1px solid; 
	/*WIDTH: 100%; */
	COLOR: #666666; 
	PADDING-TOP: 1px; 
	BORDER-BOTTOM: #dfdfdf 1px solid; 
	FONT-FAMILY: Tahoma, san-serif; 

}


.button_cancel,.button_delete { 
	background-color: #D3D3D3; 
	color: #000000; 
	font-family: Tahoma, san-serif; 
	font-size: 12px; 
	border-left: 2px solid #EEEEEE; 
	border-right: 1px solid #F0F0F0; 
	border-top: 2px solid #EEEEEE; 
	border-bottom: 1px solid #F0F0F0;
}


.button_submit { 
	background-color: #536B87; 
	color: #FFFFFF; 
	font-family: Tahoma, san-serif; 
	font-size: 12px; 
	border-left: 1px solid #829AB6; 
	border-right: 1px solid #47607C; 
	border-top: 1px solid #829AB6; 
	border-bottom: 1px solid #47607C;

}

.White {
	FONT-WEIGHT: 700;
	FONT-SIZE: 17px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.Grey {
	FONT-WEIGHT: 700;
	FONT-SIZE: 17px;
	COLOR: #F0F0F0;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
.priceR {
	FONT-WEIGHT: bold; FONT-SIZE: 32px; COLOR: #ff0000; FONT-FAMILY: Tahoma, Arial, Verdana; LETTER-SPACING: -3px
}
.priceR2 {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ff0000; FONT-FAMILY: Tahoma, Arial, Verdana
}
.contentBox {
	padding: 4px; 
	border: 1px solid #CCC;
	}

#noprint {
	display: none;
}

.lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

.lightbox a img{ border: none; }

.outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

.imageContainer{
	padding: 10px;
	}

.loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
.hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
.imageContainer>#hoverNav{ left: 0;}
.hoverNav a{ outline: none;}

.prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
.prevLink { left: 0; float: left;}
.nextLink { right: 0; float: right;}
.prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
.nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


.imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

.imageData{	padding:0 10px; color: #666; }
.imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
.imageData #caption{ font-weight: bold;	}
.imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
.imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	.errorBox {
	border: 3px solid #C00;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #C00;
	}
		.errorBox2 {
	border: 1px solid #8C8C8C;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #8C8C8C;
	}
	td.table
{ 
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	
}	


.tableheads
{ 

	background-color: #999999; 
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	TEXT-DECORATION: none;
	font-weight: bold;
}	



td.search
{ 
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}	
.whiteText {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #FFFFFF; FONT-FAMILY: Tahoma, Arial, Verdana; 
}
.whiteText2 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: Tahoma, Arial, Verdana; 
}
.BlackText2 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Tahoma, Arial, Verdana; 
}
.BlackText3 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Tahoma, Arial, Verdana; 
}
.w1 {background-color: #eeeeee; color: #000000; font: 11px tahoma; cursor: hand;}
.w2 {background-color: #eeeeee; color: #000000; font: 11px tahoma; cursor: hand;}
