/*----------------------------------------------------------

 AUTHOR : Americaneagle.com - KYLE KAZMIER
 CREATED : 0
 TABLE OF CONTENTS :

 1) CLEAR DEFAULT STYLES
 2) MAIN CSS

----------------------------------------------------------*/

/* -------- 1) CLEAR DEFAULT STYLES -------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, font, img, small, strike, sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
}

ol {
    list-style-position: inside;
}

table, td {
    font-size: 1em;
}

th {
    text-align: left;
}

input, select, textarea {
    font-size: 1em;
    vertical-align: middle;
}

form {
    display: inline;
}

label {
    vertical-align: middle;
}

input[type='radio'], input[type='checkbox'] {
    vertical-align: middle;
}

img {
    border-style: none;
}

/* -------- 2) MAIN CSS -------- */
body {
    margin: 0px auto;
    font-family: Arial, arial, Tahoma, Helvetica, sans-serif;
    background: url( /images/bg_top_repeat.jpg ) repeat-x;
}

#main_wrapper {
    background: url( /images/bg_top.jpg ) no-repeat;
    min-height: 570px;
    width: 999px;
    margin: 0 auto;
}

#video_main_wrapper {
    background: url( /images/video_player_page_bg.jpg ) no-repeat;
    min-height: 810px;
    width: 1000px;
    margin: 0 auto;
}

#main_navigation {
    padding: 0px 0px 0px 40px;
    float: left;
    margin-top: 73px;
    margin-bottom: 50px;
    width: 625px;
}

#main_navigation a:hover {
    background-color: #fc6b05;
    height: 36px;
}

#main_body {
    margin: 0 auto;
    width: 953px;
}

#footer {
    background: url( /images/bg_footer.gif );
    min-height: 137px;
    font-size: 8pt;
    color: #bccbd4;
}

