/* style sheet
   Colorado Community College System
   Copyright 2008-2009 All rights reserved.
   stylesheet by Tracy Hughes www.hughesllc.net
*/

#definition {
	background-color: #fdfdf2;
	width:85%;
}

#definition div.selected { 
	border-bottom: none;	
}

#definition div.title {
	background-color: #fdfdf2;
	padding: 5px 5px 5px 0;
	text-decoration:underline;
	cursor: pointer;
}
#definition div.content {
	border: 1px solid #d0c5b4;
	background-color:#f2ede8;
	padding: 7px 11px 11px 11px;
	font-weight:normal;
}

#resources {
	margin: 0;
	padding: 0 0 15px 0;
	background-color: #fdfdf2;
	width: 85%;
}
#resources div.selected { 
	border-bottom: none;	
}
#resources div div {
	padding: 0px 0px 10px 18px;
}
#resources div.title {
	background-color: #fdfdf2;
	background-image: url(../pics/arrowb.gif);
	background-position:left;
	background-repeat:no-repeat;	
	padding: 5px 5px 5px 5px;
	text-indent:14px;
	cursor: pointer;
	text-decoration:underline;
}

#wide {
	border-bottom:2px solid #e1e1e1;
	margin: 0;
	padding: 0;
	background-color: #fdfdf2;
	width: 100%;
}
#wide div.selected { 
	border-bottom: none;
}
#wide div div {
	padding: 0px 0px 10px 22px;
}
#wide div.title {
	border-top: 1px solid #e1e1e1;
	background-image: url(../pics/arrowb.gif);
	background-position:left;
	background-repeat:no-repeat;	
	background-color: #fdfdf2;
	padding: 5px 5px 5px 5px;
	text-indent:14px;
	cursor: pointer;
}
#wide table td {
	border-bottom: 1px dotted #e1e1e1;
}

