﻿/*
Should contain all Default Styles that are used in the HTML Editor in Agility
This Sytle Sheet should be uploaded to Agility and used as the Editor Style when completed.
*/

body 
{
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

* 
{
	-moz-outline-style: none; 	
	outline-syle: none;
	outline-width: 0px;
	outline-color: -moz-use-text-color;
}

form
{
	margin: 0px;
	padding: 0px;
}

input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cccccc;
	background-color: #f4f4f4; 
}

input.buttons
{
	background-color: #006699;
	border: 1px solid #b5b6b5;
	color: #ffffff; 
	font-size : 10px;
	font-weight: bold;
	overflow: visible;
	padding: 1px;
}

select
{
	font-size: 9px;
}

.Left 
{
	float: left;
}

.Right 
{
	float: right;	
}

.Clear 
{
	clear: both;
}

.Zero 
{
	font-size: 0px;
}

.NoDisplay 
{
	display: none;
}

/* container for any page where a right panel (miniCal/Quicklinks) is displayed*/
#centerContent
{
	border-left: 1px solid #DBDBDB;
	float: left;
	line-height: 16px;
	margin-bottom: 25px;
	margin-left: 9px;
	padding: 0px 0px 0px 20px;
	position: relative;
	width: 391px;
}


/****************************
 * Links
 ***************************/

a:link, a:visited
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.btn:link, a.btn:visited, a.btn:hover
{
	background-color: #006699;
	border: 1px solid #b5b6b5;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}

a.heading:link, a.heading:visited
{
	color: #006699;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a.heading:hover
{
	text-decoration: underline;
}

a.iconEmail, a.iconListen, a.iconNotes, a.iconAddCal, .iconCBC, .iconTakeNote
{
	/*common icon link properties*/
	background-position: left ;
	background-repeat: no-repeat;
	font-size: 9px;
	padding-left: 15px; 
	white-space: nowrap;
}

a.iconEmail 
{
	/* display icon next to link  */
	background-image: url(/ecms.aspx/Icons/Default/email.gif);
	font-size: inherit;
}

a.iconListen
{
	/* display icon next to link  */
	background-image: url(/ecms.aspx/Icons/Default/listen.gif);
}

a.iconNotes 
{
	/* display icon next to link  */
	background-image: url(/ecms.aspx/Icons/Default/notes.gif);
}

a.iconAddCal 
{
	/* display icon next to link  */
	background-image: url(/ecms.aspx/Icons/Default/addCal.gif);
}

.iconCBC 
{
	/* display icon next to link  */
	background-image: url(/ecms.aspx/Icons/Default/cbc.gif);
	font-style: italic;
}

.iconTakeNote 
{
	/* display icon next to link  */
	background-image: url(/ecms.aspx/Icons/Default/takeNote.gif);
	font-style: italic;
}

.iconCBC, .iconTakeNote 
{
	background-position: top left;
	display: inline;
	font-size: inherit;
	white-space: normal;
}

a.subNav
{
	border-bottom: 1px solid #DCDBDA;
	clear: right;
	color: #006699;
	display: block;
	padding: 4px 2px;
	text-decoration: none;
}

a.subNav:hover
{
	background-color: #F3CB58;
	border-bottom: 1px solid #DCDBDA;
	clear: right;
	color: #184293;
	display: block;
	padding: 4px 2px;
	text-decoration: none;
}

a.subNavOn, a.subNavOn:hover
{
	border-bottom: 1px solid #DCDBDA;
	clear: right;
	color: #5C5C5C;
	display: block;
	font-weight: bold;
	padding: 4px 2px;
	text-decoration: none;
}

a.tertiaryNav:link, a.tertiaryNav:visited
{
	border-bottom: 1px solid #DCDBDA;
	clear: right;
	color: #006699;
	display: block;
	padding: 4px 2px 4px 15px;
	text-decoration: none;
}

a.tertiaryNav:hover
{
	background-color: #F3CB58;
	border-bottom: 1px solid #DCDBDA;
	clear: right;
	color: #184293;
	display: block;
	padding: 4px 2px 4px 15px;
	text-decoration: none;
}

a.tertiaryNavOn:link, a.tertiaryNavOn:visited, a.tertiaryNavOn:hover
{
	border-bottom: 1px solid #DCDBDA;
	clear: right;
	color: #5C5C5C;
	display: block;
	font-weight: bold;
	padding: 4px 2px 4px 15px;
	text-decoration: none;
}


/****************************
 * Headers
 ***************************/

h1 { font-size: 15px; }
h2 { font-size: 12px; }
h3 { font-size: 11px; }

h1, h2, h3
{
	font-weight: bold;
	margin: 1.75em 0 1.5em 0;
}

div h1
{
	margin: 0 0 1.5em 0;
}

h1.eventTitle 
{
	/*Concert Calendar Event Titles*/
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


/****************************
 * Tables
 ***************************/

table.singleColCentred
{
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 9px;
	margin-left: 5px;
	margin-bottom: 20px;
	text-align: center;
	width: 100px;
}

td.singleCol
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-top: 5px;
}

table.singleColLeft
{ 
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 9px;
	width: 100px;
}

td.singleColLeft
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
}

table.singleColSupport
{ 
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 9px;
	width: 150px;
}

td.singleColSupport
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
}

td.HorDivider
{
	background: url(/ecms.aspx/divider.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 60px;
}

table.rehearsal, table.taxLaw
{
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 9px;
	width: 100%;
}

tr.tr0 td
{
	/*to alternate table row colours - white/light grey */
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

tr.tr1 td
{
	/*to alternate table row colours - white/light grey */
	background-color: #f7f7f7;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}


/****************************
 * Standard
 ***************************/

blockquote, pre
{
	padding: 0.25em 30px;
}

blockquote
{
	background: url(/ecms.aspx/quote.gif) no-repeat 6px 0.25em;
	font-style: italic;
	margin: 1em 0;
}

hr
{
	background: #dddddd;
	border: 0;
	color: #dddddd;
	height: 1px;
	margin: 1.5em 0;
}	

ul
{
	list-style-image: url(/ecms.aspx/bullet.gif);
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

ol
{
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

li
{
	line-height: 1.3em;
	margin-left: -6px;
	padding-top: .25em;
}


/****************************
 * Special Elements
 ***************************/

div.caption
{
	border: 1px silver solid;
	float: right;
	margin: 0.6em;
	padding: 0.4em;
	text-align: center;
}

div.caption p
{
	font-size: smaller;
	font-style: italic;
	margin: .25em;
	text-indent: 0;
}

div.greyBgrnd 
{
	/*use for text that requires a simple grey background, for hilight*/
	background: #f7f7f7;
	border: 1px solid #999;
	padding: 8px;
}

div.legend
{
	background: #EFEFEF;
	border: 1px solid #B5B5B5;
	float: right;
	font-size: .8em;
	margin-bottom: -20px;
	margin-top: 20px;
	padding: 2px;
}

div.IDseason 
{
	/*Identify season in calendar_perform.cfm*/
	background: #F7F7F7;
	border-bottom: 1px solid #999;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 3px;
}

img.img-border, img.img-calendar-perform
{
	border: 1px solid #006699;
}

img.img-calendar-perform
{
	float: right;
	margin: 0 28px;
}

/****************************
 * Text Formatting
 ***************************/

.miceType 
{
	/*reduce text size by 1*/
	font-size: 10px;
}

.lrgType 
{
	/*increase text size by 1*/
	font-size: 12px;
}