/* Start of CMSMS style sheet 'CSC-main-styles' */
/* A CSS Framework by Mike Stenhouse of Content with Style */
/* colours:                                     */
/* red - F00000                               */
/* deep red - 570000
/* dark grey background - 787878    */
/* light grey  - C0C0C0                    */
/* blue - 0078F0                             */
/* light blue - 89C4FF                     */
/* dark blue - 0000F0                      */

/* TYPOGRAPHY */
	body {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 75%;
                          line-height: 1.4em;
		color: #000;
		margin: 0;
		padding: 0;
		background: #787878 ;
		text-align: left;
		}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}

             img.imgleft { float: left;  margin: 10px 10px 10px 0px }
             img.imgright { float: right; margin: 10px 0px 10px 10px  }
             img.imgmiddle { vertical-align: middle }

             img.imgnomargin { margin: 0px }
             img.imgnotopmargin { margin-top: 0px }
             img.imgnobottommargin { margin-bottom: 0px }

             img.imgcenter { display: block; margin: 10px auto;  }
             img.imgcenter.imgnomargin { margin-top: 0px; margin-bottom: 0px }
	
/* LINKS */
	a,
	a:link 
	a:active {
		color: #570000;
		text-decoration: underline;
		}
	a:visited {
		color: #570000;
		background-color: transparent;
		}
a:hover,
a:focus,
a:active
	{
		color: #000;
		background-color:#FF8989;
		}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 2.0em;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
		color: black;
		}
	h2 {
		font-size: 1.8em;
 		margin: 0 0 1.5em 0;
		padding: 0 0 0.5em 0;
                          color: #f00000;
                          border-bottom: 3px solid #787878;
		}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
		color: #787878;
		}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
		color: black;
		}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
		color: black;
		}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
		color: black;
		}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1.1em;
		margin: 0 0 1.2em 0;
		padding: 0;
		line-height:1.4em;
		}
	blockquote {
		border-left:10px solid #ddd;
		margin-left:10px;
		}
	pre {
		font-family: monospace;
		font-size: 1.0em;
		}
	strong, b {
		font-weight: bold;
		}
	em, i {
		font-style:italic;
		}
	code {
		font-family: "Courier New", Courier, monospace;
		font-size: 1em;
		white-space: pre;
		}
/* END TEXT */
	
/* LISTS */
	ul {
                		
		}
	ul li {
                
		}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
		}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
		}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
		}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
		}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
		}
	dl.glossarylist {
		margin: 0 0 1.5em 1.5em;
		padding: 0;
		line-height: 1.6em;
		}
	dl.glossarylist dt {
		font-size: 120%;
		font-weight: bold;
		margin: 0.75em 0 0.50em 0;
		padding: 0;
		}
	dl.glossarylist  dd {
		padding: 1.30em;
                          margin: 0 0 0 30px;
                          background: #FFF0F0;
		}
            div.glossarynav { display : none }  

	dl.faqlist {
		margin: 0 0 1.5em 1.5em;
		padding: 0;
		line-height: 1.6em;
		}
	dl.faqlist dt.faqitem {
		font-size: 120%;
		font-weight: bold;
		margin: 0.75em 0 0.50em 0;
		padding: 0;
		}
	dl.faqlist  dt.faqitem a {
		text-decoration: none;
                          background: #FFF0F0;
		}
	dl.faqlist  dd.faqitem {
		padding: 1.30em;
                          margin: 0 0 0 30px;
                          background: #FFF0F0;
		}
/* END LISTS */
	
	
/* TABLE */
	table {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
		}
	th {
		font-weight: bold;
		text-align: left;
		}
	td {
		font-size: 1em;
		}
/* END TABLE */	
	
	hr {
		display: none;
		}
	div.hr {
		height: 1px;
		margin: 1.5em 10px;
		border-bottom: 1px dotted black;
		}
	
/* END TYPOGRAPHY */	

/* A CSS Framework by Mike Stenhouse of Content with Style */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }

#accesslinks {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
}
#accesslinks ul li a:hover, #accesslinks ul li a:focus {
  position: absolute;
  width: 10em;
	left: +1500px; 
  top: 1084px;
	z-index: 999;
  color: #000;
  background: #fff;
  padding: .4em;
  line-height: 1em !important;
  height: 1em !important;
  text-align: left;
}



/* end accessibility */

/* A CSS Framework by Mike Stenhouse of Content with Style */


/* NAV BAR ON THE LEFT AND ONE COLUMN OF CONTENT */
	div#content {
		position: relative;
		width: 99.8%;
		margin: 1em auto 2em auto;
		padding: 0;
		text-align: left;
		}
	div#mainhuh {
		float: right;
		width: 72%;
		display: inline;
		padding-top: 0;
		margin-top: 0;
		}
	div#local {
		display: none;
		}
	div#sub {
		display: none;
		}
	div#nav {
		float: left;
		width: 25%;
		display: inline;
		}
/* END CONTENT */

			
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* SITE SPECIFIC LAYOUT */

