/*

Dark Bg Gray: #292929
Light Blue: #d0effc
Title Cream Bg: #e9eec5
List Row Cream Bg: #f5f6f0
Yellow Link Color: #ffdb00
Gray font color: #6f6f6f

*/

/* !Global Reset*/

* {
	margin: 0px;
	padding: 0px;
}

* {
	font-family: "Lucida Grande", "Arial", "Lucida Sans Unicode", sans-serif;
}

/* !Global Styles */

a img {
	border-style: none;
}

dl dt 
{
    font-weight: bold;
}

dl dd 
{
    margin-left: 20px;
}

fieldset 
{
    padding: 5px;
}

fieldset legend 
{
    font-weight: bold;
    font-size: 12px;
}

.small 
{
    font-size: small;
}

.fL {
	float: left;
}

.fR {
	float: right;
}

.clearBoth {
	clear: both;	
}

body {
	background-image: url(../images/gray_bg_lines.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #292929;
	text-align: center;
}

div.readme p 
{
    margin: 10px 0px;   
}

/* !Fonts */


#welcome h2 {
	color: #FFF;
	font-weight: lighter;
	font-size: 24px;
}

#welcome strong {
	font-weight: bold;
}

#welcome h3 {
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
}

#footer {
	color: #6f6f6f;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 30px;
}

#data h1 {
	font-size: 24px;
	color: #292929;
}

#searchContainer p,
.searchContainer p {
	font-size: 12px;
	color: #7b7b7b;
	font-style: italic;
	padding-bottom: 8px;
	padding-left: 14px;
}

#titleContainer label {
	font-size: 14px;
	font-weight: bold;
	width: 85px;
}
#searchContainer label,
.searchContainer label {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 5px;
	line-height: normal;
}
#addEdit p {
	font-size: 12px;		
}

#addEdit h2 {
	font-size: 16px;
	padding-bottom: 20px;
}


/* !Layout Styles */

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: left;
	width: 980px;
	position: relative;
}

#header {
}

#welcome {
	float: left;
	width: 720px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}

h1#logo a  {
	background-image: url(../images/get_tickets_logo.png);
	text-indent: -9999px;
	height: 120px;
	width: 224px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 20px;
	right: -50px;
	z-index: 1;
}

#content {
	position: relative;
}

#topCorners {
	background-image: url(../images/top_corners.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 980px;
}

#data {
	width: 980px;
	background-color: #FFF;
	overflow: hidden;
}

#bottomCorners {
	background-image: url(../images/bottom_corners.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 980px;
}

#titleContainer {
	width: 570px;	
}

#searchContainer,
.searchContainer {
	width: 280px;
	padding-top: 10px;
	position: relative;
}

.resultsPaging {
	background-color: #d0effc;
	font-size: 12px;
	height: 20px;
	margin-right: 25px;
	margin-left: 25px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	color: #292929;
}

.listTitles {
	background-color: #e9eec5;
	font-size: 12px;
	height: 25px;
	margin-right: 25px;
	margin-left: 25px;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	color: #292929;
	text-transform: uppercase;
}

.listTitles input {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}

#addEdit {
	padding-right: 30px;
	padding-left: 30px;
	/* overflow: hidden; */
	position: relative;
}
.couponType label {
	width: auto;	
}

.couponEvents {
	overflow: hidden;	
}

.couponEvents p {
}

.couponCodes {
	overflow: hidden;	
}

.couponCodes ul, .couponCodes li {
	list-style-type: none;
}

.couponEvents, .couponCodes {
	line-height: 20px;
}

/* !Menu Styles */

#menu {
	float: left;
	width: 730px;
	padding-left: 20px;
	font-size: 14px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(../images/menu_button.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	display: inline;
}

#menu a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #292929;
	color: #FFF;
	height: 30px;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	line-height: 30px;
}

#menu a:hover {
	color: #000;
	background-image: url(../images/menu_button_over.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: inline;
	float: left;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
}


/*Link Styles*/

#welcome a:link, #welcome a:active, #welcome a:visited,
#footer a:link, #footer a:active, #footer a:visited,
.forgetPassword a:link, .forgetPassword a:active, .forgetPassword a:visited,
.errorFooter 
{
	font-size: 12px;
	color: #ffdb00;
}

