/* CSS Document */



/*////////////////*/

/* HTML REDEFINES */

/*////////////////*/



body {

	font-family:Arial, Helvetica, sans-serif;

	font-size:80%;

	color:#666666;

}



a {

	color:#666666;

	text-decoration:none;

}



a:hover {

	color:#FF6600;

	text-decoration:none;

}







/*///////////////*/

/* OBJECT STYLES */

/*///////////////*/



/*  GALLERY LISTING STYLES */

/*

#photoGalleryContainer {

	float:left;

	clear:none;

	margin: 20 0 0 10;

}



#photoGalleryImage {

	float:left;

	width:40px;

	height:40px;

	vertical-align:baseline;

	border: 1px solid #FF6600;

	cursor:pointer;

}



#photoGalleryText {

	float:left;

	padding: 15 0 0 10;

	font-size:11px;

}

*/



.photoGalleryContainer {

	margin: 0 0 20 10;

	width:450px;

}



.photoGalleryImage {

	width:40px;

	height:40px;

	vertical-align:baseline;

	border: 1px solid #FF6600;

	cursor:pointer;

}



.photoGalleryText {

	padding: 15 0 0 10;

	font-size:11px;

}





/*  THUMBNAIL INDEX PAGE STYLES */



#thumbContainer {

	float:left;

	margin: 0 10 5 0;

	cursor:pointer;

	width:100px;

	height:65px;

}



#thumbIndexContainer {

	/*float:left;

	clear:left;

	clear:both;*/

}



#thumbIndexRow {

	/*clear:both;

	margin: 10 10 10 10;*/

}



#thumbFilename {

	font-size:80%;

	height:15px;

}



#thumbImage {

	clear:both;

	width:95px;

	height:50px;
	
	overflow: hidden;

	border: 1px dotted #CCCCCC;

	cursor:pointer;

}



a #thumbImage, a:visited #thumbImage, a:link #thumbImage {

	border: 1px dotted #CCCCCC;

}



a:hover #thumbImage {

	border: 1px solid #FF6600;

	cursor:pointer;

}



#indexPageNavRow {

	/*clear:both;*/
	padding-left: 17px;

	margin: 0 10 10 10;

	font-size:11px;

	font-weight:bold;

}



#indexPageNav {

	float:left;

}



#indexPageNav a, #indexPageNav a:visited, #indexPageNav a:link {

	text-decoration:none;

	color:#FF6600;

}



#indexPageNav a:hover {

	color:#333333;

	text-decoration:none;

}





#pageBody .noBorder, #pageBody #indexPageNav a, #pageBody #indexPageNav a:visited, #pageBody #indexPageNav a:link { border:0px none #fff; margin:0px; padding:0px; text-decoration:none; background:#fff; }





/*  VIEW IMAGE PAGE STYLES */



#viewImageContainer {

}



#imageContainer {

}



#viewImage {

	background-repeat:no-repeat;

	overflow:none;

	margin-left:10px;

}



#viewFilename {

	font-size:80%;

	margin-left:20px;

}



#pageBody #viewImage a, #pageBody #viewImage a:visited, #pageBody #viewImage a:link { border:0px none #fff; margin:0px; padding:0px; text-decoration:none; background:#fff; }





#frmInputTxt {

	clear:none;

	float:left;

	width:200px;

	height:10px;

	margin-left: 10px;

}



/*  SEARCH PHOTO FORM STYLES */

#txt_search {

	height:19px;

	margin-left:10px;

}





#searchResultButtons {

	margin-left:10px;

}



.confirmSentPhoto {

	color:green;

	font-weight:bold;

}


.failedSendPhoto {
	FONT-WEIGHT: bold; COLOR: #C11123;
}
