* {
margin: 0;
padding: 0;
}

body {
 background-color: #fff;
 background: url(/img/stripe.png) repeat;
 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
 font-size: 14px;
 color: #4F5155;
 height: 100%;
}

input:disabled {
	/* put something here */
}

a {
 color: #4F5155;
 background-color: transparent;
 font-weight: normal;
 text-decoration: none;
}

h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
}

/* Content Pane */

#header-wrapper {
position: relative;
margin: 0 auto;
width: 920px;
height: 50px;
padding-top: 18px;
}

#header-wrapper ul {
 position: relative;
 float: right;
}

#header-wrapper ul li {
 display: inline;
 float: left;
 position: relative;
 border: 0;
 margin-right: 10px;
 background-color: #F78C0D;
 font-weight: bold;
 color: white;
 cursor: pointer;
 vertical-align: middle;
 width: 80px;
 height: 35px;
 margin-top: 7px;
 line-height: 35px;
 background: url(/img/blueBar.jpg) repeat-x 0 0;
 font-size: 16px;
 color: #EEEEEE;
 font-size: 16px;
 text-align: center;
}

#header-wrapper ul li a {
 display: block;
 text-decoration: none;
 font-size: 16px;
 color: #EEEEEE;
 font-weight: bold;
}

#header-wrapper ul li a.selected, #header-wrapper li a:hover {
 border-bottom: 3px solid #F78C0D;
 padding-bottom: 5px;
}

#content {
 width: 920px;
 margin: 5px auto;
 padding: 18px 18px 10px 18px;
 background-color: #FFF;
}

#wide-content {
 position: relative;
 z-index: 1;
}

#left {
float: left;
width: 150px;
}

#right {
float: right;
width: 748px;
}

.thin {
	width: 365px;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.clear {
	clear: both;
}

.box {
	padding-bottom: 20px;
	border: 0px;
	width: 100%; overflow:hidden;
}

.box h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 2px solid #515151;
 font-size: 16px;
 font-weight: bold;
 padding: 0 5px 5px 5px;
 margin: 0px;
}

.box ul {
 background-color: #515151;
 float:left;
 list-style:none; 
 margin:0px;
 padding:5px;
}

.full {
 width: 738px;
}

.box ul li {
 display: inline;
 float: left;
 position: relative;
 border: 0;
 margin-right: 10px;
 background-color: #F78C0D;
 font-weight: bold;
 color: white;
 cursor: pointer;
 vertical-align: middle;
 width: 100px;
 height: 20px;
 line-height: 20px;
 background: url(/img/blueBar.jpg) repeat-x 0 0; */
 color: #EEEEEE;
 font-size: 12px;
 text-align: center;
}

.box ul li.heading_form {
 cursor: auto;
 background: transparent;
}

.box ul li a {
 display: block;
 text-decoration: none;
 font-size: 14px;
 color: #EEEEEE;
 font-weight: bold;
}

.box ol {
 list-style:decimal; 
 padding-left: 25px;
 padding-top: 0px;
 padding-bottom: 5px;
}

.box-half-left {
 float: left;
 width: 350px;
}

.box-half-right {
 float: right;
 width: 350px;
}

.content-div {
 clear: both;
 padding: 10px 10px 5px;
 border:1px solid #666;
 overflow:auto;
}

.content-div a {
	text-decoration: underline;
}

.content-div .addForm {
	margin-bottom: 5px;
}

.content-div .text {
	margin-bottom: 10px;
}

.borderless {
 border: 0;
}

#left-linkbar {}

#left-linkbar ul li {
 display: inline-block;
 border: 0;
 margin-bottom: 10px;
 background-color: #F78C0D;
 font-weight: bold;
 color: white;
 cursor: pointer;
 vertical-align: middle;
 width: 150px;
 height: 35px;
 line-height: 35px;
 background: url(/img/orangeBar.jpg) repeat-x 0 0;
 font-size: 16px;
 margin-left: auto;
 margin-right: auto;
 color: #EEEEEE;
 font-size: 16px;
 text-align: center;
}

