@charset "UTF-8";


/* -------------------------redefinition of common tags------------------------- */
/*div { border:
	border: thin solid #FF0000;
	border: 1px solid #99CCCC;
}*/

body {
	font-size:.9em;
	font-family: Helvetica, sans-serif;
	background-color: rgb(245,245,245);
	margin-left: 0px;
	margin-top: 10px
	margin-right: 0px;							
	margin-bottom: 10px;
	color: #656565;
}

html>body {
	font-size:.9em;
	color: #656565;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 1.5em;
}

h1 {
	font-size:2.1em;
	font-weight:bolder;
	letter-spacing: -0.04em;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #818181;
}
h2 {
	font-size:1.3em;
	font-weight:bolder;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	color: #8B8B8B;
}

h3 {
	font-size:1.1em;
	font-weight:bolder;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	color: #8B8B8B;
}

h4 {
	font-size:1em;
	font-weight:bolder;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	color: #8B8B8B;
}

h5 {
	font-size:1em;
	font-weight:bolder;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	color: #8B8B8B;
}

h6 {
	font-size:0.8em;
	font-weight:bolder;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	color: #8B8B8B;
}

code {
    color: hotpink;
    line-height: 1.5em;
    font-size: 1.2em;
}


/* -------------------------Text classes------------------------- */

.textBody   {
	font-size:0.75em;
}

.boxCallout {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	background-image: url(../images/backgrounds/calloutBoxFade.jpg);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

.wootwoot {
    background: hotpink;
    color:white;
    box-shadow: 5px 5px 21px 0 #eb0909!important;
    width: 250px;
    padding-left:1%;
}



/* --------------------------------divs and ids-------------------------------- */
#DIVcontainer {
	width: 94%;
	text-align: left;
	background-color: rgb(245,245,245);
	margin-left: 3%;
} 
#DIVheader {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 80px;
} 

#DIVHeaderLeft {
	width: 60%;
	float: left;
	margin: 0px;
	height: 166px;
	padding: 0px;
}

#DIVHeaderRight {
	float: left;
	line-height: 1.5em;
	height: 166px;
	background-image: url(../images/backgrounds/module_top_glowfade_backgrd.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	width: 238px;
	padding: 0px;
}
#DIVAnchor {
	width: 100%;
    float: left;
	margin-top: 20px;

}
#DIVleftColumn {
	float: left;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 60%;
}

#DIVonlyColumn {
	float: left;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 75%;
	font-size: 1.1em;
}
#DIVrightColumn {
	float: left;
	color: #404040;
	background-color: rgb(245,245,245);
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 15%;
    min-width: 10%;
} 
#DivFarRight {
	float: left;
	color: #404040;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	width: 18%;
}

#DIVfooter {
	float: left;
	padding: 12px;
	margin: 0px;
} 

.floatRight {
	float: right;
}
.DivNavModule {
	border-radius: 10px;
    background-color: rgb(244, 249,	255);

}

.DivNavTop {
	height: 20px;
	padding-top: 6px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D5D5D5;
	padding-bottom: 4px;
}


.DivNavLink {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBDBDB;
}



.DivNavBottom {
	height: 20px;
	font-size: 0.9em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
} 

.DIVweekModule {
    border-radius: 10px;
    background-color: rgb(244, 249,	255);
	padding: 12px;
	margin-bottom: 10px;
    margin-right: 5px;
}
.DIVweekModuleGreen {
    border-radius: 10px;
	padding: 12px;
	margin-bottom: 10px;
}



/* --------------------------------global link rules-------------------------------- */


a:link {
	color: #0a87b7;
    background-color:rgb(190,235,255,0.4);
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0E1ED;
}
a:visited {
	color: #698D98;
	text-decoration: none;
	border-bottom: 1px solid #C0E1ED;
}
a:hover {
	text-decoration: none;
    animation: linkhover 1s ease-in-out infinite;
    animation-direction: alternate;
}
a:active {
	text-decoration: none;
	color: #990000;
	border-bottom: 1px solid #C0E1ED;
}

@keyframes linkhover {
    from {background-color:hotpink; color:white; text-decoration: underline;}
    to {background-color:rgb(190,235,255,0.4);}
}


/* --------------------------------left hand Nav link rules-------------------------------- */

.DivNavLink  a:link{
	color: #0a87b7;
	font-size:0.95em;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
		border: none;

	
	}
	
.DivNavLink   a:visited {
	color: #698D98;
	font-size:0.95em;
	font-weight: bold;
	text-decoration: none;
			border: none;

	}
	
.DivNavLink   a:hover {
	color: #0a87b7;
		font-size:0.95em;
	font-weight: bold;
	text-decoration: underline;
			border: none;

	}
	
.DivNavLink   a:active {
	color: #990000;
	font-size:0.95em;
	font-weight: bold;
	text-decoration: none;
			border: none;

	}


.copyright {
	color: #A5A5A5;
	font-size: 0.9em;
	line-height: 1.4em;
	}

.imageBorder {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.leading {
	line-height: 1.8em;
}
.leadingHome {
	line-height: 1.4em;
}
.weektitle {
    background-image: url(/images/pattern.gif);
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 8px;
	margin-left: -20px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #666;
	border-left-width: 4px;
	border-left-color: #DDDDDD;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.handin {
	font-size: .9em;
	text-transform: uppercase;
	color: #994552;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	font-weight: bold;
	width: 80px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.inclass {
	font-size: .9em;
	text-transform: uppercase;
	color: gray;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
    width: 60px;
}

.homework {
	font-size: .9em;
	text-transform: uppercase;
	color: gray;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	font-weight: bold;
	width: 90px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.redHighlight {
	color: #c7254e;
    background-color: #f9f2f4;
}

.handinText {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	line-height: 1.8em;
}


.daydate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #491316;
	text-transform: uppercase;
}


.projecttitle {
	font-size: 1.9em;
    font-weight:bold;
	color: #767676;
	letter-spacing: -0.7px;
	line-height: 24px;
}
.projecsubttitle {
	font-size: 1.3em;
	color: #767676;
	line-height: 24px;
}
.demotitle {
	font-size: 1.9em;
	color: #669960;
	line-height: 24px;
}
ul {
	line-height: 18px;
}

sup {
    
}

strong {
    color:black;
}

.projectlink {
    height: 100px;
    width: 100%;
    float:left;
    padding-top:20px;
    text-align:right;
}
