#close {
    display: block;
    position: absolute;
    top: 15px;
    right: 25px;
    text-align: right;
    font-size: medium;
    font-weight: bold;
    white-space: nowrap;
}

#profileHeader {
    width: auto;
    min-width: 700px;
    margin: 0 20px;
}


#profileHeader #name {
    display: inline;
    float: left;
    position: static;
}
#profileHeader #profileLocation {
    display: block;
    text-align: right;
    padding: 1px;
}



#profile {
    width: auto;
    min-width: 700px;
    margin: 0 20px;
}

#profile #left {
    display: block;
    position: static;
    float: left;
    margin: 5px 0;
    padding: 0px;
    width: 72%;
}

#profile #stats {
    display: block;
    position: relative;
    width: 27%;
    height: auto;
    margin: 0px;
    margin-left: auto;
    line-height: 1.3;
    border: 0px;
    border-left: 1px #888 solid;
}



#left #image {
    display: block;
    position: relative;
    float: left;
    width: 255px;
    height: auto;
    margin: 0px;
}

#left #text {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    margin-left: 265px;
    border: 0px red solid;
}

#left #intos {
    display: block;
    position: relative;
    height: 3em;
    margin: 10px 0;
    line-height: 1.2;
}

#left #pics {
    display: block;
    position: static;
    width: 264px;
    margin: 3px 4px 12px -5px;
}

#left #pics div {
    display: block;
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin: 3px 6px;
    border: 2px #888 solid;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: default;
    text-decoration: none;
}

#image #largePic {
    display: block;
    position: relative;
    width: 250px;
    height: 250px;
    background-color: #000;
    background-image: url(../images/ui/ajax_loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px #888 solid;
    cursor: default;
    text-decoration: none;
}

#image div:hover {
    text-decoration: none;
}

#image #largePic.enlargable {
    border: 2px #FF9900 solid;
    cursor: pointer;
}

#image div.enlargable:hover {
    border-color: #EDD100;
    text-decoration: none;
}

#left #pics div.profilePic {
    border: 2px #FF9900 solid;
    cursor: pointer;
}

#left #pics div.profilePic:hover {
    border: 2px #EDD100 solid;
}

#left #pics div.privitePic, #left #pics div.privatePic:hover {
    cursor: not-allowed;
    border: 2px #fff solid;
    background-color: #f90;
}



#text #headline {
    display: block;
    position: relative;
    width: auto;
    margin: 0px;
    margin-bottom: 10px;
    font-size: large;
    font-weight: bold;
    border: 0px red solid;
    color: #b2c8e0;
    overflow: auto;
}

#text #body {
    display: block;
    position: relative;
    width: auto;
    max-height: 390px;
    margin: 0px;
    margin-bottom: 10px;
    border: 0px red solid;
    overflow: auto;
}



#stats label {
    display: block;
    position: relative;
    float: left;
    width: 55%;
    height: auto;
    margin: 0px;
    text-indent: 10px;
    color: #b2c8e0;
    font-size: small;
}

#stats span {
    display: block;
    position: relative;
    width: 40%;
    height: auto;
    margin: 0px;
    margin-left: 55%;
    font-size: small;
}

#stats br {
    line-height: 0.8;
}

#stats hr {
    margin-left: 10px;
}

#stats .profileIntos {
    display: block;
    margin: 5px 10px;
}




.profileButton{
    float: left;
    padding: 3px 5px;
    margin-left: 5px;
}



#err li a {
    color: #FFEE00 !important;
    text-decoration: underline;
}


/* Full-size profile picture popup - thumbnail navigation */

#fullsizeImageOuterContainer {
    display:block;
    position:relative; 
    text-align:center;
    margin-top:10px;
    margin-left:10px; 
    margin-right:10px;
    margin-bottom: 96px; /* 50+2+2 + 6+6 + 20 + ~10 */
}


#navThumbnailBar {
    background-color: #000;

    padding-top: 6px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 6px;

    width:100%;
    position: fixed; 
    bottom:0px; 
    left: 0px; 
    z-index:10000;

    text-align:center;
}

/* 400px is wide enough to prevent the navigational thumbnails from
   line breaking. */
body { 
    min-width: 400px !important;
}
/* Table elements are for IE7, which doesn't support display:inline-block */
table {
    margin-left:auto;
    margin-right:auto;
}

