#Profile
{
    border: solid 1px #efefef;
}
#Profile #Name
{
    font-size: small;
    font-weight:bold;
}
.Donate_By_Mail
{
    padding-right: 5px;
    display: block;
    padding-left: 5px;
    visibility: visible;
    padding-bottom: 5px;
    margin: 2px;
    vertical-align: middle;
    direction: ltr;
    padding-top: 5px;
    text-align: center;
}
/*************************************/
/*      Styles for Calendar          */
/*************************************/
.Portal_Calendar
{
    width: 100%;
    height: 100%;
    padding: 0px;
    border: solid 0px #000000;
}
.Portal_Calendar_Title
{
    background-color: #CFDFFA;
    color: #333333;
    height: 25px;
    width: 100%;
}
.Portal_Calendar_Day
{
    color: inherit;
    background-color: #FAFAFA;
    width: 15%;
    height: auto;
    height:50px;
}
.Portal_Calendar_Day_Today
{
    background-color: #FFFFFF;
    color: inherit;
    width: 15%;
    height: auto;
}
.Portal_Calendar_OtherMonth_Day
{
    background-color: #EFEFEF;
    color: inherit;
}
.Portal_Calendar_Day_Title
{
    background-color: inherit;
    color: #333333;
}
.Portal_Calendar_Day_Link
{
    text-decoration: none;
    cursor: default;
}
A.Portal_Calendar_Day_Link:Link
{
    text-decoration: none;
}
A.Portal_Calendar_Day_Link:visited
{
    text-decoration: none;
}
A.Portal_Calendar_Day_Link:active
{
    text-decoration: none;
}
A.Portal_Calendar_Day_Link:hover
{
    text-decoration: underline;
}
.ReqdPromptText
{
    background-color: inherit;
    color: #ff0000;
    font-weight: normal;
    line-height: normal;
    text-align: right;
}

/***********************************
Student Portal Transcript
***********************************/
.Portal_Student_Transcript
{
    /*width specified in code to 100%*/
}

.Portal_Student_Transcript_Header
{
    font-weight: bold;
    height: 25px;
}

.Portal_Student_Transcript_Degree_Header
{
    color: inherit;
    background-color: #EFEFEF;
}

.Portal_Student_Transcript_Degree_Info
{
    background-color: #F3F3F3;
    color: inherit;
}

.Portal_Student_Transcript_GPAGrouping
{
    height: 25px;
    background-color: #CFDFFA;
    color: #000000;
    text-align: center;
}

.Portal_Student_Transcript_Term
{
    background-color: #efefef;
    color: inherit;
    text-align: center;
}

.Portal_Student_Transcript_Summary
{
    text-align: right;
}

.Portal_Student_Transcript_Summary_Header
{
    font-size: xx-small;
    background-color: #CFDFFA;
    color: #000000;
}

.Portal_Student_Transcript_Summary_Item
{
    font-size: xx-small;
}

.Portal_Student_Transcript_CourseInfo
{
}

.Portal_Student_Transcript_CourseInfo_Header
{
    font-size: xx-small;
    font-weight: bold;
}

.Portal_Student_Transcript_CourseInfo_Item
{
    font-size: xx-small;
}
/*************************************/
/*      Styles for Forums            */
/*************************************/
.Portal_Forum_Display_Date
{
    font-size: x-small;
}
.Portal_Forum_Display_Author
{
    font-size: x-small;
}
.Portal_Forum_Display_Email
{
    font-size: x-small;
}
.Portal_Forum_Display_Subject
{
    font-size: x-small;
}
.Portal_Forum_Display_Message
{
    font-size: x-small;
}
.Portal_Forum_ShowForumLine
{
    font-size: x-small;
}
.Portal_Forum_ShowMessageLine
{
    font-size: x-small;
}
.Portal_Forum_ShowForumLine2
{
    font-size: x-small;
}
.Portal_Forum_ShowMessageLine2
{
    font-size: x-small;
}
.Portal_Forum_ShowPeriodLine
{
    font-size: x-small;
}
.selected
{
    font-weight: bold;
}
.selected:hover
{
    cursor: pointer;
}
.unselected
{
    font-weight: normal;
}
.unselected:hover
{
    cursor: pointer;
}
/*************************************/
/*      Registration Options         */
/*************************************/
.RegisterOptions
{
    display: none;
    text-align: left;
}
.RegisterOptionsPass
{
    background-color: #90EE90;
    color: inherit;
    display: block;
    text-align: left;
}
.RegisterOptionsFail
{
    background-color: #CD5C5C;
    color: inherit;
    display: block;
    text-align: left;
}

.Box
{
    float:left;
        background-color:#edf2fb;
        width:100%;
        height:32px;
}
.BoxTop
{
            height:32px;
}
.BoxTitle
{
    color: #333333; 
    width:32px; 
    float:left;
}
.BoxTitleText
{
    position:relative;    
    height:36px;
    vertical-align:middle;
        font-weight:bold;
        padding: 6px 0px 0px 1px;
}

.BoxBody
{
    position:relative;    
}
.LeftBox
{
    width:49%;
    float:left;
    margin-top:5px;
    margin-right:2px;
    margin-bottom:1px;
    border: solid 1px #efefef;
    height:300px;
    overflow:scroll;
}
.RightBox
{
    width:48%;
    position:relative;
    margin-top:5px;
    margin-left:2px;
    margin-bottom:1px;
    border: solid 1px #efefef;
    height:300px;
    overflow:scroll;
}