
/* ----------------------------- body elements ------------------------------- */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/site_bg.jpg);
    background-repeat: repeat-x;
}

a {
    color: #6d6d6d;
    text-decoration: none;
    outline: none;
}
a:hover
{
	text-decoration:underline;
}
a.greenLink
{
    text-decoration: underline;
    color:Green;
}
a.blueLink
{
    text-decoration: underline;
    color:darkblue;
}

a.bigLink
{
	font-size:12px;
	font-weight: normal;
    xcolor: #20a213;
    color:Green;
}
a.hugeLink
{
	font-size:12px;
	font-weight: normal;
    color: #20a213;
    text-decoration:underline;
    xmargin-left:150px;
}
a.hugeLinkActive
{
	font-size:12px;
	font-weight: normal;
    color:rgb(10,53,88);
    text-decoration:underline;
}
a.bigLink:hover
{
	text-decoration:underline;
	
}
img {
    display: block;
    margin: 0px;
    border: 0px;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 0px;
    padding: 0px;
    
}

h2 {
    font-size: 18px;
    color: #4c4c4c;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

h3 { /* feature heading */
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
    padding: 25px 0px 5px 0px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin: 0px;
    padding: 0px;
}

h5 {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

hr {
    border: 0px;
    border-bottom: solid 1px #e5e5e5;
    margin: 14px 2px 14px 2px;
    padding: 0px;
}

.form {
    margin: 0px;
    padding: 0px;
}

input {
    outline: none;
}

input.textButton
{
	font-size:10px;
    font-weight:normal;
    color:#888888;
}
input.textButton:hover
{
	text-decoration:underline;
}

.fdbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #86ae47;
}.fdbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;text-decoration:none;
}.fdbutton:active {
	position:relative;
	top:1px;
}
 
.fdButtonActive {
	-moz-box-shadow:inset 0px 1px 0px 0px rgb(108,217,250);
	-webkit-box-shadow:inset 0px 1px 0px 0px rgb(108,217,250);
	box-shadow:inset 0px 1px 0px 0px rgb(108,217,250);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,  rgb(25,101,249)), color-stop(1, rgb(19,147,238)) );
	background:-moz-linear-gradient(center top, rgb(25,101,249) 5%, rgb(19,147,238) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(25,101,249)', endColorstr='rgb(19,147,238)');
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid rgb(25,101,249);
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px rgb(24,86,247);
}.fdButtonActive:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, rgb(19,147,238)), color-stop(1, rgb(25,101,249)) );
	background:-moz-linear-gradient( center top, rgb(19,147,238) 5%, rgb(25,101,249) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(19,147,238)', endColorstr='rgb(25,101,249)');
	background-color:#a5cc52;text-decoration:none;
}.fdButtonActive:active {
	position:relative;
	top:1px;
}
    
/* -------------------------- structure elements ---------------------------- */

#outerBgHolder {
    background-position: top;
    background-repeat: no-repeat;
}

.active {
        background-image: url(../images/active_bg_pattern.png);
}
.standard {
        background-image: url(../images/bg_green_pattern.png);
}

#wrapper {
    width: 1016px;
    margin: 0px auto 0px auto;
}

/* --------------------------- topBar elements ------------------------------ */

#topBar {
    height: 27px;
}

#topBar ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#topBar li {
    display: block;
    float: left;
    margin: 4px 6px 0px 6px;
    padding: 0px;
    color:White;
}

.topLiWhite 
{
	padding: 2px 0px 0px 0px;
	color:White;
}
.topLiHelp
{
	padding: 0px 0px 0px 0px;
	color:#71bc3f;
}
.topLiHelp a
{
	color: #c2e16d;
}

.topLiWhite a
{
	color:White;
}
.topBarLiCountdown 
{
    width: 130px;
}

.topBarLiAddEvent
{
	width:605px;
}

.topBarLiTickets {
    width: 125px;
    background-image: url(../images/top_bar_tickets_bg.png);
    text-align: right;
}


.topBarLiTicketsActive {
    width: 125px;
    background-image: url(../images/active_top_bar_tickets_bg.png);
    text-align: right;
}

.topBarLiCheckout {
    width: 83px;
    background-image: url(../images/top_bar_checkout_bg.png);
}

.topLi {
    padding: 2px 0px 0px 0px;
    color:#71bc3f;
}

.topLi a {
    color: #c2e16d;
}

.topLi a:hover {
    text-decoration: underline;
}

.topLiActive {
    padding: 2px 0px 0px 0px;
    color:lightblue;
}

.topLiActive a {
    color: rgb(20,165,244);
}

.topLiActive a:hover {
    text-decoration: underline;
}

/* ---------------------------- topLogo elements ---------------------------- */

#topLogo {
    margin: 3px 0px 0px 0px;
}

#topLogoLogo {
    width: 460px;
    float: left;
}

#topLogoSearchBar {
    width: 556px;
    height: 118px;
    float: left;
    background-color: #f6f6f6;
}
.standardLogoSearchBar {
    background-image: url(../images/active_search_bg2.jpg);
}


#topLogoSearchBarNav {
    padding: 10px 0px 15px 10px;
    float:right;
}

#topLogoSearchBarNav ul {
    margin: 0px;
    padding: 0px;
}

#topLogoSearchBarNav li {
    display: block;
    float: left;
    margin: 0px 3px 0px 3px;
    padding: 0px;
    color: #333;
    font-size:12px;
}

#topLogoSearchBarNav li a {
    color: #333;
    text-decoration:underline;
}

#topLogoSearchBarNav li a:hover {
    text-decoration: underline;
}

#topLogoSearchBarNav li a:hover {
    text-decoration: underline;
}

#searchBar {
    
}

#searchBarLeft {
    float: left;
}
.searchBarLeftStandard {
    width: 348px;
    margin: 13px 0px 0px 152px;
}
.searchBarLeftActive {
    width: 260px;
    margin: 0px 20px 30px 225px;
}

#searchBarLeft input {
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    border: 0px;
    color: #666666;
    padding: 5px;
}

.searchBarLeftActive input {
        font-size: 14px;
        width: 313px;

}
.searchBarLeftStandard input {
        font-size: 16px;
        width: 333px;

}
.searchBarImageActive {
    background-image: url(../images/searchBtn.jpg);
}

#searchBarRight {
    width: 44px;
    float: left;
    margin: 5px 0px 0px 5px;
}

.searchBarRightActive {
    display:none;
}



/* -------------------------- topNavigation elements ------------------------ */

#topNavigation {
    height: 47px;
}
.topNavactive {
    background-image: url(../images/navigation/active_nav_bg2.jpg);
}
.topNavstandard {
    background-image: url(../images/navigation/nav_bg2.jpg);
}
.topNavNonPnP {
    background-image: url(../images/navigation/nonpnp_nav_bg2.jpg);
}


#topNavigation ul {
    margin: 0px;
    padding: 0px;
}

#topNavigation li {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}

#jsddm li a {
    display: block;
    text-decoration: none;
    color: #333333;
    white-space: nowrap;
}

#jsddm li ul {
    width: 331px;
    position: absolute;
    visibility: hidden;
    margin: -7px 0px 0px -276px;
    padding: 0px;
    z-index: 999;
}

#jsddm li ul li {
    float: none;
    display: inline;
}

#jsddm li ul li a {
    color: #333333;
}

#jsddm li ul li a:hover {
    
}


#jsddmActive li a {
    display: block;
    text-decoration: none;
    color: #333333;
    white-space: nowrap;
}

#jsddmActive li ul {
    width: 331px;
    position: absolute;
    visibility: hidden;
    margin: -7px 0px 0px -276px;
    padding: 0px;
    z-index: 999;
}

#jsddmActive li ul li {
    float: none;
    display: inline;
}

#jsddmActive li ul li a {
    color: #333333;
}

#jsddmActive li ul li a:hover {
    
}

#navHome {
    width: 37px;
    height: 47px;
    background-image: url(../images/navigation/home.jpg);
    text-indent: -9999px;
}

#navHome a {
    height: 47px;
}

#navHomeActive {
    width: 37px;
    height: 47px;
    background-image: url(../images/navigation/active_home.jpg);
    text-indent: -9999px;
}

#navHomeActive a {
    height: 47px;
}

#navNew {
    width: 73px;
    height: 47px;
    background-image: url(../images/navigation/new.jpg);
    text-indent: -9999px;
}

#navNew a {
    height: 47px;
}

#navNewActive {
    width: 70px;
    height: 47px;
    background-image: url(../images/navigation/menu_new.jpg);
    text-indent: -9999px;
}

#navNewActive a {
    height: 47px;
}

#navRunActive {
    width: 65px;
    height: 47px;
    background-image: url(../images/navigation/menu_run.jpg);
    text-indent: -9999px;
}