#navThumbnailBarInnerContainer {
    height: 54px; /* 50+2+2 */
}
#navThumbnailBarInnerContainerUpper {
    height: 10px;
}

div.fullsizeNavThumbnail, div.fullsizeNavPrivatePic, div.placeholder {
    display: inline-block;
    position: relative;
    float: none; 
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    text-decoration: none;
    border: 2px #FF9900 solid;

    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;  
}

div.thumbIndicator {
    display: inline-block;
    position: relative;
    float: none; 
    width: 54px; /* 50+2+2 */
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.placeholder {
    border: 2px #000 solid;
}

div.profilePic:hover, div.fullsizeNavThumbnail:hover {
    border: 2px #EDD100 solid;
}

div.fullsizeNavPrivatePic,
div.fullsizeNavPrivatePic:hover {
    cursor: not-allowed;
    border: 2px #fff solid;
    background-color: #f90;
}
#profileFooter {
    padding-top: 5px;
}
#reportButton {
    background-image: url('../images/ui/report_ui.png');
    background-repeat: no-repeat;
    background-color: #052868;
    float: right;
    cursor: pointer;
}
#profileLastLogin {
    margin:5px 25px; 
    height:2em; 
    font-size:small;
    float: left;
}
#reportBttnText {
    padding: 5px 0px 0px 15px;
    font-size: small;
    color: #697EA4;
}
.startHid {
    display: none;
}
.abuseReportForm {
    background-color: #233063;
    padding: 25px;
    border-radius: 6px;
    border-color: #13274a;
    border-width: 5px;
    border-style: solid;
}
#profileReportHeader {
    padding-bottom: 10px;
}
#profileReportHeader span{
    font-family: "Arial";
    font-weight: bold;
    font-size: 1.05em;
}
#headerBevel {
    padding-bottom: 20px;
    background-image: url(../images/ui/report_bevel_line.png);
    background-repeat: repeat-x;
}
    

.abuseReportForm h1 {
    margin: 0 0 24px 0;
    font-size: 1em;
}
.reportLabel {
    padding-right: 10px;
    font-size: 0.8em;
    font-family: "Arial";
    font-weight: bold;
}
.sectionContent {
    margin: 10px 0px 20px 25px;
}
.abuseReportComments {
    width: 435px;
}
.reportButtonsBox button {
    float: right;
    clear: none;
}
#reportStatus1, #reportStatus{
    float: left;
    clear: none;
}
.reasonButtons {
    clear: both;
    padding: 17px 25px 25px 25px;
}
.abuseReportReason {
    margin: 3px 15px 0px 0px;
    cursor: pointer;    
}
.radio_list li {
    padding-bottom: 5px;
}
.radio_list label {
    font-size: 0.8em;
    color: #e9e9e9;
    cursor: pointer;   
}
.abuseReportButton:active {
    border: 1px solid #d29a3a;
    background: #f3a433;
}
#reportSubmitButtonGray {
    display: none;
    margin-top: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-align: center;
    font: bold 10pt Arial, sans-serif;
    line-height: 1;
    padding: 6px 6px 6px 6px;
    text-align: center;
    width: 75px;
}
#reportCancelButton {
    float: left;
    color: #c8c8c8;
    font-size: 0.8em;
    text-decoration: underline;
    padding-top: 6px;
}
.reportButtonsBox  {
    margin-top: 10px;
}
#addionalText {
    padding-top: 30px;
    clear: both;
}
#tou, #ignoreit {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75em;
}
#tou {
    width: 79%;
    font-weight: bold;
}
#ignoreit {
    padding-top: 3px;
    width: 90%;
}
#touLink {
    text-decoration: underline;
}
#mask {
    position:fixed;
    top: 0px;
    left: 0px;
    z-index:9000;
    background-color:#000;
    display:none;
    width:100%;
    height: 100%;
    border: 0px solid black;
}
#reportSubmitted {
    font: bold 13pt Arial, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 55%;
    padding-bottom: 45px;
    padding-top: 90px;
}
#reportThanks {
    font: 10pt Arial, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 86%;  
    padding-bottom: 65px;
}
#closeButtonDiv {
    margin-right: auto;
    margin-left: auto;
    width: 18%;
}
#reportFinishedDiv {
    height: 435px;
    width: 472px;
}
