
/*************************************/
/*      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;
}
.Portal_Img_Action
{
    cursor: pointer;
}
.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_DegreeInfo
{
    margin-left: 10px
}
.Portal_Student_Transcript_DegreeInfo_Major
{
    margin-left: 10px;
    text-indent: -10px;
}

.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;
    text-align: right;
}

.Portal_Student_Transcript_Summary_Item
{
    font-size: xx-small;
    margin: 1px 2px 1px 2px;
    padding: 1px;
    width: 50px;
}

.Portal_Student_Transcript_CourseInfo_Credits
{
    font-size: xx-small;
    padding-right: 15px;
    margin-right: 20px;
    text-align: right;
}

.Portal_Student_Transcript_CourseInfo_Header
{
    font-size: xx-small;
    font-weight: bold;
}

.Portal_Student_Transcript_CourseInfo_Item
{
    font-size: xx-small;
}
.Portal_Student_Transcript_CourseID
{
    font-size: xx-small;
    width: 100px;
}
.Portal_Student_Transcript_CourseName
{
    font-size: xx-small;
    width: 400px;
}

/*************************************/
/*      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;
}
/***************************
Course Management
****************************/
.course_management_options
{
	border:solid 1px #efefef;
	padding:1px 1px 1px 1px;
	margin-top:5px;
	margin-bottom:10px;
}

.course_management_options p
{
	background-color:#98B9E4;
	padding:4px 1px 1px 3px;
	height:22px;
	width: 99%;
	
}
.course_management_links
{
	padding:3px 1px 3px 3px;
}
.course_management_links ul li
{
	padding:3px 1px 1px 1px;
}


.course_management_sublinks 
{
	list-style-type:none;
	padding-left:10px;
}


.course_management_coursename
{
	font-size: 1.1em;
	font-weight:bold;
}
.divCollasped
{
    border: solid 1.5px Gray;
    height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 99%;
}
.divCollasped div
{
    display: none;
}
.divExpanded
{
    border: solid 1.5px Red;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 99%
}
.divExpanded div
{
    display: block;
    margin-left: 10px;
    margin-top: 8px;
}
.Button_Row
{
    margin-left: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
}
