/* ********************** general css */ 
.clear {
	clear:both;
}

.blank_bar {
	clear:both;
	display: block;
	content: ".";
	height: 12px;
	visibility: hidden;
}

.blank_bar {display: inline-table;}

.clear_bar:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clear_bar {display: inline-table;}

html {
	height: 100%;  
	margin-bottom: 1px;
}

body {
	margin:0;
	padding:0;
	text-align: left;
	background: white;
	background-image: none;
}

body {
	font-size: 12px;
	line-height:140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #424242;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div {
	padding:0;
	margin:0;
	}

fieldset {
        margin:10px 0 ;
        padding:15px 0px;
        border:solid 1px
        border-radius: 3px 3px 3px 3px;
}

a:link, a:visited {
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #424242;
	} 
	
a:hover {
    text-decoration: underline;
	color: #99CC33;
	}


li {
	list-style: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/arrow.png);
}

div.moduletable ul {
	margin: 3px 0;
	padding: 0 1.5em;
}

div.moduletable ul li {
	list-style: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/arrow.png);
}

img {
	border:0px;
}

/* -- buttons */
#editor-xtd-buttons {
        padding: 0px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
        float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
        display: block;

        float: left;


        color: #666;
        cursor: pointer;
}

.button2-left span,
.button2-right span {
        cursor: default;
        color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
        padding: 0 6px;
}

.page span {
        color: #000;
        font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
        text-decoration: none;
        color: #0B55C4;
}

.button2-left a,
.button2-left span {
        padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
        padding: 0 6px 0 24px;
}

.button2-left {

        float: left;
        margin-left: 5px;
}

.button2-right {

        float: left;
        margin-left: 5px;
}

.button2-left .image {

}

.button2-left .readmore {

}

.button2-left .pagebreak {

}

/* ********************** form */
form {
	margin: 0;
	padding: 0;
}

.button {
	border:outset 1px #83AF2C;
	color:#000;
	padding: 1px 2px;
	background:url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_button.png) repeat-x left top;
	height:18px;
	font-size: 10px;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputbox {
	background-color: #fff;
}

#leftmain_in .inputbox {
	border: 1px solid #666;
	background: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_input.png);
	color: #999;
}

/* ********************** font size */
h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.45em;
}

h3, h4 {
	font-size: 1.2em;
}

.small, .createdate, .modifydate {
	font-size: 10px;	
	}

a.readon:link, a.readon:visited {
	font-size: 11px;	
	}

/* ********************** main layout */
.bg_page {
	background-color: #333; 
	padding: 0px; 
	text-align: center;
	margin-top: 10px;
	}

#wrap  {
	margin: auto;
}

#m_padding {
	margin: 0 10px;
	text-align: left;
	}

/* ********************** wide stuff */
body.default div#wrap {
	width: 800px;
}

body.wide div#wrap {
	width: 986px;
}

body.wide #footer_content {
	float: right;
	text-align:center;
	width: 760px;
	background: transparent;
}

/* ********************** logo stuff */
#logo_bg {
	height: 469px;
	background: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_logo.png) 0 0 no-repeat;
	text-align: left;
	clear: both;
	margin-bottom: 10px;
	}

/* ********************** top stuff */
#topbar_bg {
	text-align:left;
	background: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_top.png) 0 0 repeat-x;
	clear: both;
}

#topbar_right {
	height: 42px;
	text-align:left;
	background: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/top_r.png) 100% 0 no-repeat;
}

#top_navi {
	float: right;
	height: 18px;
	width:200px;
	text-align:right;
	margin-bottom: 8px;
	padding-right: 30px;
	padding-top: 13px;
	}

#search_bar {
	float: left;
	width:229px;
	height: 42px;
	text-align:left;
	background-color: transparent;
	}
	
#search_bar div {
	width: 135px;
	height: 18px;
	text-align:left;
	padding-left: 5px;
	padding-top: 4px;
	background: transparent;
	}
	
#search_bar input.inputbox {
	width:135px;
	border:1px solid #CCC;
	height:16px;
	padding-left:4px;
	color:#CCC;
	background-image:none;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	}

/* ********************** pathway */
#can_pathway {
	margin-bottom: 2px;
	background: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_path.png) 0 0 no-repeat;
}

#can_pathway div {
	padding-top: 1px;
	height: 17px;
	text-align: left;
	padding-left:12px;
}

