
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0 none;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal; 
	font-weight: normal;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content:"";
}
abbr, acronym {
	border:0;
}
body { 
	font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif; 
	*font-size: 75%;
}
h1 {
	font-size: 1.5em; 
	font-weight: normal;
	line-height: 1em; 
	margin-top: 1em;
	margin-bottom:0;
}
h2 { 
	font-size: 1.1667em; 
	font-weight: bold; 
	line-height: 1.286em; 
	margin-top: 1.929em; 
	margin-bottom:0.643em;
}
h3, h4, h5, h6 {
	font-size: 1em; 
	font-weight: bold; 
	line-height: 1.5em; 
	margin-top: 1.5em; 
	margin-bottom: 0;
}
p { 
	font-size: 1em; 
	margin-top: 1.5em; 
	margin-bottom: 1.5em; 
	line-height: 1.5em;
}
blockquote { 
	font-size: 0.916em; 
	margin-top: 3.272em; 
	margin-bottom: 3.272em; 
	line-height: 1.636em; 
	padding: 1.636em; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
}
ol li, ul li { 
	font-size: 1em; 
	line-height: 1.5em; 
	margin: 0;
}
pre, code { 
	font-size:115%;
	*font-size:100%;
	font-family: Courier, "Courier New"; 
	background-color: #efefef; 
	border: 1px solid #ccc;
}
pre { 
	border-width: 1px 0; 
	padding: 1.5em;
}
table {  font-size:100%; }

span.s_field_error {
  color: red;
  float: left;
  font-weight: bold;
  text-align: left;
}

textarea.s_field_error, input.s_field_error, select.s_field_error  {
  float: left;
  margin-left: 0;
  color: inherit;
  font-weight: inherit;
  text-align: inherit;
  background:#F9F7BA;
}
input.s_mediumtext.date {
	width: 140px;
}
.s_group input[type="text"].date {
	width: 190px;
}
.ui-datepicker-trigger {
    background:url(../images/calendar.jpg) no-repeat;
    height: 17px;
    width: 17px;
    cursor:pointer;
    border:none;
    background-size: contain;
	vertical-align: top;
}

table.ui-datepicker-calendar tfoot {
  background: white url("../images/calendarYearLabel.png") repeat-x scroll center bottom;
  border-top: 1px solid #ccc;
}
table.ui-datepicker-calendar tfoot h3 {
  line-height: 1.5em;
  text-align: center;
  margin: 5px 40px;
}

table.ui-datepicker-calendar tfoot span {
	color: black !important;
	font-weight: normal;
	cursor: pointer;
	border: 0 none;
	vertical-align: middle;
}

.ui-tooltip {
	box-shadow: none;
}

.s_question_label_short {
	width: 120px;
}

/* jquery overrides */

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0px;
}

.ui-helper-hidden-accessible {
	display: none;
}

.ui-widget-content {
	background: none;
	border: none;
}

.ui-widget {
	color: #293a4b;
	font-size: 11px;
}

.ui-datepicker {
	padding: 0;
	font-size: .9em;
}

input.datePicker, .ui-datepicker {
	width: 215px;
}

#ui-datepicker-div, .ui-datepicker-header, ui-datepicker-calendar {
	border: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
}

.ui-datepicker-year {
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	padding: 0;
	font-weight: bold;
	line-height: 
}

.ui-datepicker .ui-datepicker-title, .ui-datepicker .ui-datepicker-month {
	line-height: 1.4em;
}

.ui-datepicker-header {
	background: #d3d3d3 url("../images/titleBar.png") repeat-x scroll center top;
	border: 0 none;
	color: #293a4b;
}

.ui-datepicker-next .ui-icon {
	background-image: url("../images/spriteRoundedIconsSmall.png");
	background-repeat: no-repeat;
	background-position: -30px top;
	height: 15px;
	width: 15px;
}

.ui-datepicker-prev .ui-icon {
	background-image: url("../images/spriteRoundedIconsSmall.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
}

.ui-datepicker-title {
	padding-bottom: 0.2em;
	padding-top: 0.3em;
	text-align: center;
}

.ui-datepicker tfoot td span, .ui-datepicker tfoot td a {
	display: inline;
}

.ui-datepicker  table {
	border-bottom: 0 none;
	border-right: 0 none;
	margin: 0;
}

.ui-datepicker-calendar tbody td {
	background-color: white;
	font-weight: strong;
	border-left: 1px solid #c4cedb;
	border-top: 1px solid #c4cedb;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	valign-align: middle;
}

.ui-datepicker td {
	padding: 0;
}

.ui-datepicker td a {
	padding: 0.5em 0.5em 0.15em;
	color: #404040;
	font-weight: bold;
	text-align: center;
}

td.ui-datepicker-today a {
	text-decoration: underline;
}

.ui-datepicker tr th {
  background: white url("../images/calendarDayLabel.png") repeat-x scroll center bottom;
  border-top: 1px solid #eeeeee;
  color: #293a4b;
  font-weight: normal;
  padding-bottom: 0;
  padding-top: 0.15em;
  text-align: center;
  font-size: 1.1em;
}

 td.ui-datepicker-other-month a{
  background-color: #f8f8f8;
  color: #999999;
}

.ui-datepicker-calendar tbody td.ui-datepicker-unselectable {
	background-color: #717d89;
	color: #cbcbcb;
}

td.ui-datepicker-current-day a {
	background-color: #bbc4d0;
}

 td a.ui-state-hover {
 background-color: #e2ebf2;
}

div.modal {
	display:    none;
	position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .7 ) 
                50% 50% 
                no-repeat;
}

div.modal div.loader {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform:  translate(-50%, -50%);
	transform:  translate(-50%, -50%);
}

div.modal div.loader div.spinner {
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #550200;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	margin: auto;
}

.s_buttonbg {
	float: left;	
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.input_file {
	width: 0.1px;
	height: 15px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.label_button {
	width: auto;
	min-width: 75;
	padding-top: 3px;
	float: left;
	display: block;
	color: #ffffff;
	font: 11px Arial, Helvetica, Sans-Serif;
	border-style: none;
	margin: 0;
	cursor: pointer;
	background: url(../images/btn_submit.gif) repeat;
	padding: 0 5px 0 5px;
	height: 1.57em;
	border-top: solid #45596d 1px;
	border-bottom: solid #5b7ea2 1px;
	border-right:  solid #59748f 1px;
	border-left: solid #59748f 1px;
	border-radius: 4px;
}


.browse_button {	
	height: 15px;
	padding-top: 1px;
	margin-right: 5px;
}