/* Tag-specific settings */
* {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/** 
 * Popoup details/jQuery override rules.
 * These will override jQuery styling on inputs and buttons.
 */
#popupDetailsFrame *,
*,
.edit_info_input select,
.edit_info_input input[type="text"],
button.clickable {
  /* Override jQuery fonts with more specific css rules */

  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.ui-button-text-only .ui-button-text {
   padding: .6em 1.5em;
}
body {
  margin: 0;
  padding: 0;
  min-width: 1000px;
}
.error {
  color: black;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 10px;
}
table.error_view_table {
  width: 100%;
  margin-top: 20px;
}
td.error_view_msg {
  text-align: center;
  font-size: 14px;
}
td.error_view_button {
  text-align: center;
  padding: 20px;
}
h1 {
  font-size: 17px;
  color: #ba3939;
  font-weight: bold;
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  /*background: url(../img/content_header_bg.png) no-repeat;*/

  margin: 0;
  padding: 2px 0 0 0px;
  position: relative;
}
.firstHeader {
  font-size: 20px;
}
h2 {
  margin: 0;
  padding: 0;
  color: #666666;
  font-weight: bold;
  font-size: 11px;
}
.welcomeh2 {
  font-size: 14px;
  color: #ba3939;
  font-weight: bold;
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  /*background: url(../img/content_header_bg.png) no-repeat;*/

  margin: 0;
  padding: 2px 0 0 0px;
  position: relative;
}

h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #000;
  font-size: 11px;
}
a {
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
}
table {
  border: 0;
  border-collapse: collapse;
  background-color:#f8f8f8;
}
input {
  margin: 0;
  padding: 0;
}
option {
  padding: 0px 10px 0px 0px;
}
td {
  margin: 0;
  padding: 0;
}
td.emptyheader, th{
	background-color:#f8f8f8;
}
p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
}
.justify {
  margin: 0;
  padding: 0;
  display: block;
  color: #444444;
  text-align: justify;
  line-height: 15px;
  padding-left: 0;
  padding-top: 10px;
}
.order_inline_logo {
  float: right;
  position: relative;
}
.order_inline_logo img {
  height: 80px;
}
hidden,
.hidden {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#skip a
{ 
position:absolute; 
left:-10000px; 
top:auto; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 
caption {
  display: none;
}
.clickable {
  color: #0000ff;
  cursor: pointer;
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.clickable:hover {
  text-decoration: underline;
}
.clickable[disabled] {
  color: #383849;
  cursor: default;
}
/* The footer at the bottom of each page */
.footer {
  margin: 10px -15px 20px 15px;
  padding-top: 3px;
  color: #6C6C6C;
  font-size: 10px;
  background-color: #fff;
  text-align: center;
  width: 95%;
}
.footer .ferpaLogo {
  padding: 10px;
  border-style: none;
}
.footer_div {
  text-align: center;
  width: 80%;
  display: block;
}
/* A wrapper for all pages */
.page_content {
  padding: 5px 25px 15px 25px;
  position: relative;
  left: 0;
  right: 0;
  clear: both;
}
/* The global header at the top of each page. */
.header {
  position: relative;
  background-repeat: repeat;
  height: 71px;
}
.header a {
  color: #27599b;
}
.header_background {
  margin: 20px 51px 10px 51px;
  background-image: url(../img/order-bg.jpg);
  background-repeat: repeat-x;
  height: 35px;
  text-align: center;
}
.header_left {
  float: left;
  height: 35px;
}
.header_right {
  float: right;
  height: 35px;
}
.header_center {
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  height: 35px;
  vertical-align: middle;
  color: red;
}

.header_center img.header-logo-bottom {
  width: 125px;
  height: auto;
}
.footer_background {
  margin: 10px 90px 10px 90px;
  background-image: url(../img/order-bg.jpg);
  background-repeat: repeat-x;
  height: 8px;
  text-align: center;
}
.footer_left {
  float: left;
  height: 35px;
}
.footer_right {
  float: right;
  height: 35px;
}
/*********************************************/
/* The introduction at the top of a page, below the header bars */
.page_intro,
.confirm_intro,
.wizard_intro {
  color: #666666;
  padding: 15px 0 0 0;
  vertical-align: top;
}
.page_intro p,
.confirm_intro p,
.wizard_intro p {
  line-height: 15px;
  padding-left: 0px;
  padding-top: 10px;
}
/* The bar below the main header.  Contains the wizard tabs. */
.filterControls{
	display:block;
}
.header_sub_bar {
  margin-top: -10px;
  position: relative;
  height: 34px;
  width: 100%;
}
.header_sub_bar a {
  color: #BBDBF4;
  float: right;
  text-decoration: none;
  margin: 4px 10px 4px 5px;
}
.header_sub_bar a:hover {
  text-decoration: underline;
}
.header_sub_bar .title {
  color: #000;
  float: left;
  margin: 4px 0 4px 36px;
  font-size: 1.1em;
  visibility: hidden;
}
#loadingImage {
  position: absolute;
  left: 4px;
  top: 4px;
  visibility: hidden;
}
/* The action buttons at the bottoms of pages */
.bottom_buttons {
  width: 100%;
  padding-top: 10px;
  margin: 15px 10px 0 0;
  clear: both;
}
.bottom_buttons_left {
  float: left;
}
.bottom_buttons_right {
  float: right;
}
/************************************************************/
.rounded_STYLE {
  background-color: #e8e9db;
  border: 1px solid #AAAAAA;
  /* if needed */

  -webkit-border-radius: 12px;
  /* for Safari */

  -moz-border-radius: 12px;
  /* for Firefox */

}
/**************************************************************/
.order_start {
  margin: 0;
  padding: 10px 0px 10px 12px;
  width: 100%;
  text-align: left;
}
.order_start {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: Helvetica, Tahoma, Arial, sans-serif;
}
.order_start:hover {
  cursor: pointer;
  text-decoration: none;
  color: #d1e9ff;
}
.order_tracking {
  margin-top: 6px;
}
button.action_track {
  color: #050;
  font: bold small 'trebuchet ms', helvetica, sans-serif;
}
input.trackBtn {
  padding-left: 15px;
  padding-right: 15px;
  color: #1a70c0;
  font: bold 100% 'trebuchet ms', helvetica, sans-serif;
  background-color: #FEFFFE;
  border: 1px solid;
  border-color: #EEEEEE #222222 #777777 #CCCCCC;
}
input.btnhov {
  border-color: #777777 #CCCCCC #EEEEEE #222222;
  background-color: #FDFDFA;
  color: #96ccff;
}
/************ CONTENT STYLING ********************************/
/* Any section across the middle of a page */
.page_section,
.wizard_data,
.summary_info {
  clear: both;
  position: relative;
  top: 0px;
  width: 100%;
  padding-top: 15px;
}
.page_section h3,
.wizard_data h3,
.summary_info h3,
.compact_summary_info h3:first-child {
  color: #ba3939;
  font-weight: bold;
  margin-bottom: 10px;
}
.wizard_photo {
  float: right;
  margin-top:-10px;
  margin-bottom:-50px;
  
}
.page_section p {
  width: 600px;
  line-height: 15px;
  padding-left: 0px;
}
.page_section_left,
.wizard_data_left {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.page_divider {
  clear: both;
  position: relative;
  top: 0px;
  border-bottom: 2px solid #e1e1e1;
  padding: 0px 0px 0px 8px;
  color: #ba3939;
  font-weight: bold;
  height: 15px;
}
.page_divider_75 {
  clear: both;
  position: relative;
  top: 0px;
  width: 75%;
  border-bottom: 2px solid #e1e1e1;
  padding: 0px 0px 0px 8px;
  color: #ba3939;
  font-weight: bold;
  height: 15px;
}
.page_divider_75_below {
  clear: both;
  position: relative;
  top: 0px;
  width: 75%;
  border-bottom: 2px solid #e1e1e1;
  padding: 0px 0px 0px 8px;
  color: #ba3939;
  font-weight: bold;
}
.inner-table-header {
  clear: both;
  position: relative;
  color: #ba3939;
  font-weight: bold;
  margin-bottom:5px;
  margin-top:5px;
}

.page_divider_image {
  height: 24px;
}
.page_divider_75_left {
  float: left;
}
.page_divider_75_right {
  float: right;
}
/* Settings for the paging controls above a filter/sort table. */
.paging_controls {
  width: auto;
  padding-bottom: 0px;
  height: 21px;
  border-bottom: none !important;
}
.paging_controls,
.paging_controls label,
.paging_controls div {
  color: #111;
  font-size: 11px;
  font-weight: normal;
}
.paging_controls button {
  text-decoration: none;
}
.paging_controls button:hover[disabled] {
  text-decoration: none;
}
.paging_controls button:hover {
  text-decoration: underline;
}
.paging_controls input {
  height: 12px;
  color: #111;
  text-align: right;
  padding-right: 2px;
}
.paging_controls select {
  color: #111;
  text-align: left;
  padding: 0;
}
.paging_controls .item_count_section {
  text-align: left;
  width: 33%;
  float: left;
  padding-top: 5px;
  padding-left: 5px;
}
.paging_controls .page_num_section {
  text-align: center;
  width: 34%;
  float: left;
  padding-top: 2px;
}
.paging_controls .page_size_section {
  text-align: right;
  float: right;
  padding-right: 5px;
}
.paging_controls td {
  padding: 4px 2px 2px 2px;
}
/* Settings for most tables in the UI */
.default_table {
  width: 100%;
  border: solid 1px #E1E1E1;
}
.default_table thead {
  background-color: #F6F5F5;
}
.default_table tfoot td {
  background-color: #F6F5F5;
  color: black;
  font-style: oblique;
}
.default_table th {
  padding: 0 5px 0 5px !important;
}
.default_table th {
  height: 17px;
  color: black;
  font-size: 11px;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  border-bottom: none;
}
.default_table #filterRow input {
  margin-top: 3px;
  color: #1e1e1e;
  padding: 1px 3px 1px 3px;
}
.default_table #filterRow select {
  margin-top: 3px;
  color: #1e1e1e;
  padding: 0;
}
.filter_help_row th {
  background-image: none;
  background-color: #ffffff;
}
.default_table .bottom_thead_row th {
  padding-bottom: 1px;
  border-bottom: solid 1px #E1E1E1;
}
.default_table .top_thead_row th {
  height: 1px;
  border-top: solid 1px #E1E1E1;
}
.default_table .evenRow {
  background-color: #fff;
  color: inherit;
}
.default_table .oddRow {
  background-color: #f6fbff;
  color: inherit;
}
.default_table td {
  padding: 2px 5px 2px 5px !important;
  color: #1e1e1e;
  border-bottom: 1px solid #e1e1e1;
}

.ui-state-active{
	color: black;
}

/* The checkbox or radio button next to a table item */
.table_item_checkbox input .active_table_item_checkbox input {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-align: center;
}
/* The Select button next to a table item */
.table_item_select {
  width: 32px;
  text-align: center;
}
/* The Remove button next to a table item */
.table_item_remove {
  width: 40px;
  text-align: center;
}
/* The edit button next to a table item */
.table_item_edit {
  width: 24px;
  text-align: center;
}
/* The Remove button next to a table item */
.table_item_waive {
  width: 40px;
  white-space: nowrap;
}
.table_item_waive label {
  white-space: nowrap;
}
/* The view button next to a table item */
.table_item_view {
  width: 24px;
  text-align: center;
}
/* The Download button next to a table item */
.table_item_download {
  width: 48px;
  text-align: center;
}
/* A date field in a table */
.table_item_date {
  white-space: nowrap;
}
/* A date/time field in a table */
.table_item_datetime {
  white-space: nowrap;
}
/* A date/time field in a table */
.table_item_expires_one_week {
  white-space: nowrap;
  color: #CC2222 !important;
  font-weight: bold;
}
/* A date/time field in a table */
.table_item_expires {
  white-space: nowrap;
}
/* A status field in a table */
.table_item_status {
  white-space: nowrap;
}
/* An attachments field in a table */
.table_item_attachments {
  white-space: nowrap;
}
/* buttons */
button,
.button {
  color: #FFFFFF;
  background-color: #175a8f;
  padding: 0 10px 0 10px;
  margin: 0 2px 0 2px;
}
button[disabled],
.button[disabled] {
  color: #070065;
  background: #92bddd url(../img/btn_bg_light.png) repeat-x 0 0;
  border-width: 2px;
  border-style: solid;
  border-color: #92BDDD;
}
.startButton {
  font-size: 22px;
  width: 245px;
  height: 50px;
  text-align: left;
  border-color: #478CC3;
  dsborder: 2px outset buttonface;
}
.startDetails {
  font-size: 11px;
}
.pagingButton {
  font-weight: normal;
  color: #204a7f;
  background-color: transparent;
  background-image: none;
  border: 0;
  padding: 0 0 0 2px;
  cursor: pointer;
  margin: 0;
}
.pagingButton[disabled] {
  color: #383849;
  background-color: transparent;
  background-image: none;
  border: 0;
  cursor: default;
}
.clickable {
  color: #0000ff;
  cursor: pointer;
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.clickable:hover {
  text-decoration: underline;
}
.clickable[disabled] {
  color: #383849;
  cursor: default;
}
button.clickable {
  font-size: 11px;
  background-color: transparent;
  background-image: none;
  border: none;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
}
input.upload {
  font-size: 14px;
  margin-top: 10px;
}
label.disabled {
  color: #383849;
  /* For disabling labels next to checkboxes */

}
/* Displays summary information */
.compact_summary_info,
.comments {
  background-color: #F6F5F5;
  border: 2px solid #e1e1e1;
  float: left;
  clear: left;
  margin-top: 15px;
  padding: 0px 5px 5px 5px;
  width: 75%;
}
.compact_summary_info h3,
.comments h3 {
  color: #BA3939;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.compact_summary_info .view_record {
  float: right;
  margin-top: 10px;
}
.summary_info_left {
  float: left;
  width: 46%;
  margin: 10px 10px 10px 0;
  position: relative;
}
.summary_info_right {
  float: left;
  width: 46%;
  margin: 10px 0 10px 0;
  position: relative;
}
.summary_info_row {
  clear: both;
  margin: 1px 0 2px 0;
  height: auto;
  height: 18px;
}
.summary_info_title {
  float: left;
  text-align: right;
  width: 160px;
  padding-right: 5px;
}
.summary_info_data {
  float: left;
  position: relative;
  top: -4px;
  border: solid 1px #e1e1e1;
  padding: 2px 10px 2px 10px;
  width: 220px;
  background-color: #F9F8F8;
  margin: 1px 0 2px 0;
  /*
  line-height:      14px;
 */

}
.summary_info_input {
  float: left;
  position: relative;
  top: -4px;
  margin: 1px 0 2px 0;
}
.summary_info_checkbox {
  margin-top: -2px;
  margin-left: 10px;
}
.summary_info_checkbox_label {
  margin-top: -4px;
}
input.summary_info_input {
  width: 220px;
  padding: 1px 2px 1px 2px;
}
.edit_info_label {
  padding: 2px 5px 2px 20px;
  text-align: right;
}
.edit_info_input_student label {
  font-size: 11px;
  margin-left: 5px;
}
.edit_info_input {
  padding: 2px 2px 2px 2px;
}
.edit_info_input_student {
  padding: 2px 2px 0px 2px;
  width: 190px;
}
.edit_info_input_student input[type=text],
.edit_info_input input[type=password] {
  padding: 2px 3px 2px 3px;
  width: 150px;
}
/* Rule duplicated in global-ie.css using classes */.edit_info_input input[type=text],
.edit_info_input input[type=password] {
  padding: 2px 3px 2px 3px;
  width: 180px;
}
/* Rule duplicated in global-ie.css using classes */
.edit_info_input input[type=checkbox] {
  margin-top: -2px;
  margin-bottom: -2px;
  vertical-align: baseline;
  margin-left: 10px;
}
.edit_info_input select {
  margin: 0px;
  padding: 0px;
}
.edit_info_input .checkbox_label {
  margin-top: -4px;
}
.view_record {
  float: right;
}
.matching_record_field {
  font-weight: bold;
}
.differing_record_field {
  font-style: italic;
  background-color: #ffff88;
}
.select_record_panels {
  clear: both;
  padding-top: 10px;
}
.hilite_message {
  background-color: #ffff88;
}
/*Total Charge for institution list*/
.totalCharge hr {
  width: 20%;
  text-align: right;
  margin: 0 0 0 auto;
}
.totalCharge {
  font-style: normal;
  color: #000000;
}
.total_charge_label {
  height: 24px;
  text-align: right;
  width: 90%;
  font-style: normal !important;
  color: #000000 !important;
}
.convenienceFee {
  font-style: normal;
  color: #000000;
}
.convenienceFee_label {
  text-align: right;
  font-style: normal !important;
  color: #000000 !important;
}
.tooltipHelp {
  padding-left: 6px;
  margin-top: 12px;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip:focus .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.order_same_as_billing {
  clear: both;
  position: relative;
  padding: 6px 2px 2px 2px;
  width: 100%;
  color: #0000ff;
  height: 15px;
  vertical-align: top;
}
.order_same_as_billing label:hover {
  text-decoration: underline;
}
/* OR indicator DIV and text between student # and SSN */
.order_student_info_or {
  width: 30px;
}
.order_student_info_or_right {
  width: 5px;
  height: 35px;
  border-right-width: 0px;
  border-style: solid;
  border-color: #AAAAAA;
  color: white;
  margin-bottom: 14px;
}
.order_student_info_or_text {
  padding-top: 16px;
  font-size: 10px;
}
/************************* HEADER TABS **********************/
/* The header tabs, for use in wizards. */
.header_tabs {
  clear: both;
  height: 24px;
  white-space: nowrap;
  margin-left: 26px;
  border-bottom: 1px solid #e1e1e1;
}
.header_tabs div {
  display: block;
  position: relative;
  top: 3px;
  float: left;
  height: 15px;
  background: #fff;
  text-decoration: none;
  padding: 4px 10px 2px 10px;
  font-weight: bold;
  font-size: 10px;
  margin-right: 9px;
  white-space: nowrap;
}
.header_tabs .selected {
  color: #143046;
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  -webkit-border-top-left-radius: 10px;
  -khtml-border-radius-topleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -khtml-border-radius-topright: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}
.header_tabs .used {
  height: 14px;
  color: #eee;
  background-color: #0e52a7;
  border: 1px solid #e1e1e1;
  -webkit-border-top-left-radius: 10px;
  -khtml-border-radius-topleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -khtml-border-radius-topright: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}
.header_tabs .disabled {
  height: 14px;
  color: black;
  background-color: #d1e9ff;
  border: 1px solid #e1e1e1;
  -webkit-border-top-left-radius: 10px;
  -khtml-border-radius-topleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -khtml-border-radius-topright: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}
.header_tabs img {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
  border: 0;
}
.billingInfoPane {
  vertical-align: top;
}
.billingInfoPaneRight {
  vertical-align: top;
  horizontal-alight: right;
  padding-left: 55px;
}
/********** Order Welcome Page **************************/
.clearfix {
  clear: both;
}
.beginOrder {
  left: 50%;
  position: relative;
  float: left;
  margin-left: -400px;
  width: 450px;
}
.orderBox {
  position: relative;
  left: 50%;
  width: 300px;
  margin-left: 100px;
}
/* Why is this necessary link */
.whyNecessary {
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}
.whyNecessary a {
  color: #27599b;
}
/** Enrollment **/
.enrollmentLabel {
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
  padding-top: 5px;
}
.enrollmentOptionsDiv {
  display: block;
  float: left;
}
.enrollmentOption {
  vertical-align: middle;
  height: 18px;
}
.enrollmentOptionLabel {
  float: left;
  height: 18px;
  padding-left: 4px;
  padding-bottom: 0px;
}
.enrollmentOptionInput {
  float: left;
  height: 18px;
}
div.retrieveStudent {
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  margin-top: 10px;
}
span.retrieveStudent h2 {
  color: #393996;
  font-size: 15px;
  white-space: nowrap;
  text-align: center;
}
span.readOnly {
  display: block;
  padding-left: 5px;
  padding-top: 2px;
  margin-bottom: 1px;
  margin-top: 2px;
  width: 155px;
  height: 16px;
  color: #000000;
  background-color: #FAFAFA;
  border: 1px solid #CCCCCC;
}

#unableToLocateInstitution a {
     color: #0000ff;
     text-decoration: none;
 }
#unableToLocateInstitution a:hover {
    color: #0000ff;
    text-decoration: underline;
}

/* Rounded corners - native CSS replacement for DD_roundies */

.rounded_STYLE {
    border-radius: 12px;
}

.searchSpan {
    border-radius: 0 0 5px 5px;
}

.compact_summary_info,
.comments {
    border-radius: 4px;
}

.header_tabs .selected,
.header_tabs .disabled,
.header_tabs .used {
    border-radius: 10px 10px 0 0;
}

.repositoryHelpBox {
    border-radius: 6px;
}