/* Basics CSS*/

object {outline: none;}
html, body {
	height: 100.1%;
	font-size: 100.01%;
}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	color: #FFF;
	background:#351855 url(../images3/bkg-page.png) repeat-x fixed;
	padding:0;
	font: 90% Trebuchet, Verdana, Arial, sans-serif;
 }

a:link, a:visited, a:active {
color: #81dbf7;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #81dbf7;
}

h1 {
	font-size: 1.4em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 961px;
	margin: 0 auto;
	background: #FFF;
	background: #FFF; /*url(../images3/bkg-right.png) repeat-y right*/
 }

#hdr {
 padding-top: 180px;
 background: #fff url(../images3/headerlogo09.png) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
	float:right;
	width:270px;
	padding: 5px 5px 0px;
	color: #351855;
	background-color: #D6D5E7;
}
#nav ul {
	list-style: none;
	margin: 1em 0;
	padding: 0; 
}
#nav ul li {
	font-weight: bold;
	margin: 0;
	padding: 3px 10px 5px 10px;
	border-bottom: 1px solid #ccc;
	color: #351855;
}
#nav ul li:hover {
	color: #000;
	background-color: #ddd; 
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #351855 !important;
	text-decoration: underline !important;
	display: block;
}
#nav a:hover {
text-decoration: none !important;
color: #C30 !important;
}

#cont {
	float: left;
	width:630px;
	padding: 0px 10px 10px 20px;
	color: #351855;
	line-height: 140%;
 }
#cont a:link, #cont a:visited, #cont a:active {
	color: #B80000;
	text-decoration: none;
}
#cont a:hover {
text-decoration: underline;
color: #B80000;
}
#cont h2 {
 color: #a488c3;
}

/*-------------*/

#outerIndex {
	width: 961px;
	margin: 0 auto;
	background: #FFF;
	background: #FFF; /*url(../images3/bkg-rightIndex.png) repeat-y right;*/
 }

#navIndex {
	float: right;
	width: 300px;   /*900px total*/
	padding: 5px 15px 0px;
	color: #351855;
	line-height: 140%;
	background-color: #D6D5E7;
	/*border-left: 1px solid #000;*/
}
#navIndex ul {
	list-style: none;
	margin: 1em 0;
	padding: 0; 
}
#navIndex ul li {
	font-weight: bold;
	margin: 0;
	padding: 3px 10px 5px 10px;
	border-bottom: 1px solid #ccc;
	color: #351855;
}
#navIndex ul li:hover {
	color: #000;
	background-color: #ddd; 
}

#navIndex a:link, #navIndex a:visited, #navIndex a:active {
	color: #351855 !important;
	text-decoration: underline !important;
	display: block;
}
#navIndex a:hover {
text-decoration: none !important;
color: #C30 !important;
}

#contIndex {
	float: left;
	width:590px;  /*900px total*/
	padding: 0px 10px 10px 20px;
	color: #351855;
	line-height: 140%;
	/*border-right: 1px dotted #939;*/
 }
#contIndex a:link, #contIndex a:visited, #contIndex a:active {
	color: #B80000;
	text-decoration: none;
}
#contIndex a:hover {
text-decoration: underline;
color: #B80000;
}
#contIndex h2 {
	color: #a488c3;
	font-size: 1.3em;
}
/*----------------*/
#contConcert {
	float: left;
	width:630px;
	padding: 0px 10px 10px 20px;
	color: #351855;
	line-height: 140%;
 }
#contConcert a:link, #contConcert a:visited, #contConcert a:active {
	color: #B80000;
	text-decoration: none;
}
#contConcert a:hover {
text-decoration: underline;
color: #B80000;
}
#contConcert h2 {
 color: #a488c3;
}
#contConcert p {
  margin-bottom: 0 }
#contConcert p + p {
  text-indent: 1.5em;
  margin-top: 0 }

#ftr {
	clear: both;
	color: #FFF;
	background: #351855;
	font-size: 0.8em;
	text-align: center;
	height: 40px;
	line-height: 160%;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
	color: #FF0;
	text-decoration: none;
}
#ftr a:hover {
text-decoration: underline;
color: #FFF;
}

.imgLeft
{ float: left; 
  padding: 0px 20px 20px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 20px 20px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 20px 20px 0px;
  border: 1px solid #000000;
}
.imgLeftBorderNoBottomMargin
{
	float: left;
	border: 1px solid #000000;
	margin-right: 20px;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 20px 20px;
  border: 1px solid #000000;
}
.imgBorder {
	border: 1px solid #000;
}
.adLeft {
	float: left;
	margin: 0px 0px 5px 1px;
	width: 125px;
}
.adRight {
	float: right; 
  margin: 0px 1px 5px 0px;
  width: 125px;
}
.adCenter {
	margin: 0px auto 5px;
	width: 250px;
}
.adRightNotice {
	padding: 6px 3px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #351855;
	margin-bottom: 15px;
	background-color: #FFF;
}
.adRightNotice h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #351855;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.adCenterNotice {
	padding: 8px 15px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #351855;
	margin-top: 15px;
	background: #FFF;
}
.adCenterNotice .adLeft {
	float: left;
	margin: 0px 11px 5px 11px;
	width: 125px;
}
.adCenterNotice h3 {
	font-weight: bold;
	color: #FFF;
	background: #351855;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.clear {
	clear: both;
}
.clear5 {
	clear: both;
	height: 5px;
}
.clear10 {
	clear: both;
	height: 10px;
}
.clear15 {
	clear: both;
	height: 15px;
}
.clear15Border {
	clear: both;
	height: 15px;
	border-top: 1px solid #CCC;
}