a {
    text-decoration: none;
    color: #099ec4;
    font-size: 8pt;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.footer_wrapper {
    background: url( /images/transparent.png );
    width: 954px;
    margin: 0 auto;
    min-height: 137px;
    padding: 25px 0px 0px 15px;
}

/*NEW HEADER*/
.main_nav {
    float: left;
    border-left: 1px solid #459ab5;
    border-right: 1px solid #c4e9f2;
}

.main_nav li {
    display: inline;
    float: left;
}

.main_nav a {
    border-left: 1px solid #c4e9f2;
    border-right: 1px solid #459ab5;
    height: 36px;
    float: left;
}

.btn_logo a {
    width: 272px;
    height: 107px;
    background: url( /images/BTN_logo.png ) 0 0 no-repeat;
    text-indent: -500px;
    overflow: hidden;
    margin: 40px 0px 0px 40px;
    float: left;
}

.schedule_btn a {
    width: 127px;
    height: 36px;
    background: url( /images/nav.jpg ) 0px 0px no-repeat;
    text-indent: -500px;
    overflow: hidden;
}

.schedule_btn a:hover {
    background: url( /images/nav.jpg ) 0px -36px no-repeat;
}

.mygames_btn a {
    width: 123px;
    height: 36px;
    background: url( /images/nav.jpg ) -127px 0px no-repeat;
    text-indent: -500px;
    overflow: hidden;
}

.mygames_btn a:hover {
    background: url( /images/nav.jpg ) -127px -36px no-repeat;
}

.getaccess_btn a {
    width: 135px;
    height: 36px;
    background: url( /images/nav.jpg ) -250px 0px no-repeat;
    text-indent: -500px;
    overflow: hidden;
}

.getaccess_btn a:hover {
    background: url( /images/nav.jpg ) -250px -36px no-repeat;
}

.about_btn a {
    width: 99px;
    height: 36px;
    background: url( /images/nav.jpg ) -385px 0px no-repeat;
    text-indent: -500px;
    overflow: hidden;
}

.about_btn a:hover {
    background: url( /images/nav.jpg ) -385px -36px no-repeat;
}

/*END NEW HEADER*/
.clearBoth {
    clear: both;
}

.footer_nav li {
    display: inline;
    border-left: 1px solid #376581;
}

.footer_nav a {
    text-decoration: none;
    color: #fc6b05;
    margin-left: 3px;
    font-weight: bold;
}

.privacy_pad {
    padding-top: 10px;
}

.privacy a {
    text-decoration: none;
    color: #fc6b05;
    margin-left: 3px;
    font-weight: bold;
}

.main_text_box {
    background-color: #fefefe;
    margin-top: -7px;
    padding-bottom: 94px;
    min-height: 500px;
    float: left;
    width: 953px;
}

.main_text_box a {
    text-decoration: none;
    color: #099BC2;
}

.main_text_box a:hover {
    text-decoration: underline;
}

.main_text_box p {
    margin: 15px 15px 0px 15px;
}

.text_topper {
    font-size: 15pt;

}

.text_overlay {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.top_text_overlay_box {
    background-color: #fefefe;
    margin: -7px 0px 94px 0px;
    position: relative;
    min-height: 1px;
}

.top_text_overlay_box a {
    color: #099bc2;
    text-decoration: none;
}

.top_text_overlay_box img {
    vertical-align: text-center;
}

.top_text_overlay_general_text {
    float: left;
    margin: 20px;
    font-size: 13pt;
    font-weight: bold;
}

.top_text_overlay_border {
    border-left: 1px solid #cdcccc;
}

.top_text_overlay_item {
    width: 300px;
    float: left;
    margin: 20px 0px;
    padding-left: 15px;
}

.top_text_overlay_header {
    text-transform: uppercase;
    color: #023959;
    font-weight: bold;
    font-size: 15pt;
    padding-bottom: 25px;
}

.top_text_overlay_text {
    margin: 3px 0px 0px 40px;
    width: 250px;
}

.top_text_overlay_item h1 {
    font-size: 15pt;
    display: inline;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: bold;
}

#main_body .price {
    float: left;
    margin: 2px 10px 0px 0px;
    font-size: 15pt;
    display: inline;
    font-weight: bold;
}

.top_text_overlay_item p {
    font-size: 11pt;
    padding-bottom: 5px;
}

.top_text_overlay_num {
    background: url( /images/orange_circle.png ) no-repeat;
    padding: 5px 11px 10px 11px;
    display: inline;
    float: left;
    color: #fff;
    font-weight: bold;
}

/* Folder Tabs*/

div.tabpanel {
    overflow: hidden;
}

div.tabpanel div.tab-row li {
    list-style-type: none;
    text-align: center;
    line-height: 55px;
    display: inline;
}

div.tabpanel div.tab-row span {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

/* unselected tab */
div.tabpanel div.tab-row a:link,
    div.tabpanel div.tab-row a:visited {
    background: url( /images/nonselected_tab.jpg ) no-repeat;
    margin-right: 2px;
    float: left;
    width: 222px;
    height: 55px;
    color: #06a7d2;
    text-decoration: none;
    text-align: center;
}

/* selected tab */
div.tabpanel div.tab-row li.selected a:link,
    div.tabpanel div.tab-row a:visited.active {
    background: url( /images/selected_tab.jpg ) no-repeat;
    color: #fc6b05;
}

.folder_inner_header, .folder_inner_link {
    font-size: 20pt;
    font-weight: bold;
    color: #fc6b05;
    text-align: center;
}

.folder_inner_text {
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    width: 550px;
    margin: 0 auto;
    padding: 25px 0px 35px 0px;
}

.tab_title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    height: 35px;
    padding-top: 20px;
}

.video_filter {
    margin-top: 20px;
    font-size: 8pt;
    font-weight: bold;
}

.folder_body {
    background-color: #fff;
    width: 903px;
    padding: 0px 20px 20px 20px;
    min-height: 500px;
}

.filter_schools {
    width: 245px;
}

.schedule_table {
    width: 875px;
    border-top: 2px solid #fc6b05;
    border-bottom: 2px solid #555;
    font-size: 8pt;
    font-weight: bold;
    margin-top: 20px;
}

.upcoming_schedule_table {
    width: 755px;
    border-top: 2px solid #555;
    border-bottom: 2px solid #555;
    font-size: 8pt;
    font-weight: bold;
    margin-top: 20px;
}

.folder_alt {
    background: #f7f7f7;
}

.odd {
    background: #f7f7f7;
}

.schedule_table TH,
    .upcoming_schedule_table TH {
    height: 26px;
    border: none;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
}

TH.wicket_orderUp,
    TH.wicket_orderDown {
    background: url( /images/selected_bg.jpg ) repeat-x;
}

TH.wicket_orderDown SPAN {
    background-image: url( /images/arrow_down.png );
    background-repeat: no-repeat;
    display: block;
}

TH.wicket_orderUp SPAN {
    background-image: url( /images/arrow_up.png );
    background-repeat: no-repeat;

    display: block;
}

TH.displayDate_cell SPAN {
    background-position: 55px;
    width: 70px;
}

TH.gender_cell SPAN {
    background-position: 42px;
    width: 52px;
}

.schedule_table TD,
    .upcoming_schedule_table TD {
    border-top: 1px solid #d7d7d7;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
    vertical-align: middle;
}

TH.displayDate_cell {
    padding-left: 10px;
}

TD.displayDate_cell {
    padding-left: 10px;
    width: 245px;
}

SPAN.displayDate {
    float: left;
    width: 80px;
}

SPAN.displayTime {
    font-weight: normal;
}

TD.displayDescription_cell {
    width: 255px;
    margin-left: 10px;
    font-weight: normal;
    padding-bottom: 8px;
}

TD.displayDescription_cell :first-line,
    SPAN.folder_players {
    font-weight: bold;
}

TD.gender_cell {
    width: 115px;
}

TD.sport_cell {
    width: 120px;
}

TD.price_cell {
    width: 50px;
    text-align: center;
}

.navigator a {
    color: #fc6b05;
    margin: 0px 4px;
    text-decoration: none;
    font-weight: bold;
}

.mg_arrow {
    margin-left: 50px;
}

.mg_arrow input {
    margin-top: 10px;
}

/* End Folder Tabs */

.user_nav {
    float: right;
    text-decoration: none;
    color: #376581;
    font-size: 8pt;
    margin-right: 25px;
}

#main_navigation .user_nav a {
    text-decoration: none;
    padding: 0px 3px;
    color: #fff;
    height: 20px;
    background: none;
}