#navRunActive a {
    height: 47px;
}

#navTrailRunActive {
    width: 109px;
    height: 47px;
    background-image: url(../images/navigation/menu_trail.jpg);
    text-indent: -9999px;
}

#navTrailRunActive a {
    height: 47px;
}

#navCycleActive {
    width: 78px;
    height: 47px;
    background-image: url(../images/navigation/menu_cycle.jpg);
    text-indent: -9999px;
}

#navCycleActive a {
    height: 47px;
}

#navMTBActive {
    width: 70px;
    height: 47px;
    background-image: url(../images/navigation/menu_mtb.jpg);
    text-indent: -9999px;
}

#navMTBActive a {
    height: 47px;
}

#navWalkActive {
    width: 75px;
    height: 47px;
    background-image: url(../images/navigation/menu_walk.jpg);
    text-indent: -9999px;
}

#navWalkActive a {
    height: 47px;
}

#navMultiSportActive {
    width: 115px;
    height: 47px;
    background-image: url(../images/navigation/menu_multi.jpg);
    text-indent: -9999px;
}

#navMultisportActive a {
    height: 47px;
}


#navMoreActive {
    width: 77px;
    height: 47px;
    background-image: url(../images/navigation/menu_more.jpg);
    text-indent: -9999px;
}

#navMore a {
    height: 47px;
}

#navMusic {
    width: 75px;
    height: 47px;
    background-image: url(../images/navigation/music.jpg);
    text-indent: -9999px;
}


#navMusic a {
    height: 47px;
}

#navFestival {
    width: 88px;
    height: 47px;
    background-image: url(../images/navigation/festival.jpg);
    text-indent: -9999px;
}

#navFestival a {
    height: 47px;
}

#navTourism {
    width: 90px;
    height: 47px;
    background-image: url(../images/navigation/tourism.jpg);
    text-indent: -9999px;
}

#navTourism a {
    height: 47px;
}

#navTheatre {
    width: 93px;
    height: 47px;
    background-image: url(../images/navigation/theatre.jpg);
    text-indent: -9999px;
}

#navTheatre a {
    height: 47px;
}

#navSpecial {
    width: 84px;
    height: 47px;
    background-image: url(../images/navigation/special.jpg);
    text-indent: -9999px;
}

#navSpecial a {
    height: 47px;
}



#navExpos {
    width: 84px;
    height: 47px;
    background-image: url(../images/navigation/expos.gif);
    text-indent: -9999px;
}

#navExpos a {
    height: 47px;
}

#navSport {
    width: 77px;
    height: 47px;
    background-image: url(../images/navigation/sport.jpg);
    text-indent: -9999px;
}

#navSport a {
    height: 47px;
}

#navMore {
    width: 78px;
    height: 47px;
    background-image: url(../images/navigation/more.jpg);
    text-indent: -9999px;
}

#navMore a {
    height: 47px;
}


.loginBox {
    cursor: pointer;
}

.loginDropdown {
    background-image: url(../images/login_bg.png);
    color: #ffffff;
    margin: 0px 0px -8px 0px;
    font-size: 14px;
    text-shadow: #000 0px -1px 0px;
    clear: both;
    position: relative;
    top: -7px;
}

.loginCloseBtn {
    width: 85px;
    height: 0px;
    position: relative;
    top: -28px;
    left: 930px;
}

.loginLeftBlock {
    width: 440px;
    height: 200px;
    float: left;
    margin: 0px 0px 0px 2px;
    padding: 30px 0px 0px 35px;
}

.loginRightBlock {
    width: 490px;
    height: 205px;
    float: left;
    margin: 0px 0px 0px 2px;
    padding: 30px 0px 0px 45px;
}


.embedloginLeftBlock {
    width: 320px;
    height: 200px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 10px;
}

.embedloginRightBlock {
    width: 390px;
    height: 205px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
}


.loginGreen {
    color: #62b310;
}

.loginBlue {
    color:rgb(19,147,238);
}

.loginDropdownText {
    padding-bottom: 4px;
    width:150px;
}

.loginDropdownInput {
    padding-bottom: 4px;
}

.loginDropdownInput input {
    width: 294px;
    height: 23px;
    border: solid 1px #d9d9d9;
    font-size: 14px;
    padding: 5px;
    color: #666666;
}


.navDropdown
{
	font-size:12px;
	text-transform:uppercase;
	color:#333;

	
}

.loginRememberMe {
    font-size: 12px;
}

.loginDropdownForgot {
    font-size: 12px;
}
.loginDropdownForgot a{
    font-size: 13px;
    color: #62b310;
    text-decoration:underline;
}
.loginDropdownBtn {
    xpadding-left: 220px;
}

.dropdownContent {
    width: 331px;
    background-image: url(../images/navigation/dropdown_bg.png);
    padding: 28px 0px 0px 30px;
    text-indent: 0px;
}

.dropdownBottom {
    width: 361px;
    height: 35px;
    background-image: url(../images/navigation/dropdown_bottom.png);
}

.dropdownContentBlock {
    width: 188px;
    height: 20px;
    background-image: url(../images/dropdown_nav_arrow.png);
    background-repeat:no-repeat;
    padding: 2px 0px 0px 10px;
    margin: 2px 0px 3px 0px;
    float: left;
}



/* ----------------------------- Content elements --------------------------- */

#contentHolder {
    margin: -8px 0px 0px 0px;
    padding: 14px 0px 40px 0px;
    background-image: url(../images/borders_bg.jpg);
}

#contentHolderLeft {
    width: 781px;
    float: left;
    padding: 0px 12px 0px 12px;
}


#contentHolderRight {
    width: 210px;
    float: left;
    margin: -13px 0px 0px 1px;
}

#contentHolderRightContent {
    padding: 0px 0px 0px 1px;
    border-top: solid 0px #d9d9d9;
}

.rightBlock {
    
}

.rightContentLeft {
    width: 173px;
    height: 55px;
    float: left;
    border-bottom: solid 1px #d9d9d9;
    padding: 20px 0px 0px 17px;
    cursor: pointer;
}

.rightContentRight {
    width: 18px;
    height: 75px;
    float: left;
    background-image: url(../images/accordian_arrow.jpg);
    border-bottom: solid 1px #bfc5c7;
    cursor: pointer;
    text-indent: -9999px;
}

.rightBlockHidden {
    padding: 15px 10px 15px 10px;
    border-bottom: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
    background-color: #eef1f4;
    display: none;
}

.rightBlockHiddenOptions {
    width: 90px;
    float: left;
}

.leftCheckbox {
    width: 20px;
    float: left;
    margin: 0px 0px 7px 0px;
}

.rightSelection {
    width: 70px;
    float: left;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px 7px 0px;
}

.leftCheckboxRadio {
    width: 20px;
    float: left;
    margin: 0px 0px 7px 0px;
}

.rightSelectionRadio {
    width: 140px;
    float: left;
    padding: 2px 0px 0px 2px;
    margin: 0px 0px 7px 0px;
}

.rightWhyBuy {
    margin: 0px 0px 0px 0px;
}
.fridayFreebies
{
	border-top:solid 1px #d9d9d9; 
	border-bottom:solid 1px #d9d9d9; 
	float:left;
	margin:10px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:10px; 
	padding-bottom:10px; 
	padding-left:10px; 
	width:200px;
	text-align:left;
}

#bestSellers {
    margin: 27px 1px 0px 0px;
    padding: 0px 0px 50px 0px;
}

#bestSellersTop {
    height: 23px;
    background-image: url(../images/best_sellers.jpg);
    padding: 8px 0px 0px 159px;
    font-size: 11px;
    text-shadow: #ffffff 1px 1px 1px;
}

#bestSellersTop a:hover {
    text-decoration: underline;
}

.bestSellerBlock {
    height: 107px;
    border-bottom: solid 1px #d9d9d9;
    padding-bottom:10px;
    padding-top:10px;
    padding-left:15px;
}

.bestSellerBlockLeft {
    width: 115px;
    float: left;
    padding: 0px 0px 0px 15px;
    margin: 20px 0px 0px 0px;
}

.bestSellerBlockRight {
    width: 56px;
    height: 56px;
    float: left;
    margin: 15px 0px 0px 5px;
}

.bestSellerHeading {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin: 0px;
    padding: 0px;
}


#feature {
    width: 794px;
    height: 210px;
    margin-left: -11px;
    overflow: hidden;
    padding: 0 0 0 11px;

}

.featureBox {
    width: 784px;
    height: 216px;
}

.featureSlides ul {
    width: 784px;
    height: 188px;
}

.featureSlides {
    height: 208px;
}

.featureSlides li {
    width: 784px;
    height: 216px;
    background-repeat: no-repeat;
}

