html, body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
	background-color:#FFFFFF;
	font-size:12.5px;
	
	font-family:Arial, Helvetica, sans-serif;
}

a, a:hover { color:#3d3d3d; }



div#leftColumn
{
	position:absolute;
	height:100%;
	background-color:#3d3d3d;
	
}

div.left
{
	width: 220px;
}



div#logo
{
	padding-top:10px;
	padding-bottom:30px;
        height:100px;
}



div#menu
{
	
	padding-top:20px;
	padding-bottom:20px;
	height:220px;
	margin-left:60px;
	
}

div#language
{
	padding-top:10px;
	padding-bottom:50px;
	padding-right:30px;
}

div#fontSize
{
	padding-top:8px;
	padding-bottom:8px;
	padding-right:30px;
}

div#login
{
/*
	position:absolute;
	margin-top:100%;	
*/		
}

div#mainColumn
{
	
	
	margin-left:220px;  /* has to match div.left and div#footer */
	padding-top:10px;
	
	width:550px;
	position:relative;
	z-index:10;
	background-color:#FFFFFF;
	height:100%;
	
}


div#mainText
{
	padding:20px;
	
}

div.right
{
	margin-left:780px;  /* has to match mainColumn width + left width */
	width: 220px;
	/*background-color:#3C0;*/
	position:absolute;
	font-size:1.1em;
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;

}

div#info
{
	
	text-align:center;
	font-weight:bold;
	
	
}

div.rightMod
{
	padding-top:0px;
	padding-bottom:0px;
	
	
}


div#fuofacebook
{
	padding-top:30px;
	
}






/*  content styling */

/* heading of application forms */
div.formName
{
	font-weight:bold;
	font-size:1.15em;
	
	width:480px;      /*  rut has to match mainColumn width - 50px   */
	height:25px;
	border-bottom:solid #774398 2px; /*rut was pink #e02771, now purple*/
}

p.rightModuleHeading
{
	font-weight:bold;
	
	
	width:220px;      /*  rut has to match right width - 50px   */
	height:25px;
	border-bottom:solid #774398 2px; /*rut was pink #e02771, now purple*/
}

 
 table td.contentheading, p.contentheading, p.pink  /* rut article title */
{
	font-weight:bold;
	font-size:1.15em;
	
	width:500px;      /*  rut has to match mainColumn width - 50px   */
	height:25px;
	border-bottom:solid #774398 2px; /*rut was pink #e02771, now purple*/
	
	
}

 p.pink  /* rut article title */
{
	font-weight:bold;
	font-size:1.15em;
	
	width:500px;      /*  rut has to match mainColumn width - 50px   */
	height:25px;
	border-bottom:solid #774398 2px; /*rut was pink #e02771, now purple*/
	
	
}

table.blogConcert
{
	border:solid 0px;
	
}

table.contentpaneopen
{
	border:solid 0px;
	
}

table td.contentheadingConcert, td.contentheadingProgram, table td.contentheadingArtists, p.contentheadingArtists, table td.contentheadingStaff
{
	font-weight:bold;
	width:750px;
	padding-left:5px;
	background-image:url(../../../images/stories/_MUSICFEST/gradients/gradient_grey.png);
	background-repeat:repeat-y;
}




table.contentpaneopen td.contentheadingViolin, p.contentheadingViolin
{
	font-weight:bold;
	width:750px;
	padding-left:5px;
	background-image:url(../../../images/stories/_MUSICFEST/gradients/gr_green2.png);
	background-repeat:repeat-y;
}

table.contentpaneopen td.contentheadingGuitar, p.contentheadingGuitar
{
	font-weight:bold;
	width:750px;
	padding-left:5px;
	background-image:url(../../../images/stories/_MUSICFEST/gradients/gr_red2.png);
	background-repeat:repeat-y;
}

table.contentpaneopen td.contentheadingCello, p.contentheadingCello
{
	font-weight:bold;
	width:750px;
	padding-left:5px;
	background-image:url(../../../images/stories/_MUSICFEST/gradients/gr_yell2.png);
	background-repeat:repeat-y;
}

table td.courses
{
	/*border-bottom:dotted 1px;*/
}


table td.createdate
{
	/*font-style:italic;*/
	font-size:0.85em;
	
}
#captifyContent td.imgCaption
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	
}

#captifyContent table#imgCaptionTable
{
	padding-right:15px;
	
	
}

div#imageCaption
{
	
}

p img.imgArtists
{
	width:70px;
	height:auto;
	
	border:solid 1px;
	cursor:pointer;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

img.m
{
	width:70px;
	height:auto;
	
	border:solid 1px;
	cursor:pointer;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	vertical-align: text-top;
	
	
}

div.formName
{
	font-size:14px;
	font-weight:bold;
}
