/**
 * Online Points Manager
 */
#WelcomeMgrBox {
    margin: -10px 0px 0px 0px;
    padding: 0px;
    color: LimeGreen;
    height: 40px;
    line-height: 40px;
}
#WelcomeMgrName {
    text-align: center;
    font-size: 1.5em;
}

.DataHeading {
    font-size: .9em;
    margin: 0px;
    height: 16px;
    width: 745px;
}

.DataListing {
    font-size: .9em;
    overflow: auto;
    border: 2px solid black;
    margin: 0px;
    height: 305px;
    width: 745px;
}

.BoxListing {
    height: 145px;
    font-size: .8em; 
    overflow: auto;
}

.DataInput {
    margin: 10px 0px 0px 0px;
    width: 745px;
    height: 135px;
}

.PointsInputForm {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.PointsInputSet {
    border: 2px solid black;
    padding: 0px 0px 5px 10px;
    margin: 0px;
    width: 735px;
    height: 130px;
    display: block;
}

.AddButtonPosition {
    width: 150px;   /* This must be same size as button */
    position: relative;
    top: -30px;
    left: 590px;
}

/* Sub-Title for a few Popup Windows */
.WindowSubTitle {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    height: 25px;
    color: black;
    border-bottom: 4px solid white;
}


/**
 * TAB CONTROL for Online Points Manager
 */
#tabHead {
    padding-bottom: 36px;
    border-bottom: 2px solid black;
    line-height: 22px;
    font-size: 1em;
    margin: 0px;
}
#tabHead ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#tabHead li {
    margin: 0px;
    float: left;
    background: url(../images/tab_right.gif) top right no-repeat;
}
#tabHead a {
    display: block;
    color: black;
    font-weight: bold;
    text-decoration: none;
    padding: 0.6em .5em 0.4em .5em;
    background: url(../images/tab_left.gif) top left no-repeat;
    cursor: pointer;
}
#tabHead a:hover {
    color: white;
}
#tabHead .selected {
    font-weight: bold;
    background-image: url(../images/tab_right_active.gif);
}
#tabHead .selected a {
    color: black;
    background-image: url(../images/tab_left_active.gif);
    cursor: default;
}

/* TAB Content */
#tabContent {
    color: black;
    background-color: LightGrey;
    border: 2px solid black;
    border-top: none;
    padding: 16px;
    margin: 0px;
    width: 745px;
    height: 475px;
}

/* TAB Page */
.tabPage {
    display: none;
    visible: hidden;
}