#main_navigation .user_nav a:hover {
    text-decoration: underline;
    background: none;
    height: 20px;
}

.user_nav * {
    float: left;
}

a.timeDate_sort, a.gender_sort {
    color: #099bc2;
    text-decoration: none;
}

.mg_arrow a:hover {
    text-decoration: underline;
}

a.active {
    color: #000;
}

#main_body span.burst {
    background: url( /images/burst_img.png ) no-repeat;
    position: absolute;
    right: -15px;
    top: -25px;
    height: 63px;
    width: 63px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 12px;
}

/* SIGN IN */
.sign_up_box_small {
    width: 290px;
    padding: 65px 0px 0px 40px;
    float: left;
}

.sign_up_box_small p {
    padding: 0px 0px 25px 0px;
    font-size: 9pt;
}

.sign_out_box_small {
    width: 290px;
    padding: 0px 0px 0px 40px;
    float: left;
}

.sign_out_box_small p {
    padding: 0px 0px 25px 0px;
    font-size: 9pt;
}

.log_in_box {
    float: right;
    width: 420px;
    height: 225px;
    background-color: #f6f6f6;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin: 40px 40px 0px 0px;
    padding: 20px 0px 0px 45px;
    font-weight: bold;
    font-size: 9pt;
}

.log_in_box table {
    margin-bottom: 40px;
}

.log_in_box p {
    margin-top: 15px;
}

.form_size_200 {
    width: 200px;
}

.form_size_50 {
    width: 50px;
}

.sign_in_header {
    text-transform: uppercase;
    color: #023959;
    font-weight: bold;
    font-size: 15pt;
    padding-bottom: 15px;
}

.log_in_table td {
    padding-bottom: 15px;
}

/* END SIGN IN */

/* VIDEO PAGE */
.video_player {
    margin: 0 auto;
    width: 786px;
    margin-bottom: 10px;
}

