﻿



body, ol, li, p {
    margin: 0px;
    padding: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9pt;
    line-height: 14pt;
    color: #646464;
}

/*#container {width:895px; display:block; margin:0 auto; background-color:#fff;}*/
#container
{
    display: block;
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
}

/*Masthead*/
#header
{
    height: 75px;
    position: relative;
    background-color: #fff;
    margin: 10px 20px;
    border-bottom: solid 1px #a0a0a0;
}

/*Logo*/
#logo
{
    float: left;
    padding: 0px;
    border-bottom: none;
    text-decoration: none;
}
#logo a
{
    border-bottom: none;
}

/*Login Details*/
#LoginDetails
{
    float: right;
    clear: both;
    width: 450px;
    height: 20px;
    text-align: right;
    padding: 0px;
}
#LoginDetails div.UserDetails
{
    position: absolute;
    top: 15px;
    right: 80px;
    width: 450px;
    height: 20px;
    color: #eb1c23;
    text-align: right;
    padding: 0px;
}
#LoginDetails div.LogoutButton
{
    position: absolute;
    top: 15px;
    right: -3px;
    width: 80px;
    height: 20px;
    text-align: right;
    padding: 0;
}

/*Professor*/
#Professor
{
    position: absolute;
    bottom: 5px;
    right: 0px;
    color: #a0a0a0;
    font-size: 1em;
}

