
/*---- solutions pages ----*/

*|*:-moz-any-link:focus { outline: 0; }

dl, dt, dd { margin: 0; padding: 0; }

dl div { margin: 0 0 1em; }

dl dt a, dl dd {
	display: block;
	padding: 0 0 2px 1.25em;
}

dd ul { margin-top: .75em !important; }

dl dt a {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left 2px;
	background-image: url("/assets/img/services/education/minus.gif");
	text-decoration: none;
	cursor: pointer;
}

dl dt a.closed { background-image: url("/assets/img/services/education/plus.gif"); }

dl dd {
	color: #000;
	font-weight: normal;
}


table.plain {
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	border-color: #CCCCCC;
	font-size: 11px;
}

table.plain td {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 5px;
	margin: 0px;
}

table.plain th {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 5px;
	margin: 0px;
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: left;
}

#maincol H2, .maincol H2, #maincombocol H2, .maincombocol H2 {
	font-size: 11px;
	color: #8E9296;
	margin: 0px;
	font-weight: normal;
}

H1.large, .maincol H1, #twocolumnleft H1, .maincombocol H1, .maintriplecol H1, #twocolumnleft H1 {
	font-size: 24px;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#maincol p, .maincol p, #maincombocol p, .maincombocol p, #maintriplecol p, .maintriplecol p, #twocolumn2ndlvlright p {
	margin: 0 0 8px;
	line-height: 14px;
	color: #333;
}

#maincombocol, .maincombocol {
	width: 540px;
	float: left;
	padding-left: 15px;
}

.pad20top {
	padding: 20px 0 0 0;
}

span.spcr {
	font-size:2px; /* this span fixes Mac/IE5 bug on hanging indents.  */
}
	
div.seealsoarrowList {
	margin:1px 10px 2px 18px;
	text-indent:-16px;
	text-decoration:none;
}

div.seealsoarrowList a:hover {
	text-decoration:underline;
}

/* -------------------------- */
/* Rounded corner box with border */
/* -------------------------- */

.roundedCornerSpacer {
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
	1px: the width of the border
	3px: a fudge factor needed for IE5/win (see below)
	4px: the width of the border (1px) plus the 3px IE5/win fudge factor
	8px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
	width: 8px; height: 8px;
	padding: 0px; border: 0px;
	z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -8px 0px 0px 0px; }
.borderBR { margin: -8px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */

.borderTL {
	margin-left: -4px;
	ma\rgin-left: -1px;
}
html>body .borderTL {
	margin-left: -1px;
}
.borderTR {
	margin-right: -4px;
	ma\rgin-right: -1px;
}
html>body .borderTR {
	margin-right: -1px;
}
.borderBL {
	margin-left: -4px;
	ma\rgin-left: 0px;
}
html>body .borderBL {
	margin-left: 0px;
}
.borderBR {
	margin-right: -4px;
	ma\rgin-right: 0px;
}
html>body .borderBR {
	margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   roundedcontent class and apply whatever positioning you
   want to the roundedcontentWrapper class. */
.roundedcontent {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	 font-size: 10px;
}

.roundedcontentyellow {
	margin: 0px;
	padding: 0px;
	border: 1px solid #FDD799;
	 font-size: 10px;
}

.roundedcontentWrapper {
	/* position this div however you want, but
	   keep its padding and border at zero */
   padding: 0px;
   border: 0px;
	width: 350px;
	background: #eeeeee;
	margin: 0px;
}

.roundedcontentWrapper2 {
	/* position this div however you want, but
	   keep its padding and border at zero */
   padding: 0px;
   border: 0px;
	width: 540px;
	background: #eeeeee;
	margin: 0px;
}

.roundedcontentWrapperyellow {
	/* position this div however you want, but
	   keep its padding and border at zero */
   padding: 0px;
   border: 0px;
	width: 160px;
	background: #FDD799;
	margin: 0px;
}

.roundedcontentWrapper h5 {
	margin: 4px 0 4px 8px;
	font-size: 10px;
	font-weight: bold;
}