.head2head {
    height: 71px;
    width: 769px;
    background: url( /images/head2head_bg.jpg ) no-repeat;
    margin: 0 auto;
    padding-top: 13px;
    text-align: center;
}

.head2head img {
    margin: 0px 5px;
    vertical-align: middle;
    
}

.head2head span {
    font-size: 15pt;
    color: orangered;
    font-weight: bold;
    text-transform: uppercase;
    width: 165px;
    display:inline-block;
    vertical-align: middle;
    line-height: 1em;
    word-wrap:break-word;
}

.visitingTeamNickname {
    text-align: left;
    padding-right: 5px;
}

.homeTeamNickname {
    text-align: right;
    padding-left: 5px;
}

.video_game_info {
    text-align: center;
    margin: 10px 0px 20px 0px;
}

.video_who {
    font-size: 15pt;
    color: #525151;
}

.video_whenwhere {
    font-size: 11pt;
    color: #6e6e6e;
    font-weight: bold;
}

.video_note {
    font-size: 8pt;
    color: #a8a9a9;
}

.body_head {
    color: #023959;
    font-size: 15pt;
    font-weight: bold;
    text-transform: uppercase;
}

.upcoming_games {
    padding: 20px 0px 0px 0px;
}

.upcoming_schedule_table_footer {
    margin: 20px 0px 60px 0px;
}

.upcoming_schedule_table_footer_left {
    float: left;
}

.upcoming_schedule_table_footer_right {
    float: right;
}

.video_centering {
    margin: 0 auto;
    width: 755px;
    padding: 20px 0px 0px 0px;
}

#sureLeave {
    display: none;
    width: 360px;
    height: 230px;
    background: url( /images/warning_bg.jpg ) repeat-x;
}

#whatIsAnswer {
    display: none;
    width: 360px;
    height: 230px;
    background: url( /images/warning_bg.jpg ) repeat-x;
}

#example_popup {
    display: none;
    width: 770px;
    height: 437px;
}

.sureLeave_left {
    float: left;
    margin-left: 100px;
}

.sureLeave_right {
    float: right;
    margin-right: 100px;
}

.warning_sign {
    margin: 0px auto;
    width: 61px;
    padding: 25px 0px 20px 0px;
}

/* END VIDEO PAGE */

/*SIGN UP PAGE*/
.sign_up_box {
    width: 820px;
    background-color: #f6f6f6;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin: 40px 40px 20px 40px;
    padding: 25px;
    font-weight: bold;
    font-size: 9pt;
    color: #023959;
}

.sign_up_box th,
    .sign_up_box_header {
    background-color: #f6f6f6;
    text-transform: uppercase;
    color: #023959;
    font-weight: bold;
    font-size: 15pt;
    padding-bottom: 15px;
}

.sign_up_box td {
    padding-bottom: 15px;
}

#main_body .tester_box {
    padding-bottom: 0px;
}

.tester_box img {
    background: #fff;
    padding: 5px 50px 5px 50px;
    border: 1px solid #d1d1d1;
}

.sign_up_register {
    margin-left: 65px;
}

.sign_up_box_left {
    width: 150px;
}

.sign_up_box_right {
    width: 250px;
}

.reset_password_text {
    font-size: 11pt;
    line-height: 186%;
    width: 518px;
    font-weight: normal;
    color: #000000;
}

.reset_password_email {
    width: 358px;
}

.reset_password_controls {
    width: 518px;
    text-align: right;
}

.reset_password_button {
    vertical-align: text-bottom;
    margin-right: 6px;
}

div.sign_up_box ul.feedbackPanel li,
    div.sign_up_box ul.feedbackPanel span {
    list-style-type: none;
    width: 470px;
    margin: 20px 0 0 0;
    width: 470px;
    margin-left: 0;
}

/*END SIGN UP PAGE*/

/*EDIT ACCOUNT*/
#main_body .section_header {
    color: #fc6b05;
}

.edit_box {
    width: 820px;
    background-color: #f6f6f6;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin: 40px 40px 10px 40px;
    padding: 25px 25px 10px 25px;
    font-weight: bold;
    font-size: 9pt;
    color: #023959;
}