#titleContainer a:link, #titleContainer a:active, #titleContainer a:visited,
.resultsPaging a:link, .resultsPaging a:active, .resultsPaging a:visited,
.list a:link, .list a:active, .list a:visited,
#addEdit a:link, #addEdit a:active, #addEdit a:visited,
.usageList a:link, .usageList a:active, .usageList a:visited,
#catchStacks a:link, #catchStacks a:active, #catchStacks a:visited
{
	font-size: 12px;
	color: #292929;
}

#welcome a:hover, #footer a:hover, #titleContainer a:hover, .resultsPaging a:hover, .list a:hover, .forgetPassword a:hover, #addEdit a:hover, .usageList a:hover, #catchStacks a:hover  {
	text-decoration: none;	
}

/*Button Styles*/

.goButton a {
	background-image: url(../images/button_go.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	overflow: hidden;
	width: 33px;
}

.goButton a:hover {
	background-image: url(../images/button_go.png);
	background-position: 0px -33px;
}

.editButton a {
	background-image: url(../images/button_edit.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	overflow: hidden;
	width: 46px;
}

.editButton a:hover {
	background-image: url(../images/button_edit.png);
	background-position: 0px -33px;
}

.viewUsage a {
	background-image: url(../images/button_usage.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	overflow: hidden;
	width: 87px;
}

.viewUsage a:hover {
	background-image: url(../images/button_usage.png);
	background-position: 0px -33px;
}

.reportsButton a {
	background-image: url(../images/button_reports.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	overflow: hidden;
	width: 70px;
}

.reportsButton a:hover {
	background-image: url(../images/button_reports.png);
	background-position: 0px -33px;
}

.calButton a {
	background-image: url(../images/calender.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 18px;
	overflow: hidden;
	width: 27px;
}

.calButton a:hover {
	background-image: url(../images/calender.png);
	background-position: 0px -18px;
}

.viewCatch a {
	background-image: url(../images/button_view_catch.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	overflow: hidden;
	width: 157px;
}

.viewCatch a:hover {
	background-image: url(../images/button_view_catch.png);
	background-position: 0px -33px;
}

.viewTicket a {
	background-image: url(../images/button_view_ticket.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	overflow: hidden;
	width: 107px;
}

.viewTicket a:hover {
	background-image: url(../images/button_view_ticket.png);
	background-position: 0px -33px;
}
input.btn {
	background-color: #E6E6E6;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6f6f6f;
	border-bottom-color: #6f6f6f;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	color: #292929;
	font-size: 12px;
	width: 0;
	display: block;
	overflow: visible;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	cursor: pointer; 
}

input.btn[class] {  /* IE ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

input.btn:hover { 
	background-color: #636363; 
	color: white;
}

/*Search Styles*/

#search {
	background-image: url(../images/search_bg.png);
	height: 33px;
	width: 280px;
	background-repeat: no-repeat;
	background-position: left top;
}

#search input {
	background-color:#7B7B7B;
	border:1px solid #7B7B7B;
	left:40px;
	position:relative;
	top:8px;
	width:210px;
	color: #CCC;
	font-size: 12px;
	font-style: italic;
}

/* !Alignment Styles */

.logOut {
	margin-top: 10px;
	margin-left: 10px;
}

.pL30 {
	padding-left: 30px;	
}

.pR30 {
	padding-right: 30px;	
}
.pB20 {
	padding-bottom: 20px;	
}

.pB10 {
	padding-bottom: 10px;	
}
.pT15 {
	padding-top: 15px;	
}
.pT10 {
	padding-top: 10px;	
}
.mR10 {
	margin-right: 10px;	
}
.mR20 {
	margin-right: 20px;	
}
.mB10 {
	margin-bottom: 10px;	
}
.mLR10 {
	margin-right: 10px;
	margin-left: 10px;
}
.mL40 {
	margin-left: 40px;
}
.mL10 { 
	margin-left: 10px !Important;
}
.mT20 { 
	margin-top: 20px;
}
.spacedOut {
	display: block;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
div.size350 {
	width: 350px;
}
div.size250 {
	width: 250px;
}
.size200 {
	width: 200px;
	display: block;
}
.green {
	font-weight: bold;
	color:green;
}
.rememberMe {
	margin-right: 8px;
}
.backButtonSpacing {
	width: 160px;
	float: left;
}
.languageDrop{
	margin-top: 7px;
	margin-left: 20px;	
}

.addButton{
	margin-top: 7px;
	margin-left: 20px;	
}

.addButtonBelow{
	margin-left: 10px;
	margin-top: 10px;
}

.selectDrop{
	margin-top: 7px;
	margin-right: 10px;
	display: block;
	/*font-size: 11px;*/
}

.selectEventAction 
{
    width: 110px;
}

.searchCheckboxes {
	padding-left: 12px;
	padding-top: 15px;
}

.Select {
	text-align: center;
	width: 10px;
}

.Date {
	width: 80px;
	text-align: left;
}


.Name {
	text-align: left;
	/*width: 200px;*/
	white-space: nowrap;
}

.Type {
	text-align: left;
	width: 80px;
}

.Capacity {
	width: 80px;
	text-align: left;
}

.Sale {
	width: 50px;
	text-align: left;
}

.Actions {
	text-align: center;
	/*width: 330px;*/
}

.usageDate, .usageEvent, .usageName, .usageEmail,  
.usagePaymentMethod, .usageCoupon, .usageDetails, .usageTotal{
	text-align: left;
}

.usageDate {
	padding-left: 10px;
}

.list {
	margin-right: 25px;
	margin-left: 25px;
}

/* The table data in the paging row */
.gridview-with-paging tr:last-child table
{
    width: auto;
    float: right;
}

.gridview-with-paging tr:last-child table td
{
    padding: 0 0.5em;
}

.usageList {
	margin-right: 25px;
	margin-left: 25px;
}

.searchGo {
	position: relative;
	bottom: 10px;
}

.selectDelete {
	margin-left: 25px;
	margin-top: 10px;
}

#addEdit label {
	width:160px;
	font-size: 12px;
	/* font-weight: bold; */
}

#addEdit input, #addEdit select {
	font-size: 12px;
}

#addEdit textarea {
	font-size: 12px;
	margin-bottom: 15px;
	height: 80px;
}

#addEdit label, #addEdit input, #addEdit select {
	margin-bottom: 15px;
}

#addEdit table label, #addEdit table input, #addEdit table select {
	margin-bottom: inherit;
}

.longField {
	width: 200px;
}
.veryLongField {
	width: 300px;
}
.smallField {
	width: 70px;
}
#addEdit .smallLabel {
	width: 75px !Important;
}
.smallLabel {
	width: 55px !Important;
}
.normalLabel {
	width: 115px !Important;
}
.longLabel { 
	width: 180px !Important;
}
.couponType {
	width: auto;
}
.couponEventsBox {
	width: 200px;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 20px;	
}
.couponEventsButtons {
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 


/* !List Table Style */

.list h5 { 
	padding-left: 5px;
	padding-bottom: 10px;
}

.list table {
	border-collapse: collapse;
	color: #292929;
	width: 100%;
	font-size: 12px;
	line-height: 33px;
  }

.list caption {
	color: #292929;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #e9eec5;
  }
  
.list th {
	color: #292929;
	text-transform: uppercase;
	background-color: #e9eec5;
  }



.list thead th {
	color: #292929;
	text-transform: uppercase;
	background-color: #e9eec5;
  }

.list .odd {
	background-color: #f5f6f0;
  }

.couponCodes {
	padding-bottom: 20px;
}
  
/* !Coupon Codes List */

.couponCodes table {
	border-collapse: collapse;
	color: #292929;
	width: 500px;
	font-size: 12px;
	line-height: 25px;
  }

.couponCodes thead th {
	color: #292929;
	text-transform: uppercase;
	background-color: #e9eec5;
  }

.couponCodes .odd {
	background-color: #f5f6f0;
  }
  
  /* !Usage List Table Style */

.usageList table {
	border-collapse: collapse;
	color: #292929;
	width: 100%;
	font-size: 12px;
	line-height: 33px;
  }

.usageList thead th {
	color: #292929;
	text-transform: uppercase;
	background-color: #e9eec5;
	text-align: left;
  }

.usageList .odd {
	background-color: #f5f6f0;
  }

/* !Login Styles */

#loginTopCorners {
	background-image: url(../images/login_top_corners.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 366px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
#loginBottomCorners {
	background-image: url(../images/login_bottom_corners.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 366px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#login {
	width: 366px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
	background-color: #FFF;
}

h1#loginLogo a  {
	background-image: url(../images/get_tickets_logo.png);
	text-indent: -9999px;
	height: 120px;
	width: 224px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
	top: 30px;
	z-index: 1;
}

#forms {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#forms .loginField {
	font-size: 24px;
	width: 98%;
	background-color: #f5f6f0;
	border: 1px solid #c2c2c2;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#forms label {
	font-size: 15px;
	line-height: 20px;
	color: #292929;
}

#forms p {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	padding-bottom: 10px;
}