.activeSlideBg li {
    background-image: url(../images/active_feature_bg.jpg);
}
.standardSlideBg li {
    background-image: url(../images/feature_bg.jpg);
}

.featureLeft {
    width: 504px;
    height: 177px;
    float: left;
    margin: 14px 0px 0px 50px;
}

.featureText {
    color: #000000;
    padding: 0px 10px 10px 0px;
}

.featureWhen {
    width: 45px;
    float: left;
    color: #000000;
    text-shadow: #ffffff 1px 1px 1px;
}

.featureWhere {
    width: 54px;
    float: left;
    color: #000000;
    text-shadow: #ffffff 1px 1px 1px;
}

.featureTimes {
    width: 140px;
    float: left;
    color: #333333;
}

.featureLinks {
    width: 165px;
    margin: 0px 0px 0px 0px; 
}

.featureInfo {
    width: 62px;
    float: left;
}

.featureGetTickets {
    width: 103px;
    float: left;
}

.featureRight {
    xwidth: 258px;
    xheight: 177px;
    float: left;
    margin: 80px 0px 0px 40px;
}

.featureNav {
    position: absolute;
    top: 200px;
    left: 380px;
}

.featureNav img {
    display: block;
    float: left;
    margin: 0px 3px 0px 0px;
    padding: 0px;
}

.featureBtns {
    height: 0px;
    position: relative;
    top: -50px;
    z-index: 997;
}

.featureNavLeft {
    width: 25px;
    height: 26px;
    float: left;
    position: relative;
    top: 0px;
    left: -10px;
    cursor: pointer;
}

.featureNavRight {
    width: 25px;
    height: 26px;
    float: left;
    position: relative;
    top: 0px;
    left: 744px;
    cursor: pointer;
}

.mainContentHolder {
    width: 781px;
    margin: 0px 0px 0px 2px;
}

.mainContentHeading {
    height: 24px;
    background-image: url(../images/heading_bg.png);
    padding: 10px 0px 2px 14px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: #ffffff 1px 1px 1px;
}

.mainContentSearchBar
{
	 height: 45px;
	 background-image: url(../images/searchbar.jpg);
     font-size: 16px;
     font-weight: bold;
}
.mainContentSearchBarWhat
{
     padding: 12px 0px 2px 196px;
     float:left;
     width:147px;
}
.mainContentSearchBarWhere
{
     padding: 12px 0px 2px 76px;
     float:left;
     width:145px;
}
.mainContentSearchBarWhen
{
     padding: 12px 0px 2px 67px;
     float:left;
     width:100px;
}

.mainContentCrumbs {
    height: 36px;
    background-image: url(../images/thiner_heading_bg.png);
    padding: 0px 0px 0px 14px;
    font-size: 14px;
    margin-left:2px;
   width:743px;
}

.mainContentCrumbs ul {
    margin: 0px;
    padding: 0px;
}