#left-linkbar ul li.key {
 background: url(/img/blueBar.jpg) repeat-x 0 0;
}

#left-linkbar ul li a {
 display: block;
 text-decoration: none;
 font-size: 16px;
 color: #EEEEEE;
 font-weight: bold;
}

#footer {
 width: 920px;
 margin: 5px auto;
 padding: 5px 18px 10px 18px;
 text-align: right;
 font-size: 10px;
}

/* Forms */
input, textarea, select {
 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
 color: #333;
}

.modal input, .modal select, .modal textarea {
 display: block;
 border: 2px solid white;
 width: 205px;
 padding: 6px 5px;
 margin-bottom: 10px;
 font-size: 16px;
}

.modal select {
 width: 217px;
}

.modal input.checkbox {
 width: 20px;
 display: inline;
}

.content-div input, .content-div select, .content-div textarea {
 display: inline-block;
 border: 1px solid black;
 width: 205px;
 padding: 6px 5px;
 margin-bottom: 5px;
 font-size: 16px;
}

.content-div input[type="checkbox"] {
 width: 20px;
}

.content-div select {
 width: 217px;
}

.content-div label {
 font-size: 16px;
 width: 120px;
 display: inline-block;
}

.label-size {
 font-size: 16px;
}

button {
display: inline-block;
width: 219px;
height: 35px;
background: url(/img/orangeBar.jpg) repeat-x 0 0;
font-size: 16px;
color: #EEEEEE;
border: 0;
background-color: #F78C0D;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: bold;
color: white;
cursor: pointer;
vertical-align: middle;
}

.canceled {
background: #FF6A6A;
cursor: default;
}

.full {
 width: 100%;
}

.modal input.half, .content-div input.half, .content-div button.half {
 width: 100px;
}

.content-div select.half, .modal select.half {
 width: 112px;
}

.modal button {
display: block;
width: 219px;
height: 35px;
margin-top: 18px;
background: url(/img/orangeBar.jpg) repeat-x 0 0;
font-size: 16px;
color: #EEEEEE;
}

.modal .button {
	display: inline-block;
	width: 219px;
	height: 35px;
	margin-top: 18px;
	background: url(/img/orangeBar.jpg) repeat-x 0 0;
	font-size: 16px;
	color: #EEEEEE;
	border: 0;
    background-color: #F78C0D;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: white;
	cursor: pointer;
	text-align: center;
	line-height: 35px;
}

.list {
	margin-top: 0px;
	margin-bottom: 18px;
}

/* Modal boxes */
.modal {
overflow: hidden;
z-index: 2;
width: 219px;
margin: 60px auto 0;
_margin-bottom: 50px;
background-color: black;
color: #999;
-moz-box-shadow: 0 0 50px black;
-webkit-box-shadow: 0 0 50px black;
box-shadow: 0 0 50px black;
}

.modal.moving {
right: 50%;
position: fixed;
margin-top: 60px;
margin-right: -110px;
}

.modal .first, .modal .second{
float: left;
_display: inline;
width: 219px;
height: 265px;
padding: 35px 45px 0;
}

.modal.reset-password {
 padding: 35px 45px 0;
 margin-top: 100px;
 height: 250px;
 background-color: rgba(0,0,0,0.75);
}

.modal.login {
 padding: 35px 45px 0;
 margin-top: 100px;
 height: 225px;
 margin-left: 200px;
 background-color: rgba(0,0,0,0.75);
}

.modal.left {
 padding: 35px 45px 0;
 margin-top: 100px;
 margin-left: 200px;
 background-color: rgba(0,0,0,0.75);
}


.modal.odbinfo {
 padding: 35px 45px 0;
 margin-top: 100px;
 height: 150px;
 margin-left: 200px;
 background-color: rgba(0,0,0,0.75);
 width: 300px;
}

