

/*body  {
	  color:#000000;
	  font-size:12px;
	  line-height: 1.3em;
	  font-family:"arial";
	  padding:0px;
	  margin:0px;
	  height:100%;
	  
	  width:100%; 
	  overflow:hidden;

}

html {
	overflow-y: none;
	overflow-x: scroll;
}*/

html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;  color:#000000;
	  font-size:12px;
	  line-height: 1.3em;
	  font-family:"arial";}

div,td,table {
      font-size:9pt;
      line-height: 1.3em;
      font-family:"arial";
}



#page-background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 
#fixed {position:absolute; top:25px; left:10px; width:150px; z-index:10; color:#567; border:1px solid #000; padding:10px;}


img{
border:0px;
}

.mainContainer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
}

.mainContainerCentered {
	width:960px;
	text-align:left;        
}

.mainContainerCenteredhome {
	width:770px;
	text-align:left;

}


/*--- Input Styles ---*/
.myinputstyle {
	height:33px;
	width:328px;
	font-family:"arial";
	font-style: normal;
	font-size: 18px;
	color: #0000;
	border:1px #e0e0e0 solid;
	background-color:#ffff;
	padding:5px;
	margin: 0 0 10px 0;
}

.myinputstyle:hover {
	border:1px #cccccc solid;

}

.myinputstyle:focus {
	border:1px #000000 solid;
}

 #tickets tr:hover {
    background-color: #D8F3FD;
}
#tickets tr:hover .td1 {
    background: none repeat scroll 0 0 transparent;
}
#tickets tr td {
    border: 1px solid #EEEEEE;
    padding-bottom: 10px;
    padding-top: 10px;
}
#tickets .td1 {
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 #FBFBFB;
    border-bottom: medium none !important;
}
#tickets .td2 {
    border-bottom: medium none !important;
}
#tickets tr td tr td {
    border: medium none !important;
    padding-bottom: 0;
    padding-top: 0;
}
a.seeDance {
    background-image: url("/images/layout/see_dance_logo.png");
    background-repeat: no-repeat;
    float: right;
    height: 82px;
    margin-right: 11px;
    width: 217px;
}
.event_cover {
    padding-left: 10px;
    width: 65px;
}
.event_cover img {
    border: 2px solid #000000;
    height: 61px;
    width: 61px;
}
.event_title {
    font-weight: bold;
    padding-left: 10px;
    text-transform: capitalize;
    width: 200px;
}
.event_genre {
    font-size: 11px;
    padding-left: 10px;
}
.event_date {
    font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
    width: 223px;
}
.event_description {
    font-size: 11px;
}
.event_buy {
    font-size: 11px;
    padding-right: 10px;
    text-align: center;
    width: 67px;
}
.event_buy a.order {
    background-image: url("../../../images/general/order.png");
    background-repeat: no-repeat;
    display: block;
    height: 36px;
    margin-bottom: 8px;
    width: 67px;
}
.event_buy a {
    color: #333333;
}
.tickets_menu {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 10px 0 0;
}
.tickets_menu ul {
    padding: 0 !important;
}
.tickets_menu li {
    float: left;
    list-style-type: none !important;
    margin-bottom: -1px;
    margin-left: 5px;
}
.tickets_menu li a {
    background: -moz-linear-gradient(center top , #555555, #000000) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000000;
}
.tickets_menu li a.active {
    background: -moz-linear-gradient(center top , #EEEEEE, #FFFFFF) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #FFFFFF;
    color: #C50018;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.tickets_menu li a.active:hover {
    color: #C50018;
}
.tickets_menu li a:hover {
    color: #FFFFFF;
}