#can_pathway img {
	vertical-align:middle;
}

span.pathway, a.pathway:link, a.pathway:visited {
	line-height: 18px;
	color: #999;
	font-size: 10px;
}

/* ********************** main_frame */
.main_frame {
	text-align: left;
	padding: 0 12px;
	clear:both;
}

.banner {
	text-align: left;
	padding: 0 12px;
	clear:both;
	margin-bottom: 10px;
}

.banner div.moduletable {
	text-align: center;
}

#hidebar {
	text-align: right;
	clear:both;
	font-size: 10px;
}

#hidebar a:link, #hidebar a:visited {
	color: #999;
}

#header {
/*	width: 536px;  */
	width: 720px;
	text-align: left;
	clear:both;
	
}

#header_in {
	margin-bottom: 12px;
}


#header_in div {
	padding:4px;
}

#header_in div img {
/*	width: 528px;  */
/*	height: 97px;  */
	width: 712px;
	height: 149px;
}

#header_edge {
	padding:4px;
}

/* ********************** left col */
#leftmain {
	text-align: left;
	width: 220px;
	background: #212121 url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/left_bot.png) 0 100% no-repeat;
	padding-bottom: 10px;
}

#leftmain_in {
	padding: 0 14px;
	}

#leftmain_in div.moduletable {
	margin-bottom: 12px;
	padding:0px;
}

#leftmain_in div.moduletable h3 {
	background:url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_ltitle.png) 0 0 no-repeat;
	height:24px;
	text-align: left;
	text-indent: 18px;
	padding: 0px;
	margin: 0 0 6px 0;
	line-height:24px;
	font-size: 12px;
	font-weight: normal;
}

#leftmain_in div.moduletable li, #leftmain_in div.moduletable, #leftmain_in div.moduletable, #leftmain_in a:link, #leftmain_in a:visited  
{
	text-align: left;
	font-size: 11px;
	color: #BFBFBF;
}

/* ########################### contacts ########################### */

.contact
{
        padding:0 5px
}

.contact-category
{
        padding:0 10px
}

.contact-category  #adminForm fieldset.filters
{
	border:0;
	padding:0
}

.contact-image
{
	margin:10px 0;
	overflow:hidden;
}

.contact-image img
{
/* as you like
float:right;
float:left */
}


address
{
        font-style:normal;
        margin:10px 0;

}

address span
{
        display:block
}
.contact-address

{
margin:20px 0 10px 0;

}


.contact-email div
{
        padding:2px 0;
        margin:0 0 10px 0;
}

.contact-email label
{
        width:17em;
        float:left;

}
span.contact-image
{
    margin-bottom:10px;
    overflow:hidden;
    display:block
}
#contact-textmsg
{padding: 2px 0 10px 0}

#contact-email-copy
{
        float:left;
        margin-right:10px;

}

.contact .button
{
        float:none !important;
        clear:left;
        display:block;
        margin:20px 0 0 0
}

/* ********************** Top module and bottom module */
#top_module, #bottom_module {
	width: 100%;
	}
	
#top_module {
	margin-top: -10px;
	}
	
#top_module tr, #bottom_module tr {
	vertical-align: top;
}

td.top_module a:link, td.top_module a:visited, td.bottom_module a:link, td.bottom_module a:visited {
	font-size: 11px;
	}
	
td.top_module {
	width: 33%;
	text-align:left;
	font-size: 11px;
}

td.bottom_module {
	width: 33%;
	text-align:left;
	font-size: 11px;
}

td.top_module div.moduletable, td.bottom_module div.moduletable {
	padding: 5px 9px;
}

#top_module div.moduletable h3, #bottom_module div.moduletable h3,
div#right_edge div.moduletable h3 {
	text-align: left;
	text-indent: 10px;
	height: 17px;
	line-height: 17px;
	font-weight: normal;
}

/* ********************** footer and copyright */
#footer {
	background:url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_footer.png) 0 0 repeat-x;
	border-bottom: 10px solid #333;
}

#footer_r {
	background:url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_footer_r.png) 100% 0 no-repeat;
}

#footer_l {
	height: 74px;
	width: 100%;
	background:url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_footer_l.png) 0 0 no-repeat;
}

#footer_content {
	float: right;
	text-align:center;
	width: 560px;
	background: transparent;
}