.edit_box_tableType {
    width: 870px;
    background-color: #f6f6f6;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin: 10px 40px 10px 40px;
    padding: 25px;
    font-weight: bold;
    font-size: 9pt;
    color: #023959;
}

.edit_box_header,
    .edit_box th,
    .edit_box_tableType th {
    background-color: #f6f6f6;
    text-transform: uppercase;
    color: #023959;
    font-weight: bold;
    font-size: 15pt;
    padding-bottom: 15px;
}

.edit_box td, .edit_box_tableType td {
    padding-bottom: 15px;
}

.edit_box_left, .label_column {
    width: 150px;
}

.edit_box_right, .input_column {
    width: 250px;
}

.edit_save {
    margin-left: 65px;
}

span.page_notification {
    color: #FC6B05;
    font-size: 12pt;
    font-weight: bold;
}

span.page_notification_sub {
    font-size: 12pt;
    font-weight: bold;
}

a.page_notification {
    font-size: 12pt;
    font-weight: bold;
}

.error_message {
    color: #cb1117;
    background-color: #fae7e7;
    font-size: 20pt;
    font-weight: bold;
    margin: 20px 0px 10px 40px;
    width: 500px;
}

.error_message_edit {
    color: #cb1117;
    background-color: #fae7e7;
    font-size: 20pt;
    font-weight: bold;
    width: 500px;
    margin: 0 0 0 40px;
}

.errored {
    color: #cb1117;
}

.field_error_label {
    color: #cb1117; /*font-weight: bold;*/
    white-space: nowrap;
}

.field_error_message {
    color: #cb1117;
    font-weight: normal;
    font-size: 8pt; /*white-space: nowrap;*/
}

.form_setup {
    width: 100%;
    margin: 0 auto;
}

/*END EDIT ACCOUNT*/

/*START PURCHASE*/
.purchase_type_left {
    float: left;
    padding: 10px 0px 0px 20px;
}

.purchase_type_right {
    float: right;
    margin: 20px 100px 0px 0px;
}

.purchase_type_right p {
    font-size: 12pt;
    margin: 0px;
}

.passTitle {
    font-size: 25pt;
    color: #fc6b05;
}

.passSubtitle {
    font-size: 17pt;
    color: #fc6b05;
}

.passTotal {
    font-size: 35pt;
    color: #fc6b05;
}

.what_is_this_text {
    font-size: 11pt;
    line-height: 186%;
}

/*END PURCHASE*/
ol.tos  li {
    margin-top: 15px;
}

.indent li {
    margin-left: 30px;
    margin-top: 15px;
}

.indentx2 li {
    margin-left: 60px;
    margin-top: 15px;
}

.tos_link {
    font-size: 10pt;
}

/*START ABOUT BOX*/
.aboutBox {
    min-height: 260px;
    background: url( /images/about_topper_bg.jpg ) no-repeat;
    background-position: bottom;
    width: 873px;
    margin: 0 auto 40px;
    padding-bottom: 20px;
}

.aboutBox_left {
    float: left;
    width: 495px;
    max-width: 590px;
    font-size: 13pt;
}

.aboutBox_left h1 {
    margin: 35px 0 0 15px;
    font-size: 16pt;
    line-height: 160%;
}

.aboutBox_left p {
    font-size: 11pt;
    line-height: 186%;
}

.aboutBox_left a {
    font-size: 11pt;
    line-height: 186%;
}

.aboutBox_right {
    float: right;
    width: 283px;
    max-width: 283px;
    margin-top: 100px;
    font-size: 9pt;
}

.aboutBox_right span {
    font-size: 11pt;
}

.aboutBox_right ul {
    line-height: 166%;
    list-style-position: inside;
    margin: 3px 0 15px 1px;
}

.regTextBold {
    font-weight: bold;
}

.aboutExp {
    background: url( /images/exp_img.gif ) no-repeat;
    background-position: top right;
    margin-top: 20px;
    min-height: 206px;
    width: 900px;
    margin: 0 auto;
}

