/*style document*/

.photonews{
clear:both;
background-color:#F5F5F5;
border:1px solid #DDDDDD;
padding:5px;
font-family:"Trebuchet MS", Arial, Georgia;
margin-bottom:3px;
}

.photonews .noImage{
border:1px solid #BFBFBF;
padding:30px;
}

.photonews .textFrame{
padding:5px 10px 5px 10px;
}

.photonews .photoframe{
padding:10px;
}

.photonews .photoframe-author{
font-size:11px;
text-align:right;
padding:3px 3px 3px 3px;
}

.photonews .photoframe-content{
border:1px solid #EBE1DA;
background-color:#EBEBEB;
padding:5px;
margin:5px;
font-size:12px;
}

.photonews .photoframe-content-header{
border-bottom:1px solid #EBE1DA;
font-size:12px;
}

.photonews .thumb-frame{
margin-top:3px;
padding:3px;
margin:3px;
}

.photonews .imgIcon{
height:80px;
width:80px;
position:relative;
top:3px;
left:3px;
}

.photonews .thumbImage{
float:left;
height:84px;
width:84px;
border:1px solid #8BB9F1;
cursor:pointer;
margin:3px;
}

.photonews .thumbImage-hover{
float:left;
height:84px;
width:84px;
border:1px solid #66FF66;
cursor:pointer;
margin:3px;

}

.photonews .thumbImage-selected{
float:left;
height:84px;
width:84px;
border:1px solid #676767;
margin:3px;
background-color:#3A47DE;
}

.photonews .thumbImage-header{
font-size:12px;
padding:3px 5px 3px 5px;
border-bottom:1px solid #F0F0F0;
}

.photonews .clipImage{
position:absolute;
clip:rect(0px 78px 78px 0px);
}

.photoBrowser{
margin-bottom:3px;
margin-top:3px;
padding:3px 2px 3px 2px;
line-height:100%;
}

.photoBrowser .rowArea{

}

.photoBrowser .thumbnail{
height:80px;
width:80px;
float:left;
border:1px solid #F4F4F4;
margin-right:4px;
}

.photoBrowser .clipImage{
position:absolute;
clip:rect(0px 80px 80px 0px);
}