/*-- Here is the division attributes that create the Study Question box --*/

div.pb-sq1 {
	color:#000;
	background: #e9ffef;
	font: normal bold 12px/12px arial, geneva, sans-serif;
	display: block;
	margin: 21px auto 0 auto;
	padding: 6px 9px 6px 9px;
	border-top: 1px dotted #009;
	border-right: 1px dotted #009;
	border-left: 1px dotted #009;
	}

div.pb-sq2 {
	color:#000;
	background: transparent;
	display: block;
	margin: 0 auto 18px auto;
	padding: 12px 9px 18px 9px;
	border-right: 1px dotted #009;
	border-bottom: 1px dotted #009;
	border-left: 1px dotted #009;
}

.bordermain {
	border: 1px solid #b6b7cb;
	}
	
/*INPUT {
	border: 1px solid #b6b7cb;
	}

SELECT {
	border: 1px solid #b6b7cb;
	}
	
TEXTAREA {
	border: 1px solid #b6b7cb;
	}
*/
.medium {
	border: 1px solid #b6b7cb;
	width: 300px;
	}
	
.coursesmall {
	border: 1px solid #b6b7cb;
	width: 500px;
	height: 150px;
	}
	
.questtext {
	border: 1px solid #b6b7cb;
	width: 500px;
	height: 100px;
	}	
	
.questionnums {
	border: 1px solid #b6b7cb;
	width: 50px;
	height: 15px;
	}
	
/*.record_field_name {
	border: 1px solid #b6b7cb;
	width: 500px;
	height: 150px;
	}
*/
.record_field_input {
	width: 500px;

	}

/*-- This is the copyright division --*/

div.pb-copyright {
	font: normal 9px/10px verdana, geneva, sans-serif;
	color: #333;
	background: transparent;
	text-align: center;
	margin: 0;
	padding: 3px 0 3px 0;
	border-top: 1px #009 dotted;
}



/*-- This is the sidebar division --*/

div.pb-sidebar {
	display: block;
	margin: 18px 0 18px 0;
	padding: 18px;
	border: 2px #009 dotted;
}



/*-- These are all the Headline tags --*/

h1.pb {
	color:#039;
	background: transparent;
	font: normal bold 24px/27px arial, geneva, sans-serif;
	text-align: center;
	margin: 24px 0 18px 0;
}

h2.pb {
	color:#039;
	background: transparent;
	font: normal bold 21px/24px arial, geneva, sans-serif;
	text-align: center;
	margin: 24px 0 18px 0;
}

h3.pb {
	color:#039;
	background: transparent;
	font: normal bold 16px/18px arial, geneva, sans-serif;
	text-align: left;
	margin: 18px 0 0 0;
}

h4.pb {
	color:#039;
	background: transparent;
	font: normal bold 12px/12px verdana,geneva, sans-serif;
	text-align: center;
	margin: 6px 0 9px 0;
}


/*-- Here are all the paragraph class tags --*/

p.pb {
	font: 13px/17px verdana, sans-serif;
	margin: 7px 0 0 0;
}

p.pb-a {
	font: 13px/17px verdana, sans-serif;
	margin: 14px 0 0 0;
}

p.pb-right {
	font: 13px/17px verdana, sans-serif;
	margin: 21px 0 24px 0;
	text-align: right;
}

p.pb-indent {
	font: 13px/17px verdana, sans-serif;
	margin: 7px 24px 0 24px;
}

p.pb-sq {
font: bold italic 14px/16px arial, geneva, sans-serif;
}

p.pb-sm {
	font: 13px/17px verdana, sans-serif;
	font: normal 10px/12px verdana, geneva, sans-serif;
	margin: 0 0 9px 0;
}

/*-- This CSS code creates a better hanging indent for ordered and unordered lists --*/

ol, ol.pb, ul, ul.pb {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}

li, li.pb {
	background:  url(../../../../../Local%20Settings/Temporary%20Internet%20Files/OLK2A/dive_flag.gif) left top no-repeat;
	color: #000;
	font: 13px/17px verdana, sans-serif;
	margin-top: 7px;
	padding-left: 15px;
	}


/*-- The CSS for various span classes --*/

span.pb-smallcaps {
	font-variant: small-caps;
}

span.pb-red {
	color: #f00;
	background: transparent;
	font-weight: bold;
}


/*-- Image tag classes (center, or float left or right) --*/


img.pb-center {
	display: block;
	text-align: center;
	margin: 18px auto 18px auto;
	border: 0;
}

img.pb-left {
	margin: 7px 9px 6px 0;
	display: block;
	float: left;
	border: 0;
}

img.pb-right {
	margin: 7px 0 6px 9px;
	display: block;
	float: right;
	border: 0;
}

/*-- Stuff to make specialties look OK --*/
.specialtyTopics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000099;
}
.specialtyBodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
.specialtyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.specialtySubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

/*-- Jed code --*/
.bordermain {

            border: 1px solid #b6b7cb;

            }
.chapterTopics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	list-style-position: inside;
	list-style-type: square;
}
.chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 14px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #CCCCCC;
	text-decoration: none;
}
