/* THIS IS A DEFAULT STYLESHEET FOR CAMPUSONE WEBCT COURSES */
/* STYLES FOR STANDARD HTML ELEMENTS */
body { 
	font-family:Verdana,Arial,Helvetica,sans-serif; font-size:75%; color:#000000; 
	margin-top:20px; margin-right:50px; margin-bottom:20px; margin-left:50px; 	 
	background-color:#ffffff;  background-repeat:no-repeat; background-position:bottom center; 
	}
h1 { 
	font-size:110%; color:#ffffff; font-weight:bold; 
	text-align:left; border:none; padding:3px;
	background-color:#735DA8; background-repeat:repeat-y; background-position:top left;   
	}
h2 { 
	font-size:100%; color:#ffffff; font-weight:bold; 
	text-align:left; border:none; padding:3px;
	background-color:#735DA8; background-repeat:repeat-y; background-position:top left;   
	}	

h3 { 
	font-size:100%; font-weight:bold; color:#735DA8;
	}
h4 { 
	font-size:100%; font-weight:bold; font-style:italic; color:#735DA8;
	}
div, p, td, ul, ol, table { font-size:100%; }

a:link { }
a:visited { }
a:hover { }
a:active { }

li{
	list-style-image: url(../images/con_bullet.gif);
	list-style-type: square;
	line-height: 25px;
	}
	li.tick{
	list-style-image: url(../images/bullet_tick.gif);
	list-style-type: square;		
	}
	li.cross{
	list-style-image: url(../images/bullet_cross.gif);
	list-style-type: square;		
	}

hr { 
	border:none; border-top:#33435C; border-top-width:1px; border-top-style:dotted;  
	margin-top:10px; margin-right:auto; margin-bottom:0; margin-left:0; 
	width:100%; height:1px; text-align:left; 
	}

/* STYLES FOR POSITIONING HTML ELEMENTS */
.floatright { float:right; width:180px; margin-left:10px; font-size:90% }
.floatleft { float:left; width:180px; margin-right:10px; font-size:90% }

#container2middle { z-index:1; width:100%; max-width:80%; } 
#container2right { float:right; width:180; margin-top:0px; margin-right:0px; margin-bottom:5px; margin-left:5px; padding:0px; z-index:1; max-width:17%; font-size:90%; }
#container2left { float:left; width:180; margin-top:0px; margin-right:5px; margin-bottom:5px; margin-left:0px; padding:0px; z-index:1; max-width:17%; font-size:90%; }

#container3middle { z-index:1; width:100%; max-width:65%; margin-left:17%; } 
#container3right { float:right; width:180; margin-top:0px; margin-right:0px; margin-bottom:5px; margin-left:5px; padding:0px; z-index:1; max-width:17%; font-size:90%; }
#container3left { float:left; width:180; margin-top:0px; margin-right:5px; margin-bottom:5px; margin-left:0px; padding:0px; z-index:1; max-width:17%; font-size:90%; }

/* STYLES FOR ADAPTING FONT ATTRIBUTES */
.smalltext { font-size:90%; }
.smallertext { font-size:80%; }
.smallesttext { font-size:75%; }
.boldtext { font-weight:bold; }
.italictext { font-style:italic; }
.myUL li { padding-bottom:10px; }
.romanlist { list-style-type:lower-roman; }
.alphalist { list-style-type:lower-alpha; }
.notesfortutor { color:#ff0000; }

/* STYLES FOR PULL-OUT TEXT BOXES AND THEIR TITLES */ 
.pullout1, .pullout2, .pullout3, .pulloutquotes { padding:3px; border:#735DA8; border-width:1px; border-style:solid; }
div.pullout1, div.pullout2, div.pullout3, div.pulloutquotes { margin-top:0px; }

.pullout1 { background-color:#C6BDDD; }
.pullout2 { background-color:#A597C6; }
.pullout3 { background-color:#E2DDEE; }
.pulloutquotes { background-color:#E2DDEE; background-image:url("quotes_small.gif"); background-repeat:no-repeat; background-position:center center;  }


.pullouttitle { background-color:#735DA8; color:#ffffff; font-weight:bold; text-align:left; padding:3px; border:none; margin-top:20px; border:#ffffff; border-width:0px; border-style:solid; border-bottom-width:1px; }

/* STYLES FOR DATA TABLES */ 

.datatable1, .datatable2, .datatable3 { border-collapse:collapse; } 
.datatable1 th, .datatable2 th, .datatable3 th { 
	background-color:#735DA8; color:#ffffff; font-weight:bold; 
	padding:3px; margin:0px; 
	border:#735DA8; border-width:1px; border-style:solid; 
	vertical-align:middle; text-align:left; 
	} 
.datatable1 td, .datatable2 td, .datatable3 td { 
	padding:3px; margin:0px; vertical-align:middle; 
	border:#735DA8; border-width:1px; border-style:solid; 
	}

.datatable1 td { background-color:#E2DDEE; }
.datatable1 .type1 { background-color:#C6BDDD; } 

.datatable2 td { background-color:#ffffff; }
.datatable2 .type1 { background-color:#E2DDEE } 

.datatable3 th { background-color:#A597C6; }
.datatable3 td { background-color:#E2DDEE;  }
.datatable3 .type1 { background-color:#C6BDDD; } 

/* MISCELLANEOUS */

.hidetext { visibility:hidden; display:none; border:#ffffff; border-width:1px; border-style:none; padding:3px; margin-left:5px; margin-right:5px; }
.showtext { visibility:visible; display:block; border:#735DA8; border-width:1px; border-style:solid; padding:3px; margin:5px; margin-left:5px; margin-right:5px; }

.hiddenpanel{
	   background-color:#f5f5f3; 
	   layer-background-color:#f5f5f3;
	   border: 1px solid #000;
       z-index:99;  
	   display: none;
	   visibility:hidden;
	   padding: 10px 10px 10px 10px;
	}
.questiontable {
	background-color: #EFF8FF;
	border: 1px solid #000000;
}
.answer {
	background-color: #F6F6FF;
	border: 1px solid #C7C7B9;
	color:#000000;
}





