/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    text-align: center;
    background-color: #CCCCCC;
    background-image: url(images/bodybg.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

#wrapper {
    width: 888px;
    background-color: #FFFFFF;
    background-image: url(images/coursebg.jpg);
    margin: 0px auto;
    text-align: left;
    border-top: 0px none #000000;
    border-bottom: 0px none #000000;
}

#banner {
    height: 106px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
}
#detail {
    padding: 0px 10px 8px 5px;
    text-align: justify;
}
#mboard {
    padding: 0px 15px 8px 15px;
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #000;
}
#copynotice {
    font-size: 10px;
    color: #666666;
}
#nav {
    border-bottom: 1px solid #cccccc;    
    background: url(images/navbg.gif) repeat-x;
    padding: 0px;
}
#breadcrumb {
    font-size: 10px;
    color: #0099FF;
    padding: 10px 0 10px 0;
    margin: 10px 0 0 10px;
}
#loginpage {
    margin: 0;
    padding: 5px 0 10px 90px;
    color: #002B57;
    background-image: url(images/loginbg.jpg);
}
#redalert {
    font-size: 12px;
    color: #FF0000;
}
a {
    color: #03c;
    text-decoration: none;
}
ul {
    list-style-type: disc;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
ul ul {
    list-style-type: square;
}
ol {
    list-style-type: lower-alpha;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
ul li {
    list-style-type: circle;
    list-style-position: outside;
    padding: 0;
    margin: 0;
}
#caption {
    color: #336633;
}
#navBar {
    float: left;
    width: 250px;
    margin: 0;
    padding: 0;
}
#content {
    position: relative;
    float: right;
    width: 640px;
    margin: 0;
    padding: 0;
}
#thankyou {
    width: 650px;
    margin: 0px auto;
    text-align: left;
}
#thankyou p {
    font-size: 100%;
    margin: 0px;
    padding-top: 15px;
}

.thank h3 {
    padding: 30px 0px 5px 0px;
    text-align: center;
}

.thank img {
    float: left;
    padding: 15px 10px 0px 0px;
    margin: 0 5px 0px 0px;
}
#rimage {
    float: right;
    padding: 5px 0px 0px 10px;
    margin: 0 5px 0px 0px;
}
.thank p {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 15px;
    margin-top: 0;
    text-align: justify;
}
#tk {
    font-size: 80%;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 15px;
    margin-top: 0;
    text-align: justify;
}
/*#nav ul {
	
	padding: 0;
	margin: 0;
	padding-top: 4px;
	
	
}

#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	
}

#nav ul li a {
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	padding: 0px 35px 0px 35px;
	border-right: 1px solid #fff;
	text-align: center;
	width: 70px;
	font-weight: bold;	
}

#nav ul li a:hover, #nav ul li a:focus {
	text-decoration: underline;
	color: #fcff00;
}*/

#content p {
    font-size: 80%;
    margin: 20px;
}

#content h1 {
    font-size: 130%;
    color: #003366;
    padding: 0;
    margin: 20px;
}

#content h2 {
    font-size: 110%;
    color: #003366;
    padding: 0;
    margin: 20px;
}

.leftimage {
    float: left;
    margin: 0 10px 15px 0;
    border: 1px solid #000000;
}

.rightimage {
    float: right;
    margin: 0 0 20px 15px;
    border: 1px solid #000000;
    width: 150px;
}

.clearit {
    clear: both;
}

#footer {
    border-top: 1px solid #000000;
    background-color: #FFF;
    color: #000;
    height: 60px;
    text-align: center;
}

#footer p {
    font-size: 75%;
    padding: 5px;
}

#footer ul {
    padding: 8px;
    margin: 0;
}

#footer ul li {
    display: inline;
    padding: 0;
    margin: 0;
}

#footer ul li a {
    font-size: 75%;
    color: #000;
    text-decoration: underline;
    padding: 0px 15px 0px 15px;
    border-right: 1px solid #000000;
    text-align: center;
    width: 70px;
}

#footer ul li a:hover, #nav ul li a:focus {
    color: #06f;
}

/*begin creating the tabs */
.menu {
    margin: 0;
    padding: 0;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
    margin: 0;
    height: 24px;
    font-size: 75%;
    color: #FFF;
    text-decoration: none;
    padding: 0px 15px 0px 15px;
    border-right: 1px solid #fff;
    text-align: center;
    width: 80px;
    font-weight: bold;
    padding-top: 0px;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
    /*	background: url(images/tab.gif) no-repeat #919191; */
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
    color: #FFF;
    text-decoration: none;
}

/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover, .menuPopupItem a:hover {
    color: #FCFF00;
}

/* make drop down menu container style */
.menuPopup {
    margin: 0px;
    border: 1px solid #FFF;
    border-bottom: none;
}

/* make drop down menu item style */
.menuPopupItem {
    margin: 0;
    background: url(images/navbg.gif) repeat-x;
    font-size: 70%;
    color: #fff;
    text-decoration: none;
    text-align: left;
    width: 105px;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #FFF;
}