.aboutExp p {
    color: #7d7d7d;
    font-size: 17pt;
    line-height: 145%;
    font-style: italic;
    padding-top: 7px;
    padding-left: 16px;
    font-family: "Times New Roman", Times, Georgia, Serif;
    float: left;
    width: 390px;
    padding-bottom: 20px;
}

.aboutExp img {
    float: right;
    padding-right: 2px;
}

.aboutBullets {
    width: 850px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-left: 10px;
    clear: both;
}

.aboutBullets SPAN {
    font-size: 11pt;
}

.aboutBullets ul {
    float: left;
    width: 424px;
    font-size: 11pt;
    line-height: 186%;
    list-style-position: inside;
}

.top_text_overlay_box_about {
    background: url( /images/graying_bg.jpg ) repeat-x;
    background-position: bottom;
    margin: 10px 0px 30px 0px;
    position: relative;
    min-height: 1px;
    border-bottom: 4px solid #CCCCCC;
    border-left: 2px solid #F1F1F1;
    border-right: 2px solid #F1F1F1;
    width: 869px;
    margin: 0 auto 40px;
}

.top_text_overlay_item_about {
    width: 274px;
    float: left;
    margin: 20px 0px;
    padding-left: 15px;
}

.bump {
    margin-left: 55px;
}

P.top_text_overlay_item_about_p {
    width: 200px;
    margin: 10px 0 0 0;
    font-size: 11pt;
    padding-bottom: 5px;
}

.top_text_overlay_box_about h1 {
    width: 230px;
    display: inline;
    font-size: 15pt;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.top_text_overlay_text_about {
    margin: 3px 0px 0px 40px;
    width: 200px;
}

.support_iframe {
    width: 602px;
    margin: 40px auto;
}

/*END ABOUT BOX*/

/*START STREAM FAQ*/
.stream_holder {
    margin: 0 0 0 40px;
    width: 680px;
}

.stream_holder ul {
    margin-left: 15px;
    margin-top: 30px;
}

.stream_title {
    text-transform: uppercase;
    color: #023959;
    font-weight: bold;
    font-size: 15pt;
    padding-top: 40px;
}

.stream_holder p {
    margin: 0px;
}

.stream_holder a {
    font-size: 11pt;
    font-weight: normal;
}

.stream_holder hr {
    background-color: #7D7D7D;
    border: 0 none;
    color: #7D7D7D;
    height: 2px;
    margin: 20px 0 20px 0;
}

.stream_answers_section {
    text-transform: uppercase;
    color: #023959;
    font-weight: bold;
    font-size: 15pt;
}

.stream_answers_section_pad {
    padding-top: 20px;
}

.stream_answer_title {
    color: #7D7D7D;
    font-family: "Times New Roman", Times, Georgia, Serif;
    font-size: 17pt;
    font-style: italic;
    line-height: 145%;
}

.stream_answer_subhead SPAN {
    font-style: italic;
}

.stream_answer_text {
    padding: 20px 0 0 20px;
    line-height: 160%;
}

.stream_answer_text UL, OL {
    margin-left: 40px;
    margin-top: 10px;
    list-style-position: outside;
}

/*END STREAM FAQ*/

/*BEGIN TEMPORARY CSS UNTIL WE CONVERT ALL PAGES*/
.form_table {
    width: 700px;
    border-top: 12px solid #fc6b05;
    border-bottom: 2px solid #555;
    font-size: 8pt;
    font-weight: bold;
    margin-top: 20px;
    position: absolute;
    left: 100px;
    top: 150px;
    background: white;
}

.form_table th {

}

.form_table td {
    padding: 3px 0px 3px 0px;
}

.feedbackPanel {
    list-style: none;
    margin-left: 40px;
    font-weight: bold;
    font-size: 16px;
}

.feedbackPanel a {
    font-size: 16px;
}

.feedbackPanelERROR {
    color: red;
}

.feedbackPanelINFO {
    color: green;
}

#busy_indicator {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url( /images/spinner.gif ) no-repeat center #fff;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
    display: none;
    cursor: wait;
}

/*END TEMPORARY CSS UNTIL WE CONVERT ALL PAGES*/
