/* RMA Style Sheet, New CSS Design May 2008  */
* { margin: 0; padding: 0; font-family: palatino, verdana, arial, sans-serif;}


/* ---------------------------------------------------------------------- */
/*                             page                                       */
/* ---------------------------------------------------------------------- */
body {
	max-width:		950px; /* Prevent over-long lines on large screens */
	background-color: #666666; /* bg color for LR frame  */
}
#canvas { /* div that wraps the entire page */
	background-color:#FFFFFF; /* bg color for canvas */
	border: 0px none;
	min-width:	600px;
}
/* ---------------------------------------------------------------------- */
/*                             top  banner                                */
/* ---------------------------------------------------------------------- */
#toppane /* contains the logos etc */
{
	width: auto;  /* Auto or 100% is a dilema */
	background-color: #EEEEEE;
	padding: 7px; 
	margin: 0;
	min-height:86px;
}
#topright /* rma h1 text "Royal Musical Association" */
{
	float:right;
	width:	100px;
	padding: 0;
}
#rmamaintitle {
	color: #CC0000;
	padding: 14px 7px 3px 0;
	margin: 0 0 7px 0;
	border-style: none none solid none;
	border-color:	#CCCCCC;
}
/* ---------------------------------------------------------------------- */
/*                            top menu (horizontal)                       */
/* ---------------------------------------------------------------------- */

#mainmenupane{
	padding: 			7px 7px 7px 0px;
	text-decoration: 	none;
	font-size: 			small;
	font-weight: 	bold;
	margin: 			0;
}
#mainmenupane a:link {
	color:#000000;
	background-color: #FFFFFF;
	padding: 2px 11px 2px 11px;
	margin:	2px 0 2px 0;
	text-decoration:none;
	border-style: 	solid;
	border-color:	#CC0000;
	border-width:	1px;
	display: inline-block;
}
#mainmenupane a:visited {
	color:#000000;
	background-color: #FFFFFF;
	padding:2px 11px 2px 11px;
	margin:	2px 0 2px 0;
	text-decoration:none;
	border-style: solid;
	border-color:	#CC0000;
	border-width:	1px;
	display: inline-block;
}
#mainmenupane a:hover {
	background-color:#CCCCCC;
	text-decoration:none;
}
#mainmenupane a:active {
	background-color: #CCCCCC;
	text-decoration:none;
}
/* ------------------------------------------------------------------------- */
/*                          Left menu                                        */
/* ------------------------------------------------------------------------- */
#leftpane
{
	background-color:	#EEEEEE;
	float:				left;
	width: 				172px;   /* total width is 200 */
	padding: 			7px;
	margin:				7px;
	line-height: 		1.5;
}
.linktitle {
	font-weight: bold;
	text-align: left;
	line-height:normal;
}
.linkentry {
	font-weight: bold;
	text-align: left;
	line-height:normal;
}
#leftpane a:link {
	text-decoration:none;
	display: block;
	line-height:normal;
	padding:2px 2px 2px 12px ; /* 10px left indent + 2 = 12 */
	margin: 2px 0 2px 0px; 
}
#leftpane a:visited {
	text-decoration:none;
	display: block;
	line-height:normal;
	padding:2px 2px 2px 12px ; /* 10px left indent + 2 = 12 */
	margin: 2px 0 2px 0px; 
}
#leftpane a:hover {
	background-color:#cccccc;
	text-decoration:none;
	line-height:normal;
	padding:2px 2px 2px 12px ; /* 10px left indent + 2 = 12 */
	margin: 2px 0 2px 0px; 
}
#leftpane a:active {
	background-color: #CCCCCC;
	text-decoration:none;
	line-height:normal;
	padding:2px 2px 2px 12px ; /* 10px left indent + 2 = 12 */
	margin: 2px 0 2px 0px; 
}
#leftpane p {
	line-height:normal;
	margin:0;
	padding:0;
}
/* ---------------------------------------------------------------------- */
/*                             main                                       */
/* ---------------------------------------------------------------------- */
#centrepane /* centre column where the content goes */
{
	margin: 7px 200px 7px 200px;
	padding: 7px;
	line-height: 1.5;
	background-color: #EEEEEE;
}
#centrepanelong /* centre column where the content goes */
{
	margin: 7px 7px 7px 200px;
	padding: 			7px;
	line-height: 1.5;
	background-color: #EEEEEE;
}
.centrepanefull /* centre column where the content goes */
{
	margin: 0 1% 1% 1%;
	padding: 7px;
	line-height: 1.5;
	background-color: #EEEEEE;
	clear:both;
}
/* ---------------------------------------------------------------------- */
/*                         main division title                            */
/* ---------------------------------------------------------------------- */
/* FULL GREY BOX #pagetitlepane 
{
	width: auto;  
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	background-color:#999999;
} */
#pagetitlepane {
	width: auto;  
	margin: 0 0 0 0;
	padding: 0 7px 0 7px;
	background-color:#EEEEEE;
}
/* ---------------------------------------------------------------------- */
/*                         right column (features)                        */
/* ---------------------------------------------------------------------- */

