@charset "utf-8";
/* CSS Document */

#eventSummary {
	height:350px;
	padding-bottom:50px;
}

#ticketInfo {
	padding:35px;
	width:280px;
	height:280px;
	background:url(gfx/eventticketbg.png) no-repeat;
	color:#fff;
	float:left;
	margin-right:40px;
	position:relative;
}

#ticketInfo h1 {
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	position:absolute;
	top:30px;
	margin:0;
	padding:0;
	
}

#ticketPrice {
	font-size:12px;
	top:40px;
}

#ticketInfo h2 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	top:100px;
}

#availablePrice {
	font-size:72px;
}
#available {
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	top:95px;
}

#ticketInfo p {
	position:absolute;
}

#t1 {
	top:200px;
	width:280px;
}

#t2 {
	top:215px;
	width:280px;
}

#t3 {
	top:230px;
	width:280px;
}

.right {
	right:0;
	position:absolute;
}

#eventInfo {
	width:200px;
	margin-right:40px;
	height:350px;
	float:left;
	font-size:14px;
}

#eventInfo h3 {
	font-size:12px;
	color:#4d4d4d;
	text-transform:uppercase;
	margin-bottom:4px;
}

#eventPicture {
	width:200px;
	height:350px;
	float:left;
}

#showField 
{
	width:80px;
	float:left;
	padding-top:16px;
	text-align:center;
	font-weight:bold;
}

#attList {
	width:100%;
	float:left;
	margin-top:10px;
}

#attList table {
	width:100%;
}

#attList th {
	font-size:12px;
	color:#4d4d4d;
	text-transform:uppercase;
	font-weight:normal;
}

#attList th:first-child {
	padding-left:11px;
}

#attList td:first-child 
{
	height:20px;
	/*
	border-left-style:solid;
	border-left-width:6px;
	
	padding-left:5px;

	FÖR BILDER:
	*/
	background-position:left;
	background-repeat:no-repeat;
	padding-left:11px;
	/*
	DEFINERA BILDERNA I .GREEN/.RED
	
	*/
}

.red 
{
	/*
	border-left-color:#c00;
	*/
	background:#e99;
}

.green 
{
	/*
	border-left-color:#0c0;
	*/
	background:#9e9;
}

#tasks {
	float:right;
	width:200px;
}

#tasks ul {
	list-style:url(gfx/arrow.png);
	padding-left:20px;
}

#tasks li {
	padding-top:5px;
}

#accountMenu {
	width:200px;
	float:left;
	margin-right:50px;
	background:#f4f4f4;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}

#accountMenu div {
	padding:10px 10px;
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #e2e2e2;
	cursor:pointer;
}
#accountMenu div h2 {
	margin:0;
	padding:0;
	/*
	color:#f24d10;
	*/
}

#accountMenu div:hover {
	background:#f24d10;
	color:#fff;
}

.active {
	color:#fff;
	background:#f24d10;
}

#accountTabs {
	width:580px;
	float:right;
}

#spanBasicEvtInfo 
{
    float:right;
    font-size:12px;
    position:relative;
    top:8px;
}

#divEvtBreadcrumb 
{
    border-bottom:1px solid #d2d2d2;
    margin-bottom:5px;
}
#divEvtInnerBreadcrumb 
{
    height:30px;
    padding-left:10px;
    padding-right:10px;
    background:#f4f4f4;
    border-right:1px solid #d2d2d2;
    border-left:1px solid #d2d2d2;
    border-top:1px solid #d2d2d2;
    float:left;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}

#divEvtInnerBreadcrumb a 
{
    font-size:12px;
    height:12px;
    position:relative;
    top:8px;
    float:left;
    font-family:Arial;
}

#divEvtInnerBreadcrumb img 
{
    padding:0 10px;
    float:left;
}

#divEvtInnerBreadcrumb h1 
{
    margin:0;
    display:inline;
    padding:0;
    font-size:12px;
    position:relative;
    top:8px;
    float:left;
    font-family:Arial;
}

#divMyEventSummary 
{
    border-radius:3px;
    padding:15px;
    background:#f4f4f4;
    border:1px solid #d2d2d2;
    margin-bottom:25px;
    width:548px;
    float:right;
}

#hrfStopTickets 
{
    display:block;
    margin-top:15px;
    margin-bottom:15px;
}

#eventTab {
}

#eventTab th {
	font-size:12px;
	color:#4d4d4d;
	text-transform:uppercase;
	font-weight:normal;
}

