/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0; 
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: disc;
	padding: 1px 1px 5px 15px;
}
li {
    margin:5px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
/* end css reset */


div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p {
    margin: 5px;
    line-height: 1.2;
}

a {
	/*color: #777; */
	color: #827eb7;
	text-decoration: none; 
}

img {
    border-style: none;
  /*  display:block; */
}

a:hover{
    text-decoration: underline;
}

.no_under {
 /*   background-color: #fff; */
}


.footer {
	color: #333333;
	font-size: 10pt;

}

.navback {
	background-color: #CCCCCC;
}

h1 {
    padding: 7px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
h3 {
	color: #aaaaaa;
}
h4 {
    padding: 7px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
h5 {
	font-weight: smaller;
	text-align: center; 
    color: #aaaaaa; 
}

h6 {
	font-size: larger;
	color: #777777;
}

.caldate{
	font-size: 14px;
	color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



.ppage{
	text-align:right;
}

.calentry{
    background-color: #f5f5ff;
    margin:10px;
    padding:10px;
    border: 1px #c0c0d0 solid;
}

.calentry2{
    background-color: #f5f5ff;
    margin:5px;
    padding:4px;
    border: 1px #c0c0d0 solid;
}

.period-range{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.artist-thumb{
    float: left;
    position: relative;
    height: 127px;
    width: 140px;
    text-align:center;
    
}

.bottom{
    position:absolute;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto; 
    bottom:0;  
}

/* Layout */
.page {
    width: 776px;
    right: 0px;
    /*left: 0px; */
    margin-left: auto;
    margin-right: auto;
 /*   background-color: #efefef; */
}

.left_layout {
    float: left;
    position: relative;
}

.clear {
	clear: both; 
}

.table_center {
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}

td {
    height: 20px;
}

.block {
    margin:10px;
}

.program{
    background-color: #f5f5ff;
   /* width: 223px; */
    width: 31.2%;
    margin:5px;
    border: 1px #c0c0d0 solid;
}

/* Display stuff */
.boldredcenter {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center; 
    color: #990000; 
    font-style: italic;
}

.right {
    text-align: right;
}

.sup {
    float: left;
    position: relative;
    width:218px;
    height: 95px;
    padding:3px;
    margin:4px;
    text-align:center;
    background-color: #f5f5f5;
    border: 1px #b0b0b0 solid;
    font-size: 16px;
    font-family:'Lucida Casual', 'Comic Sans MS, serif';
}

.cen_member {
    text-align: center;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    width:85%;
    background-color: #fafafa;

    border: 1px #d0d0d0 solid;
}

td {
    text-align: center;
}

.event-sum {
    font-size:0.7em;
}