/* !Bread Crumb Styles */

.breadCrumbs {
	padding-top: 10px;
}

.breadCrumbs p {
	font-size: 12px;
	text-transform: uppercase;
}

/* !Wizard Menu Styles */

#wizardMenu h4 {
	padding-top: 2px;
}

#wizardMenu {
	float: left;
	width: 650px; 
	padding-top: 23px;
	padding-bottom: 30px;
	font-size: 14px;
}

#wizardMenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#wizardMenu li {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	list-style-type: none;
	float: left;
}

#wizardMenu a {
	color: #8C8C8C !Important ;
	height: 21px;
	background-image: url(../images/wizardButtonBg.png);
	background-repeat: no-repeat;
	background-position: 3px top;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	line-height: 21px;
}

#wizardMenu a:hover{
	color: #000 !Important;
	background-image: url(../images/wizardButtonBg.png);
	background-repeat: no-repeat;
	background-position: 3px -21px;
	display: block;
	text-decoration: none;
	height: 21px;
	line-height: 21px;
	padding-right: 10px;
	padding-left: 10px;
}

#wizardMenu span {
	color: #fff;
	padding-right:10px; 
}

/* !Jump Menu Styles */

#step1JumpMenu {
	padding: 10px;
	width: 124px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 20px;
}

.jumpMenuTop {
	background-image: url(../images/jumpMenuBgTop.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 124px;
	height: 12px;
	display: block;
}

.jumpMenuData {
	background-color: #e9ebe1;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.jumpMenuBottom {
	background-image: url(../images/jumpMenuBgBottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 124px;
	height: 12px;
	display: block;
}

#step1JumpMenu h4 {
	margin-bottom: 8px;
}

#step1JumpMenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#step1JumpMenu li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	list-style-type: none;
}

