@charset "UTF-8";


/* ++++++++++++++++++++++++++++++++++++++++   STYLES FOR Search page */


/*+++++++++++++++  CONFIRM PHOTO STYLE ++++++++++++++*/
#add_photo_confirm {
	width: 550px;
	margin-right: 175px;
	margin-left: 175px;
	text-align: center;
	background-color: #A3D0D2;
	padding: 20px;
}
#add_photo_confirm h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
#add_photo_confirm a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #27437A;
	padding: 5px;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/css/CSS_BG_08.png);
	background-repeat: repeat;
	font-size: 11pt;
	scrollbar-base-color:#369;
}
#mainContentArea {
	width: 100%;
	text-align: left;
	background-color: #73CAFF;
}
#content_area {
}
#content_area h2 {
	color: #FFFFFF;
}

#headerV2 {
	height: 200px;
	width: 900px;
	background-image: url(/media/niagara_region_dentists.jpg);
	background-repeat: no-repeat;
}
#headerV2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#FOOTER_quadrant {
	height: 250px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 10pt;
	background-image: url(/css/CSS_FOOTER_08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
#FOOTER_quadrant a {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}




/*HOMEPAGE CSS ELEMENTS*/
#homepage_feature_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	background-position: left top;
	height: 250px;
}


#homepage_feature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	height: 200px;
}
#homepage_feature td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	text-align: left;
	padding-top: 65px;
}
#login_area {
	width: 400px;
	padding-bottom: 25px;
	margin-top: 25px;
	margin-right: 250px;
	margin-bottom: 5px;
	margin-left: 250px;
	background-color: #A3D0D2;
	border: 1px solid #FFFFFF;
}
#login_table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#login_table td{
	padding: 5px;
}
#login_area a{
	color: #FFFFFF;
	background-color: #0A3854;
	padding: 12px;
	text-decoration: none;
}
#homepage_feature a{
	text-decoration: underline;
	color: #FFFFFF;
}
#homepage_feature img {
	background-color: #000099;
	height: 120px;
	width: 120px;
	border: 1px solid #FFFFFF;
}




#homepage_2columnContainer {
	width: 100%;
	margin-top: 0px;
	background-image: url(/css/BG_hp_2colContainer.png);
	background-repeat: repeat-y;
}

#homepage_LT_column {
	width: 550px;
	float: left;
}
#homepage_LT_col_end {
	background-image: url(/css/BG_END_hp_articles.png);
	background-repeat: repeat-x;
	width: 550px;
	height: 100px;
}
#homepage_RT_column {
	width: 350px;
	float: right;
}


#bigContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}





/*+++++++++++++++  CONFIRM PHOTO STYLE ++++++++++++++*/




#add_photo_confirm {
	width: 550px;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 200px;
	margin-left: auto;
	text-align: center;
}



#adminarea_switchboard {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


#admin_panel_table_CE {
	background-color: #D29151;
	color: #FFFFFF;
	margin-top: 12px;
	width: 700px;
	margin-left: 50px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


#admin_panel_table_CE_form {
	color: #FFFFFF;
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 24px;
}







#ADMIN_news_entryForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#news_table {
	color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	line-height: 1.5em;
}
#row_light{
	background-color: #999999;
}
#row_dark{
	background-color: #666666;
}
#news_table_title{
	color: #FFFFFF;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	background-color: #333333;
	width: 750px;
	margin-top: 23px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
}
#news_table_title a{
	color: #FFFFFF;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
#news_table img{
	border: 1px solid #FFFFFF;
}

#news_table a {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #0E4F76;
	padding: 4px;
}
#news_toprow{
background-color: #333333;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



#homepage_introText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	line-height: 1.25em;
	padding: 12px;
}
#image_practitioner img {
	height: 120px;
	width: 120px;
	border: 1px solid #FFFFFF;
}
h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#admin_forms_textAndcolour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#admin_allNews_table {
	background-color: #99CCCC;
}
#admin_events_news_nav {
	font-family: Arial, Helvetica, sans-serif;
}
#admin_events_news_nav a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC3300;
	padding: 6px;
}
#admin_allNews_table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 5px;
}
#admin_all_news_container {
	width: 850px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#admin_allNews_table a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC3300;
	padding: 2px;
}




#admin_all_table {
	color: #333333;
	border: 1px solid #666666;
	margin-left: auto;
	width: 95%;
	margin-right: auto;
	font-size: 11pt;
}
#admin_all_table a {
	color: #990000;
	text-decoration: underline;
	font-size: 11pt;
}

