/* CSS Document */


/* Places Used */


/* USED IN SYMPOSIA,PRACTICE SETTING PORTAL, PAGE BEGIN */
.HeaderBlue2 {
	position: relative;
	margin: 10px 0;
	padding: 0;
	background-color: #E7EEF5;
	border-top: 1px solid #E7EEF5;
	border-right: 1px solid #7fa4d9;
	border-bottom: 1px solid #7fa4d9;
	border-left: 1px solid #E7EEF5;
	}
	
.practicesetting h2 {
	font-size: 1.1em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.practicesetting h3 {
	font-size: 1.1em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.practicesetting h4 {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: oblique;
}

	
.practicesetting blockquote {
	background-color: #FAE4E8;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CFC;
	border-right-color: #CFC;
	border-bottom-color: #CFC;
	border-left-color: #CFC;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 25px;
}
	
/*  END */


/*  At at Glance Image promo BEGIN */
div.ataglance {
/*	width: 260; */
	margin: 15px 0 5px 0;
/*	padding: 25px; */
/*	display: inline; */
	text-align: center;
	border: 1px solid #0072C6;	
	
}

div.ataglance img {
	margin: 0px 5px;
/*    border: 1px solid #000;	*/
}

div.ataglance a {
	border: 0;
	
}

/*  At at Glance Image promo END */

/*  At at Glance Image promo BEGIN */
div.ataglance-portalpage {
/*	width: 315px; */
	margin: 40px 0 5px 0;
/*	padding: 25px; */

/*	display: inline; */
	text-align: center; 
/*	border: 1px solid #000000;	*/
	
}

div.ataglance-portalpage img {
	margin: 0px 5px;
	padding: 5px 25px 5px 25px;
	border: 1px solid #0072C6;	
/*    border: 1px solid #000;	*/
}

div.ataglance-portalpage a {
	border: 0;
	
}
/*  At at Glance Image PROMO END */


/*  At at Glance Image promo BEGIN */
div.techtalkbox {
/*	width: 260; */
	margin: 15px 0 5px 0;
/*	padding: 25px; */
/*	display: inline; */
	text-align: center;
	border: 1px solid #0072C6;	
	
}

div.techtalkbox  img {
	margin: 0px 0px;
	padding: 3px 0 0 0;
/*    border: 1px solid #000;	*/
}

div.techtalkbox a {
	border: 0;
}

div.techtalkbox p {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



div.techtalkbox a {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: underline;
}

div.techtalkbox a:link {
	color: black;
	text-decoration: underline;
}
div.techtalkbox a:visited {
	color: black;
	text-decoration: underline;
}

div.techtalkbox a:hover {
	color: #666666;
	text-decoration: underline;
}

/*  At at Glance Image promo END */



/*  PORTAL CSS BEGIN */
a.portal {
	color: #000099;
	background:inherit;
	text-decoration: underline;
}

a.portal:link {}

a.portal:visited {text-decoration: none;
	color: #990099;
	}

a.portal:hover {color: #990000;
	text-decoration: underline;}

a.portal:active {color: #ff0000;}

/* PORTAL CSS END */