/* !Ticket Pricing Styles */

#ticketPricingData {
	position: relative;
}
#pricingYesNo {
	position: absolute;
	right: 0;
	top: 0;
}
.smallFont {
	font-size: 10px !Important;
}
.pricingCurrency {
	position: relative;
	line-height: 20px;
	margin-left: 10px;
}
.pricingCurrency input {
	margin-top: 2px;
}
.pricing2buttons {
	display:block;
	float:right;
	position:relative;
	width:400px;
	bottom: 10px;
}
.pricingTicketOptions
{
    float: left;
    width: 443px;
}

.pricingRightOptions
{
    float: right;
    width: 443px;
}

/* !Catch Page Styles */

#catchWorkingArea {
	margin-top: 10px;
	padding: 10px;
	border-color: #a1a1a1;
	border-width: 1px;
	border-style: solid;
	width: 580px;
	height: 610px;
	overflow: auto;
	font-size: 12px;
}
#catchOptions {
	width: 290px;
	/*height: 580px;*/
	margin-top: 10px;
	border-color: #a1a1a1;
}
#catchAddControl {
	width: 290px;
	border-width: 1px;
	border-style: solid;
	border-color: #a1a1a1;
}
.addControl {
	background-color: #E9EBE1;
	width: 240px;
	height: 30px;
	padding-left: 50px;
	padding-top: 10px;	
}
.addControlPreview {
	width: 240px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
	font-size: 12px;
	overflow: auto;
}
#catchStacks {
	width: 280px;
	height: 110px;
	border-width: 1px;
	border-style: solid;
	border-color: #a1a1a1;
	margin-top: 10px;
	padding: 5px;
	overflow: auto;
}
#catchStacks ul, catchStacks li {
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
#catchProperties {
	width: 270px;
	/*height: 255px;*/
	border-width: 1px;
	border-style: solid;
	border-color: #a1a1a1;
	padding: 10px;
	font-size: 12px;
	overflow-y: hidden;
}
#catchProperties label {
	width: 80px;
	padding-right: 10px;
	padding-bottom: 15px;
}
#catchProperties input {
	font-size: 12px;
}
.catchId {
	width: 100px;
	height: 20px;
}
.catchButtons {
	padding-left: 25px;
	padding-right: 30px;
	height: 30px;
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}
.catchTitle {
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.catchTitle h4 { 
	margin: 0;
	padding: 0;
}

/* !Tickets Styles */

textarea.longTextArea {
	width: 470px;
	height: 200px !Important;
}

/* @group Carch Page */

/* @group Properties */

#catchProperties { 
	overflow: hidden;
	overflow-y: auto;
	max-height: 182px;
}

