#gomap { margin-top: 10px }
.admin-header {
    display: block;
    font-size: 2.0em;
    color: #fff;
    line-height: 140%;
    padding-left: 15px;
    float: left;
    margin-top: 25px;
    font-family: verdana;
}
.popup-box {
    width: 400px;
    border: solid 5px #f17e2d;
    overflow: auto;
    background: #f17e2d;
    position: absolute;
    right: 33%;
    top: 33%;
    padding: 20px 10px;
    border: solid 1px #c25000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f17e2d;
    -webkit-box-shadow: 3px 3px 5px #c3c3c3, inset 1px 1px 0px #f49553;
    box-shadow: 3px 3px 5px #c3c3c3, inset 1px 1px 0px #f49553;
    -moz-box-shadow: 3px 3px 5px #c3c3c3, inset 1px 1px 0px #f49553;
    behavior: url("/ie/PIE.htc");
}
.hidebox { display: none }
.showbox { display: block }
.subheading {
    height: 20px;
    width: 90%;
    clear: both;
    margin-top: 20px;
    float: left;
    font-weight: bold;
    font-size: 1.3em;
    border-bottom: 1px solid #ddd;
    padding: 4px;
    color: #555;
}
.showbox .resize {
    position: absolute;
    top: -10px !important;
    left: -10px !important;
}
#new-event {
    width: 760px;
    height: 670px;
}
#new-logo {
    width: 420px;
    height: 250px;
}
#new-location {
    width: 480px;
    height: 500px;
}
#new-attendee {
    width: 465px;
    height: 370px;
}
#new-tickets {
    width: 465px;
    height: 370px;
}
#edit-tickets {
    width: 266px;
    height: 370px;
}
#new-event.createnew {
    width: 400px;
    height: 276px;
}
.inputprice { width: 55px }
#thedoor { }
#thesingle { }
#thepair { }
.activerow { background: #fff !important }
input[type="text"][disabled='disabled']:focus,
textarea[disabled='disabled']:focus {
    border: solid 1px #f3be5a;
    outline: none;
    box-shadow: 0px 0px 3px #df9200;
    -moz-box-shadow: 0px 0px 3px #df9200;
    -webkit-box-shadow: 0px 0px 3px #df9200;
    background: red;
    color: #67531d;
}
#livewarning,
#draftwarning {
    font-size: 3em;
    line-height: 110%;
    height: 40px;
    width: 100px;
    position: absolute;
    top: 158px;
    left: 0;
    padding: 10px;
    color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 1000;
    letter-spacing: 10px;
    font-family: verdana;
    font-weight: bold;
    text-shadow: #000000 3px 3px 2px;
}
#draftwarning { color: yellow }
.debug {
    background: white;
    padding: 4px;
    color: red;
}
.listheader {
    font-size: 1.6em;
    font-weight: bold;
    margin: 40px 0 0px 0;
    line-height: 140%;
    color: #000;
}
.error_msg {
    background: #FFFF99;
    border: 1px solid #fc0;
    padding: 4px !important;
    margin: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    font-style: normal !important;
}
.outer_error {
    width: 33%;
    float: right;
    padding: 4px;
}
#adminuserid {
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
    display: block;
    float: left;
}
.spacer {
    height: 80px;
    float: right;
    font-size: 60px;
    line-height: 100%;
    font-weight: bold;
    padding-top: 25px;
}
.spacer2 {
    height: 80px;
    float: right;
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    padding-top: 50px;
}
.newline {
    display: block;
    width: 100%;
    height: 30px;
}
.container h2 {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 140%;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 2px;
}
.confirmation,
.confirmation2 {
    padding: 20px;
    border: 3px red solid;
    background: white;
    font-size: 1.3em;
    font-family: georgia;
    line-height: 130%;
    position: absolute;
    width: 450px;
    top: 100px;
}

.confirmation2 {
    top: auto;
    bottom: 10px;
    left: 10px;
}

.confirmation { z-index: 1005 }
.centeralign { text-align: center }
.rightalign { text-align: right }
TR.even { background: #F9FDFF }
.delete-buttonpane {
    overflow: visible;
    text-align: right;
    border-width: 1px 0 0 0;
    margin: 0 auto;
    padding: 0px 5px 10px 5px;
    color: red;
}
.delete-buttonpane button {
    margin: 5px 5px 0 5px;
    padding: 0px;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    height: 32px;
    line-height: 31px;
    width: 100px;
    vertical-align: top;
    overflow: visible;
}
.delete-buttonpane button:hover,
.delete-buttonpane button:focus {
    background: red;
    color: black;
}
.publicurl {
    font-size: 1.4em;
    lign-height: 130%;
}
.publicurl TEXTAREA {
    margin: 0 auto;
    width: 700px;
    display: block;
    text-align: center;
    height: 20px;
    border: none;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: black;
    background: #eee;
    border: 1px solid #aaa;
}
.blank { border: 2px solid red !important }
.subsection {
    padding-left: 15px;
    border-left: 7px solid #eee;
    margin-left: 3px;
}
#system_defaults h2 {
    background: #8AD9F8;
    color: black;
    text-align: center;
}

.overandout {
    font-size: 1.2em;
    color: blue;
    float:left;
    font-weight: bold;
}


.signups {
	float:right; 
	font-weight:bold; 
	font-family:arial; 
	font-size: 2.3em; 
	height: 18px;  
	display:block; 
	width: 40px; 
	text-align:right; 
	padding-top: 12px;
	padding-right: 5px;
}

#logoheader{margin-bottom:-20px; text-align:right; width:100%; }

.gcal{margin-top: 10px;}

.signin {font-size: 1.5em; border-bottom: 1px solid #000;}
.signin td{height:50px;padding-top:15px !important;}

.confirmation ul li{color:red !important: font-style:italic !important; list-style-type:none; text-align: center; font-weight:bold;}