#admin_all_table td {
	padding: 4px;
}
#admin_all_alphabetical_nav {
}
#admin_all_alphabetical_nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
	padding: 5px;
}
#admin_all_alphabetical_nav a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	border: 1px solid #FFFFFF;
	background-color: #336600;
	padding: 5px;
}
#admin_all_table_practitionerName {
	font-weight: bold;
	color: #FFFFFF;
}
#admin_all_table_phoneNumber {
	font-weight: bold;
	color: #FFFFFF;
}
#admin_all_table_areaOfService {
	font-weight: bold;
	color: #FFFFFF;
}
#admin_anyform2_table {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#admin_anyform2_table img {
	border: 1px solid #557F25;
	margin: 12px;
}
#admin_anyform2_table a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#homepage_news_thumb{
}

#homepage_news_thumb a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#homepage_articles_container {
	width: 350px;
	margin-top: 12px;
}
#homepage_articles {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 320px;
	margin-left: 10px;
}
#homepage_articles a {
	color:#2E2724;
	font-size: 9pt;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
#homepage_articles a:hover {
	color:#CC3300;
	font-size: 9pt;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}







/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ HOME NEWS LEFT OFF HERE ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#home_news td{
	font-size: 10pt;
	color: #FFFFFF;
}
#homepage_articles img {
	height: 80px;
	width: 80px;
	border: 1px solid #FFFFFF;
}
#homepage_articles td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#homepage_articles_container_end {
	background-image: url(/css/BG_END_hp_articles.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
	width: 100%;
}

#homepage_LT_column_FLASH_BANNER {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#homepage_LT_column_FLASH_BANNER img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bigContainer_sideFlaps {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/css/BG_sideFlap.png);
	background-repeat: repeat-y;
}








#homepage_committee_table h1 {
	font-size: 16pt;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#homepage_committee_table {
	width: 400px;
	color: #2F2014;
	margin-top: 5px;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	margin-right: 40px;
	margin-left: 15px;
}
#homepage_committee_table td {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	width: 115px;
}
#homepage_committee_table img {
	border: 1px solid #CCCCCC;
	height: 90px;
	width: 90px;
}
#homepage_committee_table_container {
	width: 100%;
}
#FOOTER_quadrant_text {
	float: right;
	width: 550px;
	margin-right: 50px;
	margin-top: 55px;
}
#admin_emaillist {
	padding: 12px;
	border: 1px solid #999999;
	margin: 50px;
}
#admin_editableContent {
	width: 900px;
}
#admin_allNews_table a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2B231C;
	padding: 2px;
}
#admin_events_news_nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2B231C;
	padding: 6px;
}
#FOOTER_quadrant a:visited {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}


#admin_news_detail_interface img{
	border:none;
}
#admin_form_container_all {
	width: 800px;
	margin-left: 50px;
	background-color: #0E4B70;
	margin-top: 50px;
	margin-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}
#admin_row_light{
	background-color: #999999;
}
#admin_row_dark{
	background-color: #666666;
}
#login_area h1 {
	color: #27437A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #27437A;
}
#myNewsArticle_text a {
	color: #FFFFFF;
	text-decoration: underline;
}
#HP_newsletter_notice h1 {
	font-size: 16pt;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#HP_newsletter_notice {
	width: 540px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 5px;
}
#HP_newsletter_notice a {
	text-decoration: underline;
	color: #00B3D7;
}
#HP_newsletter_notice li {
	list-style-image: url(/hp_newsletter/bullet.png);
}
#HP_newsletter_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#HP_newsletter_table td {
	padding: 5px;
}
#myNewsArticleContainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}
#myNewsArticleContainer li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	padding-bottom: 6pt;
}


/* QCMS integration 20090309 ++++++++++++++++++++++++++++++++++++++++++++++++*/

#qcms-news-preview {
	font-size: 9pt;
	color: #FFFFFF;
}
#qcms-news-preview p {
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 1.2em;
}
.qcms-news-preview-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #71B2B5;
}
#qcms-news-preview td {
	vertical-align: top;
	padding: 4px;
}
#qcms-news-preview img {
	vertical-align: top;
	text-align: left;
}
.th_pics {
	height: auto;
	width: 100px;
	text-align: left;
	vertical-align: top;
}
#qcms-news-preview h1 {
	font-size: 9pt;
	font-weight: normal;
	background-color: #63889C;
	padding: 2px;
}
#qcms-news-preview h2 {
	font-size: 11pt;
	font-weight: normal;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