.mainContentCrumbs li {
    display: block;
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.mainContentCrumbs strong 
{
	text-shadow: 1px 1px 0px #FFFFFF;
}


.mainContent {
    border-left: solid 1px #d9d9d9;
}

.mainContentBlock {
    width: 259px;
    height: 102px;
    float: left;
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    background-image: url(../images/content_block_bg.jpg);
}
.mainContentBlockActive {
    width: 259px;
    height: 102px;
    float: left;
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    background-image: url(../images/active_content_block_bg.jpg);
}

.mainContentBlockImage {
    width: 100px;
    height: 75px;
    float: left;
    margin: 6px 0px 0px 6px;
    padding-top:15px;
    border:solid 1px #cccccc;
    background-color:White;
	vertical-align:middle;
}

.mainContentBlockText {
    width: 138px;
    height: 69px;
    float: left;
    margin: 6px 0px 0px 7px;
}

.mainContentBlockTextHeading {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 4px 0px 0px 0px;
}

.thinerContent {
    width: 758px;
    margin-left: auto;
    margin-right: auto;
}
.mobiContentBlockImage {
    width: 80px;
    height: 60px;
    float: left;
    margin: 0px 0px 0px 6px;
    padding-top:15px;
    border:solid 1px #cccccc;
    background-color:White;
	vertical-align:middle;
}
.mobiContentBlockText {
    width: 138px;
    height: 69px;
    float: left;
    margin: 6px 0px 0px 7px;
}


.mobiContentBlockTextHeading {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}
/* ---------------------------- find_a_ticket page -------------------------- */

.sortByBox {
    padding: 20px 10px 20px 10px;
    background-color: #eff1f2;
    border: solid 1px #dbdbdb;
    border-top: solid 1px #e2e5e6;
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}
.choosePaginationBg {
    width: 781px;
    height: 26px;
    background-image: url(../images/bottom_blank_bg.png);
    text-align:center;
    margin: 0px 0px 0px 2px;
    padding: 10px 0px 0px 0px;
    text-shadow: #ffffff 0px 1px 0px;
}

.choosePaginationCenter {
    margin: 0px auto 0px auto;
    font-size:14px;    
    background-color:Red;

}

.choosePaginationLeft ul {
    margin: 0px;
    padding: 0px;
}

.choosePaginationLeft li {
    display: block;
    float: left;
    margin: 0px 3px 0px 3px;
    padding: 0px;
}



.choosePaginationBig {
    font-size: 14px;
    font-weight: bold;
}


/* ---------------------------- choose_ticket page -------------------------- */
.ticketTop {
    width: 781px;
    height: 4px;
    background-image: url(../images/ticket_top.png);
    background-repeat: no-repeat;
    margin: 10px 0px 0px -1px;
}

.ticketBottom {
    width: 781px;
    height: 4px;
    background-image: url(../images/ticket_bottom.png);
    background-repeat: no-repeat;
    margin: 0px 0px 15px -1px;
}

.ticketMiddle {
    width: 781px;
    background-image: url(../images/ticket_bg.png);
    background-repeat: repeat-y;
    margin: 0px 0px 0px -1px;
}

.ticketMiddleCenter {
    width: 779px;
    float: left;
    background-color: #ebedee;
    background-image: url(../images/ticket_left_bg.png);
    background-repeat:repeat-x;
    margin: 0px 0px 0px 1px;
    padding: 18px 0px 0px 0px;
    border-bottom:solid 1px silver;
}

.ticketMiddleCenterImg {
    width: 155px;
    height: 155px;
    float: left;
    margin: 0px 0px 0px 20px;
}


.ticketMiddleCenterText {
    width: 560px;
    float: left;
    margin: 0px 0px 0px  35px;
}

.ticketMiddleLeft {
    width: 511px;
    float: left;
    background-color: #ebedee;
    background-image: url(../images/ticket_left_bg.png);
    background-repeat:repeat-x;
    margin: 0px 0px 0px 1px;
    padding: 18px 0px 30px 0px;
}
.ticketMiddleRight {
    width: 267px;
    float: left;
    margin: 0px 0px 0px 1px;
    background-color: #d1d7dc;
    background-image: url(../images/ticket_right_bg.png);
    background-repeat: repeat-x;
    padding: 18px 0px 10px 0px;
}

.ticketMiddleLeftCategory {
    width: 779px;
    float: left;
    background-color: #ebedee;
    background-image: url(../images/ticket_left_bg.png);
    background-repeat: repeat-x;
    margin: 0px 0px 0px 0px;
    padding: 18px 0px 18px 0px;
    border-right:solid 1px #e2e5e6;
    border-bottom:solid 1px #e2e5e6;
}
.ticketMiddleLeftTextCategory {
    width: 560px;
    float: left;
    margin: 0px 0px 0px 30px;
    text-align:left;
}



.ticketMiddleLeftImg {
    width: 155px;
    height: 155px;
    float: left;
    margin: 0px 0px 0px 20px;
}

.ticketMiddleLeftText {
    width: 260px;
    float: left;
    margin: 0px 0px 0px 30px;
}

.performanceHead {
    width: 232px;
    height: 17px;
    margin: 0px auto 0px auto;
    padding: 5px 0px 0px 18px;
    background-image: url(../images/bg-thing.png);
    font-size: 10px;
    color: #ffffff;
}

.performanceTimes {
    width: 243px;
    height: 16px;
    margin: 0px auto 0px auto;
    padding: 4px 0px 0px 8px;
    background-image: url(../images/bg-thing.png);
    background-position: 0px -22px;
    font-size: 10px;
}

.performanceInfo {
    width: 220px;
    margin: 5px auto 10px auto;
    font-size: 12px;
    text-transform: uppercase;
}

.performanceTimesBlock {
    width: 72px;
    float: left;
    text-transform: uppercase;
    margin: 0px 3px 0px 0px;
    padding: 0px 0px 0px 6px;
    color: #ffffff;
}

.performanceTimesInfo {
    width: 73px;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 3px 0px 0px;
    padding: 0px 2px 15px 3px;
}

.getThisTicketBtn {
    width: 245px;
    margin: 0px auto 0px auto;
    clear: both;
}
.getThisTicketBtn IMG
{

}
.dateSelectHolder {
    width: 410px;
    margin: 0px 0px 15px 157px;
}

.dateSelectHolderLeft {
    width: 120px;
    float: left;
    text-align: center;
    padding: 8px 0px 0px 0px;
}

.dateSelectHolderRight {
    width: 290px;
    float: left;
}

.dateSelectHolderCalendar {
    width: 34px;
    float: left;
    margin: 0px 0px 0px 10px;
}

.dateSelectHolderBg {
    width: 163px;
    height: 34px;
    background-image: url(../images/select_by_date_bg.jpg);
    float: left;
}

.dateSelectHolderBg input {
    width: 150px;
    margin: 6px 0px 0px -28px;
    text-align: right;
    background: none;
    border: 0px;
    font-size: 16px;
    color: #888888;
    letter-spacing: 1px;
    cursor: pointer;
}

.dateSelectHolderFind {
    width: 74px;
    float: left;
}

.chooseTicketHeading {
    width: 767px;
    height: 24px;
    background-image: url(../images/heading_bg.png);
    padding: 12px 0px 0px 14px;
    margin: 0px 0px 0px 2px;
    font-size: 11px;
    text-shadow: #ffffff 0px 1px 0px;
}

.chooseTransactionHeading {
    height: 24px;
    background-image: url(../images/thiner_heading_bg2.jpg);
    background-repeat: no-repeat;
    padding: 12px 0px 0px 14px;
    margin: 0px 0px 0px 2px;
    font-size: 11px;
    text-shadow: #ffffff 0px 1px 0px;
}

.chooseTicketRow TD {
    background-color:#fff;
    border-bottom:solid 1px #dbdbdb;
    height:45px;
}
TD.ticketunits  {
    border-right:solid 1px #dbdbdb;    
    background-color: #e3e8ec;
    text-align:center;
    font-weight:bold;
    font-size:16px;
}
TD.performance  {
    border-left:solid 1px #dbdbdb;
}





.seeTicketHeading {
    width: 745px;
    height: 24px;
    background-image: url(../images/thiner_heading_bg2.jpg);
    padding: 12px 0px 0px 14px;
    margin: 0px;
    font-size: 10px;
    text-shadow: #ffffff 0px 1px 0px;
}


.seeTicketHeadingVenue {
    width: 185px;
    float: left;
}

.seeTicketHeadingDate {
    width: 161px;
    float: left;
}

.seeTicketHeadingTime {
    width: 63px;
    float: left;
}

.seeTicketHeadingPrice {
    width: 55px;
    float: left;
}

.seeTicketHeadingPerformance {
    width: 300px;
    float: left;
}


.seeBasketHeadingVenue {
    width: 185px;
    float: left;
}

.seeBasketHeadingDate {
    width: 130px;
    float: left;
}

.seeBasketHeadingTime {
    width: 55px;
    float: left;
}

.seeBasketHeadingPrice {
    width: 60px;
    float: left;
}

.seeBasketHeadingUnitPrice {
    width: 70px;
    float: left;
}
.seeBasketHeadingUnits {
    width: 60px;
    float: left;
}

.seeBasketHeadingPerformance {
    width: 240px;
    float: left;
}

.seeBasketHeadingTicketType {
    width: 175px;
    float: left;
}

.seeBasketFooter 
{
    width: 745px;
    height: 24px;
    background-image: url(../images/thiner_heading_bg2.jpg);
    padding: 12px 0px 0px 14px;
    margin: 0px;
    font-size: 10px;
    text-shadow: #ffffff 0px 1px 0px;
    margin-top:8px;
    text-align:right;
}


.seeBasketFooterLeft
{
	width: 656px;
    float: left;
    font-size:14px;
}
.seeBasketFooterRight
{
	width: 70px;
    float: left;
    font-weight:bold;
    font-size:14px;
    text-align:right;
}
.selectBasketImage {
    height: 45px;
    width: 70px;
    float: left;
    margin: 2px 0px 0px 10px;    

}
.selectBasketImage IMG
{
    border:solid 1px silver;
}


.selectQuantityImage IMG
{
    border:solid 1px silver;
	
}
.selectBasketName {
    width: 150px;
    float: left;
    text-transform: uppercase;
    margin: 5px 0px 0px 15px;
}
.selectPackageName
{
	width: 320px;
    float: left;
    text-transform: uppercase;
    margin: 5px 0px 0px 15px;
}
.checkoutDiscountBlockHolder
{
	
}
.checkoutDiscountName {
    width: 645px;
    float: left;
    text-transform: uppercase;
    margin: 5px 0px 0px 15px;
}
.checkoutDiscountBasketPrice
{
	width: 65px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px 0px 10px;
    text-align:right;
}

.checkoutBlockHolderRightPackage {
    width: 335px;
    float: left;
}
.selectPackageUnitPrice {
    width: 185px;
    float: left;
    margin: 5px 0px 0px 10px;
    text-align:right;
}
.selectBasketTicketType{
    width: 163px;
    float: left;
    text-transform: uppercase;
    margin: 5px 0px 0px 10px; 
}
.selectBasketDate {
    width: 115px;
    float: left;
    margin: 5px 0px 0px 10px;
    text-transform:uppercase;
}
.selectBasketTime {
    width: 40px;
    float: left;
    margin: 5px 0px 0px 10px;    

}
.selectBasketUnitPrice {
    width: 60px;
    float: left;
    margin: 5px 0px 0px 10px;
    text-align:right;
}
.selectBasketUnits {
    width: 40px;
    float: left;
    margin: 5px 0px 0px 10px;
    text-align:right;
}
.selectBasketPrice {
    width: 65px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px 0px 10px;
    text-align:right;
}



.chooseATicketBlock {
    width: 779px;
    border-left: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    margin: 0px 0px 0px 2px;
}

.chooseTicketBlock {
    width: 752px;
    border-left: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    margin: 0px 0px 0px 2px;
    padding: 5px 0px 1px 3px;
    padding-bottom:12px;
}

.chooseTicketHeadingPerformance {
    width: 260px;
    float: left;
}

.chooseTicketHeadingPerformanceInfo {
    width: 45px;
    float: left;
}

.chooseTicketHeadingVenue {
    width: 179px;
    float: left;
}

.chooseTicketHeadingDate {
    width: 80px;
    float: left;
}

.chooseTicketHeadingTime {
    width: 50px;
    float: left;
}

.chooseTicketHeadingPrice {
    width: 50px;
    float: left;
}

.chooseTicketHeadingBtn {
    width: 120px;
    float: left;
}


.seeTicketHeadingQty {
    width: 190px;
    float: left;
}

.getTicketLabel
{
	font-weight:bold;
	padding: 4px 0px 0px 20px;
}

.getUnitsLabel
{
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}






.seeTicketHeadingPrice {
    width: 55px;
    float: left;
}

.chooseTicketPerformance {
    width: 250px;
    float: left;
    padding: 17px 0px 15px 10px;
    margin: 0px 10px 0px 2px;
    xfont-size: 12px;
}
.chooseTicketPerformanceInfo {
    width: 25px;
    float: left;
    padding: 17px 0px 10px 4px;
    margin: 0px 10px 0px 2px;
    font-size: 14px;
}
.chooseCategory
{
	width: 594px;
    float: left;
    padding: 17px 0px 15px 10px;
    margin: 0px 10px 0px 2px;
    font-size: 14px;
}
.chooseCategoryInfo {
    width: 25px;
    float: left;
    padding: 17px 0px 10px 4px;
    margin: 0px 10px 0px 2px;
}
.chooseTicketVenue {
    width: 170px;
    float: left;
    padding: 17px 0px 15px 0px;
    margin: 0px 10px 0px 0px;
    font-size: 12px;
}

.chooseTicketDate {
    width: 80px;
    float: left;
    padding: 17px 0px 15px 0px;
}

.categoryTicketDate {
    width: 120px;
    float: left;
    padding: 17px 10px 15px 0px;
    text-transform:uppercase;font-size: 12px;
}

.chooseTicketTime {
    width: 50px;
    float: left;
    padding: 17px 0px 15px 0px;
}

.chooseTicketPrice {
    width: 60px;
    float: left;
    padding: 17px 10px 15px 5px;
}

.chooseTicketBtn {
    width: 111px;
    float: left;
    background-color: #e3e8ec;
    padding: 13px 0px 13px 10px;
    border-left: solid 1px #d1d6d9;
}

.chooseTicketUnits {
    width: 47px;
    float: left;
    background-color: #e3e8ec;
    padding: 13px 5px 13px 5px;
    height:100%;
}
.chooseTicketUnits select {
    margin-left:6px;

}
.choosePaginationLeft {
    width: 585px;
    xfloat: left;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    text-align: center;
}
.choosePaginationRight {
    width: 180px;
    float: left;
    font-size: 12px;
}

.choosePaginationLeft ul {
    margin: 0px;
    padding: 0px;
}

.choosePaginationLeft li {
    display: block;
    float: left;
    margin: 0px 3px 0px 3px;
    padding: 0px;
}

.choosePaginationBig {
    font-size: 14px;
    font-weight: bold;
}

.advertHolder {
    background-color: #eef1f4;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
}

.advertText {
    font-size: 10px;
    color: #bec1c3;
    text-align: center;
    padding: 13px 0px 10px 0px;
}

.advert {
    width: 160px;
    height: 600px;
    background-color: #ee6a06;
    margin: 0px auto 0px auto;
}


/* ---------------------------- select quantity page ------------------------ */

.ticketHeading {
    padding: 20px 0px 8px 10px;
}

.selectQuantityBlockHolder {
    width: 757px;
    background-color: #e9edf0;
    border: solid 1px #d7dadd;
    padding: 8px 0px 9px 0px;
}


.selectQuantityImage {
    width: 70px;
    height: 45px;
    float: left;
    margin: 0px 0px 0px 10px;
}

.selectQuantityName {
    width: 200px;
    float: left;
    text-transform: uppercase;
    margin: 5px 0px 0px 20px;
}
.buy_tickets
{
	background-image:url("../images/buy_tickets.jpg");
	border:none;
	width:133px;
	height:40px;
}
.get_tickets
{
	background-image:url("../images/get_ticket_green.gif");
	border:none;
	width:99px;
	height:36px;
	background-repeat:no-repeat;
}

.selectQuantityDate {
    width: 130px;
    float: left;
    margin: 5px 0px 0px 15px;
}
.selectQuantityTime {
    width: 50px;
    float: left;
    margin: 5px 0px 0px 15px;
}
.selectQuantityVenue {
    width: 150px;
    float: left;
    margin: 5px 0px 0px 15px;
}

.selectQuantityAmount {
    width: 100px;
    float: left;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px 0px 15px;
}

.selectHeading {
    background-repeat: no-repeat;
    margin: 25px 0px 0px 2px;
    padding: 3px 0px 0px 10px;
}

.selectHeadingLeft {
    width: 557px;
    float: left;
}

.selectHeadingRight {
    width: 160px;
    float: left;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: #20a213;
    padding: 4px 0px 0px 0px;
}

.selectHeadingTwo {
    margin: 20px 0px 4px 2px;
    padding: 0px 0px 0px 0px;
}

.selectHeadingTwoLeft {
    width: 525px;
    float: left;
    padding: 0px 0px 0px 10px;
}

.selectHeadingTwoRight {
    width: 200px;
    float: left;
    text-align: right;
    background-image: url(../images/continue_shopping_bg.jpg);
    padding: 1px 20px 0px 0px;
}

.selectTicketHeading {
    width: 743px;
    height: 24px;
    background-image: url(../images/thiner_heading_bg.png);
    padding: 12px 0px 0px 14px;
    margin: 8px 0px 0px 2px;
    font-size: 11px;
    text-shadow: #ffffff 1px 1px 1px;
}

.lightGrey {
    color: #c9c9c9;
}

.selectTicketBlock {
    width: 755px;
    border-left: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    margin: 0px 0px 0px 2px;
}

.selectTicketHeadingPerformance {
    width: 480px;
    float: left;
}

.selectTicketPerformance {
    width: 466px;
    float: left;
    margin: 0px 0px 0px 12px;
    padding: 17px 0px 15px 2px;
    font-size: 14px;
}
.selectTicketPrice 
{
    width: 62px;
    float: left;
    padding: 17px 0px 15px 8px;
}

.selectTicketPricing 
{
    width: 58px;
    float: left;
    padding: 17px 0px 15px 12px;
}

.selectTicketAmount {
    width: 114px;
    float: left;
    padding: 14px 0px 15px 0px;
    text-align: center;
}

.selectTicketTotal {
    width: 74px;
    float: left;
    padding: 17px 2px 25px 14px;
    background-color: #eef1f4;
    border-left: solid 1px #e3e6e8;
    font-size: 16px;
    font-weight: bold;
}

.pageBackNextOptions {
    margin: 22px 0px 0px 0px;
}

.pageBackNextOptionsLeft {
    width: 485px;
    float: left;
    background-image: url(../images/back_arrow.png);
    background-repeat: no-repeat;
    padding: 3px 0px 0px 20px;
}

.pageBackNextOptionsBlank {
    width: 435px;
    float: left;
    padding: 2px 0px 0px 20px;
}

.pageBackNextOptionsLeftBold {
    font-size: 14px;
    font-weight: bold;
}

.pageBackNextOptionsRight {

    float: left;
    font-size: 18px;
}

.pageBackNextOptionsRightText {
    width: 140px;
    float: left;
    padding: 6px 0px 0px 0px;
}

.pageBackNextOptionsRightBtn {
    width: 108px;
    float: left;
}
TD.basketBottomLeft
{    
	width: 600px;
    float: left;
    text-align:right;
    font-size:16px;
    margin-top:10px;
    margin-right:10px;
}
TD.basketBottomRight
{
    float: right;
}
TD.basketBottom
{
    text-align:right;
}
TR.AltRow TD
{
    background-color:#f5f6f6;

}
.furtherInfoText {
    color: #7f8990;
    margin: 0px 10px 15px 10px;
    padding: 0px 10px 0px 0px;
}

.furtherInfoTicket {
    width: 420px;
    float: left;
    margin: 0px 0px 0px 12px;
    padding: 17px 0px 15px 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.furtherInfoEntry {
    width: 408px;
    float: left;
    margin: 0px 12px 0px 12px;
    padding: 17px 0px 15px 2px;
    font-size: 14px;
    xtext-align:right;
}

.furtherInfoInput {
    width: 308px;
    height: 37px;
    float: left;
    margin: 8px 0px 0px 0px;
    background-image: url(../images/input_bg.jpg);
}

.furtherInfoInput input {
    width: 297px;
    height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 7px 0px 0px 5px;
    background: none;
    border: 0px;
}

.furtherInfoInputSmall {
    width: 188px;
    height: 35px;
    float: left;
    margin: 2px 0px 6px 0px;
    background-image: url(../images/small_input4.jpg);
    background-repeat:no-repeat;
}

.furtherInfoInputSmall input {
    height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 4px 2px 3px 4px;
    background: none;
    width:172px;    
}

.furtherInfoInputSmall2 {
    width: 158px;
    height: 35px;
    float: left;
    margin: 2px 0px 0px 0px;
}

.furtherInfoInputSmall2 input {
    height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 4px 2px 8px 4px;
    background: none;
    width:142px;    
}
.ticketholderError
{
	font-size:8px;
	color:Red;
	margin-left:4px;
}

.furtherInfoLabelBig {
    width: 368px;
    height: 25px;
    float: left;
    margin: 15px 0px 0px 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.furtherInfoInputBig {
    width: 318px;
    height: 35px;
    float: left;
    margin: 8px 0px 0px 0px;
    background-image: url(../images/big_input1.jpg);
    background-repeat:no-repeat;
}

.furtherInfoInputBig input {
    height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 4px 2px 3px 4px;
    background: none;
    width:300px;    
}

.furtherInfoCheckboxBig {
    width: 318px;
    height: 35px;
    float: left;
    margin: 14px 0px 0px 0px;
    vertical-align:top;
}

.furtherInfoCheckboxBig input {
    height: 18px;
    background: none;
    width:20px;    
}


.furtherInfoInputBig select {
    width: 307px;
    height: 28px;
    font-size: 14px;
    padding-top:4px;
    margin-top:4px;
    margin-left:2px;
    margin-bottom:2px;
}

.furtherInfoInputSmall select {
    width: 178px;
    height: 28px;
    font-size: 12px;
    padding-top:4px;
    margin-top:4px;
    margin-left:2px;
    margin-bottom:2px;
}
.noborder
{
    border-width:1px;
	border-color:White;
	border-style:none;
}

.redborder
{
	border-color:Red;
    border-width:1px;
    border-style:solid;
}    


.checkoutInfoText {
    font-size: 11px;
    color: #a8a8a8;
    margin: 0px 10px 15px 10px;
}

.checkoutBlockHolder {
    width: 757px;
    background-color: #e9edf0;
    border: solid 1px #d7dadd;
    padding: 8px 0px 9px 0px;
    margin: 7px 0px 0px 0px;
    text-transform:uppercase;
}

.checkoutBlockHolderRight {
    width: 495px;
    float: left;
}

.checkoutMoreOptions ul {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align: right;
}

.checkoutMoreOptions li {
    display: inline;
    font-size: 10px;
    color: #8c8e90;
    scolor: green;
    margin: 0px;
    padding: 0px;
}

.checkoutMoreOptions li a {
    color: green;
    xcolor: #8c8e90;

    text-decoration: underline;

}

.checkoutMoreOptions li a:hover {
    text-decoration: underline;
}

.checkoutInputsText {
    padding: 0px 0px 0px 10px;
    font-size: 14px;
}

.checkoutBgInput {
    width: 241px;
    height: 35px;
    background-image: url(../images/checkout_input_bg.jpg);
    background-repeat: no-repeat;
}

.checkoutBgInput2 {
    width: 241px;
    height: 38px;
    background-image: url(../images/input_bg_space.jpg);
    background-repeat: no-repeat;
}

.checkoutBgInput input {
    width: 235px;
    height: 25px;
    font-size: 14px;
    background: none;
    border: 0px;
    margin: 0px 0px 0px 3px;
}

.checkoutBgInput2 input {
    width: 235px;
    height: 25px;
    font-size: 14px;
    background: none;
    border: 0px;
    margin: 0px 0px 0px 3px;
}

.checkoutHint {
    font-size: 11px;
    background-image: url(../images/i_bg.jpg);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 22px;
    color: #999999;
}

.checkoutHint a {
    color: #999999;
    text-decoration: underline;
}

.cvvInput {
    width: 200px;
    height: 35px;
    background-image: url(../images/small_input.jpg);
    background-repeat:no-repeat;
}

.cvvInput input {
    width: 70px;
    height: 30px;
    font-size: 14px;
    background: none;
    border: 0px;
    margin: 0px 0px 0px 3px;
}


.smallInput {
    width: 68px;
    height: 35px;
    background-image: url(../images/small_input.jpg);
}

.smallInput input {
    width: 58px;
    height: 30px;
    font-size: 14px;
    background: none;
    border: 0px;
    margin: 0px 0px 0px 3px;
}


.smallInputText {
    width: 20px;
    text-align: center;
    font-size: 18px;
}

.smallInput2 {
    width: 83px;
    height: 35px;
    background-image: url(../images/small_input2.jpg);
}

.smallInput2 input {
    width: 68px;
    height: 30px;
    font-size: 14px;
    background: none;
    border: 0px;
    margin: 0px 0px 0px 3px;
}

.pageBackNextOptionsRightBtnBuy {
    width: 134px;
    float: left;
}

/* ---------------------------- why buy elements ---------------------------- */

.textHolder {
    width: 710px;
    margin: 50px auto 0px auto;
}

.whyText {
    margin: 25px 0px 54px 0px;
    color: #666666;
}

.registerFeaturesHolder {
    width: 750px;
    position: relative;
    top: 0px;
    left: -10px;
}

.registerLeft {
    width: 750px;
    float: left;
    margin: 15px 0px 0px 0px;
}

.registerBlockLeft {
    width: 110px;
    float: left;
}

.registerBlockRight {
    width: 626px;
    float: left;
    padding: 0px 0px 0px 10px;
}

.registerBlockLeftRight {
    width: 110px;
    float: right;
}



/* --------------------------- register elements ---------------------------- */

.registerHolder {
    width: 710px;
    margin: 35px auto 0px auto;
}

.registerSignup {
    width: 310px;
    float: left;
    margin: 10px 0px 0px 20px;
    padding: 30px 0px 20px 20px;
    background-color: #e9edf0;
    border: solid 1px #d7dadd;
    font-size: 14px;
}

.registerInfo {
    width: 335px;
    float: left;
    margin: 20px 0px 0px 40px;
}

.registerRight {
    width: 330px;
    float: left;
    margin: 20px 0px 10px 0px;
}

.registerInput input {
    width: 276px;
    height: 21px;
    background-image: url(../images/register_input_bg.jpg);
    border: 0px;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    font-size: 14px;
}


.registerSelect {
    width: 250px;
    height: 31px;
    background-image: url(../images/register_select_bg.jpg);
    border: 0px;
    margin: 10px 0px 15px 0px;
}

.registerSelect select {
    width: 250px;
    height: 31px;
    border: solid 1px #ffffff;
    font-size: 14px;
}


.registerDOB input {
    height: 30px;
    border: 0px;
    margin: 10px 0px 5px 0px;
    padding-left:10px;
}

.registerDOB select {
    width: 180px;
    height: 29px;
    border: solid 1px #ffffff;
    font-size: 14px;
}

.unitsSelect
{
	width: 45px;
    height: 28px;
    background-image: url(../images/register_select_bg.jpg);
    border: 0px;
    margin: 0px 0px 0px 0px;
    vertical-align:bottom;
}

.unitsSelect select {
    width: 45px;
    height: 28px;
    border: solid 1px #999999;
    font-size: 14px;
    vertical-align:bottom;
}

.monthSelect {
    width: 55px;
    height: 28px;
    background-image: url(../images/register_select_bg.jpg);
    border: 0px;
    margin: 5px 0px 5px 0px;    
    vertical-align:bottom;

}
.monthSelect select {
    width: 55px;
    height: 28px;
    border: solid 1px #999999;
    font-size: 14px;
    vertical-align:bottom;
}
.yearSelect {
    width: 75px;
    height: 28px;
    background-image: url(../images/register_select_bg.jpg);
    border: 0px;
    margin: 5px 0px 5px 0px;
}

.yearSelect select {
    width: 75px;
    height: 28px;
    border: solid 1px #999999;
    font-size: 14px;
}
.paymentMethodSelect {
    width: 133px;
    height: 28px;
    background-image: url(../images/register_select_bg.jpg);
    border: 0px;
    margin: 9px 0px 5px 2px;
    vertical-align:bottom;
}

.paymentMethodSelect select {
    width: 236px;
    height: 24px;
    border: solid 0px #999999;
    font-size: 14px;
}


.registerSubmit {
    width: 133px;
    height: 47px;
    margin: 20px 0px 0px 160px;
}

.activeColour a 
{
    color:rgb(22,79,248);
}

/* ----------------------- masterpass payment elements ----------------------- */
.masterpassBlock {
    border: solid 1px #dce0e2;
    background-color: #eff3f5;
    padding: 25px;
    margin: 22px 0px 0px 0px;
    text-align: center;
    display: inline-block;
}
.masterpassQRCodeImage {
    width: 300px;
    float: left;
    font-size: 24px;
    text-align: center;
}
.masterpassQRCodeTextRight {
    width: 386px;
    float: right;
    text-align: left;
    margin: 5px 0px 0px 15px;
}
.masterpassInstructionMessage{
    margin: 50px 0px 50px 0px;
    font-size: large;
    color: green;
}
.masterpassOrderTable {
    display: table;
    width: 300px;
    font-size:larger;
    font-weight: bolder;
}
.masterpassOrderRow {
    display: table-row;
    margin: 10px;
}
.masterpassOrderLabel {
    display: table-cell;
    width: 40%;
    font-style:italic;
}
.masterpassOrderValue {
    display: table-cell;
    width: 60%;
}

/* ----------------------- checkout finished elements ----------------------- */

.finishedPageBackNextOptionsRight {
    width: 110px;
    /*/*/*/*float: left;*/*/*/*/
    font-size: 18px;
    padding: 0px 0px 0px 140px;
}

.finishedBlock {
    border: solid 1px #dce0e2;
    background-color: #eff3f5;
    padding: 25px;
    margin: 22px 0px 0px 0px;
    text-align: center;
}
.finishedBlockPromo {
    border: solid 1px #dce0e2;
    background-color: #eff3f5;
    padding: 25px;
    margin: 22px 0px 0px 0px;
    text-align: center;
	background-image: url(../media/ConfirmationPage_Background1.jpg);
}

.finishedTickets {
    width: 350px;
    border: solid 1px #e8e9e9;
    background-color: #ffffff;
    margin: 8px auto 0px auto;
    padding: 10px;
}

.finishedTicketsLeft {
    width: 45px;
    float: left;
}

.finishedTicketsRight {
    width: 270px;
    float: left;
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0px 0px 15px;
}

.finishedFbLink {
    width: 322px;
    margin: 10px auto 0px auto;
}

.finishedFbLinkLeft {
    width: 32px;
    float: left;
}

.finishedFbLinkRight {
    width: 300px;
    float: left;
    padding: 4px 0px 0px 0px;
}

.finishedHeading {
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: solid 1px #e5e5e5;
}

.finishedHeadingLeft {
    width: 600px;
    text-align: right;
    font-size: 22px;
    float: left;
}

.finishedHeadingRight {
    width: 150px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: #cccccc;
    float: left;
}

.finishedOptionsHolder {
    width: 580px;
    margin: 35px auto 0px auto;
    font-size: 11px;
    color: #9c9fa0;
    
}

.finishedOptions {
    width: 273px;
    height: 92px;
    background-image: url(../images/finished_bg.png);
    background-repeat: no-repeat;
    float: left;
    margin: 0px 18px 20px 0px;
    cursor: pointer;
}

.finishedOptionsRecommended {
    width: 273px;
    height: 92px;
    background-image: url(../images/finished_bg_recommended.png);
    background-repeat: no-repeat;
    float: left;
    margin: 0px 18px 20px 0px;
    cursor: pointer;
}

.greyArrow {
    width: 16px;
    height: 13px;
    margin: 0px auto 20px auto;
    padding-right: 15px;
}

.finishedOption1 {
    width: 16px;
    float: left;
    text-align: center;
    margin: 40px 0px 0px 14px;
}

.finishedOption11 {
    width: 16px;
    float: left;
    text-align: center;
    margin: 40px 0px 0px 14px;
}

.finishedOption2 {
    width: 68px;
    float: left;
    margin: 15px 0px 0px 8px;
}

.finishedOption6 {
    width: 68px;
    float: left;
    margin: 15px 0px 0px 3px;
}

.finishedOption22 {
    width: 68px;
    float: left;
    margin: 12px 0px 0px 8px;
}

.finishedOption3 {
    width: 155px;
    float: left;
    margin: 0px 0px 0px 5px;
}

.finishedOption4 {
    width: 145px;
    float: left;
    margin: 0px 0px 0px 15px;
}

.finishedOption33 {
    width: 150px;
    float: left;
    margin: 0px 0px 0px 10px;
}

.finishedOption333 {
    width: 122px;
    float: left;
    margin: 0px 0px 0px 38px;
}

.finishedOption3333 {
    width: 140px;
    float: left;
    margin: 0px 0px 0px 10px;
}

.optionsHeading {
    font-size: 14px;
    color: #636464;
    margin: 18px 0px 5px 0px;
}

.optionsTicketFinishedBlocksHolder {
    width: 713px;
    margin: 20px 0px 20px -75px;
}

.optionsTicketFinishedBlock {
    width: 733px;
    height: 65px;
    border: solid 1px #ebebeb;
    margin: 0px 0px 5px 0px;
    font-size: 12px;
    color: #5e6060;
    cursor:pointer;
}

.optionsTicketFinishedCheck {
    width: 28px;
    float: left;
    text-align: center;
    padding: 23px 0px 0px 0px;
}

.optionsTicketFinishedImg {
    width: 80px;
    float: left;
    padding: 10px 0px 0px 10px;
}

.optionsTicketFinishedDesc {
    width: 402px;
    float: left;
    padding: 10px 0px 0px 5px;
}

.optionsTicketFinishedDesc h5 {
    margin: 0px;
    padding: 0px 0px 3px 0px;
    font-size: 14px;
}

.optionsTicketFinishedNo {
    width: 190px;
    float: left;
    margin: 0px 0px 0px 10px;
    padding: 10px 0px 0px 0px;
    font-size:10px;
    font-family:Arial;
}



/* ------------------------- past tickets elements -------------------------- */

.profileNav {
    text-align: right;
    font-size: 13px;
    margin: 20px 0px 0px 0px;
}

.profileNav ul {
    margin: 0px 15px 0px 0px;
    padding: 0px;
}

.profileNav li {
    display: block;
    float: right;
    margin: 0px 0px 0px 8px;
    padding: 0px;
}


.seeOrderHistoryHeadingDate {
    width: 90px;
    float: left;
}

.seeOrderHistoryHeadingTime {
    width: 66px;
    float: left;
}
.seeOrderHistoryHeadingQty {
    width: 45px;
    float: left;
}
.seeOrderHistoryHeadingPrice {
    width: 55px;
    float: left;
}

.seeOrderHistoryHeadingPerformance {
    width: 380px;
    float: left;
}

.checkoutBlockHolderHistoryRight {
    width: 270px;
    float: left;    
    text-transform: uppercase;
}

.selectOrderHistoryImage {
    width: 70px;
    height: 45px;
    float: left;
    margin: 0px 0px 0px 10px;
}
.selectOrderHistoryImage IMG
{
    border:solid 1px silver;
	
}
.selectOrderHistoryName {
    width: 285px;
    float: left;
    text-transform: uppercase;
    margin: 5px 0px 0px 20px;
}

.selectOrderHistoryDate {
    width: 75px;
    float: left;
    margin: 5px 0px 0px 15px;
}
.selectOrderHistoryTime {
    width: 40px;
    float: left;
    margin: 5px 0px 0px 15px;
}
.selectOrderHistoryQty
{
	width: 30px;
    float: left;
    margin: 5px 0px 0px 15px;
    text-align:right;
}
.selectOrderHistoryAmount {
    width: 60px;
    float: left;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px 0px 15px;
}
.selectOrderHistoryPDF {
    width: 80px;
    float: left;
    margin: 5px 0px 0px 15px;    
    text-transform:none;
}
.selectOrderHistoryPDF a
{
	text-decoration:underline;
	color:green;
}

.pastPaginationBg {
    width: 757px;
    height: 26px;
    background-image: url(../images/bottom_blank_bg.png);
    background-position: -10px 0px;
    border-left: solid 1px #c7cbcd;
    border-right: solid 1px #c7cbcd;
    text-align: right;
    margin: 25px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    text-shadow: #ffffff 0px 1px 0px;
}
.paginationBg {
    width: 757px;
    height: 26px;
    background-image: url(../images/bottom_bg.png);
    text-align: center;
    margin: 0px 0px 0px 2px;
    padding: 10px 24px 0px 0px;
    xfont-size: 14px;
    xfont-weight: bold;
    text-shadow: #ffffff 0px 1px 0px;
}
a.pagination:hover
{
	text-decoration:underline;
}
.pastPaginationLeft {
    width: 560px;
    float: left;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    text-align: center;
}

.pastPaginationCenter {
    font-size: 12px;
    text-align:center;
}

.pastPaginationLeft ul {
    margin: 0px;
    padding: 0px;
}

.pastPaginationLeft li {
    display: block;
    float: left;
    margin: 0px 2px 0px 2px;
    padding: 0px;
}

.pastPaginationRight {
    width: 185px;
    float: left;
    margin-top: 1px;
}

.pastPaginationBig {
    font-size: 14px;
    font-weight: bold;
}

.pastHeadingLeft {
    width: 420px;
    float: left;
}

.pastHeadingRight {
    width: 326px;
    float: left;
    margin: -10px 0px 0px 0px;
}

.pastHeadingRightInput {
    width: 275px;
    height: 35px;
    float: left;
    background-image: url(../images/past_tickets_search_bg.jpg);
    margin: 0px 0px 0px 20px;
}

.pastHeadingRightInput input {
    width: 258px;
    margin: 9px 0px 0px 6px;
    background: transparent;
    border: 0px;
    color: #666666;
}

.pastHeadingRightBtn {
    width: 31px;
    float: left;
}

.pastTicketHeading {
    padding: 15px 0px 0px 10px;
}

.textPageTextRight {
    padding: 10px 0px 15px 0px;
}

.textPageLists {
    padding: 20px 0px 25px 0px;
}

.textPageLists ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

.textPageLists li {
    margin-bottom: 20px;
}



/* ----------------------------- footer elements ---------------------------- */

#footer {
    height: 250px;
    background-image: url(../images/footer_bg.jpg);
}

#footer a:hover {
    text-decoration: underline;
}

#footerBg {
    height: 250px;
    background-image: url(../images/foote6_bg
   color:Red;_light.png);
    background-position: top;
    background-repeat: no-repeat;
}

