/* --------- /stylesheets/appkit.css --------- */ 
body {
    margin: 0px;
}

.Hide {
    display: none;
}

.Inline {
    display: inline;
}

.CenterHorizontalVertical {
    position: absolute;
    left: 50%;
    top: 50%;
}

.Bold {
    font-weight: bold;
}
/* --------- /stylesheets/application.css --------- */ 
a {
    color: #ce1141;
}

.Font10 {
    font-size: 10px;
}

.Red {
    color: #c03;
}

.ArialBlack14 {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 14px;
}

.ArialBlack14Red {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 14px;
    color: #c03;
}

.ArialBlack16Red {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 16px;
    color: #c03;
}

a.BlackMarkerLink {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 12px;
    color: #c03;
    text-decoration: none;
    padding-left: 19px;
    background-image: url(/images/black_marker.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

a.BlackMarkerLink:hover {
    background-image: url(/images/red_marker.gif);
    color: #000;
}

a.RedMarkerLink {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    padding-left: 19px;
    background-image: url(/images/red_marker.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

a.RedMarkerLink:hover {
    background-image: url(/images/black_marker.gif);
    color: #c03;
}


a.RedMarkerLink2 {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 13px;
    color: #c03;
    text-decoration: none;
    padding-left: 25px;
    background-image: url(/images/red_marker.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

a.RedMarkerLink2:hover {
    background-image: url(/images/black_marker.gif);
    color: #000;
}


a.RedMarkerOnBlackLink {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
    padding-left: 20px;
    background-image: url(/images/red_marker_on_black.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    margin-right: 8px;
}

a.RedMarkerOnBlackLink:hover {
    color: #fff;
}

a.RedMarkerBlackTextLink {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    padding-left: 19px;
    background-image: url(/images/red_marker.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

a.RedMarkerBlackTextLink:hover {
    background-image: url(/images/black_marker.gif);
}

div#contentView {
    width: 940px;
    height: 578px;
	margin: 20px auto;
    border: 1px solid #ccc;
	position: relative;
}

div#intro {
    position: absolute;
    left: 70px;
    top: 39px;
    width: 800px;
    height: 500px;
    background-color: #ccc;
}

div#logo {
    position: absolute;
    top: 37px;
}

div#middleBar {
    position: absolute;
    top: 172px;
    width: 940px;
    height: 160px;
    background-color: #ccc;
}

div#slogan {
    position: absolute;
    left: 384px;
    top: 344px;
}

div#seasonOverview {
    position: absolute;
    left: 384px;
    top: 381px;
}

div#registerToday {
    position: absolute;
    left: 699px;
    bottom: 50px;
}

span.topregtoday div#registerToday {
    position: absolute;
    left: 498px;
    bottom: 50px;
}

div#registerToday span {
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    padding-left: 3px;
    line-height: 1.1em;
}
div#registerToday div {
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    padding-left: 25px;
    line-height: 1.1em;
}

div#nav {
    position: absolute;
    bottom: 0px;
    width: 940px;
    height: 30px;
    background-color: #000;
    text-align: right;
}

div#topnav {
    position: absolute;
    top: 0px;
    width: 900px;
    height: 30px;
    background-color: #fff;
    text-align: left;
    line-height: 30px;
    padding-left: 25px;
    z-index: 500;
}
div#topnav a {
	margin-right: 13px;	
}


div#smallLogo {
    position: absolute;
    top: 480px;
}

div#msuLogo {
    position: absolute;
    left: 516px;
    top: 492px;
}

div#msuLogoSmall {
    position: absolute;
    left: 756px;
    top: 492px;
}

div#title, div#category {
    position: absolute;
    top:52px;
    left: 23px;
}

div#artistImage, div#performanceImage {
    position: absolute;
    top: 172px;
}

div#textArea {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: normal;
    position: absolute;
    left: 495px;
    top: 69px;
    width: 410px;
    height: 300px;
    padding-right: 10px;
    overflow: auto;
}

div#textArea a:link, div#textArea a:visited, div#textArea a:hover, div#textArea a:active {
    font-weight: bold;
    color: #c03;
}

div#textArea div#name {
    font-weight: bold;
    font-size: 34px;
    line-height: 34px;
    margin-top: 8px;
    margin-bottom: 8px;
}

div#textArea div#datetimes {
    font-weight: bold;
}

div#extra {
    position: absolute;
    left: 495px;
    top: 378px;
}