#eventTab td {
	height:20px;
}
#myEventsTable th 
{
	font-size:12px;
	padding-top:11px;
	padding-bottom:11px;
	height:12px;
	color:#000000;
	font-weight:bold;
}
#myEventsTable tr:first-child, #myEventsTable tr:first-child:hover 
{
    background:url(/gfx/tblHeaderBG.jpg) repeat-x !important;
}
#myEventsTable tr:first-child th
{
    border-top:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
}
#myEventsTable th:first-child
{
    border-top-left-radius: 5px;
    border-left:1px solid #cfcfcf;
    padding-left:10px;
}
#myEventsTable th:last-child
{
    border-top-right-radius: 5px;
    border-right:1px solid #cfcfcf;
}
#myEventsTable tr td:first-child
{
    border-left:1px solid #cfcfcf;
    padding-left:10px;
}
#myEventsTable tr td:last-child
{
    border-right:1px solid #cfcfcf;
}
#myEventsTable tr td
{
    border-bottom:1px solid #dadada;
}
#myEventsTable tr:last-child td
{
    border-bottom:1px solid #cfcfcf;
}
#myEventsTable td 
{
	height:12px;
	padding-top:11px;
	padding-bottom:11px;
}
#myEventsTable tr:hover 
{
    background:#eee;
}


#transTab {
	display:none;
}
#profileTab {
	display:none;
}
#profileTab table img {
	cursor:pointer;
}

#eventBasicTab 
{
	
}

#eventBasicTab h2 
{
	display:inline;
}

#eventBasicTab h3 
{
	font-size:12px;
	color:#4d4d4d;
	text-transform:uppercase;
	margin-bottom:4px;
}

#eventBasicTab img 
{
	float:right;
	padding-left:25px;
	padding-bottom:25px;
}

#ticketsTab 
{
	display:none;
}

#ticketsTab .medium 
{
	margin-left:10px;
}

.ticketImg 
{
    position:relative;
    float:left;
}

.divTicketSum 
{
    /*margin-left:15px;
    float:left;*/
}
.divTicketOrTransactionInfo 
{
	font-size:12px;
	color:#4d4d4d;
}

.divMoreTicketInfo 
{
    padding-top:10px;
}
.divMoreTicketInfo:first-letter 
{
    padding-left:70px;
}
.divMoreTransactionInfo 
{
    padding:5px 0 0 0;
    display:none;
}
#small-ajax-loader 
{
    display:none;
}

#transactionTab 
{
	display:none;
}

#transactionTab h2 {
	margin-bottom:30px;
}

#transactionTab table 
{
	width:100%;
}

.divTicketOrTransactionItem 
{
    border-bottom:1px solid #d2d2d2;
	padding-bottom:15px;
	margin-bottom:15px;
	position:relative;
}
#divTicketRefundContainer 
{
    max-height:350px;
    overflow:auto;
}
#tblTicketRefund table th, #tblTicketRefund table td, #divTicketRefundContainer th, #divTicketRefundContainer td {
    border:0;
}
#divTicketRefundActions 
{
    margin-top:15px;
    text-align:center;
}

.divTransactionDescription 
{
    width:330px;
    position:relative;
    left:50px;
    float:left;
}
.divTransactionAmountOrBalace 
{
    width:100px;
    text-align:center;
    position:relative;
    left:50px;
    float:left;
}

.imgTransactionType 
{
    position:absolute;
    top:50%;
    left:0;
    margin-top:-22px;
}

#payoutTab 
{
    display:none;
}

#innerPayoutDiv 
{
    position:relative;
}
#tblPayoutForm 
{
    border-collapse:collapse;
}
#tblPayoutForm td
{
    padding: 10px 0;
    border-bottom:1px solid #d2d2d2;
}
#tblPayoutForm tr td:first-child
{
    font-weight:bold;
}
#tblPayoutForm tr:last-child td 
{
    border-bottom:0;
}

#lblPayoutSuccess 
{
    padding:15px;
    margin-bottom:5px;
    border:1px solid #ff7e54;
    display:block;
}

.update {
	border-bottom:1px solid #d2d2d2;
	padding-bottom:15px;
	margin-bottom:15px;
	position:relative;
}

.update .date {
	display:block;
	font-size:12px;
	color:#4d4d4d;
}

.cartItem 
{
	height:40px;
	padding:8px;
	border-bottom:1px solid #999;
	background:#eee;
}

.total 
{
	font-weight:bold;
}
.name, .quantity
{
	float:left;
	display:inline;
}
.total, .datetime
{
	float:right;
	display:inline;
}
.clear 
{
	clear:both;
	padding:2px 0;
}
.quantity, .datetime
{
	color:#555;
	font-size:12px;
}

.inactiveTicket 
{
    color:#f00;
    font-weight:bold;
}