/* define pop up calendar look */
.calmonday, .caltuesday, .calwednesday, .calthursday, .calfriday, .calsaturday, .calsunday {
    text-align: center;
}
.calcurrentmonth {
    background: #EEEEEE;
}
.calcurrentday {
    border: 1px solid #000000;
}
.calothermonth a:link, .calothermonth a:visited {
    color: #999999;
}
.calweekend {
    background: #E2E2E2;
}

/* create section heading container to separate long forms */
.formsection {
    padding: 10px;
    margin-top: 15px;
    background: #D6DDE9 url(images/background_formsection.gif) repeat-x center;
    font-weight: bold;
    text-align: center;
}

/* all the legend tags use this same style */
legend {
    padding: 0px 4px;
    margin: 0px 0px 7px 0px;
    color: #666666;
    font-weight: bold;
    font-size: 1em;
    vertical-align: middle;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility). I've also hidden the table in the admin_create_projects.html page */
.hidden {
    visibility: hidden;
}
.none {
    display: none;
}

img {
    border: none;
}

/* all the fieldset tags use this same style */
fieldset {
    margin-bottom: 0px;
    padding: 0px 12px 12px 12px;
    display: block;
}
/* create hover effect for calendar icons */
#addhours a:link img, #addhours a:visited img, #resourcereport a:link img, #resourcereport a:visited img {
    padding: 2px;
    border: 1px solid #DFE4EA;
    background: #DFE4EA;
}

#tree {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #E7F0FF;
}
#ctl00_mainContent_lblCourseName {
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FF3300;
    padding-left: 15px;
}
#ctl00_mainContent_lblCourseBody {
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #000;
}
#ctl00_mainContent_lblLessonName {
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FF3300;
    padding-left: 5px;
}

#ctl00_mainContent_lblLessonBody {
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #000;
}
#ctl00_mainContent_lblAssignmentName {
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FF3300;
    padding-left: 5px;
}
#ctl00_mainContent_lblViewPhoto {
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FF3300;
    padding-left: 15px;
}
#ctl00_mainContent_lblViewCritique {
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FF3300;
    padding-left: 15px;
}
#ctl00_mainContent_lblAssignmentBody {
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #000;
}
#ctl00_mainContent_Login1_UserName {
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #000;
}
#ctl00_mainContent_Login1_Password {
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #000;
}
label {
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #000;
}
#ctl00_mainContent_lblName1, #ctl00_mainContent_lblName2, #ctl00_mainContent_lblName3, #ctl00_mainContent_lblName4, #ctl00_mainContent_lblName5 {
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #000;
    padding-left: 15px;
}
#ctl00_mainContent_lblPhoto1, #ctl00_mainContent_lblPhoto2, #ctl00_mainContent_lblPhoto3, #ctl00_mainContent_lblPhoto4, #ctl00_mainContent_lblPhoto5, #ctl00_mainContent_grvPhoto {
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #000;
    padding-left: 15px;
}
legend {
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #f30;
}
table.mb {
    margin: 0;
    border-style: solid;
    border-right-style: none;
    border-bottom-style: none;
}
table.mb td {
    margin: 0;
    border-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
}
.style1 {
    font-size: 100%;
    font-weight: bold;
    color: #334d55;
    text-align: center;
}
.style2 {
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #ff3300;
    font-weight: bold;
}
.style3 {
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FF3300;
}

td.TopicLink {
    text-align: left;
}

td.TopicLink a {
    font-size: 12px;
    text-decoration: underline;
    color: #006400;
    font-weight: bold;
}

input.autocomplete {
    background-color: #EAEDFF;
    color: #020235;
}



textarea,
.text {
    background-color: #EAEDFF;
    color: #020235;
}


div.autocomplete {
    position: absolute;
    width: 250px;
    background-color: white;
    z-index: 2;
    border: 1px solid #888;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

div.autocomplete ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.autocomplete ul li.selected {
    background-color: #ffb;
}

div.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    cursor: pointer;
}

table.intro-photos {
    border: 1px solid black;
    width: 100%;
    border-collapse: collapse;
}

table.intro-photos td.photo {
    width: 30%;
    text-align: center;
}

table.intro-photos td {
    border: 1px solid black;
    border-collapse: collapse;
}

table.intro-photos table.intro-photos-item, table.intro-photos table.intro-photos-item td {
    border: none;
}

img.critiqueImage {
    border: 0px;
    margin: 3px;
}

div.multiImageViewer{
    margin: 3px;        
    width: 99%; 
    border: 1px solid black;   
}

div.floatLeft{
    float: left;
    position: relative;
    padding: 5px;
    width: 120px;
    text-align: center ;
}

#body {
    width: 100%;
    padding-left: 2px;   
}

table.multImageViewer {
    text-align: center;
    width: 90%;
    height: 100%;
}

table.multImageViewer td.button{
    width: 20px;
}

span.gray 
{
	color: #EEEEEE;
}

.toggleimage {
    color:red; 
    font-weight:bold;
    cursor: pointer;
    cursor: hand;
}

.print_lnk {
    padding-right: 10px;
    text-align: right;
    font-family: Arial, Verdana;
    font-size: 11px;    
}

table.notes td {
	font-size: 110%;
}