#catchProperties .actions { 
	overflow: hidden;
}

#catchProperties .actions input { 
	font-size: 12px;
}

#catchProperties .actions input.up { 
	margin-right: 15px;
}

#catchProperties .text textarea,
#catchProperties .dropdown textarea,
#catchProperties .checkbox textarea,
#catchProperties .radiobutton textarea { 
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 160px;
	height: 100px;
	margin-bottom: 10px;
}

#catchProperties input.name { 
	width: 155px;
}

/* @end */

/* @group Work Area */

#catchWorkingArea { 
	
}

#catchWorkingArea span.required { 
	font-size: 14px; 
	color: #fd3c46;
	margin-left: 5px;
}

#catchWorkingArea table { 
	width: 580px;
}

#catchWorkingArea table tr td { 
	padding-bottom: 15px;
	vertical-align: top;
}

#catchWorkingArea table tr td.titles { 
	width: 200px;
}

#catchWorkingArea table tr td.content { 
	width: 400px;
}


#catchWorkingArea table tr td label { 
	width: 200px;
	float: left;
	overflow: hidden;
	display: block;
	font-weight: bold;
	font-size: 12px;
}

#catchWorkingArea table tr.heading h1 { 
	font-size: 18px;
}

#catchWorkingArea table tr.text p { 
	font-size: 12px;
	line-height: 18px;
}

#catchWorkingArea table tr.textbox input { 
	font-size: 12px;
}

#catchWorkingArea table tr.textarea textarea { 
	font-size: 12px;
}

#catchWorkingArea table tr.dropdown select { 
	font-size: 12px;
}

#catchWorkingArea table tr.checkbox td.multi-select label,
#catchWorkingArea table tr.radiobutton td.multi-select label { 
	font-weight: normal;
}

#catchWorkingArea table tr.checkbox label,
#catchWorkingArea table tr.radiobutton label { 
	margin-bottom: 5px;
}

#catchWorkingArea table tr.checkbox label input { 
	margin-right: 10px;
}

#catchWorkingArea table tr.radiobutton label input { 
	margin-right: 10px;
}

#catchWorkingArea table tr.datetimepicker input.smallField { 
	margin-right: 10px;
	font-size: 12px;
}

#catchWorkingArea table tr.button input.submit-btn,
#catchWorkingArea table tr.button input.reset-btn { 
	margin-right: 20px;
	font-size: 12px;
}

#catchWorkingArea table tr.edit-mode td { 
	background-color: #e1ffd1;
	padding: 10px 0px;
}
/* @end */

/* @group Controls Toolbox */

.addControlPreview { 
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 290px!Important;
}

.addControlPreview ul li { 
	margin: 0;
	padding: 0; 
	list-style-type: none;
}

.addControlPreview ul { 
	padding: 10px;
	width: 265px;
	overflow: hidden;
}

.addControlPreview li { 
	padding: 3px 0!Important;
	padding-top: 6px!Important;
	display: block;
	clear: both; 
	border-top: 1px solid #c8c8c8;
	overflow: hidden;
}

.addControlPreview li:first-child { 
	border-top: none;
}

.addControlPreview span { 
	overflow: hidden;
}

.addControlPreview li.text span,
.addControlPreview li.heading span,
.addControlPreview li.textbox span,
.addControlPreview li.textarea span,
.addControlPreview li.dropdown span,
.addControlPreview li.checkbox span,
.addControlPreview li.radiobutton span,
.addControlPreview li.datetimepicker span,
.addControlPreview li.button span  { 
	padding-left: 30px;
	height: 25px;
}

.addControlPreview li.text span { 
	background: url(../images/text-icon.png) no-repeat 0 -7px;
}

.addControlPreview li.heading span { 
	background: url(../images/heading-icon.png) no-repeat 0 -5px;
}

.addControlPreview li.textbox span { 
	background: url(../images/textbox-icon.png) no-repeat 0 -4px;
}

.addControlPreview li.textarea span { 
	background: url(../images/textarea-icon.png) no-repeat 0 -5px;
}

.addControlPreview li.dropdown span { 
	background: url(../images/dropdown-icon.png) no-repeat 0 -4px;
}

.addControlPreview li.checkbox span { 
	background: url(../images/checkbox-icon.png) no-repeat 0 -5px;
}

.addControlPreview li.radiobutton span { 
	background: url(../images/radiobutton-icon.png) no-repeat 0 -5px;
}