/*Login*/
#login_button
{
    width: 50px;
    height: 20px;
    float: right;
    clear: right;
    background-color: #eb1c23;
    padding: 5px 10px 0px 10px;
    margin: 32px 0px 0px 0px;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
}
input.button, button.button
{
    background-color: #00AEED;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.login_box
{
    position: absolute;
    top: 97px;
    right: 0px;
    float: right;
    z-index: 2;
    background-color: #F7941C;
    width: 240px;
    height: 70px;
    padding: 10px 2px 2px 2px;
}
.login_box div
{
    color: #FFFFFF;
    font-weight: 800;
    vertical-align: middle;
    list-style-type: none;
    margin-bottom: 2px;
    margin-right: 5px;
    text-align: right;
    font-size: .8em;
}
.login_box button
{
    color: #F7941C;
    background-color: #FFFFFF;
    border: 0px;
    height: 20px;
    cursor: pointer;
}
.login_box input
{
    display: inline;
    height: 11px;
    margin-bottom: 2px;
    margin-left: 5px;
}
.hidden
{
    display: none;
}

#loggedInAs
{
    width: auto;
    float: right;
    margin: 40px 10px 0px 0px;
    font-size: 0.9em;
}

/*Navigation*/

#navigation
{
    clear: both;
    height: 40px;
    border-bottom: solid 5px #00aeed;
    padding: 5px;
    margin: 0px 20px;
}
#navigation ol
{
    list-style-type: none;
    display: inline;
    float: left;
}
#navigation ol li
{
    display: inline;
    height: 23px;
    float: left;
}
#navigation ol li.currentSection
{
    color: #fff;
}
#navigation ol li a
{
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: #0099ff;
    padding: 2px 15px;
    margin-right: 6px;
}
#navigation ol li a:link
{
    background-color: #0099ff;
    color: white;
    font-style: normal;
}
#navigation ol li a:hover
{
    color: #0099ff;
    background-color: white;
    font-style: normal;
}
#navigation ol li a:active
{
    color: white;
    background-color: #0099ff;
}
#navigation ol li a:visited
{
    color: white;
    background-color: #0099ff;
}
#navigation ol li.currentSection a
{
    color: #00aeed;
    background-color: White;
    font-style: normal;
}
#navigation ol li.currentSection:hover a
{
    color: #00aeed;
    background-color: White;
    font-style: normal;
}
#navigation ol li.last
{
    border: none;
    width: 150px;
}

#navigation span.ListFilter
{
    float: right;
}
#navigation span.ListFilter select
{
    vertical-align: middle;
}
#navigation span.ListFilter input[type="text"]
{
    width: 100px;
    vertical-align: middle;
}
#navigation span.ListFilter input[type="submit"]
{
    border: solid 1px #fff;
    height: 25px;
    line-height: 10px;
    padding: 0px 3px;
    vertical-align: middle;
}
#navigation span.ListFilter input.date
{
    width: 90px;
    vertical-align: middle;
}
#navigation span.ListFilter img
{
    vertical-align: middle;
    padding: 8px 0px 0px 2px;
}
#navigation h1, #navigation h2
{
    margin: 0px;
}

/* Sub Navigation */
#sub_navigation
{
    clear: both;
    height: 30px;
    padding: 5px;
    margin-left: 0px;
}
#sub_navigation ol
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#sub_navigation ol li
{
    display: inline-block;
    float: left;
    border: none;
    margin: 0px;
    padding: 0px;
    border-right: solid 1px #fff;
    font-size: 1.2em;
    font-weight: bold;
}
#sub_navigation ol li.currentSection
{
    color: #fff;
}
#sub_navigation ol li a
{
    display: inline-block;
    height: 30px;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    color: #646464;
    border: none;
}
#sub_navigation ol li a:hover
{
    color: #00aeed;
}
#sub_navigation ol li.currentSection a
{
    color: #00aeed;
}
#sub_navigation ol li.currentSection:hover a
{
    color: #00aeed;
}
#sub_navigation ol li.last
{
    border: none;
    width: 150px;
}

/*Masthead Image*/

#splash
{
    border-bottom: solid 1px #eb1c23;
    padding: 1px 0px 2px 0px;
    margin-bottom: 5px;
    width: 895px;
    height: 162px;
}



/*Content*/
#content
{
    display: block;
    margin-left: 20px;
    color: #646464;
    padding: 5px 10px 20px 0px;
    background-color: #fff;
    text-align: center;
}

/*img {margin:0px 0px 10px 0px; background-color:#fff;}*/
hr
{
    background-color: #eee;
    color: #eee;
    height: 1px;
    border: none 0px;
    border-collapse: collapse;
}

p
{
    margin-bottom: 15px;
    text-align: left;
}
a
{
    color: black; /*text-decoration:none;*/
    cursor: pointer;
}
a:hover
{
    color: #900;
}
img
{
    border: none 0;
}

h1
{
    color: #00aeed;
    font-weight: normal;
}
h2
{
    color: #00aeed;
    font-weight: normal;
    margin-bottom: 0px;
}
h3
{
    color: #eb1c23;
    font-weight: normal;
    margin-bottom: 0px;
}
table.mycourses
{
    width: 100%;
}
table.mycourses th
{
    text-align: left;
}
/*Tables are EVIL
	table {width:100%; border-collapse:collapse;}
	table tr {border-bottom:solid 1px #00aeed;}	
	tr:hover {background-color:#eee;}
	tr:hover td {border-top:dotted 1px #ccc; border-bottom:dotted 1px #ccc;}
	table td, table th {padding:3px 10px; height:25px; border-bottom:solid 1px #00aeed; vertical-align:top;}
	th {text-align:left;color:#00aeed; font-weight:bold; white-space:nowrap; padding:0px 15px;}
	th a {color:#646464; border-bottom-color:#646464;}
	
	th.number,td.number{text-align:center;}
	
	
	th div.forumDate {margin-left:10px;}
	td.Notification {color:#eb1c23; text-align:center;}
	td.Actions, th.Actions {text-align:right;}
	td.Actions a {margin-left:10px;}*/

span.bullet
{
    color: #eb1c23;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.open
{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGNJREFUeNpi/P//PwMhwEiUoteicjlAejIeNbkgRYpAxkkgFsWi4DUQmzMBiftAHATEv9AU/IKK32eCChwB4nQ0RelQcQYmJMEFQNwNZXdD+XCHI+tmBuJHQAwS/EtSEAAEGABbpxrt6Kw5IgAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.closed
{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHFJREFUeNpi/P//PwMIvBGTzwFSW4H4PgMSEHn1kIERSRGI8RqIg4D4CLIiJgZUIArEe4E4AVkQXREIsAHxfCDuAmJmkAC6dejgGdA6aWwmwUA3EMuBGCxYJH8BcToQL4AJoCvC8B26olxs4QQCAAEGAMM9Ih3Q9sJDAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
span.bullet img
{
    vertical-align: middle;
}

#transcript td, #transcript th
{
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
#transcript tbody th
{
    color: #646464;
}
#transcript th.subheader
{
    text-align: left;
    color: #eb1c23;
    white-space: nowrap;
    padding: 15px 10px 0px 10px;
    border-top: none;
    border-bottom: solid 1px #00aeed;
}
#transcript th.subsubheader
{
    color: #00aeed;
}
#transcript div.listItem
{
    margin-left: 30px;
    font-weight: normal;
    display: block;
    min-width: 400px;
}
#transcript div.listItem4Col
{
    margin-left: 30px;
    font-weight: normal;
    display: inline-block;
    width: 180px;
}
#transcript div.listItem5Col
{
    margin-left: 30px;
    font-weight: normal;
    display: inline-block;
    width: 130px;
}
#transcript th.level2
{
    padding-left: 25px;
}
#transcript th.level3
{
    padding-left: 38px;
}
#transcript span.tooltip
{
    cursor: pointer;
    cursor: hand;
}


.x-action-col-icon
{
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}


/* Campbell Oct 22 2010 */
span.Label
{
    display: inline-block;
    max-width: 300px;
    min-width: 200px;
    overflow: hidden;
    margin-left: 5px;
}
span.FourColLabel
{
    display: inline-block;
    width: 180px;
    overflow: hidden;
    margin-left: 5px;
    text-align: right;
}
#transcript.heading
{
    margin-left: 25px;
}
#transcript
{
    list-style-type: none;
}
#transcript li
{
    padding-top: 2px;
    min-height: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    cursor: default;
}
#transcript span.subsubheader
{
    color: #00aeed;
    width: 250px;
    font-weight: bold;
    display: inline-block;
    font-size: 1.1em;
}


span.Actions
{
    text-align: right;
    margin: 0px 20px 0px 10px;
    display: inline-block;
    float: right;
}
span.Actions a
{
    margin: 0px 4px 0px 4px;
    cursor: pointer;
}
span.Actions4Col
{
    text-align: right;
    margin-left: 10px;
    width: 180px;
    display: inline-block;
}
span.subheader
{
    color: #00aeed;
    font-weight: bold;
}
li.subheader
{
    border-bottom: 1px solid #00AEED;
    font-size: 1.1em;
    margin-bottom: 5px;
}
li.subheaderLabel
{
    border-bottom: 1px solid #00AEED;
    font-size: 1.1em;
    margin-bottom: 5px;
    padding-left: 25px;
}
/*li.subheader:hover{background-color:#eee;}*/
li.line_item:hover
{
    background-color: #eee;
}

ol.assignment_list
{
    list-style-type: none;
    width: 100%;
}
ol.assignment_list li:hover
{
    background-color: #eee;
}

/*Forms*/
textarea, input, select {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9pt;
    color: #555;
    vertical-align: text-top;
}
div.required, span.required
{
    color: #eb1c23;
}
fieldset
{
    margin: 10px 10px 10px 10px;
    border: solid 1px #00aeed;
}
legend
{
    margin: 0px;
    padding: 10px;
    color: #00aeed;
    font-weight: bold;
    font-size: 1.1em;
}

/*fieldset div:hover {background-color:#eee; }*/
fieldset div span.label
{
    width: 200px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
}
fieldset div span.field
{
    width: auto;
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}
fieldset div span.note
{
    width: auto;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    height: 25px;
    color: #a0a0a0;
    font-style: italic;
}
fieldset div span.important
{
    color: #eb1c23;
    font-weight: bold;
}
fieldset ul
{
    list-style-type: none;
}
span.checkbox
{
    display: inline;
}
input[type="text"]
{
}
input[type="submit"]
{
    border: solid 1px #646464;
}
input.link
{
    margin: 0px;
}
span.field textarea
{
    border-collapse: collapse;
}

input[type="submit"]
{
    padding: 10px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    background-color: #00aeed;
    cursor: pointer;
    cursor: hand;
}
textarea.comments
{
    width: 90%;
    border: solid 1px #646464;
}
span.button
{
    padding: 5px 10px;
    border: solid 1px #fff;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.85em;
    font-weight: bold;
    background-color: #eb1c23;
    cursor: pointer;
    cursor: hand;
}
div.checkboxdata
{
    display: inline-block;
    width: 800px;
}

.createAccount div span.label
{
    width: 150px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}
.createAccount div span.field
{
    width: 250px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    height: auto;
}
.createAccount ul
{
    list-style-type: none;
    position: relative;
}
.createAccount ul li
{
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}
.createAccount span.checkbox
{
    position: absolute;
    left: -25px;
    top: 0px;
    width: 50px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
}
.createAccount div.checkboxdata
{
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
}
.createAccount div.checkboxdata div
{
    padding: 0px;
}
.createAccount h3
{
    color: #00aeed;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
.createAccount h4
{
    color: #eb1c23;
    margin: 0px;
    padding: 0px;
}
.createAccount h5
{
    color: #646464;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
.createAccount input.date
{
    width: 75px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}
.createAccount img.datepicker
{
    vertical-align: middle;
    margin: 0px 0px 5px 2px;
    padding: 0px;
}
.createAccount input[type="checkbox"]
{
    vertical-align: text-top;
}

#Assignment div span.label
{
    width: 85px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}
#Assignment div span.field
{
    width: 200px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    height: 20px;
}
#Assignment h4
{
    color: #00aeed;
    margin-bottom: 0px;
    border-bottom: solid 1px #eee;
}
#Assignment div.comment
{
    border-bottom: solid 1px #eee;
    padding: 6px 0px;
}
#Assignment div.comment h4
{
    color: #646464;
    margin: 0px;
    padding: 0px;
    border-bottom: none;
}
#Assignment textarea.comments
{
    width: 100%;
    border: solid 1px #646464;
}
#Assignment input[type="radio"]
{
    margin: 0px;
}
#Assignment div.button span.field
{
    width: auto;
}
#AssignmentContent
{
    height: 200px;
    border: solid 1px #646464;
    margin-top: 20px;
    padding: 10px 0px 0px 10px;
    color: #666;
}

#ForgotPassword div span.label
{
    width: 45px;
    margin-left: 9px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}
#ForgotPassword div span.field
{
    width: 200px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    height: 20px;
}

/*Progress Bars*/
#progressBar
{
    float: right;
    margin-top: 15px;
    border: solid 1px #00aeed;
    padding: 2px;
}
#progressBar span
{
    width: 60px;
    padding: 5px 0px;
    background-color: #eee;
    border-right: solid 1px #fff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
#progressBar span.completed
{
    background-color: #00aeed;
    color: #fff;
}
#progressBar span.current
{
    background-color: #eb1c23;
    color: #fff;
}

/*Login*/
#Login
{
    width: 740px;
    margin: 20px auto 0 auto;
    font-size: 1.1em;
    color: #aaa;
}
#Login a.logo
{
    border: none;
}
#Login fieldset
{
    border: none;
    border-top: solid 3px #00aeed;
    padding: 5px 0px 0px 0px;
}
#Login span.label
{
    width: 100px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}
#Login span.field
{
    width: 80px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    height: 20px;
}
#Login input[type="text"], #Login input[type="password"]
{
    width: 220px;
}
#Login span.forgotPassword
{
    margin-right: 27px;
}
#Login h2
{
    color: #aaa;
    font-size: 1.5em;
    line-height: 1.3em;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
#Login #footer
{
    border-top: solid 1px #eee;
}


#ProfessorDetails
{
    width: 300px;
    height: 380px;
    float: right;
    margin-left: 100px;
}
#ProfessorDetails h1
{
    line-height: 1.1em;
}
#ProfessorDetails h4
{
    margin: 2px 0px;
}

/*Footer*/
#footer
{
    clear: both;
    margin: 20px 20px 10px;
    text-align: left;
}
#footer h3
{
    font-size: 0.85em;
    line-height: 1.2em;
    color: #00aeed;
    font-weight: bold;
    margin-bottom: 0px;
}
#footer div
{
    font-size: 0.85em;
    line-height: 1.2em;
}

#NotebookWrapper
{
    width: 100%;
    line-height: 1em;
    padding: 0px;
    margin: 0px;
}
#content .review
{
    width: 90%;
}

.GettingStarted
{
    list-style-type: none;
    margin: 0px;
    border: 0px;
    margin-top: 15px;
    margin-left: 15px;
}
.GettingStarted li
{
    width: 490px;
    height: 55px;
    font-size: 1.7em;
    margin-bottom: 15px;
    cursor: pointer;
}
.GettingStarted li span
{
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    line-height: 55px;
    color: #FFF;
}
.GettingStarted a
{
    text-decoration: none;
    color: #FFF;
    border: none;
}
.GettingStarted .one
{
    background-color: #0338dc;
}
.GettingStarted .two
{
    background-color: #B90101;
}
.GettingStarted .three
{
    background-color: #008100;
}
.GettingStarted .four
{
    background-color: #151374;
}
.GettingStarted .five
{
    background-color: #772801;
}

.GettingStarted .step
{
    font-size: 76px;
    font-weight: bold;
    color: #FFF;
    height: 55px;
    overflow: hidden;
    margin-left: 4px;
    margin-right: 21px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.GettingStarted li:hover .step
{
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}


.hiddencomments
{
    -moz-transition-property: opacity;
    -moz-transition-duration: 1s;
    -moz-transition-function: linear;
    -webkit-transition: opacity .5s linear;
    opacity: 0;
    display: none;
}

.visiblecomments
{
    -moz-transition-property: opacity;
    -moz-transition-duration: .5s;
    -moz-transition-function: linear;
    -webkit-transition: opacity .5s linear;
    opacity: 1;
    display: block;
    padding-left: 10px;
}

.comment_button
{
    cursor: pointer;
    font-weight: bold;
    color: #00AEED;
    text-decoration: underline;
}

.comment_button:hover
{
    color: #EB1C23;
}

.comment_box
{
    margin: 2px 0px 10px 0px;
}

.comment_box textarea
{
    border: dotted 1px black;
}

fieldset.reviewAssignment
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 10px;
    width: 99%;
}

fieldset.reviewAssignment div
{
    padding: 0px;
    margin: 0px;
}
fieldset.reviewAssignment .formcontent .label
{
    display: inline-block;
}

fieldset.reviewAssignment div span.label
{
    display: inline-block;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: left;
    vertical-align: top;
}





.InfoPanel
{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKcSURBVDjLpZPLa9RXHMU/d0ysZEwmMQqZiTaP0agoaKGJUiwIxU0hUjtUQaIuXHSVbRVc+R8ICj5WvrCldJquhVqalIbOohuZxjDVxDSP0RgzyST9zdzvvffrQkh8tBs9yy9fPhw45xhV5X1U8+Yhc3U0LcEdVxdOVq20OA0ooQjhpnfhzuDZTx6++m9edfDFlZGMtXKxI6HJnrZGGtauAWAhcgwVnnB/enkGo/25859l3wIcvpzP2EhuHNpWF9/dWs/UnKW4EOGDkqhbQyqxjsKzMgM/P1ymhlO5C4ezK4DeS/c7RdzQoa3x1PaWenJjJZwT9rQ1gSp/js1jYoZdyfX8M1/mp7uFaTR8mrt29FEMQILr62jQ1I5kA8OF59jIItVA78dJertTiBNs1ZKfLNG+MUHX1oaURtIHEAOw3p/Y197MWHEJEUGCxwfHj8MTZIcnsGKxzrIURYzPLnJgbxvG2hMrKdjItjbV11CYKeG8R7ygIdB3sBMFhkem0RAAQ3Fuka7UZtRHrasOqhYNilOwrkrwnhCU/ON5/q04vHV48ThxOCuoAbxnBQB+am65QnO8FqMxNCjBe14mpHhxBBGCWBLxD3iyWMaYMLUKsO7WYH6Stk1xCAGccmR/Ozs/bKJuXS39R/YgIjgROloSDA39Deit1SZWotsjD8pfp5ONqZ6uTfyWn+T7X0f59t5fqDhUA4ry0fYtjJcWeZQvTBu4/VqRuk9/l9Fy5cbnX+6Od26s58HjWWaflwkusKGxjm1bmhkvLXHvh1+WMbWncgPfZN+qcvex6xnUXkzvSiYP7EvTvH4toDxdqDD4+ygT+cKMMbH+3MCZ7H9uAaDnqytpVX8cDScJlRY0YIwpAjcNcuePgXP/P6Z30QuoP4J7WbYhuQAAAABJRU5ErkJggg==") !important;
}

.x-grid3-row:first-child
{
    border-color: #EDEDED;
}

.GradingFilterItem
{
    display: inline-block !important;
    padding-right: 5px;
}


.GradebookStatusActive .x-grid-cell  
{
}

.GradebookStatusInactive .x-grid-cell  
{
    opacity: 0.65;
}


.GradebookStatusWithdrawn .x-grid-cell  
{
    opacity: 0.5;
}


.GradebookStatusCancelled .x-grid-cell  
{
    opacity: 0.35;
}

.GradebookStatusCompleted .x-grid-cell  
{
    font-weight: bold;
}

/*
.GradingFilterItem .x-form-element
{display:inline-block !important;
 padding-left:0px !important;}

.GradingFilterItem input[type="text"] ,

.GradingFilterItem label.x-form-item-label 
{width:auto !important;}
*/

/* Right tabs */
ul.x-tab-strip li.right-tab
{
    float: right;
}

ul.x-tab-strip li.right-tab a.x-tab-right
{
    background-image: none;
    text-decoration: underline;
}

ul.x-tab-strip li.right-tab a.x-tab-right em.x-tab-left
{
    background-image: none;
    text-decoration: underline;
}

ul.x-tab-strip li.right-tab a.x-tab-right em.x-tab-left span.x-tab-strip-inner
{
    background-image: none;
    text-decoration: underline;
}
fieldset.CoursesList
{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 10px;
    line-height: 2em;
}

.courses-list
{
    border: 2px solid #00AEED;
}

.courses-box
{
    margin-bottom: 40px;
}

.courses-box-title
{
    font-size: 18pt;
    margin-left: 5px;
}

.courses-table {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    background: #fff;
    margin: 0 45px 25px;
    width: 480px;
    border-collapse: collapse;
    text-align: left;
    width: 95%;
}

.courses-table th
{
    font-size: 14pt;
    padding: 10px 8px;
    border-bottom: 2px solid;
}

.courses-table-tbody
{
    display: block;
    height: 262px;
    overflow: auto;
    width: 100%;
}

.courses-table td
{
    border-bottom: 1px solid;
    padding: 6px 8px;
}

.courses-table tbody tr:hover td
{
    background: #CCC;
}

.alternate-courses-table-tr
{
    background: #ECECEC;
}

.courses-table-div
{
    max-height: 250px;
    overflow: auto;
    padding-bottom: 5px;
}

.arrow-up
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ED1C24;
    cursor: pointer;
    cursor: hand;
}

.arrow-down
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ED1C24;
    display: none;
    cursor: pointer;
    cursor: hand;
}

.overdue
{
    color: red;
}

.overdueIcon
{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFYSURBVDjLY/z//z8DJYCJgUJAsQEsuCQeHIgP/f/vX/H/f//9lFyWvCLJBff2xPD9+/27kV/O3xxIl5HsBaCmAj5Zb00+SUOGPz9/J19fF2BKtAG3NoVoATXl84oIMPz9tIlBXC9F4O/PX7WXl3iwEjQAaBPTn5+/KkW1ooUYfpxjOLVoKQOPwHeGPz9++QCxH0EDgDa5cQnrxfAKfmP49/M+A8P/fwx/v5xmUHQoZvzz82fzqUmWvDgNuLjQjQ1oS4uAnAHDv2+XgHq/MxgHqzP8+/WMgYPjFoO4boQm0HWFOA0A2p4qpOJtzMX7huH/n7cMDIzMDGfX3QIFKcO/H7cYRNXkgWp+Zx9q0tHCmg7+/PgJ9Ls/0MgHDEx8okCR/wxmSQFwe5g5lRmUXMvFbm1uagQKhGIa8PMXx7nZwd+BCQfo/H9I+D+cZgDR//9LILuAcehnJgBMs6gZ4tipDAAAAABJRU5ErkJggg==") !important;
}

.CancelLink
{
    color: gray;
    padding-left: 20px;
    font-style: italic;
    font-size: smaller;
}

