/*相册部分CSS*/
Div.AlbumBlock { Overflow: Hidden; Word-Wrap: Break-Word; Margin: 0; Padding: 5px; Line-Height: 230%; }
Div.AlbumBorder { Background: #F0F8FE; Border: 1px solid #A9C9E2; }
Div.TitleBox { Background: #F0F8FE; Border-Top: 1px solid #A9C9E2; Border-Bottom: 1px solid #A9C9E2; Width: 240px; Padding: 5px; Text-Align: Center; Font-Weight: Bold; Color: #555555; }
/*相册列表页*/
Div#AlbumList { Height: 155px; Overflow: Hidden; Margin: 10px auto; Padding: 10px; }
Div#AlbumList Div#AlbumCover { Overflow: Hidden; Float: Left; Width: 200px; Height: 150px; Margin-Left: 5px; }
Div#AlbumList Div#AlbumCover img { Border: 1px solid #CCCCCC; Background: #FFFFFF; Padding: 2px; }
Div#AlbumList Div#AlbumInfo { Float: Left; Margin-Left: 10px; }
Div#AlbumInfo ul.Albums { Padding: 0; Margin: 0; }
Div#AlbumInfo ul.Albums li { List-Style-Type: None; Padding: 0; Margin: 0; Color: #7D90B5; Line-Height: 20px; }
.AblumName{ Font-Weight: Bold; Font-Size: 14px; }
/*相片列表页*/
Div#PhotoList { Overflow: Hidden; Float: Left; Width: 30%; Height: 170px; Margin: 8px 15px 10px 0; Padding: 5px 0; Text-Align: Center; }
Div#PhotoList ul.Photos { Padding: 0; Margin: 0; }
Div#PhotoList ul.Photos li { List-Style-Type: None; Padding: 0; Margin: 0; Color: #7D90B5; Line-Height: 18px; }
Div#PhotoList ul.Photos li.PhotoUrl { Margin: 5px 0; }
Div#PhotoList ul.Photos li.PhotoUrl img { Border: 1px solid #CCCCCC; Background: #FFFFFF; Padding: 2px; }
/*相片浏览页*/
Div.ViewPhotoInfo1 { Font-Size: 14px; Border-Bottom: 1px solid #D1E3F0; Color: #666666; }
Div.ViewPhotoInfo2,Div.ViewPhotoInfo3 { Padding: 2px 5px; Font-Size: 12px; Color: #666666; }
Div.ViewPhotoDescribe { Color: #7D90B5; Font-Size: 14px; Border-Bottom: 1px solid #D1E3F0; Padding: 5px 0;}
Div.ViewPhotoDescribe img { Padding: 5px; }
Div.ViewPhoto { Overflow: Hidden; Width: 100%; Margin: 10px 0 0 0; }
Div.ViewPhoto Div.ViewPhotoImg { Text-Align: Center; Width: 100%; Overflow: Hidden; }