div#wideTextArea {
    position: absolute;
    top: 190px;
    width: 940px;
    height: 275px;
    font-family: Helvetica, sans-serif;
    overflow: auto;
}

div#artistWideTextArea {
    position: absolute;
    top: 172px;
    width: 940px;
    height: 300px;
    font-family: Helvetica, sans-serif;
    overflow: auto;
}

div.EventRow {
    padding-top: 5px;
    padding-left: 25px;
    font-size: 12px;
    color: #a0a0a0;
    font-weight: bold;
}

div.EventSpacer {
    height: 14px;
}

span.EventRowTime {
    position: absolute;
    left: 230px;
}

div.PerformanceRowTop {
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 25px;
    background-color: #efefef;
    font-size: 13px;
    font-weight: bold;
}

a.PerformanceRowLink {
    color: #000;
    text-decoration: none;
}

div.PerformanceRowTop img {
    position: relative;
    top: 1px;
}

span.PerformanceRowTopArtists {
    position: absolute;
    left: 330px;
}

span.CalendarDateTime {
    color: #c03;
}

a.CalendarRedMarkerBlackTextLink {
    color: #000;
    text-decoration: none;
    padding-left: 19px;
    background-image: url(/images/calendar_red_marker.gif);
    background-repeat: no-repeat;
    background-position: 0px -1px;
    font-size: 12px;
    line-height: 16px;
	padding-top: 2px;
}

a.art_blackmarker {
    color: #000;
    text-decoration: none;
    padding-left: 19px;
    font-size: 12px;
    background-image: url(/images/black_marker.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
    background-position: 0px 1px;
    padding-top: 2px;
    margin-right: 10px;
    line-height: 16px;
    display: block;
    float: left;
    
}
a.art_blackmarker:hover {
	color:  #c03;
	background-image: url(/images/red_marker.gif);
}

span.PerformanceRowTopTickets {
    position: absolute;
    left: 820px;
}

div.PerformanceRowBottom {
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 25px;
    background-color: #efefef;
    font-size: 11px;
}

div#wideTextAreaMedia {
    position: absolute;
    top: 190px;
    width: 940px;
    height: 275px;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    overflow: auto;
}

div#mediaDescription {
    margin-left: 25px;
    margin-right: 25px;
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

div.MediaRow {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

div.MediaRow div.left {
	width: 400px;
	float: left;
}

div.MediaRow div#media_performance_title {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 14px;
    color: #ce1141;
}

div.MediaRow div#media_performance_description {
    margin-bottom: 4px;
}

div.MediaRow div#media_images {
	width: 440px;
	float: right;
}

div.ArtistRow {
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 25px;
    background-color: #efefef;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
    clear: both;
}

div.ArtistRow .artinfo {
	width: 380px;
	float: left;
}

div.ArtistRow .perfinfo {
	position: relative;
	float: left;
	width: 490px;
	height: 68px !important;
	height: 66px;
}
div.ArtistRow .perfinfo span {
	display: block;
	width:  100%;
	position: absolute;
	bottom: 0px;
}

div.ArtistRow img {
    vertical-align: text-bottom;
}

div#season {
    position: absolute;
    left: 700px;
    top: 52px;
}

div#legend {
    position: absolute;
    left: 355px;
    top: 499px;
}

div#filter {
    position: absolute;
    left: 25px;
    top: 164px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 14px;
    color: #ce1141;
}

div#aboutUsSeason {
    position: absolute;
    left: 470px;
    top: 346px;
}

div#aboutUsNav {
    position: absolute;
    left: 474px;
    top: 391px;
}

div#contactUs {
    position: absolute;
    padding-left: 25px;
    padding-right: 175px;
    font-size: 12px;
}

div#joinList {
    position: absolute;
    left: 300px;
    font-size: 12px;
}

div.StaffImageDesc {
    margin-top: 4px;
    margin-bottom: 4px;
}

div.StaffImageDesc div {
    position: absolute;
    left: 109px;
    display: inline;
}

#perfs_cal {
	width: 210px;
	background-color: #f4f4f4;
	margin-top: 10px;
}
#perfs_cal span {
	display: block;
	float: left;
	color: #999;
	width: 30px !important;
	width: 29px;
	height: 19px;
	text-align: center;
	line-height: 18px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}