#copyright {
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	color: #666;
}

/* ++++++++++++++  edit  ++++++++++++++ */
legend {
        padding:3px 5px;
}

form#adminForm
{

}

.edit form#adminForm fieldset
{
        padding:20px 15px;
        margin:10px 0 15px 0;
}

.formelm
{
        margin:5px 0
}


.formelm label
{
        width:13em;
        display:inline-block;
        vertical-align:top;
}

form#adminForm .formelm-area
{
        padding:5px 0
}

form#adminForm .formelm-area label
{
        vertical-align:top;
        display:inline-block;
        width:7.9em
}

.formelm-buttons
{
        text-align:right;
        margin-bottom:10px
}

.button2-left
{

}

a.modal-button,
.button2-left .blank a,
.button2-left a,
.button2-left div.readmore a
{background:#eee;
padding:4px !important;
margin:0 !important;
line-height:1.2em; border:solid 1px #ddd;
font-weight:bold; text-decoration:none;
margin-top:10px !important}

/* ++++++++++++++  tooltip  ++++++++++++++ */
.tip
{
        font-size:0.8em;
        text-align:left;
        padding:3px;
        max-width:400px
}

.tip-title
{
        font-weight:bold;
}


/*  ####################   forms   #####################  */

#member-registration
{
        padding:0 5px
}
#member-registration fieldset
{
border:solid 1px #ddd
}

form fieldset dt
{
        clear:left ;
        float:left;
        width:12em;
        padding:3px 0
}

form fieldset dd
{
        float:left;
        padding:3px 0
}

/* ********************** MODULES */
div.moduletable {
  	margin: 0;
	padding: 0;
}

div.moduletable h3 {
	height:22px;
	text-align: left;
	text-indent: 0px;
	padding: 0px;
	margin: 0 0 2px 0;
	line-height:22px;
}

div.moduletable td {
	text-align: left;
	padding: 0;
	margin: 0;
}

/* ********************** CONTENT STYLES */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.contentpaneopen {
	margin-bottom: 4px;
}

#main_frame table.contentpaneopen td {
	padding-left: 5px;
	padding-right: 10px;
}

.contentdescription {
	width:100%;
	text-align		: left;
	padding			: 0px;
}

.contentpaneopen td {
	padding	: 0px; 
}

.contentpane td, .contentdescription td {
	padding: 4px 0px; 
}

td.contentheading {
	height:22px;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	text-indent: 0;
}

.actions {
	margin:0;
}

.actions li {
	padding:0 4px;
	list-style:none;
	display:inline;
	float:right;
}

.componentheading {
	font-size: 1.3em;
	font-weight:bold;
	height:30px;
	line-height:26px;
	text-align		: left;
	text-indent		: 0;
	margin-bottom:10px;
}

.back_button {
	float:right;
	width:60px;
	height: 19px;
	font-size: 11px;	
}

.small, .createdate, .modifydate {
	color: #999; 
	line-height:110%;
	height:15px;
}

a.readon:link, a.readon:visited {
	background:url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_read.png) no-repeat;
	width: 90px;
	height: 18px;
    padding: 4px 4px 2px 23px;
	margin-top: 3px; 
    float            : left;
    line-height      : 10px;
    text-decoration  : none;
}
a.readon:hover {
	text-decoration	: none; 
}

table.contenttoc {
	border: 1px solid #eee;
 	padding			: 1px;
	margin-left		: 7px;
	margin-bottom	: 2px;
}
table.contenttoc th {
	text-align		: center;
	padding			: 2px;
	font-weight		: bold;
	font-size: 11px;
}

a.toclink:link, a.toclink:visited {
	font-size: 11px;
	}

table.blog span.article_seperator {
	display: block;
	height: 5px;
}

/* ********************** MENU SYSTEM  */
#leftmain_in div.moduletable ul li {
	list-style: none;
}

#leftmain_in ul.menu {
   list-style-type: none;
   list-style-image: none;
   margin: 0;
   padding: 0;
}

#leftmain_in ul.menu a:link,
#leftmain_in ul.menu a:visited {
	display: block;
	background: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_menu.png) 0 0 no-repeat;
	height: 22px;
	text-indent: 6px;
	line-height	:22px;
	margin-bottom:5px; 
	font-size: 11px;
}

