﻿/*
------------------------- Shared Classes
*/
.alert
{
    color: #ff0000 !important;
}
.float_left
{
    float: left !important;
}
.float_right
{
    float: right !important;
}
.center
{
    text-align: center !important;
}
.button
{
    width: auto;
    margin: 10px;
}
.right
{
    text-align: right;
}
.clear
{
    clear: both;
}
.brown_td td
{
    background-color: #331e00;
    width: 65%;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    color: #d3cb9c;
}
.displayBox
{
    width: 600px;
    height: 400px;
    background-color: #000000;
    border: solid 2px #ffffff;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
}
.transparency 
{
    position:absolute;
    width:100%;
    height:500px;
    background-color:#000000;
    z-index:999;
    top:0;
    left:0;
}
.login_float
{
    /*width: 40%;
    float: left;*/
    width:72%;
    margin-left:auto;
    margin-right:auto;
    padding:30px;
    padding-bottom:20px;
}
.login_float input
{
    width: 85%;
    padding: 8px;
    border: solid 4px #000000;
    color: #7c5900;
    font-weight: bold;
}
.login_float .button
{
    width: auto;
}
.login_float table
{
    width: 100%;
}
.login_float td
{
    margin: 0px;
}
.login_float img
{
    margin-top: 15px;
    margin-bottom: 10px;
}
.specialMessage
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.userCardContainer 
{
    margin:0px;
    padding:0px;
    background-image:url(../images/WRMW_Card.jpg);
    width:525px;
    height:300px;
    border:solid 2px #333333;
}
.userCardContainer input 
{
    padding:4px;
    border-width:0px;
    position:relative;
    width:288px;
    top:120px;
    left:158px;
}
/*
------------------------- Main IDs
*/
.mainHeader
{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    width: 792px;
    height: 245px;
    overflow: hidden;
    border: solid 4px #000000;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
}
.mainHeader a
{
    color: #ffffff;
}
.mainHeader .float_right
{
    float: right;
    margin-top: 210px;
    padding-right: 15px;
}
#Logo
{
    background-image: url(../images/Logo.png);
    position: absolute;
    height: 91px;
    width: 404px;
    top: 155px;
    left: 0px;
}
#Footer
{
    margin: 10px;
    text-align: center;
    font-size: 80%;
}
/*
-------------------------------------- Main and Profile Objects
*/
#OR
{
    position: absolute;
    top: 75px;
    left: 43.5%;
    width: 100px;
    height: 100px;
    background-image: url(../images/OR.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#Details
{
    width: 48%;
}
#Media
{
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 47%;
}
#Media input, #Media a
{
    margin-top: 15px;
    margin-left: 24px;
    margin-right: 24px;
}
#Media img, #Media .imageWrapper
{
    margin-left: 4px;
    margin-right: 4px;
}
#Media .imageWrapper
{
    width: 168px;
    overflow: hidden;
    border: solid 4px #000000;
    float: left;
    position: relative;
}
#Media .imageWrapper .imageLength
{
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
    margin-top: 48px;
    font-size: 120%;
}
#Media .imageWrapper img
{
    width: 169px;
    margin-left: 0px;
    margin-right: 0px;
}
#MemberProfile, #ProfilePassword
{
    width: 48%;
}
#MemberProfile td input, #MemberProfile textarea
{
    width: 200px;
}
#MemberProfile textarea
{
    height: 150px;
}
#MemberMedia
{
    width: 41%;
}
#SharePresentation 
{
    width:41%;
}
#MemberMedia span.imageWrap
{
    width: 100px;
    
    padding: 1px;
    display: block;
    border: solid 1px #000000;
    margin: 2px;
    float: left;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}
#MemberProfile th
{
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
}
#AutoResponse 
{
    margin-top:10px;
}
#AutoResponse textarea 
{
    height:40px;
    width:70%;
    vertical-align:middle;
}
#CardContainer
{
    padding: 2px;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 6px;
    width:1060px;
    margin-left:auto;
    margin-right:auto;
}
#CardContainer .userCard
{
    border: solid 1px #000000;
    float: left;
    margin-left: -1px;
    margin-bottom: -1px;
    position: relative;
}
#CardContainer .userCard .username
{
    z-index: 100;
    top: 41%;
    left: 160px;
    width: 290px;
    text-align: center;
    position: absolute;
    font-family: Georgia;
}
#UserAdminTable
{
    margin-left: 180px;
    margin-top: 30px;
}
#UserAdminTable input, #UserAdminTable textarea
{
    border: solid 3px #000000;
    padding: 5px;
    width: 200px;
}
#UserAdminTable h2
{
    padding-bottom: 10px;
    font-size: 170%;
}
.deleteButton
{
    top: -1px;
    right: -1px;
    width: 17px;
    height: 17px;
    position: absolute;
    background-color: #ffffff;
    border: solid 1px #000000;
    font-size: 80%;
}
/*
------------------------------------- Main Content Boxes
*/
.brown_box, .brown_box_round, .white_box, .white_box_round
{
    background-color: #d3cb9c;
    border: solid 4px #000000;
    padding: 10px;
    padding-left: 20px;
    padding-right: 10px;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
}
.white_box, .white_box_round
{
    background-color: #ffffff;
}
.corner_ul, .corner_ur, .corner_ll, .corner_lr
{
    position: absolute;
    height: 9px;
    width: 9px;
    background-repeat: no-repeat;
}
.brown_box_round .corner_ul
{
    background-image: url(../images/brown_box_upper_left.gif);
}
.brown_box_round .corner_ur
{
    background-image: url(../images/brown_box_upper_right.gif);
}
.brown_box_round .corner_ll
{
    background-image: url(../images/brown_box_lower_left.gif);
}
.brown_box_round .corner_lr
{
    background-image: url(../images/brown_box_lower_right.gif);
}
.white_box_round .corner_ul
{
    background-image: url(../images/white_box_upper_left.gif);
}
.white_box_round .corner_ur
{
    background-image: url(../images/white_box_upper_right.gif);
    background-position: right top;
}
.white_box_round .corner_ll
{
    background-image: url(../images/white_box_lower_left.gif);
    background-position: left bottom;
}
.white_box_round .corner_lr
{
    background-image: url(../images/white_box_lower_right.gif);
    background-position: right bottom;
}
.brown_box_round a, .white_box_round a
{
    color: #000000;
}
/*
------------------------------------- Administration
*/
.memberTable
{
    margin-top: 20px;
    border: solid 2px #000000;
}
.memberTable tr.altRow
{
    background-color: #ffffff;
}
.memberTable th
{
    text-align: center;
    font-weight: bold;
    padding: 4px;
    border-bottom: solid 1px #000000;
    background-color: #333333;
    color: #ffffff;
}
.memberTable td
{
    border: solid 1px #000000;
    border-top-width: 0px;
    border-left-width: 0px;
    padding: 4px;
}
.memberTable a
{
    color: #000000;
    margin-right: 4px;
}
