﻿body 
{
    margin: 0;
    min-width: 1000px;
    text-align: right;
    font-family: Rockwell;
    font-size: small;
    background: black;
    color: white
}
a:link 
{
    color: Silver
}
a:visited 
{
    color: Silver
}
a:hover 
{
    color: White;
    text-decoration: none
}
.AllGirlsImageDiv 
{
    width: 125px;
    border: solid 1px white;
    height: 150px;
    margin: 5px;
    overflow: hidden;
    text-align: center
}
.AllGirlsImage 
{
    border: 0;
    width: 150px
}
.AllGirlsDetails 
{
    padding: 0 5px 5px 5px;
}
.AllGirlsName 
{
    font-size: medium
}
.AllGirlDate 
{
    color: Gray;
    margin-left: 10px
}
.AllGirlBar 
{
    color: Silver;
    margin-left: 10px
}
.Caption 
{
    color: Silver;
    font-size: x-small;
    padding-left: 30px
}
.ContentDiv 
{
    float:right;
    width: 700px;
    position: relative;
    overflow: auto
}
.ContentDivLeft 
{
    padding: 5px 5px 5px 10px;
    width: 500px;
    position: relative
}
.ContentDivRight 
{
    float: right;
    width: 160px;
    padding: 5px 5px 5px 0;
    overflow: auto
}
.GirlLinksDiv 
{
    padding: 10px;
    border: solid 5px blue;
    background: #333333;
    color: lime;
    font-weight: bold;
    margin-top: 10px
}
.GirlLinksDiv a:link 
{
    color: lime;
    text-decoration: none
}
.GirlLinksDiv a:visited
{
    color: lime;
    text-decoration: none
}
.GirlLinksDiv a:hover 
{
    color: red;
    text-decoration:none
}
.GirlMainImage 
{
    border: 0;
    max-width: 500px;
    margin-bottom: 10px
}
.GirlInterviewDiv 
{
    color: White;
    font-weight: normal;
    margin: 0 0 10px 0
}
h1 
{
    font-weight: normal;
    color: Silver;
    margin: 5px;
}
hr 
{
    border: 0;
    height: 5px;
    color: Lime;
    background: lime
}
.IE6panel 
{
    padding: 5px;
    background: red;
    color: white
}
img 
{
    border: 0
}
.FriendsDivSub 
{
    padding: 10px;
    border: solid 5px red;
}
.Blue 
{
   background: blue
}
.MainDiv 
{
    width: 1000px;
    text-align: left;
    min-height: 1000px;
    overflow: auto;
    margin-left: auto;
    background: url(../Images/Backgrounds/LeftBG2.jpg) repeat-y;
    
}
.NavigationDiv 
{
    height: 850px;
    overflow: auto;
    width: 300px;
    float:left;
    position:relative;
    overflow: hidden
}
.NavButtonsDiv 
{
    position: absolute;
    top: 255px;
    right: 10px;
    width: 66px;
    height: 593px;
    background: url(../Images/Backgrounds/MenuBarBG.png) no-repeat;
    text-align: center;
    color: #333333;
    font-family: Verdana;
    padding-top: 20px;
    visibility: hidden
}
.NavButtonsDiv a:link 
{
    color: #333333;
    text-decoration: none
}
.NavButtonsDiv a:visited 
{
    color: #333333;
    text-decoration: none
}
.NavButtonsDiv a:hover
{
    color: Black;
    text-decoration: underline
}
.FlashHeaderDiv 
{
    float:right;
    width: 700px;
    height: 250px;
    background: blue;
    color: White;
    font-size: 72pt
}
.MenuBar 
{
    padding: 5px;
    border-top: solid 5px blue;
    border-bottom: solid 5px lime;
    margin: 5px 0 5px 0;
    overflow: auto
}
.RightAdDiv 
{
    margin: 10px 0 10px 0;
    background: black
}
.RatingDiv 
{
    margin: 5px 0 5px 0;
    cursor: default
}
.StarClass 
{
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    cursor: default;
    background-repeat: no-repeat;
    display: block
}
.StarRed 
{
    background-image: url(../Images/Icons/HeartIcon.png)
}
.StarGray 
{
    background-image: url(../Images/Icons/HeartIconEmpty.png)
}
.StarFillClass 
{
    background: Blue;
    height: 10px;
    width: 10px
}
.TopLink 
{
    color: Red;
    float: right;
    text-align: right
}
.TopLink a:link 
{
    color: Red;
    text-decoration: none
}
.TopLink a:visited 
{
    color: Red;
    text-decoration: none
}
.TopLink a:hover 
{
    color: Lime;
    text-decoration: none
}
.ViewAllLinkDiv 
{
    padding: 10px;
    border: solid 5px white;
    background: black;
    margin: 20px 0 20px 0;
    text-align: center
}