#perfs_cal a {
	text-decoration: none;
	width: 30px !important;
	width: 29px;
	height: 19px;
	display: block;
}
#perfs_cal a:hover {
	color: #000;
}
#perfs_cal span.othermonth {
	color: #aaa;
}
#perfs_cal span.active {
}
#perfs_cal span.inactive {
	color: #888;
}
#perfs_cal span.inactive a {
	color: #333;
}
#perfs_cal span.current {
	background-color: #fdd;
	font-weight: bold;
}
#perfs_cal div.clear {
	clear: both;
	font-size: 1px;
}

#perfs_list_holder {
	width: 685px;
	height: 275px;
	overflow: auto;
}

.perf_item {
	margin-bottom: 10px;
	padding: 3px 10px 3px 20px;
	background-color: #eee;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.perf_item div {
	text-align: left;
}

.perf_item .date {
	float: left;
	width: 210px;
	color: #c03;
	clear: both;
}
.perf_item .time {
	float: left;
	color: #c03;
	width: 350px;
}
.perf_item a {
	color: #000;
	text-decoration: none;
	padding-left: 15px;
}
.perf_item a:hover {
	color: #c03;
}
.perf_item a.redmark {
	background: url(/images/calendar/redmark.gif) 0 2px no-repeat;
}
.perf_item a.graymark {
	background: url(/images/calendar/graymark.gif) 0 2px no-repeat;
}
.perf_item a.graymark_outreach {
	background: url(/images/calendar/graymark.gif) 0 2px no-repeat;
	color: #8e6b21;
}

.perf_item .name {
	float: left;
	clear: both;
	width: 310px;
	margin-top: 5px;
}
.perf_item .artist {
	float: left;
	width: 180px;
	margin-top: 5px;
}
.perf_item .tickets {
	float: left;
	margin-top: 5px;
}
.perf_item span {
	clear: both;
	padding-top: 5px;
	width: 600px;
	display: block;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.perf_item span p {
	margin: 0;
}


#slideholder {
	width: 500px;
	height: 290px;
	position: absolute;
	top: 113px;
	overflow: hidden;
}
#slideloader {
	width: 500px;
	height: 290px;
	position: absolute;
	top: 113px;
	overflow: hidden;
	z-index: 1500;
	font-size: 11px;
	color: #c03;
	text-align: center;
	line-height: 290px;
	font-family: Arial, sans-serif;
}

#slideholder img {
	border: 0;
}
#slideholder div.item {
	width: 500px;
	height: 290px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#slideholder div.item * {
	padding: 0;
	margin: 0;
}
#slideholder div.item a {
	float: left;
	width: 445px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#slideholder div.item img.banner {

}
#slideholder div.item img.season {
}

#slidecontrols {
	position: absolute;
	top: 113px;
	width: 500px;
	height: 290px;
	z-index: 1000;
}
#slidecontrol_buts {
	position: absolute;
	top: 265px;
	left: 10px;
	width: 180px;
	height: 50px;
	z-index: 1100;
	overflow: hidden;
}
#slidecontrol_buts a {
	float: left;
	display: block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background-color: gray;
	font-size: 2px;
	text-indent: -9000px;
	overflow: hidden;
}

a#btnPrev {
	background: url(/images/buts/back.gif) no-repeat;
}
a#btnNext {
	background: url(/images/buts/forward.gif) no-repeat;
}
a#btnPlay {
	background: url(/images/buts/play.gif) no-repeat;
}
a#btnPlay.pause {
	background: url(/images/buts/pause.gif) no-repeat;
}



div#topTextArea {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    right: 0px;
    top: 65px;
    width: 415px;
    padding-right: 0px;
    overflow: hidden;
	height: 415px;
}

div#topTextArea h3.upnext {
	width: 416px;
	height: 40px;
	background: url(/images/index/upnext.gif) 0 0 no-repeat;
	margin: 0 0 6px 0;
	text-indent: -9000px;
}


div#topnews {
	width: 450px;
	position: absolute;
	top: 410px;
	color: #000;
}

div#topnews a {
	color: #000;
	text-decoration: none;
}
div#topnews a:hover {
	color: #c03;
	text-decoration: underline;
}

div#topnews h3 {
	width: 110px;
	height: 29px;
	background: url(/images/index/news.gif) 0 0 no-repeat;
	text-indent: -9000px;
	margin: 10px 0 5px 35px;
}
div#topnews p {
	margin: 0px;
}
div#topnews div.item {
	padding-left: 18px;
	margin-left: 35px;
	background: url(/images/index/newsitem.gif) 0 2px no-repeat;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 11px;
    margin-bottom: 8px;
}

