﻿body {
background-color: #FFFFFF;
background-image: url("images/background.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}

.standard
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Navy;
	background-color: #ffffff;
}

.aveTable
{
	background-color: #EEEEEE;
	border-bottom: 1px dotted #AAAAAA;
	border-left: 1px dotted #AAAAAA;
	border-top: 1px dotted #AAAAAA;
	border-right: 1px dotted #AAAAAA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.cellBorders
{
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
}
.greyTable
{
	background-color: #EEEEEE;
	padding: 10px;
}


.pageHeading {
font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #342574;/* #BF4646;*/
	font-style: italic;
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align:text-bottom;
	height: 31px;
	padding-top: 10px;
} 

.concertHeading {
font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #241564;/* #BF4646;*/
	font-style: italic;
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align:text-bottom;
	height: 31px;
	padding-top: 10px;
} 

.subHeading1 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 10px;
} 

.subHeading2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	/*font-style: italic;*/
	text-align: center;
	/*border-bottom: 1px dotted #CCCCCC;
	vertical-align:text-bottom;
	height: 31px;*/
	padding-top: 10px;
} 

.aveContent {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-top: 10px;
} 


.panelHeader{
	width:100%;
	height:30px;
	background-image: url('Images/bg-header.png');
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold
}

.navlink
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Navy;
}

.divider
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DDDDDD;
}
.navlinkActive
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #444444;
}

a:link {color: #000080; text-decoration: none;}     /* unvisited link Navy*/
a:visited {color: #4169E1; text-decoration: none;}  /* visited link Royal blue*/
a:hover {color: #7B68EE; text-decoration: none;}   /* mouse over link Medium slate blue*/
a:active {color: #FF0000; text-decoration: none;}   /* selected link Red*/

