/*********************************************************************
* TicketWeb "Commons" Stylesheet, containing shared style declarations.
**********************************************************************/

/* Background colors
----------------------------------------------- */
.bgcolor-white {
    background-color: #FFFFFF;
}
.bgcolor-gray {
    background-color: #CCCCCC;
}
.bgcolor-lightgray {
    background-color: #F0F0F0;
}
.bgcolor-verydarkpurple {
    background-color: #420085;
}
.bgcolor-darkpurple {
    background-color: #512F71;
}
.bgcolor-lightpurple {
    background-color: #EDEDF6;
}
.bgcolor-mediumpurple {
    background-color: #9999CC;
}

/* Messaging Styles
----------------------------------------------- */
.msg-err {
	color: #CC0000;
}
.msg-err-background {
	background-color: #CC0000;
}
.msg-err-bold {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.msg-conf {
	color: #00CC33;
}
.msg-conf-background {
	background-color: #00CC33;
}
.msg-conf-bold {
	font-size: 12px;
	color: #00CC33;
	font-weight: bold;
}
/** css style for attraction */
.attraction_100
{
	font-size: 18px;
	font-weight: bold;
}

.attraction_75
{
	font-size: 16px;
	font-weight: bold;
}
.attraction_50
{
	font-size: 14px;
	font-weight: bold;
}
.attraction_divider
{
	font-size: 12px;
	color: #2C2C2C;
}

/* Needed because the .artist-text a overrides attraction_xxx font-weight to normal
----------------------------------------------- */
.attraction_100 a { font-weight:bold; }
.attraction_75 a { font-weight:bold; }
.attraction_50 a { font-weight:bold; }

/* increase quantity column values for TTT-6892*/
.style-quantity {
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#replaceCopyLinkId {
	display: none;
	color: #008000;
}
.eventName {
	color:#8033B1;
	font-size:20px;
	font-weight:bold;
}
