@charset "UTF-8";
/* CSS Document */


/* Global settubgs for h, p, ul and link styles. If you need custom styles create custom div tags. */
h1, h2 {font-family:Verdana, Geneva, sans-serif;color:#990033;}
h1 {font-size:24px;}
h2 {font-size:18px;}
h3 {font-family:Verdana, Geneva, sans-serif;color:#000000;}
h3 {font-size:16px;}
p, ul, li, th, td, blockquote {	font-family:Verdana, Geneva, sans-serif;font-size:12px;	line-height:1.6em;}
ul {list-style: disc;}
a {color:blue;text-decoration:underline;}
a:active {text-decoration:underline;}
a:hover {text-decoration:none;}
img { /* gives all images a 2px space around and removes borders */	padding:2px; border:0;}


/* end global settings */


/* custom style classes for text styling */

.highlight {background:#ffff00;	font-weight:bold;		
}

.emphasis {	font-weight:bold;}
.maroon {color:#990033;}
.italics {font-style:italic;}
.underline {text-decoration:underline;}
.red-emphasis {font-weight:bold;color:red;}
.border {padding:2px;border:0;}

/* end of custom style classes */


#redbox {padding:15px;background:#e7e7e7;border:1px solid #F00;}


/* Automatically inserts a small icon as a background based on the type of linked document (pdf, doc, docx, xls, xlxs, ppt, pptx) */

a[href$=".pdf"] {background:url(http://asuonline-dev.asu.edu/css/icons/pdf.jpg) no-repeat right top;padding-right:20px;}
a[href$=".doc"], a[href$=".docx"] {background:url(http://asuonline-dev.asu.edu/css/icons/word.png) no-repeat right top;padding-right:20px;}
a[href$=".ppt"], a[href$=".pptx"]  {background:url(http://asuonline-dev.asu.edu/css/icons/ppt.jpg) no-repeat right top;	padding-right:20px;	}

/* end of automatic icon insert */


/* Custom DIV tags for course sections. Inserts appropriate background image on the top line.    */

#discussions {background:url(http://asuonline-dev.asu.edu/css/icons/discussions.gif) left top no-repeat;}
#quiz {background:url(http://asuonline-dev.asu.edu/css/icons/Quiz.jpg) left top no-repeat;}
#self-check {background:url(http://asuonline-dev.asu.edu/css/icons/selfcheck.gif) left top no-repeat;}
#writing {background:url(http://asuonline-dev.asu.edu/css/icons/writingActivities.gif) left top no-repeat;}
#digital-text {background:url(http://asuonline-dev.asu.edu/css/icons/digitalText.gif) left top no-repeat;}
#lecture-presentation {background:url(http://asuonline-dev.asu.edu/css/icons/lecturePresentation.gif) left top no-repeat;}
#group-work {background:url(http://asuonline-dev.asu.edu/css/icons/groupWork.gif) left top no-repeat;}
#web-resources {background:url(http://asuonline-dev.asu.edu/css/icons/webResources.gif) left top no-repeat;}
#video {background:url(http://asuonline-dev.asu.edu/css/icons/Video.png) left top no-repeat;}
#chemistry {background:url(http://asuonline-dev.asu.edu/css/icons/chemistryLab.gif) left top no-repeat;}
#interactive {background:url(http://asuonline-dev.asu.edu/css/icons/interactiveActivities.gif) left top no-repeat;}
#selfcheck {background:url(http://asuonline-dev.asu.edu/css/icons/selfcheck.gif) left top no-repeat;}
#interactivity {background:url(http://asuonline-dev.asu.edu/css/icons/interactivity.jpg) left top no-repeat;}
#audio {background:url(icons/audio-icon.jpg) left top no-repeat;}
#suplementary-materials {background: url(icons/supplementary-materials.jpg) left top no-repeat;		}
#review-icon {background: url(icons/review-icon.jpg) left top no-repeat;}
#extra-credit {background: url(icons/extra-credit.jpg)left top no-repeat;}
#pdf-schedule {background: url(http://asuonline-dev.asu.edu/css/new-icons/pdf-document.jpg)left top no-repeat;}


/* Pushes text to the right 70px to the right.   */

#discussions, #quiz, #self-check, #writing, #digital-text, #lecture-presentation, #group-work, #web-resources, #video, #chemistry, #interactive, #selfcheck, #interactivity, #audio, #suplementary-materials, #review-icon, #extra-credit {padding-left:70px;min-height:65px;height:auto !important;	clear:both;}

/* This is the code for the demo page. */
#demo {	margin:2em 4em;	padding:10px;background:#eeeeee;font-family:"Courier New", Courier, monospace;}
#print {text-align:right;}
a[href$=".print"] {background:url(http://asuonline-dev.asu.edu/css/icons/print.gif) no-repeat right top;padding-right:20px;}
ul ul {list-style:circle;}
td, th {padding:.2em;text-align:left;vertical-align:center;}
th {font-weight:bold;font-size:14px;}
.odd {background:#f2f2f2;}

/* ----- end of code for the demo page ----- */


/* Resets UL and removes list styles in tables */
#resetTbl table ul {list-style:none;margin:0;padding:0;}

/* end of table rest */



/* --- APA paragraph style ---- */
.apa, #apa {margin:0in 0in 0.0001pt 0.5in;text-indent: -0.5in; line-height: 200%;}

/* -+----*/

.tdRight {
		text-align:right !important;
		}



/* Return to home unit button */


#homeButton {}

#homeButton ul {
	list-style:none;

}


#homeButton ul li a {
		text-decoration:none;
		color:#c00000;
		display:block;
		padding:30px 20px;
		background-color:#eeeeee;
		width:400px;
		font-family: Helvetica, Arial,sans-serif;
		font-size: 40px;
		font-weight:bold;
}

#homeButton ul li a:hover {
		background-color:#ccc;
}