#footerWrapper {
    width: 1016px;
    height: 245px;
    margin: 0px auto 0px auto;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #6d6d6d;
}

.footerLine {
    height: 2px;
    background-image: url(../images/footer_line.jpg);
    margin: 9px 0px 18px 0px;
}

.footerLeftOne {
    width: 200px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    padding: 27px 0px 0px 20px;
}

.footerLeft {
    width: 200px;
    float: left;
    padding: 27px 0px 0px 20px;
    text-shadow: #000000 1px -1px 1px;
}

.footerLeftHeading {
    font-size: 12px;
    text-transform: uppercase;
}

.footerRight {
    width: 218px;
    height: 100px;
    float: left;
    padding: 27px 40px 0px 40px;
    text-shadow: #000000 1px 1px 1px;
}

.footerRightLogo {
    width: 58px;
    height: 100px;
    float: left;
}

.footerRightText {
    width: 125px;
    float: left;
    padding: 4px 0px 0px 0px;
}

.footerRightBtn {
    width: 93px;
    float: left;
}
#productTable {
    float:left;
    width:760px;
    margin-top:5px;
    margin-bottom:10px; 
    background-color:#e3e8ec; 
    border: solid 1px silver;
    padding:10px;
}

.ProductPrice {
    padding-right:8px;
}

