@charset "UTF-8";


/*
 * loading spinner
 */
@-ms-keyframes spin {
	0% { -ms-transform: rotateZ(0deg); }
	100% { -ms-transform: rotateZ(360deg); }
}
@-moz-keyframes spin {
	0% { -moz-transform: rotateZ(0deg); }
	100% { -moz-transform: rotateZ(360deg); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotateZ(0deg); }
	100% { -webkit-transform: rotateZ(360deg); }
}
@keyframes spin {
	0% { transform: rotateZ(0deg); }
	100% { transform: rotateZ(360deg); }
}


/*
 * attention animation
 */
@-ms-keyframes attention {
	15% {  background-color: #fff; background-color: rgba(255, 255, 255, .8); }
	50% { background-color: #eee; background-color: rgba(235, 235, 235, .8); }
	100% {  background-color: #fff; background-color: rgba(255, 255, 255, .8); }
}
@-moz-keyframes attention {
	15% {  background-color: #fff; background-color: rgba(255, 255, 255, .8); }
	50% { background-color: #eee; background-color: rgba(235, 235, 235, .8); }
	100% {  background-color: #fff; background-color: rgba(255, 255, 255, .8); }
}
@-webkit-keyframes attention {
	15% {  background-color: #fff; background-color: rgba(255, 255, 255, .8); }
	50% { background-color: #eee; background-color: rgba(235, 235, 235, .8); }
	100% {  background-color: #fff; background-color: rgba(255, 255, 255, .8); }
}
@keyframes attention {
	15% {  background-color: #fff; background-color: rgba(255, 255, 255, .8); }
	50% { background-color: #eee; background-color: rgba(235, 235, 235, .8); }
	100% {  background-color: #fff; background-color: rgba(255, 255, 255, .8); }
}


@media screen {

html, body {
	height: 100%;
}

body, .normal-text, label, ul, ol {
	line-height: inherit;
	font-size: inherit;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: inherit;
}
a {
	font-weight: inherit;
}
#content {
	min-height: 250px;
}



h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: inherit;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}

input[type="text"], input[type="password"] {
	height: 20px;
	color: #333;
	padding: 4px 7px;
	font-weight: normal;
}
#username, #password {
	padding: 2px 4px;
}


.full-width {
	width: 100%;
}


button[type="button"].button, input[type="submit"].button, a.button, #main-content a.button, #site-header a.button {
	display:inline-block;
	outline: none;
	cursor: pointer;
	padding:12px 24px;
	-moz-box-shadow:inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
	box-shadow:inset 0px 1px 0px 0px #fff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e6e6e6), color-stop(1, #d6d6d6));
	background:-moz-linear-gradient(top, #e6e6e6 5%, #d6d6d6 100%);
	background:-webkit-linear-gradient(top, #e6e6e6 5%, #d6d6d6 100%);
	background:-o-linear-gradient(top, #e6e6e6 5%, #d6d6d6 100%);
	background:-ms-linear-gradient(top, #e6e6e6 5%, #d6d6d6 100%);
	background:linear-gradient(to bottom, #e6e6e6 5%, #d6d6d6 100%);
	background-color:#ddd;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #aaa;
	color:#000;
	line-height: 18px;
	font-size:14px;
	font-family: Helvetica, Arial;
	font-style: normal;
	letter-spacing:0.06em;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	-webkit-appearance: none;
	white-space: nowrap;
}
button[type="button"].button:hover, input[type="submit"].button:hover, a.button:hover, #main-content a.button:hover, #site-header a.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dddddd), color-stop(1, #cccccc));
	background:-moz-linear-gradient(top, #dddddd 5%, #cccccc 100%);
	background:-webkit-linear-gradient(top, #dddddd 5%, #cccccc 100%);
	background:-o-linear-gradient(top, #dddddd 5%, #cccccc 100%);
	background:-ms-linear-gradient(top, #dddddd 5%, #cccccc 100%);
	background:linear-gradient(to bottom, #dddddd 5%, #cccccc 100%);
	background-color:#cccccc;
}
button[type="button"].button:active, input[type="submit"].button:active, a.button:active, #main-content a.button:active, #site-header a.button:active {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #bbbbbb));
	background:-moz-linear-gradient(top, #cccccc 5%, #bbbbbb 100%);
	background:-webkit-linear-gradient(top, #cccccc 5%, #bbbbbb 100%);
	background:-o-linear-gradient(top, #cccccc 5%, #bbbbbb 100%);
	background:-ms-linear-gradient(top, #cccccc 5%, #bbbbbb 100%);
	background:linear-gradient(to bottom, #cccccc 5%, #bbbbbb 100%);
	background-color:#dddddd;
}
button[type="button"].button:disabled, input[type="submit"].button:disabled, a.button:disabled, #main-content a.button:disabled, #site-header a.button:disabled {
	opacity: .60;
	filter:Alpha(Opacity=60);
}

button[type="button"].button.mini, input[type="submit"].button.mini, a.button.mini, #main-content a.button.mini, #site-header a.button.mini {
	font-size: 12px;
	padding: 6px 10px;
}
#main-content .button.rit-orange, .button.rit-orange {
	background: #f36e21;
	border: none;
	color: #fff;
	text-shadow:0 0 1px #000000;
	border-radius:4px;
}
#main-content .button.rit-orange:hover, .button.rit-orange:hover {
	background: #eb6b20;
}

#main-content-header a.button {
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}


label { font-size: 15px; line-height: 28px; font-weight: bold; text-shadow: 1px 1px 3px #fff; }
label.error { font-weight: normal; font-size: 11px; }
label input[type="text"], label input[type="password"], label select {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-shadow: none;
	padding: 0px 4px;
}
div.checkbox {
	position: relative;
}
div.checkbox label.error {
	left:16px;
	position:absolute;
	top:18px;
	width:300px;
}

select, label select {
	padding: 0px;
	background: inherit;
	border-radius: 0;
	border: 1px solid rgb(166, 166, 166);
}
textarea {
	padding: 8px;
	width: 645px;
	height: 78px;
 	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea.shortest {
	height: 40px;
}
input.smallest {
	width: 50px;
}
input.small {
	width: 100px;
}
select.small {
	width: 100px;
}
input.medium {
	width: 200px;
}
select.medium {
	width: 200px;
}
input.large {
	width: 350px;
}
select.large {
	width: 350px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}

input[type="text"], input[type="password"], textarea {
	border: 1px solid #bbb;
	background: #fff;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 1em !important;
}

.styled-select select {
	background: transparent;
	width: 108px;
	padding: 4px 8px;
	padding-right: 25px;
	font-size: 13px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 30px;
	-webkit-appearance: none;
	outline: none;
}
.styled-select {
	width: 90px;
	height: 30px;
	overflow: hidden;
	background: #fff url('../images/icon-dropdown.png') no-repeat 74px center;
	border: 1px solid #bbb;
	border-radius: 3px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.styled-select:hover {
	border: 1px solid #888;
}
.styled-select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
.styled-select select::-ms-expand {
	display: none;
}
.styled-select:focus {
	box-shadow: 0 0 2px #91c7ea;
	border-color: #4585f3;
	outline: none !important;
}
.styled-select select:focus {
	box-shadow: none;
	border-color: transparent;
}
.styled-select label.error {
	position: absolute;
}


blockquote {
	line-height: 22px;
}

hr.form-divider, hr.form-divider-dashed, hr.form-divider-dotted {
	margin: 40px 0;
}

textarea, select, #system-disclaimer-container {
	max-width: 96%;
}

.form-tip {
	opacity: .60;
	filter:Alpha(Opacity=60);
	font-size: 12px;
}
.minor-info {
	opacity: .60;
	filter:Alpha(Opacity=60);
}

#breadcrumbs-container {
	margin-top: 4px;
}
ul#breadcrumbs a {
	color: #444;
}


#status-messages {
	z-index: 1;
}
#status-messages > ul > li:first-child {
	border-radius: 0;
	border-top: 1px solid #999;
}
#status-messages > ul > li {
	border-bottom: 1px solid #999;
	text-align: center;
	margin-bottom: 0;
	border-radius: 0;
	letter-spacing: 0.05em;
}



.ui-button {
	outline: none !important;
}

.required-star {
	font-weight: bold;
	font-family: Courier;
	font-size: 16px;
}

.highlight-blue {
	background-color: #d5e7ff !important;
}

.confirm-tooltip {
	margin-top: -8.1em;
}


.box-shadow {
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
	-o-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
}


/*
 * registration form styles
 */
#register-event-form {
	font-size: 0.9em;
}

#check-additional-info-con.attention-animation {
	-ms-animation: attention 1.5s;
	-moz-animation: attention 1.5s;
	-webkit-animation: attention 1.5s;
	animation: attention 1.5s;	
}

/*
 * basic table styles
 */

table.basic {
	border: none;
	position: relative;
}
table.basic th, table.basic td {
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
table.basic tbody tr {
	background-color: #fff;
}
table.basic {
	border-top: 1px solid #ccc;
}
table.basic th {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	background-color: #ddd;
	padding: 5px 10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
	box-shadow:inset 0px 1px 0px 0px #fff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #eaeaea));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #eaeaea 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #eaeaea 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #eaeaea 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #eaeaea 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #eaeaea 100%);
	background-color:#eaeaea;
}
table.basic td:first-child {
	border-right: none;
}
table.basic td:last-child {
	border-left: none;
}

table.basic.no-cell-divider th, table.basic.no-cell-divider td {
	border-left: none;
	border-right: none;
}
table.basic.no-cell-divider th:first-child, table.basic.no-cell-divider td:first-child {
	border-left: 1px solid #ccc;
}
table.basic.no-cell-divider th:last-child, table.basic.no-cell-divider td:last-child {
	border-right: 1px solid #ccc;
}
table.basic.alternate-rows tbody tr:nth-child(odd) {
	background-color: #e6e6e6;
}

thead.sortable th:before,
thead.sortable th:after {
	content: ' ';
	width: 12px;
	display: inline-block;
	text-align: right;
}
thead.sortable th.sorted-desc:after {
	content: '\2193';
}
thead.sortable th.sorted-asc:after {
	content: '\2191';
}


/*
 * tablesorter stuff
 */
.headerSortDown:after { content: ' \2193'; display: inline; }
.headerSortUp:after { content: ' \2191'; display: inline; }



/*
 * custom modal dialog styles
 */
.modal-dialog {
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 30px;
	font-size: 13px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
	z-index: 1003;
}
.modal-dialog .ui-dialog-titlebar {
	position: absolute;
	right: 30px;
	top: 40px;
	z-index: 1;
	background: none;
	border: none;
	cursor: default;
	padding: 0;
}
.modal-dialog .ui-dialog-titlebar-close {
	padding: 10px;
}
.modal-dialog .ui-dialog-titlebar .ui-dialog-title {
	display: none;
}
.modal-dialog.no-close-button .ui-dialog-titlebar {
	display: none;
}
.modal-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	top: -10px;
	right: -10px;
	border: none;
	background: transparent url('../images/icon-close.png') center center no-repeat;
	opacity: 0.5;
	filter:Alpha(Opacity=50);
}
.modal-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close > span {
	background: none;
}
.modal-dialog .dialog-header {
	margin-top: 0;
}
.modal-dialog.no-close-button .ui-dialog-titlebar-close {
	display: none;
}
.modal-dialog .ui-dialog-buttonpane.ui-widget-content {
	border-top: none;
}


/*
 * loading spinner
 */

.loading-spinner .outer, .loading-spinner .inner {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 0.7em;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
	border: 5px solid transparent;
	border-top-color: #5473ab;
	border-bottom-color: #5473ab;
	border-radius: 50%;
	-ms-animation: spin 1.25s infinite;
	-moz-animation: spin 1.25s infinite;
	-webkit-animation: spin 1.25s infinite;
	animation: spin 1.25s infinite;
}
.loading-spinner.mini .outer, .loading-spinner.mini .inner {
	padding: 0.3em;
	border-width: 3px;
}


} /* end of media styles */








/*
 * print styles
 */

@media print {
.no-print { display: none; }

.ui-tabs-nav { display: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

h1.page-header { font-size: 22px; }
}