/* main pages of MAT 125 website - black background - tables with no borders and cells with borders */


/* stop the jumping that happens when a scrollbar appears on some pages */
html {overflow-y: scroll;}


a:link {color: #455899;
	}
a:visited {color: #3f4a8a;
	}
a:hover {color: #aa064f;
	text-decoration: none; }
a:active {color:#31bba1; }

body {background-color:#455899;
margin: 10px; font-family: helvetica, arial, sans-serif;}
	
	/* background colors */
	
.ltschedule {background-color: #aeb8e4 ;}

.drkbkgblu {background-color: #2f3d7a;}

/* end background colors */
	
#dragonfly {background-image:url(dragonfly3.png);
background-position: 20px 10px;
background-attachment:fixed;
background-repeat:no-repeat; }

.drkblue {background-image:url(images/bluestrip.jpg);
	background-repeat:repeat-x;}
	
.drkblue2 {background-image:url(images/bluestrip2.jpg);
	background-repeat:repeat-y;}
	

/* Flower Backgrounds */
	
.flowerRt {background-image:url(images/6696flowerR3.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}

.flowerRtTall {background-image:url(images/6696flowerR2.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}

.flowerLeft {background-image:url(images/6696flowerL3.jpg);
background-position: bottom left;
background-repeat:no-repeat;
}

.flowerLeftTall {background-image:url(images/6696flowerL2.jpg);
background-position: bottom left;
background-repeat:no-repeat;
}

.flowerMid {background-image:url(images/6696flowerM3.jpg);
background-position: bottom left;
background-repeat:no-repeat;
}


.skytop {background-image:url(images/6696sky.jpg);
background-repeat:repeat-x;
}
	


.bold {font-size: 11pt;
	font-weight:bold;
	color: #000000;
	margin-left: 7px;
	margin-right: 7px}

.fat {
	font-size: 11px;
	font-weight:bold;
	color: #000000;
}

.fat2 {
	font-size: 11px;
	font-weight:bold;
	color: #2f3d7a;
}


.normal {
	font-size: 11px;
	font-weight:normal;
	line-height: 125%;
	color: #000000;
	margin-left: 7px
}


.lean {
	font-size: 11px;
	font-style: italic;
	color: #000000;
}

.reverse {
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 14px;
}

.rfat { font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 130%;
}

.mini {font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #000000;
	margin-left: 7px;
	margin-right: 7px
}
	
.due 	{font-size: 10pt;
	font-weight:normal;
	line-height: 12pt;
	color: #8a2529;
	margin-left: 7px
	}



h1	{font-size: 23px;
	color: #66ccff;
	margin-bottom:0px;
	margin-top: 0px;
	}

h2	{font-size: 16px;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 8px;
	margin-bottom:0px
	}

h3	{ font-size: 14px;
	color: #ffffff;
	margin-bottom: 4px
	}

h4	{font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom:4px
	}

table 	{border: none;background-color: #fff; }

td 	{border-style: solid; 
	border-width: 1px; 
	border-color: #455899;}

td.none {border: none; }

ul ol, li  	{
	font-size: 11px;
	font-weight:normal;
	line-height: 13px;
	color: #000000;
	margin-right: 5px
}

li	{list-style: disc;
}

li.num	{list-style: decimal;
	line-height: 150%;}


dl 	{font-size: 10pt;
	font-weight:normal;
	line-height: 12pt;
	color: #000000;
	margin-left: 7px;
	margin-right: 5px;}
#shape {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
}
tr.bg {background-color: #CCC;
}

td.ltrow2 {background-color: #d6dcfa;
}

/* add nav buttons 2013 */

 .nav {background-color: #d6dcf7; padding: 3px 0;font-size: 12px;}
   
   .nav a:link, .nav a:visited
   {background-color: #d6dcf7; color: #455899;
   padding: 3px 15px; text-decoration: none;
   border-right: solid 1px #455899;border-left: solid 1px #455899;
   font-size: 12px;
   }
   
   .nav a:hover
   {background-color: #455899; color: #d6dcf7;;
   text-decoration: none;
   border-right: solid 1px #fff; border-left: solid 1px #fff;}
   
    .nav .onpage
   {background-color: #455899; color: #d6dcf7;;
   text-decoration: none; text-transform:uppercase;padding: 3px 13px;
   border-right: solid 1px #fff; border-left: solid 1px #fff;}