div#quicktix {
	height: 120px;
	position: relative;
	width: 365px;
	clear: both;
	margin-top: 20px;
}
div #quicktix form {
	margin-left: 3px;
}
div#quicktix select {
	width: 150px;
}
div#quicktix h3 {
	width: 79px;
	height: 19px;
	background: url(/images/index/quicktix.gif) no-repeat;
	text-indent: -9000px;
	margin-bottom: 7px;
}

div#quicktix img.price {
	position: absolute;
	left: 193px;
	top: 3px;
}

div#quicktix a.tickets {
	width: 89px;
	height: 19px;
	background-image: url(/images/index/buytickets.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	margin-top: 7px;
	text-indent: -9000px;
}
div#quicktix a.tickets:hover {
	background-position: 0px -19px;
}

div.nextup-item {
	margin-bottom: 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 41px;
	width: 365px;
	position: relative;
	margin-left: 20px;	
}
div.nextup-item div.date {
    font-size: 11px;
    color: #c03;
    font-weight: bold;
    width: 292px;
    line-height: 1.1em;
    margin-bottom: 2px;
}
div.nextup-item div.content {
	width: 292px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
div.nextup-item div.content a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
div.nextup-item div.content a:hover {
	color: #c03;
}

div.nextup-item div.image {
	position: absolute;
	right: 0px;
	top:  0px;
	width: 73px;
	height: 41px;
	overflow: hidden;
}

div#tixtimes {
	margin-top: 7px;
}

div#calendar_holder {
	width: 211px;
	position: absolute;
	bottom: 109px;
	left: 20px;
}

div#calendar_events {
	width: 685px;
	position: absolute;
	top: 165px;
	right: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}
div#calendar_events form {
	text-align: right;
	margin-bottom: 5px;
}
div#calendar_events form #loader {

}

div.calview {
	color: #555;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}
div.calview a {
	color: #333;
	text-decoration: none;
	margin-left: 5px;
	font-weight: bold;
}
div.calview a:hover {
	color: #c03;
}
div.calview a.active {
	color: #c03;
}
div.calnav {
	position: relative;
	height: 1.3em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	margin-top: 10px;
}
div.calnav a {
	text-decoration: none;
	color: #000;
}
div.calnav a:hover {
	color: #c03;
}
div.calnav a.prev {
	position: absolute;
	left: 0;
}
div.calnav a.next {
	position: absolute;
	right: 0;
}

#filterForm {
	text-align: right;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
#filterForm .date {
	position: absolute;
	left: 20px;
	top: 0px !important;
	top: 3px;
}
#filterForm .time {
	position: absolute;
	left: 230px;
	top: 0px !important;
	top: 3px;
}
#filterForm .artist {
	position: absolute;
	left: 335px;
	top: 0px !important;
	top: 3px;
}

.frame_list_smart {
	border-bottom: 1px solid #e5e5e5;
}

.frame_list .item,
.frame_list_smart .item {
	margin-bottom: 5px;
	padding: 5px;
	border-top: 1px solid #e5e5e5;
	overflow: auto;
}
.frame_list .item img {
	float: left;
	width: 75px;
}
.frame_list .item .content {
	width: 300px;
	float: right;	
}

#smart_content {
	width: 240px;
	margin: auto;
	font-size: 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#smart_content table {
	border-top: 1px dotted #e5e5e5;
	border-collapse: collapse;
}
#smart_content table td {
	border-bottom: 1px dotted #e5e5e5;
	font-size: 0.8em;
	padding: 5px 0px;
}


.ts_banner {
	width: 55px;
	height: 290px;
	position: relative;
	overflow: hidden;
}
.ts_banner .banner {
	width: 55px;
	height: 225px;
	position: absolute;
	top: 0;
	right: 0;
}
.ts_banner .season {
	width: 55px;
	height: 65px;
	position: absolute;
	bottom: 0;
	right: 0;
}

div#textArea a.credits {
	color: #333;
	font-weight: normal;
	font-style: normal;
}/* --------- /stylesheets/lightview.css --------- */ 
/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align:left;
}
.lv_MenuBar * { padding: 0; margin: 0; }

/* When the Menubar is at the top, on (ajax/iframe/inline) content,
   it will also have this style.
   The margins are removed here for better alignment, and since it's
   at the top we switch the inner margins to the other side.
*/
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.navbarHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}