.modal.odbinfo img {
 margin-bottom: 10px;
}

.modal.info {
 padding: 35px 45px 0;
 margin-top: 25px;
 height: 120px;
 margin-left: 200px;
 background-color: rgba(0,0,0,0.75);
}

.modal.wide {
 padding: 20px 20px 20px;
 margin-top: 100px;
 width: 620px;
}

.modal.thin {
 padding: 20px 20px 20px;
 margin-top: 100px;
 width: 219px;
}

.modal.start {
 height: auto;
 padding: 15px 45px 0;
 margin-top: 100px;
 margin-right: 200px;
 background-color: rgba(0,0,0,0.75);
}

.modal a {
 color: #FFF;
}

.modal h1 {
 color: #FFF;
 border: 0px;
 font-size: 18px;
 font-weight: bold;
 padding: 0;
 margin: 0 0 10px;
 text-align: left;
}

.modal h2 {
	color: #FFF;
	border: 0px;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px;
	text-align: left;
}

.modal h3 {
	color: #FFF;
	border: 0px;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px;
	text-align: left;
}

.modal ul li {
 display: inline-block;
 border: 0;
 margin-bottom: 18px;
 background-color: #F78C0D;
 font-weight: bold;
 color: white;
 cursor: pointer;
 vertical-align: middle;
 width: 219px;
 height: 35px;
 line-height: 35px;
 background: url(/img/blueBar.jpg) repeat-x 0 0;
 font-size: 16px;
 color: #EEEEEE;
 font-size: 16px;
 text-align: center;
}

.modal ul li a {
 display: block;
 text-decoration: none;
 font-size: 16px;
 color: #EEEEEE;
 font-weight: bold;
}

.modal p {
	line-height: 1.2em;
	font-size: 16px;
	padding-bottom: 10px;
}

.modal p.small {
	font-size: 12px;
	padding-bottom: 5px;
	margin-top: 10px;
}

.overlay {
 display: none;
 position: fixed;
 left: 0px;
 top: 0px;
 width:100%;
 height:100%;
 text-align:center;
 z-index: 1000;
 background-image:url(/img/background-trans.png);
}

/* Tables */
.table-container table
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-width: 0px;
border-collapse:collapse;
}

.table-container table td, .table-container table th 
{
font-size:1em;
border:1px solid #666;
padding:3px 7px 2px 7px;
}

.table-container table th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#FFF;
color:#000;
}

.table-container table tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}

.table-container table td.summary {
text-align: right;
font-weight: bold;
}

.table-container table tr.highlight {
background-color:#71BC78;
color: #FFF;
}

.table-container table tr.highlight a {
 color: #FFFFFF;
 text-decoration: underline;
}

.table-container input.checkbox, .table-container select, .table-container textarea {
 display: inline-block;
 border: 1px solid black;
 width: 205px;
 padding: 6px 5px;
 margin-bottom: 5px;
 font-size: 16px;
}

.table-container input.checkbox {
 width: 20px;
}

/* Autocomplete */
.autocomplete-w1 { background:url(/img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; padding: 0px 6px;/* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:5px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

/* Receipt Classes */
.receipt { border: 2px dashed; width: 500px; margin-top: 20px; }
.receipt h1 {font-size: 25px; border: 0; padding: 0; margin-top: 5}
.receipt h2 {font-size: 12px; border: 0; padding: 0; margin: 0}
.receipt p {margin-top: 10px;}

/* Helper Styles */
.page-break {
 page-break-after: always;
}

.italic {
font-style: italic;
}

.center {
text-align: center;
}

td.alert-notice {
background-color: #F78C0D;
color: #FFFFFF;
}

/**
 * Stripe Style
 */
 .StripeElement {
	background-color: white;
	height: 40px;
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid black;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
  }
  
  .StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
  }
  
  .StripeElement--invalid {
	border-color: #fa755a;
  }
  
  .StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
  }