.addControlPreview li.datetimepicker span { 
	background: url(../images/datetimepicker-icon.png) no-repeat 0 -3px;
}

.addControlPreview li.button span { 
	background: url(../images/button-icon.png) no-repeat 0 -3px;
}

/* @end */


/* !Tickets Styles */

textarea.longTextArea {
	width: 470px;
	height: 200px !Important;
}

.width330 {
	width: 330px;
}

.picklist 
{
	margin: 0;
	padding: 0;
}
.picklist input[type="button"][value="Up"],.picklist input[type="button"][value="Dn"]
{
	display: none;
}

/* @group Order Summery */

#order-summery { 
	padding: 0 20px;
	width: 550px;
}

#order-summery h1 { 
	margin-bottom: 10px;
}

#order-summery p { 
	font-size: 14px;
}

#order-summery .ref-num { 
	background-color: #dff982;
	padding: 5px;
	font-weight: bold;
}

#order-details h1 { 
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

/* @group Order Details */

#order-details { 
	margin-bottom: 20px;
	padding: 0;
	width: 550px;
}
#order-summery h1,
#order-details h1 { 
	margin: 0 20px;
}

#order-details ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;	
	overflow: hidden;
}

#order-details ul li { 
	overflow: hidden;
}

#order-details ul li.title-date { 
	font-size: 20px;
	font-weight: bold;
	background-color: #fff7d9;
	padding: 10px 20px;
	overflow: hidden;
}

#order-details ul li.title-date .title { 
	float: left;
	margin: 0;
	padding: 0;
	width: 435px;
}

#order-details .title-date span { 
	margin-top: 5px;
}


#order-details ul li.ticket { 
	padding: 10px 20px; 
	border-bottom: 1px solid #a9a9a9;
}

#order-details ul.totals { 
	background-color: #f3f3f3;
	padding: 0px;
}

#order-details ul.totals li.sub-total { 
	border-bottom: 1px solid #a9a9a9;
	padding: 10px 20px;
}

#order-details ul.totals li.fees { 
	border-bottom: 1px solid #a9a9a9;
	padding: 10px 20px;
	line-height: 25px;
}

#order-details ul.totals li.fees span.code { 
	font-weight: bold;
}

#order-details ul.totals li.grand-total { 
	padding: 10px 20px;
	background-color: #599bf9;
	color: #fff;
	font-weight: bold;
}

#order-details .view-link { 
	font-size: 12px;
	font-weight: normal;
	color: #4f4d43;
	cursor: pointer;
}

#order-details .change-order-btn { 
	padding: 5px 10px;
	font-size: 14px;
	background-color: #eaeaea;
	color: #3b3b3b;
	text-decoration: none;
	font-weight: bold; 
	border-top: 1px solid #dce0e0; 
	border-right: 2px solid #cbcfcf; 
	border-bottom: 2px solid #cbcfcf; 
	border-left: 1px solid #dce0e0;
	position: relative;
	bottom: 10px;
	left: 40px;
}

#order-details .change-order-btn:hover { 
	background-color: #e1e3e3;
	color: #3b3b3b;
}

#order-details #order-data .ticket span.fl { 
	width: 440px;
}

#order-details #order-data .ticket span.fr { 
	width: 100px;
	text-align: right;
}

.grid tbody tr td div 
{
    overflow: hidden;
    width: inherit;
    text-align: inherit;
}

.grid tbody tr td 
{
    padding: 0 2px;
}

.grid 
{
    text-align: center;   
}

/*
.grid .event-name
{
    width: 150px;   
}
*/

.grid .order-date 
{
    width: 80px;
}

.grid .orderer-name
{
    width: 75px;
}

/*
.grid .email
{
    width: 100px;
}
*/

.grid .coupon
{
    width: 70px;
}

.grid .pin
{
    width: 70px;
}

.grid .payment-method 
{
    width: 80px;
}

.grid .total-price 
{
    width: 80px;
}

th .numeric,
td .numeric
{
    text-align: right;   
}


h1#errorLogo a  {
	background-image: url(../images/get_tickets_logo.png);
	text-indent: -9999px;
	height: 120px;
	width: 224px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
	top: 30px;
	z-index: 1;
}

#error
{
    margin: 0 auto;
    width: 980px;
}
#error-content {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
	background-color: #FFF;
}

table.checkboxlist-horizontal td
{
    padding-right: 40px;
    padding-bottom: 10px;
}

table.checkboxlist-horizontal td input
{
    margin-right: 5px;
    vertical-align: middle;
}

/* @end */