#rightpane
{
	float: right;
	width: 172px;  
	padding: 			7px;
	margin:				7px;
	background-color:#EEEEEE;
}
/* ------------------------------------------------------------------------- */
/*  				              footer					                 */
/* ------------------------------------------------------------------------- */
/* for the items at the bottom of every page */
#footerpane
{
	width: 98%;
	background-color:#999999;
	clear: both; /* ensures this doesn't overlay any other areas */
	padding: 7px 1% 7px 1%;
	margin: 0;
}
#footerpane a:link
{
	color: #000000;
	text-decoration: none;
}
#footerpane a:visited
{
	color: #000000;
	text-decoration: none;
}
#footerpane a:hover
{
	color: #000000;
	text-decoration: underline;
}
/* ------------------------------------------------------------------------- */
/*                         Home page panels                                  */
/* ------------------------------------------------------------------------- */
.homeleft {
	width:	36%;
	padding:1%;
	margin: 1% 0 1% 1%;
	background-color:#eeeeee;
	float:left;
	line-height: 1.5;
}
.homeleftdouble {
	width:	65%;
	padding:1%;
	margin: 1% 0 1% 1%;
	background-color:#eeeeee;
	float:left;
	line-height: 1.5;
}
.homeleftdouble img {
	padding:5px;
}
.homerighttop {
	width:	57%;
	padding:1%;
	margin: 1% 1% 1% 0;
	background-color:#eeeeee;
	float:right;
	line-height: 1.5;
}
.homerightA {
	width:	27%;
	padding:1%;
	margin: 0 1% 1% 0;
	background-color:#eeeeee;
	float:right;
}
.homerightB {
	width:	27%;
	padding:1%;
	margin: 0 1% 1% 0;
	background-color:#eeeeee;
	float:right;
}
/* ------------------------------------------------------------------------- */
/*                          Text Styling                                     */
/* ------------------------------------------------------------------------- */
p {
	font-size: small;
	padding: 0 1% 1em 0;
}
/* ---------- HEADING STYLES ---------- */
h1 {
	font-size: x-large;
	padding: 0 7px 0.6em 0;
}
h2 {
	font-size: large;
	padding: 0 7px 0  0;
	margin: 0 0 0 0;
	border-style: none none solid none; /* underline via bottom border */
	border-color:	#999999;
	border-width:	thick;
}
h3 {
	font-size: medium;
	padding: 0 7px 0  0;
	margin: 0.6em 0 0.6em 0;
	border-style: none none solid none; /* underline via bottom border */
	border-color:	#CCCCCC;
	border-width:	medium;
}
h4 {
	font-size: small;
	font-weight: bold;
	padding: 0 7px 0 0;
	margin: 0.6em 0 0.6em 0;
	border-style: none none solid none; /* underline via bottom border */
	border-color:	#AAAAAA;
	border-width:	thin;
}
.h4space {
	font-size: small;
	padding: 0 7px 0 0;
	margin: 0.6em 0 0.6em 0;
}
h5 {
	font-size: small;
	font-weight: bold;
	padding: 0 7px 0 0;
	margin: 0.6em 0 0.6em 0;
}
.firstHeading { /* used for first headings in main section - to remove top margin */
	margin-top:0;
}
/* ---------- LINK STYLES ---------- */
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited  {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/* ---------- List Styles ---------- */
ul
{
	list-style-image: url(/design/red-bullet.jpg);
	list-style-type: disc; /* in case image fails to load */
} 
li {
	font-size: small;  /* same as standard p text */
	padding: 0 7px 0.2em 10px;
	margin-left:2em;
}

/* ------------------------------------------------------------------------- */
/*                          Legacy                                           */
/* ------------------------------------------------------------------------- */

.nomargin {
	margin: 0px;
	padding: 0px;
}

.nomarginleft {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.left {
	text-align: left;
}
.r1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	margin: 30px 0px 10px;
	padding: 7px 3px;
	background-color: #999999;

}
.r2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 10px 0px 5px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align: left;
	background-color: #CCCCCC;
	font-weight: bold;
}
.r3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.nomarginright {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.nomargincentre {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.rightCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: right;
}

/* ------------------------------------------------------------------------- */
/*                   Classes used by Events and News CMS                     */
/* ------------------------------------------------------------------------- */
.RMASponsored  { /* RMA image for sponsored events/news */
margin:	0 3px 0 0;
}
.eventlink { /* Headline link for an event */
	margin: 3px 0 0 0;
	padding: 0px;
	font-size: small;
	text-align: left;
	font-weight: bold;
}
.eventinfo {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: left;
}
.eventdiv {
	margin:  2px 0 5px 0;
	padding: 0   0 4px 0;
	border-style: none none solid none; /* underline via bottom border */
	border-color:	#AAAAAA;
	border-width:	thin;
}
/* Table Style */
td {
	padding:3px;
}
td p {
	margin:0;
	padding:0;
}
blockquote {
	margin-left:25px;
}