#PageUpdateProgress1 
{
   xbackground-color:#CF4342;
   xcolor:#f2f2f2;
   height:20px;
   vertical-align:middle;
   padding-top:8px;
   font-size:14px;
}
#PageUpdateProgress1 img 
{
   vertical-align:middle;
   margin:2px;
   margin-right:4px;
   float:left;
 }
 .myAccount {
    position: relative;
    top: -1px;
    left: -8px;
}

.myAccount ul {
    margin: 0px;
    padding: 0px;
}

.myAccount li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.myAccount li a {
    display: block;
    width: 202px;
    height: 27px;
    padding: 10px 0px 0px 15px;
    color: #ffffff;
}

.myAccountActive li a {
    background-image: url(../images/active_my_acc_bg.jpg);
}

.myAccountStandard li a {
    background-image: url(../images/my_acc_bg.jpg);
}


.myAccount li a:hover {
    width: 202px;
    height: 27px;
    background-image: url(../images/my_acc_bg_over.jpg);
    padding: 10px 0px 0px 15px;
    color: #454647;
}

    .htmlStyleBtn { cursor: pointer; }
    .htmlStyleBtnLeft { width: 3px; float: left; height: 32px; background-image: url(../images/html_button_left.gif); }
    .htmlStyleBtnMiddle { height: 22px; float: left; background-image: url(../images/html_button_bg.gif); padding: 10px 0px 0px 0px; }
    .htmlStyleBtnRight { width: 2px; float: left; height: 32px; background-image: url(../images/html_button_right.gif); }
    .htmlStyleBtnText { float: left; text-align: right; padding: 0px 5px 0px 0px; font-size: 14px; text-transform: uppercase; color: #fff; }
    .htmlStyleBtnArrow { width: 4px; float: left; padding: 2px 0px 0px 0px; }


.performance_list table
{
    float:left;
    width:780px;
    margin-top:10px;
    margin-bottom:10px;       

}
.performance_list table td
{
    padding:4px;    
    border-bottom:solid 1px #ddd;
    font-size:12px; 

}
.performance_list table tr.header
{
    font-weight:bold;    
}
.performance_list table tr.header td
{
    padding-top:4px;
    padding-bottom:4px;     
    border-bottom:solid 1px #ddd;
    background-color:#eee;
}

#performance_list table
{
    float:left;
    width:780px;
    margin-top:10px;
    margin-bottom:10px;       

}
#performance_list table td
{
    padding:4px;    
    border-bottom:solid 1px #ddd;
    font-size:12px; 

}
#performance_list table tr.header
{
    font-weight:bold;    
}
#performance_list table tr.header td
{
    padding-top:4px;
    padding-bottom:4px;     
    border-bottom:solid 1px #ddd;
    background-color:#eee;
}
/*--seating plan styles--*/
TABLE.seating
{
	background-color:#eee;
}
#seating_list TD
{
	font-size:9px;
	width:24px;
	padding:3px 1px 3px 1px;
	text-align:center;
	font-family:arial,trebuchet ms;
	cursor:pointer;
}
TABLE.seating TR
{
	background-color:#fff;
}
TABLE.seating TD
{
	padding:4px;
	font-size:8pt;
	cursor:pointer;
	font-family:arial,trebuchet ms;
	width:12px;
	text-align:center;
}	
TABLE.seating TD.off
{
	color:#999;
	background-color:#eee;
}
TABLE.seating TD.on
{
	background-color:#73CA59;
	color:white;
}
TABLE.seating TD.noseat
{
	color:#999;
	background-color:#fafafa;
}

TABLE.seating TD.assigntodoor
{
	color:#999;
	background-color:darkgreen;
}

TABLE.seating TD.reserved
{
	background-color:#ccc;
	color:#333;
	cursor:auto;
}

TABLE.seating TD.available
{
	background-color:#73CA59;
	color:white;
	cursor:pointer;
}

TABLE.seating TD.selectedwheelchair
{
	background-color:#FF9500;
	color:#fff;
	cursor:pointer;
}

TABLE.seating TD.wheelchair
{
	background-color:green;
	color:White;
	cursor:pointer;
}

TABLE.seating TD.selected
{
	background-color:#FF9500;
	color:#fff;
	cursor:pointer;
}
.soldoutmessage
{
	color:green;
	float:left;
	font-size:12px;
}
.soldoutrow
{
}
.error_message
{
	font-weight:xbold;
	color:Red;
}

.popBox 
{		
	position: absolute;		
	z-index: 2;		
	background: #eeeeee;		
	width: 300px;		
	padding: 0.3em;		
	border: 1px solid gray;	
	text-transform:none;
    text-align:left;
}

#profile
{
    float:left;
    width:585px;
    float:left;    
    margin:0px;
    padding:0px;
}
#profile .performance
{    
    margin:0px;
    padding:2 0 2 2;
    font-weight:bold;
    xbackground-color:#F0F7E7;
    color:#333;
    width:100%;
    float:left;
    font-size:12px;    
    margin-top:10px; 

}
#profile .transaction
{    
    border:solid 1px #999;
    width:100%;      
    float:left;
}
#profile .transaction TABLE
{
    width:100%; 
}
#profile TD
{    
    padding:2px;
}
#profile .transaction TABLE TD.label
{
    width:140px;
    vertical-align:top;
}
.content
{
    width:570px;
    float:left;
	background-color:#F0F7E7; 
	color:green;
	padding:10px;
}
ul.info
{
	margin:2px;
	padding:0px 0px 0px 12px;
}

ul.info li {
    padding-top:1px;
    padding-bottom:1px;
}
.ddlRegistration
{
	padding-left:3px;
	padding-top:4px;
}

.fixed_description
{

     margin: 0 auto;
     overflow: hidden;
}
.fixed_description a
{
    color:Green;	
}

TABLE.datatable
{
	width:766px;
	margin: 0px 7px 7px 0px;
	background-color:#F2F2F2;
	float:left;
}
TABLE.datatable TD
{
	background-color:#ffffff;
	font-size:12px;
	padding:8px;

}
TR.datatableheader TD a
{
	color:#fff;

}
TR.datatableheader TD
{
	background-color:rgb(174,214,53);
	color:#fff;	
}

.eventContentInfo
{
	background-color:#f6f6f6;
	width:740px;
	padding:10px;
	padding-bottom:0px;
	border-top:solid 1px silver;	
	border-bottom:solid 1px silver;	
	border-left:solid 1px silver;	
	border-right:solid 1px silver;	
	float:left;
	font-size:11px;
	margin-bottom:10px;
	margin-top:10px;
}

.emItemLabel
{
	width:190px;
	float:left;
	text-align:right;
	margin-right:10px;
	margin-bottom:10px;
	font-weight:bold;
}
.emItemInput
{
	width:540px;
	float:left;
	margin-bottom:10px;
}

.sellingTickets {
    position: relative;
    top: -1px;
    left: -8px;
}

.sellingTickets ul {
    margin: 0px;
    padding: 0px;
}

.sellingTickets li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sellingTickets li a {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../images/selling_bg.jpg);
    padding: 10px 0px 0px 15px;
    color: #ffffff;
}

.sellingTickets li a:hover {
    width: 202px;
    height: 27px;
    background-image: url(../images/my_acc_bg_over.jpg);
    padding: 10px 0px 0px 15px;
    color: #454647;
}
#checkout3 input
{
	margin-left:10px;
}
#checkout3 label
{
	margin-bottom:10px;
}
.ssOuter
{
	float:left;
	width:380px;
	border-bottom:dashed 1px silver;
	margin-bottom:10px;
}
.ssImage
{
	width:175px;float:left;padding-top:5px;padding-bottom:5px;
}
.ssContent
{
	width:200px;float:left;height:100px;padding-top:5px;padding-bottom:5px;
}
.ssDate
{
	height:30px;
	border-bottom:solid 1px silver;
	padding-top:0px;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
.ssTitle
{
	height:28px;
	padding-top:8px;
	text-align:center;
}
.ssButton
{
	text-align:center;
}
a.removeLink {
    margin-top:20px;
    padding-top:20px;
    margin-right:18px;
    font-size:8px;
    color:green;
    text-decoration:underline;
}


 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 5% from the top and centered */
    padding: 15px;
    border: 1px solid #888;
    width: 500px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