div#container { 
   background: url("http://media.canadianshowtimechorus.com/images/CSClines.gif") repeat-y ;
   border-left: 4px solid red ;
   border-right: 4px solid red ;
   }

div#left {
   margin-top: 40x;
   padding-left: 4px;
   padding-right: 4px;
   }

div#leftbottom {
   display:none;
   }


div#center {
	vertical-align: top;
	height: 100%;
	min-height: 450px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
    }

*>.#center {
	height: auto;    /*for min height to expand, IE ignores*/
    }

    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            color: #000;
            background: #fff;
            text-align: left;
            width: 100%;
            border-bottom: 4px solid #C0C0C0;
            margin-bottom: 7px
        }
        div#banner {
            width: 100%;
            height: 200px ;
            border-bottom: 4px solid #787878;
           }
        div#branding {
            float: left;
            width: 24%;
            margin: 0;
            padding: 1em 0.8em;
            text-align: center;
        }

        div#search_tagline {
           border-bottom: 1px dashed #000;
           padding: 0 0 0.5em 0;
           margin: 0 0 1em 0;
          }
        div#tagline {
           width: 99%;
           border-bottom: 1px dashed #3D6076;
           padding: 0 0 0.5em 0;
           margin: 0 0 0.5em 0;
            text-align: center;
           color: #000;
           font-size: 1.6em;
           font-style: italic;
           line-height: 1.6em;
        }
div.breadcrumbs {
        float: right;
        width: 72%;
        display: inline;
        margin: 0.8em 0 0 0;
}

    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
            
        }
        
        /* MAIN */
            div#main {
                
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
            clear:both;
            color: #000;
            border-top: 2px solid #787878;
            margin-top: 20px;
            padding: 5px 150px 10px 230px ;
            background: white ;
            text-align: center;
        }
        div#footer p {
            text-align: center;
            font-size: 0.8em;
            margin: 0;
        }
        div#footer div#googlemap {
            float: left ;
        }
        div#footer div#googlemap a,
        div#footer div#googlemap a:hover {
            text-decoration: none ;
            color:black ;
            background: none ;
        }
        div#footer div#googlemap a img {
            float:left;
            margin-right: 10px;
            border: 1px solid blue;
        }
        div#footer div#googlemap a p {
            text-align: left;
        }
        div#footer div#copyright {
            float: right;
            text-align:center ;
        }
        div#footer div#copyright p {
            font-size: 70%;
        }
    /* END FOOTER */
/* END LAYOUT */

/* A CSS Framework by Mike Stenhouse of Content with Style */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */

div#Emailsignup {padding: 0px; margin:10px 3px 0px 3px; text-align:center}

div#Emailsignup a,
div#Emailsignup a:hover,
div#Emailsignup a:visited { font-weight:bold; display:inline; text-decoration:none }

div#Emailsignup form {
	margin: 0px;
	padding: 0px;
	font:	bold 7pt verdana, sans-serif;
	color: #0066CC;
    }

div#Emailsignup form span#Emailpowered {
	font:	normal 7pt verdana, sans-serif;
	color: #0066CC;
    }

div#Emailsignup form span#Emailpowered a,
div#Emailsignup form span#Emailpowered a:hover,
div#Emailsignup form span#Emailpowered a:visited {
	font:	bold 7pt verdana, sans-serif;
	color: #0066CC;
	margin: 0px;padding: 0px;
	display:inline;text-decoration:none;
    }

div#Emailsignup a#Emailchiclet {
	padding: 10px 0px 0px 0px;
    }

div#Emailsignup a#Emailchiclet img {
    padding: 10px 0px 0px 0px;
    float: none;
    }

div#rsssubscribe {
    margin: 10px 5px 0px 5px;
    text-align: center;
    }

div#rsssubscribe a,
div#rsssubscribe a:link,
div#rsssubscribe a:visited {
    text-decoration: none;
    }

div#rsssubscribe a img { 
    border:0; 
    display:inline;
    padding:0px 5px 0px 0px; 
    margin: 0px; 
    vertical-align: bottom 
    }

div#MemberServicesLogin {
    margin: 20px ;
    padding: 5px ;
    width: 400px ;
    }
div#MemberServicesLogin table#MemberServicesLogin td.tbllabel {
    text-align: right ;
    }
div#MemberServicesLogin table#MemberServicesLogin td.tblsubmit,
div#MemberServicesLogin table#MemberServicesLogin td.tblinput {
    padding-left: 5px ;
    }

table#ChangeMemberProfile {
    width: 100% ;
    }
table#ChangeMemberProfile td.tbllabel {
    text-align: right ;
    vertical-alignment: top ;
    }
table#ChangeMemberProfile td.tblsubmit,
table#ChangeMemberProfile td.tblinput {
    padding-left: 5px ;
    text-align: left ;
    vertical-alignment: top ;
    }
table#ChangeMemberProfile span.tbladdtext {
    font-size: 80% ;
    color: blue ;
    }
table#ChangeMemberProfile td.tblinput input#m2input_repeatpassword {
    width: 20em;
    }

