@import url("master.css");
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background: #ffffff;
	margin: 0;
}
TABLE, TD, P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
/*	line-height: 14px;*/
	color: #333333 ;
}

FORM{ display: inline; }
A{

}
A:link{
	font-weight: normal;
	text-decoration: underline;
	color: #0066cc;
}
A:visited{
	font-weight: normal;
	text-decoration: underline;
	color: #0066cc;
}
A:hover{
	font-weight: normal;
	text-decoration: none;
	color: #0066cc;
}
A:active{
	font-weight: normal;
	text-decoration: none;
	color: #0066cc;
}

.unverified{
	font-size: 11px;
	color: #f00;
}
.pageTitle, .pageTitle *{
	font-size: 20px;
	font-weight: bold;
}
/* home page */
.header {
	font-size: 28px;
	text-decoration: none;
/*	line-height: 22px;*/
	color: #000044;
}
.profile_occupation {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
/*	line-height: 16px;*/
	color: #333333;
}
.profile_link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
A.profile_link:link, A.profile_link:visited, A.profile_link:active {
	font-weight: bold;
	text-decoration: underline;
	color: #0066cc;
}
A.profile_link:hover{
	font-weight: bold;
	text-decoration: none;
	color: #0066cc;
}
.grey {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
A.grey:link, A.grey:visited, A.grey:active {
	text-decoration: underline;
	color: #666666;
}
A.grey:hover{
	text-decoration: none;
	color: #666666;
}
.greylg {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
A.greylg:link, A.greylg:visited, A.greylg:active {
	text-decoration: underline;
	color: #333333;
}
A.greylg:hover{
	text-decoration: none;
	color: #333333;
}
.white {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
.whiteHeader {
	font-size:14px;
	font-weight:bold;
	color: #ffffff;
	padding-left:20px;
}
A.white:link, A.white:visited, A.white:active {
	text-decoration: underline;
	color: #ffffff;
}
A.white:hover{
	text-decoration: none;
	color: #ffffff;
}
#current_shows *{
	font-size: 14px;
	text-decoration: none;
	color: #000000;
/*	line-height: 22px;*/
}

#current_shows A, #current_shows A:link, #current_shows A:visited, #footer A:active, #current_shows A:hover{
	text-decoration: underline;
	color: #0066cc;
}

#current_shows A:hover{
	text-decoration: none;
}
#sidesearch{
   background: #c5daee;
}
#sidesearch *{
	font-size: 10px;
	text-decoration: none;
	color: #000044;
}

#sidesearch A, #sidesearch A:link, #sidesearch A:visited, #footer A:active, #sidesearch A:hover{
	text-decoration: underline;
	color: #000044;
}

#sidesearch A:hover{
	text-decoration: none;
}


/* table functions */

table.sidesearch_pad {
margin-top: 6px;
margin-bottom: 6px;
}
td.profile_border {
border: solid #cccccc 1px;
padding: 6px 6px 6px 6px;
}
img.image_pad_right {
float: right;
margin: 0px 0px 0px 24px;
}
img.image_pad_left {
float: left;
margin: 0px 24px 0px 0px;
}

/* interior */
.formLabel {
	font-weight:bold;
	width:125px;
}
.lightBlueBackground {
	background-color: #c5daee;
}
.lightBlueBackground_pad{
	background-color: #c5daee;
	padding:4px;
}

.error{
	background-color: #faa;
	padding: 6px;
	text-align: center;
	color: #000;
	border: 1px solid #f17;
}

ol li {
	padding-bottom:10px;
}
ul li {
	padding-bottom:3px;
	list-style-type: disc;
}


/* forms */
.form_fields {
	border: inset #CEAC5C 0px;
	color: #666666;
}
.form_search_fields {
	font-size: 11px;
	border: inset #CEAC5C 1px;
	color: #666666;
}

.search_input {
	width:375px;
}

/* footer */
#footer *{
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}

#footer A, #footer A:link, #footer A:visited, #footer A:active, #footer A:hover{
	font-size: 12px;
	text-decoration: underline;
	color: #ffffff;
}

#footer A:hover{
	text-decoration: none;
}



sup.inline_sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;

}
#venueDescription *{
	font-size:11px;
}
