﻿body
{
    margin: 0px;
    text-align: center;
    font: 11px/16px "Verdana" , Arial, Helvetica, sans-serif;
}

.wrapper
{
    margin: 0px auto 0px auto;
    background: url('/image/wrapper.png');
    width: 898px;
    text-align: left;
}

.wrapper2
{
    margin: 0px auto 0px auto;
    background: url('/image/wrapper2.png');
    width: 898px;
    text-align: left;
}

.header
{
    height: 175px;
    background: url('/image/header.png');
    width: 898px;
    position: absolute;
}

.header h1, .header h2
{
    visibility: hidden;
}

.header #title
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 300px;
    width: 260px;
    top: 106px;
    font-style: italic;
    color: White;
}

.header #logout
{
    position: absolute;
    width: 50px;
    text-align: center;
    top: 121px;
    left: 792px;
    font-weight: bold;
    cursor: pointer;
    color: White;
}

ul#nav
{
    margin: 3px 0;
    padding: 0;
    background: url('/image/menuBg.png') repeat-x left top;
    height: 30px;
    width: 511px;
    border: solid 1px gray;
}

ul#nav li
{
    list-style: none;
    float: left;
    height: 30px;
}

ul#nav li a
{
    text-decoration: none;
    color: #fff;
    padding: 7px 9px;
    display: block;
    font-size: 11px;
    color: Black;
}

ul#nav a, ul#nav a.visited, ul#nav a.hover
{
    text-decoration: none;
    color: Black;
}

ul#nav li a:hover, ul#nav li a.active
{
    background: url('/image/menuBgRoll.png') repeat-x left top;
}

.content h1
{
    font-size: 20px;
}

.content h2
{
    font-size: 15px;
}

.content
{
    text-align: left;
    border: solid 1px gray;
    color: Black;
    padding: 10px;
    width: 491px;
}

.content img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}

.content a, .content a.hover, .content a.active
{
    border-style: none;
    color: black;
}

.footer
{
    background: url('/image/footer.png');
    text-align: right;
    padding-top: 20px;
    padding-right: 70px;
    height: 160px;
    color: White;
}

.footer a, .footer a:active, .footer a:visited
{
    color: white;
}

div#col_left
{
    float: left;
    width: 470px;
}

div#col_right
{
    float: right;
}

div#Paging a, a.visited, a.hover
{
    color: Black;
}

.PageHeader
{
    height: 40px;
    padding-left: 80px;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: 10px;
    margin-bottom: 10px;
}

#News
{
    text-decoration: none;
    padding-left: 135px;
    height: 69px;
    background: url('/Image/News.png');
    margin-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 1px gray;
    width: 371px;
}

#News a, #News a.hover, #News a.active
{
    text-decoration: none;
    color: white;
}

.ChatBarContainer
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: White;
}

.ChatBar
{
    text-align: left;
    color: Black;
    font-weight: bold;
    height: 30px;
    border-bottom: solid 2px black;
    background-image: url( '/image/buddyheader.png' );
    background-repeat: no-repeat;
    padding-left: 150px;
}

.ChatOnline
{
    color: Black;
    background: url('/image/OnlineChat.png') no-repeat;
    padding-left: 18px;
    margin-right: 10px;
    padding-bottom: 3px;
}

.ChatOffline
{
    color: Black;
    background: url('/image/OfflineChat.png') no-repeat;
    padding-left: 18px;
    margin-right: 10px;
    padding-bottom: 3px;
}

.ChatAlert
{
    color: Red;
    background: url('/image/ChatAlert.gif') no-repeat;
    padding-left: 18px;
    margin-right: 10px;
    padding-bottom: 3px;
}

.ChatOnline:hover, .ChatOffline:hover, .ChatAlert:hover
{
    color: Blue;
    cursor: pointer;
}



.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: Gray;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    color: Black;
    overflow: hidden;
}

.accordionContent-BORDERLESS
{
    background-color: #D3DEEF;
    color: Black;
    overflow: hidden;
    text-align: left;
}

.accordionContent a, a:visited
{
    color: Black;
}


.accordionLink
{
    background-color: #D3DEEF;
    color: black;
    cursor: pointer;
}

.rc_content
{
    color: Black;
    background-color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    width: 210px;
}

.rc_content h4
{
    font-size: 16px;
    margin: 0px;
    padding-bottom: 5px;
}

.rc_content h5, .rc_content h6
{
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    text-decoration: underline;
}

.rc_content a, .rc_content a:visited
{
    color: black;
    cursor: pointer;
}

.rc_content a:hover
{
    color: white;
}

.ChatWindowContainer
{
    border: solid 2px black;
    width: 250px;
    position: fixed;
    margin: auto;
    top: 40px;
    left: 10px;
}

.ChatWindowContainer img
{
    position: absolute;
    border: solid 2px black;
    top: -92px;
    left: -69px;
}

.ChatWindowHeader
{
    background-color: #278CEA;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 6px;
    font-weight: bold;
}


.ChatWindowFunctions
{
    float: right;
    font-size: 10px;
    cursor: pointer;
}

.ChatWindowFunctions a
{
    background-color: white;
    color: black;
    margin-right: 5px;
    padding: 3px;
}

.ChatWindowBody
{
    background-color: #CCCCCC;
    height: 290px;
}

.chat_time
{
    font-style: italic;
    font-size: 9px;
}

.winks
{
    float: left;
    background-color: #CDCDCD;
    margin: 3px;
    width: 240px;
    min-width: 240px;
    width: auto;
    cursor: pointer;
    text-align: center;
    display: block;
}

.winks h2, .winks h3
{
    margin: 5px;
}

.ModalBox
{
    position: fixed;
    top: 0px;
    left: 0px;
    background: url('Image/HIVMatchWashed.png');
    height: 100%;
    width: 100%;
    color: black;
}

.ProfileView
{
    margin: 40px auto auto auto;
    background-color: white;
    border: solid 2px black;
    width: 600px;
}

.ModalPopup
{
    margin: 20% auto auto auto;
    background-color: white;
    border: solid 2px black;
    padding-bottom: 10px;
    width: 400px;
}



.PopupContainer
{
    position: absolute;
    margin: 0px auto 0px auto;
    width: 898px;
    text-align: left;
}

.PopupView
{
    background-color: white;
    border: solid 2px black;
    width: 650px;
    color: black;
    margin: 10px auto auto auto;
}

h2
{
    font-size: 19px;
}

.OnlineNow
{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.OnlineNow h2
{
    font-family: Arial;
    margin: 0px;
    margin-bottom: 5px;
}


.HeaderFloat
{
    font-size: 11px;
    clear: both;
    float: right;
}

.Buddies h3
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.Buddies img
{
    margin: 0px;
    padding: 0px;
}