img.hiddenemail { border:none; vertical-align: bottom; background: transparent; padding: 0px 0px 0px 0px; margin: 0px; }
a.hiddenemail,
a.hiddenemail:visited {display:inline; vertical-align: bottom; margin-top: 0px; text-decoration: none; margin:0; padding: 0}
a.hiddenemail:hover {background: #d9d9d9}

div.uploadshow { font-family: Verdana, Arial, Helvetica, San-Serif ; font-size: 100% }
div.uploadshow h3 { font-weight: bold; font-size: 120%; color: #570000; }
div.uploadshow table.uploadshowtable { width="100%"; font-size: 100% }
div.uploadshow table td.uploadshowname { }
div.uploadshow table td.uploadshowdesc {  }
div.uploadshow table td.uploadshowicon { width: 25px; padding-left: 5px }
div.uploadshow table td.uploadshownew { width: 32px; }
div.uploadshow table td.uploadshowdllink { width: 80px }
div.uploadshow table td.uploadshowdllink a { 
   display: block; padding: 4px 6px ;
   font-weight: bold ; background: #89C4FF; color: black ;
   text-decoration: none
   }
div.uploadshow table td.uploadshowdllink a:visited {background: #C0C0C0; color: #570000 }
div.uploadshow table td.uploadshowdllink a:hover { background: #0000F0; color: white; }
div.uploadshow table td.uploadnone { color: red }

/* background: #93FFC9 */
a.profilepopup { text-decoration: none; color: #306D25; background: #E1F3DE }
a.profilepopup:hover { position: relative; color: black; background: #80CB72;  }
a.profilepopup span.profilepopup { display: none }         
a.profilepopup:hover span.profilepopup { 
    display: block; position: absolute; top: 25px; right:-100px; z-index: 100;
    width: 300px; padding: 5px 5px 10px 5px; border: 1px solid #ACACAC ;
    color: black; background: #CCFFE6;
    text-align:left; text-decoration: none;
    }
a.profilepopup:hover span.profilepopup span.label { 
    display: block; width: 5em; text-align: right; float: left
    }

/* End of 'CSC-main-styles' */

/* Start of CMSMS style sheet 'CSC-homepage' */
div#homepage a.hpadbutton, 
div#homepage a.hpadbutton:visited 
{ background: none; padding:5px; border: 2px solid #E0E0E0 ; margin-bottom: 20px}
div#homepage a.hpadbutton:hover { padding:2px; border: 5px solid #FC8989 }
div#homepage a.hpadbuttonleft { margin-left: 20px; float:left }
div#homepage a.hpadbuttonright { margin-right: 20px; float: right}


/* End of 'CSC-homepage' */

/* Start of CMSMS style sheet 'CSC-menus' */
div#navmenu {
  margin:5px 0px 10px 0;
  padding:0;
  font-size:1.0em;
  }

div#navmenu div.menuitem {
  display: block;
  font-size:1.1em;
  margin:0px 0px 4px 0px;
  padding:0px;
  text-align: left;
  }

div#navmenu div.menuitem  a,
div#navmenu div.menuitem  a:visited {
  font-weight:bold;
  text-decoration:none;
  color:white;
  display:block;
  padding:7px 2px 7px 7px;
  background:#F00000;
  }

div#navmenu div.menuitem  a:hover {
  background:#FF8989;
  color: #570000;
  text-decoration: none;
  }

div#navmenu div.menuitem  a.expanded,
div#navmenu div.menuitem  a.expanded:visited {
     background: #C0C0C0;
     color: #570000;
  }

div#navmenu div.menuitem.adminmenuitem {
  }

div#navmenu div.menuitem.adminmenuitem  a,
div#navmenu div.menuitem.adminmenuitem  a:visited {
  color:white;
  background:#570000;
  }

div#navmenu div.menuitem.adminmenuitem  a:hover {
  background:#FF8989;
  color: #570000;
  }

div#navmenu div.menuitem.adminmenuitem  a.expanded,
div#navmenu div.menuitem.adminmenuitem  a.expanded:visited {
     background: #C0C0C0;
     color: #0000F0;
  }

div#navmenu div.menuitem.currentpage,
div#navmenu div.menuitem.activeparent {
  }

div#navmenu div.menuitem div.subnav {
  margin:4px 0px 0px 0px;
  }

div#navmenu div.menuitem div.subnav div.menuitem  a,
div#navmenu div.menuitem div.subnav div.menuitem  a:visited {
  padding: 4px 4px 4px 7px;
  margin-left: 8px ;
  font-size:0.9em;
  }

div#navmenu div.menuitem div.subnav div.menuitem div.subnav {
  margin:4px 0px 0px 0px;
  }

div#navmenu div.menuitem div.subnav div.menuitem div.subnav div.menuitem  a,
div#navmenu div.menuitem div.subnav div.menuitem div.subnav div.menuitem  a:visited {
  padding: 3px 4px 3px 7px;
  margin-left: 18px ;
  font-size:0.8em;
  }

div#navmenu div.menuitem dfn {
  display:none;
  }
/* End of 'CSC-menus' */