.clear15Borderdot {
	clear: both;
	height: 15px;
	border-top: 1px dotted #939;
}
.txtPurple {
	font-size: 85%;
	color: #a488c3;
}
.boxSlideshow {
	background: #351855;
	height: 420px;
	width: 340px;
	margin-top: 15px;
	padding-top: 15px;
	float: left;
	margin-right: 15px;
}
.boxRightNotice {
	padding: 8px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #351855;
	margin-bottom: 15px;
	background-color: #FFF;
}
.boxRightNotice h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #351855;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}
.boxCalendar {
	padding: 8px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #351855;
	margin-bottom: 15px;
}
.boxCalendar h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #351855;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}
.boxCalendarTxtBigger {
	font-size: 16px;
}
.boxCalendar h3 a:link, .boxCalendar h3 a:visited, .boxCalendar h3 a:active {
color: #fff !important;
text-decoration: underline !important;
}
.boxCalendar h3 a:hover {
	text-decoration: none !important;
	color: #FF0 !important;
}
.boxCalendarContent {
	width: 420px;
	float: right;
	font-size: 90%;
}
.boxCalendarContent p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.txtOrange {
	font-style: italic;
	color: #C30;
}
.btnTicketInfo {
	font-weight: bold;
	color: #FFF;
	background: #900;
	display: block;
	clear: both;
	border: 1px solid #000;
	text-align: center;
	margin-top: 5px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
.btnTicketInfo a {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btnTicketInfo a:link,.btnTicketInfo a:visited, .btnTicketInfo a:active {
color: #fff !important;
text-decoration: none;
}
.btnTicketInfo a:hover {
	text-decoration: none !important;
	color: #FF0 !important;
}
.hdrConcert {
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
	background: #351855;
	padding-left: 20px;
}
.hdrGray {
	font-weight: bold;
	color: #666666;
	border: 1px solid #CCC;
	background: #E2E2E2;
	text-align: center;
	height: 15px;
	clear: both;
}
.hdrCenter {
	font-weight: bold;
	color: #C60;
	text-align: center;
	clear: both;
}
.hdrWorkshop {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #C60;
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #333;
	text-align: center;
	line-height: 140%;
	clear: both;
}
.tblBuy {
	float: right;
	width: 230px;
	text-align: center;
	background: #E6D9F4;
	border: 1px solid #999;
	margin-top: 5px;
	margin-left: 10px;
}

.tblBuyWide {
	float: right;
	width: 270px;
	text-align: center;
	background: #E6D9F4;
	border: 1px solid #999;
	margin-top: 5px;
	margin-left: 5px;
}

.tblBuy td {
	padding-bottom: 5px;
	padding-top: 5px;
}
.tblBuy1 {
	padding-bottom: 5px;
	padding-top: 5px;
	background: #D7C2ED;
	border-top: 1px solid #999;
}
.tblBuy2 {
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #999;
	background: #CAADE7;
}

.tblBuyspecial {
	float: right;
	width: 300px;
	text-align: center;
	background: #E6D9F4;
	border: 1px solid #999;
	margin-top: 5px;
	margin-left: 10px;
}
.tblVideoDouble {
	width: 100%;
	text-align: center;
}
.txtSmaller2 {
	font-size: 11px;
	line-height: normal;
}
.txtSmaller {
	font-size: 90%;
	line-height: 115%;
}

.txtSponsor {
	font-size: 10px;
	color: #CCC;
	margin-top: 20px;
}

.txt20 {
	font-size: 20px;
}
.pIndent {
	text-indent: 1.5em;
}
.center {
	text-align: center;
}
.txtBigLav {
	font-size: 1.3em;
	font-weight: bold;
	color: #662FA4;
	line-height: 1.4em;
}
.txtBigLav a:link, .txtBigLav a:visited, .txtBigLav a:active {
	color: #662FA4 !important;
	text-decoration: none;
}
.txtBigLav a:hover {
	text-decoration: underline;
	color: #563A74 !important;
}
.txtBigRed {
	font-size: 1.3em;
	font-weight: bold;
	color: #b80000;
	line-height: 1.4em;
}
.workshopIndent {
	width: 345px;
	float: right;
	margin-bottom: 10px;
	padding: 10px;
	background-color:#FFF4C2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.boxOpening {
	text-indent: 0px;
}
.pNoIndent {
	text-indent: 0 !important;
}
.listIndent {
	float: right;
	width: 300px;
}

.fuchsia { color: #94288A;}

#rtsidebar p {font-size: 13px;}