﻿/* CSS Document */

#bodyHolder{
	width: 1002px;
	height: auto;
	margin-top: 9px;
	overflow:auto;}
/* ........ Left Holder........ */

#leftHolder{
	float:left;
	width:265px;
	height:auto;
	background-color:#ffffff;
	}


/* ....... Photo Gallery Page....... */

#MainHolderPhoto{
	float:right;
	width:737px;
	height:auto;
	}
	
#TopPhotoContent
{
	float:right;
	width:716px;
	padding:0px 3px 0 0;
	height:auto;
	margin-bottom:10px;
	border:solid 1px #bebebe;
	}
	
#PhotoListTab
{
	float:right;
	width:716px;
	height:auto;
	margin:15px 0px;
	padding-right:3px;
}

#PhotoListContent
{
	float:right;
	width:716px;
	height:auto;
	background-color:#dfdfdf;
	padding-top:4px;
}


#PhotoListheader{
	float:right;
	width:716px;
	height:18px;
	background-image:url(../Images/Main/Avia_BlueTabHeader_Photo.jpg);
	background-repeat:no-repeat;
}

.PhotoListText{
	float:right;
	width:716px;
	height:10px;
	padding-top:2px;
	text-align:center;
}

#PhotoListFooter{
	float:right;
	width:716px;
	height:20px;
	background-image:url(../Images/Main/Avia_BlueTabFooter_Photo.jpg);
	background-repeat:no-repeat;
}

.PhotoListItem{
	float:right;
	width:130px;
	height:160px;
	margin:0 3px;
	background-color:White;
	margin-bottom:10px;
}

#TabSelectiveheader{
	float:right;
	width:250px;
	height:18px;
	background-image:url(../Images/Main/Avia_GrayTabHeader_Photo.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
}

#TabSelectiveContent
{
	float:right;
	width:250px;
	height:auto;
	padding-top:4px;
	background-color:#dfdfdf;
}

.TabSelectiveText{
	float:right;
	width:250px;
	height:10px;
	padding-top:2px;
	text-align:center;
}

.TabSelectiveItem{
	width:240px;
	height:auto;
	border-bottom:dashed 1px white;
	margin-bottom:5px;
}


/* ....... Photo Gallery Fullstory Page....... */
#MainFullstoryPhoto{
	float:right;
	width:1000px;
	height: auto;
	overflow:auto;
	}
	
#TabFSListPhoto
{
	float:right;
	width:1000px;
	height:150px;
	margin:7px 0px;
	}

	
#TabFSListContent
{
	width:995px;
	height:125px;
	margin:7px 0px;
	background-color:#dfdfdf;
	}
	
.FSListPhotoItem{
	float:right;
	width:154px;
	height:102px;
	margin:0 3px;
	border:solid 1px #ffffff;
}

#FSListHeaderText
{
	width:990px;
	height:50px;
	background-color:#cbcbcb;
	padding:7px 5px;
	margin:5px 0px;
	text-align:right;
	}
	
#TabFSSelectivePhoto
{
	width:500px;
	height:auto;
	margin:7px 0px;
	}
#ImageListBorder
{
	width:840px;
	height:110px;
	margin:5px 0px;
	overflow:hidden;
	direction:rtl;
	position:relative;
}

#ImageList
{
	height:100px;
	margin-top:7px;
	direction:ltr;
	text-align:left;
	position:absolute;
}
.ImageLIstTtem
{
	
	width:150px;
	height:100px;
	border:solid 4px #d9d8d8;
	float:right;
	margin-top:5px;
	margin-left:5px;
	z-index:2;
}