#leftmain_in ul.menu a:hover {
	background: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_menu_h.png) 0 0 no-repeat;
	text-decoration: none;
}
/*
#leftmain_in ul.menu li.active a
#leftmain_in ul.menu li.current a {
	background: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_menu_h.png) 0 0 no-repeat;
}
*/
/*
#leftmain_in a.mainlevel:link, #leftmain_in a.mainlevel:visited {
	display: block;
	background: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_menu.png) 0 0 no-repeat;
	height: 22px;
	text-indent: 6px;
	line-height	:22px;
	margin-bottom:5px; 
	font-size: 11px;
}

#leftmain_in a.mainlevel:hover {
	background: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_menu_h.png) 0 0 no-repeat;
	text-decoration: none;
}

#leftmain_in #active_menu {
	background: url(http://stmargaretsnewtoronto.ca/templates/cd_neon_color_2.5/images/bg_menu_h.png) 0 0 no-repeat;
}

#leftmain_in a.sublevel:link, #leftmain_in a.sublevel:visited {
	text-align: left;
	line-height	:17px;
	text-indent:0px;
}

#leftmain_in a.sublevel:hover {
	text-decoration	: none;
	line-height	:17px;
}

#leftmain_in a.sublevel#active_menu  {
	background-color: transparent;
	background-image: none;
}
*/

a.category:link, a.category:visited {
	font-weight		: bold;
	
}
	
/* ##########################  user profile  ########################### */

#users-profile-core,
#users-profile-custom
{
        margin:10px 0 15px 0;
        padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt
{
        float:left;
        width:12em;
        padding:3px 0;
}

#users-profile-core dd,
#users-profile-custom dd
{
        padding:3px 0;
}

#member-profile fieldset,
.registration fieldset
{
        margin:10px 0 15px 0;
        padding:15px;

}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend
{
		font-weight:bold
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd
{ float:none; padding:5px 0}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input
{width:17em}
.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt
{padding:5px 5px 5px 0; width:13em}

span.optional
{font-size:0.9em}

/* ********************** bottom navi */
#bot_navi {
	height: 22px;
	}

#bot_navi div.moduletable {
	text-align:center;
	height: 22px;
	}

ul#mainlevel-nav {
	list-style:none;
	padding: 0;
	margin: 0;
	text-align:center;
	}
ul#mainlevel-nav li{
	display: inline;
	background-image:none;
	}

#mainlevel-nav a:link, #mainlevel-nav a:visited {
	padding:0 12px;
	font-size: 11px;
	line-height:22px;
	color: #FFF;
	}
	
#mainlevel-nav a:hover {
	text-decoration:none;
	color: #333;
}
 
/* ********************** STYLES LISTING CONTENT PAGE */
td.sectiontableheader  {
	background-color: #eee;
	color			: #000; 
	font-weight		: bold;
	padding			: 2px 3px 3px 2px;
	border-bottom:1px solid #333;
}
td.sectiontablefooter  {
	padding			: 2px 3px 3px 2px;
	font-size: 11px;
}
.sectiontableentry1  {
	background-color: #fff; 
}
.sectiontableentry2  {
	background		: #f7f7f7; 
}

.sectiontableentry1 td, .sectiontableentry2 td {
	padding: 3px 0px 3px 2px;
	font-size: 11px;
	}

.sectiontableentry1 td a:link, .sectiontableentry2 td a:visited {
	font-size: 11px;
	}

.pagenavbar {
	text-align		: center;
	width			: 100%;
}

div.mosimage {
	margin: 1px 6px 6px 0;
	padding: 6px 0 3px;
	}

div.mosimage_caption {
	font-size:10px;
	}

/* ****************************** Wide staff */
#mid_col_full {
	float: left;
	float: left;
	width: 560px;
}

#mid_col {
}

#right_col {
	float: right;
	width: 186px;
	text-align: left;
	padding-top: 2px;
}

#right_in {
	width: 170px;
}

#right_edge {
	padding: 5px 6px 0;
	text-align: left;
	}

#right_edge div.moduletable {
	margin-bottom: 12px;
	padding:0px;
}

#right_edge div.moduletable td, #right_edge div.moduletable, #right_edge div.moduletable, #right_edge a:link, #right_edge a:visited  
{
	text-align: left;
	font-size: 11px;
}