/* Index
----------------------------------------------
	1. Reset
	2. Typography
	3. Forms
	4. Module Specific Styles
	5. Errors
*/

/* 1. Reset
----------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

form, fieldset, img {
    border: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote {
    margin: 35px 0;
    padding: 20px 25px;
    font-style: italic;
    color: #003168;
    background: #EAEFF3;
    border-radius: 5px;
    border: 1px solid #003168;
}

blockquote p {
    padding: 0;
}

/* remember to define focus styles! */

:focus {
    outline: 0;
}

.recordDetail hr {
    height: 1px;
    border: 0;
    background: url(images/line-fade-blue.gif) bottom left no-repeat;
}

.clearfix:after {
    clear: both;
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    content: "";
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* 2. Typography
----------------------------------------------*/

body {
    padding: 20px;
    color: #444;
    font: normal 13px/18px "Open Sans", sans-serif;
    /* for more information on font stacks please visit - http://articles.sitepoint.com/article/eight-definitive-font-stacks *//* for more information on css typeset please visit - http://www.jan-quickels.de/tools-web-typography/ */
}

html>body {
    font-size: 13px;
}

/* --- links */

a {
    color: #003367;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* --- paragraph */

p {
    padding: 0 0 15px;
    font-size: 13px;
    line-height: 18px;
}

/* --- lists */

ul {
    margin: 0;
    padding: 6px 0 12px 18px;
}

ol {
    padding: 6px 0 12px 21px;
}

ul li {
    list-style: none;
}

ul li, ol li {
    position: relative;
    padding: 3px 0 0 5px;
}

li ul li {
    list-style: none;
}

li li ul li {
    list-style: none;
}

.green {
    color: #adba20;
}

.recordDetail ul li:before {
    position: absolute;
    top: 0;
    margin: 7px 0 0 -22px;
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #afbc22;
    content: "";
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.recordDetail li ul li:before {
    background: none;
    border: 1px solid 	#afbc22;
}

.recordDetail li li ul li:before {
    top: 1px;
    left: 4px;
    width: 5px;
    height: 5px;
}

.recordDetail form li:before {
    content: none !important;
}

/* --- headings */

.homeSection h1, .homeSection h2 {
    font-size: 23px;
    line-height: 26.4px;
    color: #aebb21;
    padding: 0;
}

.homeSection h2 {
    margin: 0 0 10px;
}

.homeSection .col h2 a {
    color: #fff;
    text-transform: uppercase;
}

.recordDetail h1, .recordDetail h3, .recordDetail h5, .memberLanding h2 {
    background: url(images/line-fade-blue.gif) bottom left no-repeat;
}

.recordDetail h2, .recordDetail h4, .recordDetail h6 {
    background: url(images/line-fade-green.gif) bottom left no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    padding: 0 0 8px;
    font-weight: normal;
    font-family: "Times New Roman", sans-serif;
    color: #bfd630;
}

h1, .memberLanding h2 {
    font-size: 22px;
    color: #003367;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 18px;
    color: #003367;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 16px;
    color: #003367;
}

h6 {
    font-size: 15px;
}

/* --- tables */

.recordDetail table {
    border-color: #fff;
}

table[border="1"] {
    border: 0;
}

table[border="0"], .recordDetail form table {
    background: none;
}

.recordDetail form table td {
    padding: 0;
}

table[border="1"] th {
    text-align: left;
    padding: 5px;
    background: #003367;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
}

table[border="1"] tr:first-child th {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
}

table[border="1"] td {
    text-align: left;
    padding: 5px;
    color: #003367;
    background: #ebeff3;
    border: 1px solid #fff;
}

/* 3. Forms
----------------------------------------------*/

form ol, form ul {
    margin: 0;
    padding: 0;
}

form ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}

legend {
    display: none;
}

label {
    display: block;
    margin: 8px 0 0;
}

textarea {
    resize: vertical;
}

button, .button, input[type="button"], input[type="submit"], input[type="reset"],
input.SubmitButton, input.signup, input.myMembershipMenuButtonOn,
input.myMembershipMenuButtonOff, input#signupButton, input.quickRenew,
.buy_button, .button, #viewProduct a {
    display: inline-block;
    margin: 10px 0 5px;
    padding: 5px 10px;
    border: 0;
            border-radius: 3px;
       -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #00336A;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: auto;
    overflow: visible;
    text-transform: uppercase;
    font: normal 17px "Times New Roman", sans-serif;
}

button:hover, .button:hover, input[type="button"]:hover,
input[type="submit"]:hover, input[type="reset"]:hover, input.SubmitButton:hover,
input.signup:hover, input.myMembershipMenuButtonOn:hover,
input.myMembershipMenuButtonOff:hover, input#signupButton:hover,
input.quickRenew:hover, .buy_button:hover, .button:hover, #viewProduct a:hover {
    text-decoration: none;
    background: #aebb21;
    color: #333;
}

.sbFormButtonsLeft .sbButton {
    float: left;
}

.sbFormButtonsRight button[type="submit"] {
    margin-right: 10px !important;
}

.sbFormButtonsRight button {
    float: right;
}

/* --- Inputs + Text Areas */

input, textarea, select, input.sbTextInputOff, input.sbTextInputOn,
input.input_smaller_off, input.input_smaller_on, input.input_small_off,
input.input_small_on, input.input_medium_off, input.input_medium_on,
input.input_large_off, input.input_large_on, textarea.textarea_small_off,
textarea.textarea_small_on, textarea.textarea_medium_off,
textarea.textarea_medium_on, textarea.textarea_large_off,
textarea.textarea_large_on, textarea.sbTextAreaLarge {
    padding: 3px;
    border: 1px solid #ccc;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    width: 250px;
}

select {
    width: 258px;
}

input:focus, textarea:focus, select:focus, input.sbTextInputOn,
input.input_smaller_on, input.input_small_on, input.input_medium_on,
input.input_large_on, textarea.textarea_small_on, textarea.textarea_medium_on,
textarea.textarea_large_on {
    border: 1px solid #999;
}

input.input_small_off, input.input_small_on {
    width: 200px;
}

.form input.input_small_off, .form input.input_small_on {
    width: auto !important;
}

textarea.sbTextAreaMedium, input.sbTextInputMedium, input.input_medium_off,
input.input_medium_on {
    width: 250px;
}

input.sbTextInputLarge, input.input_large_off, input.input_large_on {
    width: 350px;
}

textarea.textarea_small_off, textarea.textarea_small_on {
    width: 350px;
    height: 80px;
}

textarea.textarea_medium_off, textarea.textarea_medium_on {
    width: 350px;
    height: 90px;
}

textarea.sbTextAreaLarge, textarea.textarea_large_off,
textarea.textarea_large_on {
    width: 350px;
    height: 100px;
}

input[type="checkbox"], input[type="radio"], input[type="img"] {
    width: auto;
    border: 0;
    padding: 0;
    background: 0;
}

table#form_info_buttons {
    width: 360px !important;
}

.form_title {
    margin: 20px 0 0;
}

/* 4. Module Specific Styles
----------------------------------------------*/

/* Display in alphabetical order */

/* --- Abstracts */

#add_paper_button {
    margin: 0;
}

.abstractsSection #mainBar .border {
    text-align: left !important;
}

.abstractsSection #mainBar h2 {
    margin: 0 0 6px !important;
}

.speaker_signup_div label, .login_form_div label {
    display: block;
    margin: 3px 0;
}

.form {
    margin: 0 0 20px 0;
}

.form th {
    vertical-align: top;
    padding: 3px 0;
}

.form td {
    padding: 3px 0;
}

.form td.file_upload_td {
    width: 300px;
}

.form ul.resetAll li {
    list-style: none !important;
    background: none !important;
}

.form tr div div img {
    margin: 0 5px;
}

.abstract_papers_table td, .abstract_papers_table th {
    padding: 3px 5px;
    border: 1px solid #ccc;
}

/* --- Contacts + Regisration */

#info_form table font, form.signup_form table font {
    color: inherit;
}

form#signup_form legend, form#passwordForm legend,
#info_form .receive_email legend {
    display: none;
}

span.form form label, form.signup_form label, form#info_form label,
form#passwordForm label, form#forgotten_username_form label,
form#signup_form label, form#update-form label, div#password_form form th {
    text-align: left;
    display: block;
    margin: 3px 0;
}

#info_form span input, form.signup_form table font input,
#info_form table font label input, .receive_email span {
    margin: 0 3px;
}

#info_form fieldset img {
    margin: 0 0 5px 0;
}

form#signup_form fieldset {
    border: 0 !important;
}

form.signup_form table .select_large_off,
form.signup_form table .select_large_on {
    width: 200px;
}

form.signup_form .receive_email label span {
    margin: 0 5px;
}

div#password_form form td {
    display: block;
}

p#forgottenPassword {
    margin: 12px 0;
}

form#signup_form ol, form#update-form ol, form#forgotten_username_form ol,
form#passwordForm ol, .signup_form {
    margin: 15px 0;
}

.signup_form th {
    font-weight: normal;
    text-align: left;
    padding: 0 5px 0 0;
}

.signup_form td {
    padding: 3px 0;
}

.signup_form td input {
    margin: 0 3px 0 0;
}

#signup_form iframe, .signup_form iframe, #update-form iframe {
    width: 370px;
}

/* --- Conference */

#conference_form .submit {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    border: 0;
}

#conference_form legend {
    display: none;
}

form#conference_form input {
    margin: 3px 0;
}

form#conference_form .conference_button_div input {
    margin: 0;
}

#conference_team_menu {
    list-style-type: none;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
}

#conference_team_menu li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

#conference_team_menu li a {
    float: left;
    display: block;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    height: 15px;
    border-right: 1px solid #fff;
}

#conference_team_menu li a.tab_incomplete {
    background-color: #444;
}

#conference_team_menu li a.tab_complete {
    background-color: #BFD630;
}

#conference_team_menu li a.tab_off {
}

#conference_team_menu li a.tab_on {
    background-color: #003367;
    font-weight: bold;
}

#conference_team_menu li a.link_disabled {
    background-color: #444;
}

#conference_team_menu li.conference_status_li {
    float: right;
    padding: 11px 0 0;
    font-size: 15px;
    color: #003367;
}

form#conference_form fieldset {
    margin: 0;
    clear: both;
    border-top: 1px solid #ddd;
    padding: 20px 10px;
}

form#conference_form fieldset.conference_user_border {
    border: 1px solid #ddd;
}

form#conference_form .adminlist td {
    border-color: #BFE7E7 !important;
}

ul.conference_contactmethod_readonly li {
    list-style: none;
}

.contact_info_note {
    margin: 0 0 10px;
}

.conference_contactmethod td {
    padding: 2px 0;
}

#field_block_UserInfo {
    line-height: 26px;
}

#field_block_UserInfo fieldset span input {
    margin: 0 8px 0 0;
}

#conference_form label {
    width: 200px;
    margin: 0;
    display: block;
    float: left;
    text-align: left;
    clear: both;
}

#conference_form #field_block_UserInfo fieldset {
    border: none;
    clear: right;
    margin: 2px 0;
    padding: 0;
}

#conference_form .interests {
    border: 0;
    margin: 0;
    padding: 0;
}

#conference_form th {
    text-align: left;
}

.session_preferences_table th, .session_preferences_table td {
    padding: 10px 0 !important;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.session_preferences_table th a {
    margin: 0 20px;
    padding: 2px 10px;
            border-radius: 3px;
       -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #003367;
    color: #fff !important;
    font-size: 12px;
    font-weight: normal;
    text-align: right !important;
    text-decoration: none !important;
}

.conference_conditions_div {
    margin: 0 0 15px;
}

.adminlist td {
    padding: 5px 0;
}

.inputSave, .inputContinue, .inputBack {
    margin: 10px 0;
}

.inputBack, .inputSave {
    float: left;
}

.inputBack {
    margin: 0 3px 0 0 !important;
}

.inputContinue {
    float: right;
}

/* --- Events */

#frontPageEvents {
    float: left;
    width: 350px;
}

.other {
    width: 225px;
    margin: 20px 0 0;
    padding: 15px 10px 0;
    background: #AEBB21;
}

#otherNews {
    width: 205px;
    padding: 15px 20px 0;
}

.other .upcomingRight {
    width: 150px;
}

.memberLanding .upcomingRight {
    width: 270px;
}

.memberLanding ul li {
    padding: 0;
    margin: 0 0 15px;
    width: 330px;
    display: inline-block;
}

.memberLanding span.small {
    font-size: 12px;
}

.other h2 {
    padding: 0;
    color: #fff;
    margin: 0 0 0 10px;
    text-transform: uppercase;
}

#otherNews h2 {
    margin: 0;
}

.other ul {
    margin: 15px 0 0 !important;
    padding: 0;
}

.other ul li {
    padding: 0;
    margin: 0 0 15px;
    width: 225px;
    display: inline-block;
}

.other p, .other .button, .other .newsListImage {
    display: none;
}

.other .newsListThumb {
    float: left;
}

.other .newsRight {
    float: right;
    width: 155px;
}

#otherEvents h3 {
    font: 500 16px "Open Sans", sans-serif;
}

#otherNews h3 {
    font: normal 16px "Times New Roman", sans-serif;
    margin: 0;
    padding: 0;
}

.eventsSection .other a {
    float: left;
    display: block;
    width: 205px;
    background: #C3CD58;
    padding: 10px;
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#otherEvents a:hover {
    background: #BFD630;
}

#otherEvents ul li h3 {
    margin: 0;
}

ul.categoryList, ul.eventsList, ul.suitesList {
    margin: 0;
    padding: 0;
}

ul.eventsList .listItem .calendarDay, .memberLanding .calendarDay {
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.memberLanding ul.eventsList .calendarDay {
    margin: 0 10px 0 0;
}

ul.eventsList h2 {
    margin: 5px 0 15px;
    background-position: bottom right;
}

.eventsListRight {
    float: right;
    width: 609px;
}

.eventDetail {
    position: relative;
}

.eventDetail .backToEvents {
    position: absolute;
    top: 5px;
    right: 0;
    font: normal 15px "Times New Roman", sans-serif;
    text-transform: uppercase;
}

.eventDetail .details, .eventDetail .eventRego {
    float: left;
    color: #666;
}

.eventDetail .eventMainImage {
    float: right;
    text-align: center;
}

.eventMainImage p a {
    font-size: 12px;
    color: #666;
    padding: 0 0 0 20px;
    background: url(images/mag.png) no-repeat;
}

.eventDetail .details {
    width: 180px;
    padding: 0 20px 0 0;
}

.eventDetail .eventRego {
    font-size: 11px;
}

.details .date strong {
    font-size: 14px;
    font-weight: 600;
    color: #003367;
}

.details strong {
    font-weight: normal;
    color: #003367;
    margin: 0 10px 0 0;
}

.details td {
    padding: 0 0 10px;
    vertical-align: text-top;
}

.eventDesc {
    float: left;
    clear: both;
}

.eventDetail .eventRego {
    width: 246px;
}

.eventDetail .eventMainImage {
    width: 220px;
}

.eventDetail h3 {
    color: #aebb21;
    background: none;
    padding: 0;
}

ul.categoryList li img.eventListImage, ul.eventsList li img.eventListImage,
ul.suitesList li img.eventListImage {
    -moz-box-shadow: 0 3px 3px #DDDDDD;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 5px 20px 5px 0;
    padding: 5px;
}

#eventSearch {
    margin: 12px 0 0 0;
}

button.SubmitButton, button.CancelButton, button.BackToEvent {
    float: left;
    margin: 10px 0;
}

form.registrationForm br {
    display: none;
}

form.registrationForm legend {
    display: none;
}

form.registrationForm label {
    display: block;
    margin: 3px 0;
}

form.registrationForm .receive_email input {
    margin: 0 5px 0 0;
}

table.registrations_table i {
    color: #003367 !important;
}

table.registrations_table {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

table.registrations_table th, table.registrations_table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: left;
    color: #777;
}

table.registrations_table .registered_by_th {
    text-align: left;
    padding: 10px 5px !important;
}

table.registrations_table .registered_by_th button {
    float: right !important;
    margin: 0 5px;
}

button.SubmitReserveButton, button.CancelGroupRegistrationButton,
button.SubmitGroupRegistrationButton {
    margin: 0 5px !important;
}

input#reserveAdditionalPlaces {
    width: 30px;
}

.eventsCalendarNextMonthButton, .eventsCalendarPreviousMonthButton {
    margin: 0;
}

.eventsCalendarNextMonthButton:hover, .eventsCalendarPreviousMonthButton:hover {
}

#eventsCalendar, #eventsCalendarDiv {
    float: left;
    width: 350px;
}

#eventsCalendarDiv {
    margin: 0 0 15px;
}

.eventsCalendarMonthSelectorTable {
    margin: 0 0 18px;
}

.eventsCalendarMonthSelectorTable, .publicEventsCalendar {
    float: left;
    width: 350px;
}

.eventsCalenderHeaderMonthLabel {
    color: #003367;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0 0 1.12px 0;
}

.eventsCalendarPreviousMonthCell, .eventsCalendarNextMonthCell {
    text-align: center;
}

.eventsCalendarPreviousMonthButton, .eventsCalendarNextMonthButton {
    width: 150px;
}

.eventsCalenderDayCell {
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.eventsCalenderDayNumber {
    text-align: right;
    padding: 3px;
}

.eventsCalenderDayOutsideMonth {
    color: #bbb;
}

.eventsCalenderCurrentDay {
    background: #ddd;
}

.eventsCalenderDayHasEvents {
    text-align: center;
    font-size: .9em;
    background: #f4ffae;
    margin: 0;
    padding: 0;
}

.eventsCalenderDayHasEvents a.eventIcon {
    display: block;
    width: 14px;
    height: 14px;
    background: url(images/event-icon.gif) 0 0 no-repeat;
    text-indent: -999em;
    text-align: center;
    margin: 0 auto;
}

#userSignupMessageElement div {
    display: inline-block;
    width: auto !important;
    margin: 12px 0 !important;
    padding: 8px 10px !important;
    border: 1px solid #ffacad !important;
    background-color: #ffd5d5 !important;
    color: #d23755 !important;
}

#loginForm {
    margin: 12px 0;
}

#loginForm #forgottenPasswordNote {
    margin: 6px 0;
}

/* --- Feedsucker */

ul.articleFeedList {
    margin: 0;
    padding: 0;
}

/* --- Flipbook */

#ie_historyFrame {
    width: 0px;
    height: 0px;
    display: none;
}

#firefox_anchorDiv {
    width: 0px;
    height: 0px;
    display: none;
}

#safari_formDiv {
    width: 0px;
    height: 0px;
    display: none;
}

#safari_rememberDiv {
    width: 0px;
    height: 0px;
    display: none;
}

/* --- Form Buttons */

.submit, .sbButton {
    margin: 10px 0 0;
}

form#passwordForm button, form#signup_form button.signup_button {
    margin: 5px 0;
}

/* --- Knowledge */

.listItem {
    position: relative;
    padding: 10px 0 15px;
    list-style: none;
    display: block;
}

.listItem h2 {
    color: #003367;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0 0 8px;
    background: url(images/line-fade.gif) bottom left no-repeat;
}

.listItem .readMore {
    position: absolute;
    top: 16px;
    right: 0;
    font: normal 15px "Times New Roman", sans-serif;
    text-transform: uppercase;
}

.listItem h2 b {
    font-weight: normal;
}

.categoryImage, .listImage {
    float: left;
    margin: 0 20px 10px 0;
}

ul li.listItem:last-child, tr:last-child .listItem {
    border-bottom: 0;
}

#flash_upload {
    margin: 18px 0 0;
}

.addthis {
    margin: 12px 0;
}

.repo_files_list, .links_list, .repo_list, .files_list {
    margin: 10px 0;
    padding: 0;
    clear: both;
}

.repo_list li, .links_list li, .files_list li {
    padding: 0;
    list-style: none;
    background: none !important;
}

.repo_list li:before, .links_list li:before, .files_list li:before {
    content: none !important;
}

ul.files_list li a, ul.links_list li a, .downloadpdf, .downloaddoc, .downloadtxt,
.downloadxls, .downloadavi, .downloadwmv, .downloadzip, .downloadexe {
    margin: 0 0 5px;
    display: block;
    padding: 20px 25px 20px 50px;
    color: #003168;
    background: #EAEFF3 url(images/page.png) no-repeat 18px 50%;
    border-radius: 5px;
    border: 1px solid #003168;
    font-size: 14px;
}

ul.links_list li a {
    background-image: url(images/link_go.png);
}

.repo_files_list span.file_size, .files_list span.file_size, .downloadpdf span,
.downloaddoc span, .downloadtxt span, .downloadxls span, .downloadavi span,
.downloadwmv span, .downloadzip span, .downloadexe span {
    float: right;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
}

.downloadpdf {
    background-image: url(images/icon-pdf.gif);
}

.downloaddoc {
    background-image: url(images/icon-doc.gif);
}

.downloadtxt {
    background-image: url(images/icon-txt.gif);
}

.downloadxls {
    background-image: url(images/icon-xls.gif);
}

.downloadavi {
    background-image: url(images/icon-avi.gif);
}

.downloadwmv {
    background-image: url(images/icon-wmv.gif);
}

.downloadzip {
    background-image: url(images/icon-zip.gif);
}

.downloadexe {
    background-image: url(images/icon-exe.gif);
}

/* --- Membership */

ul.membershipList {
    margin: 0;
    padding: 0;
}

ul.membershipList li.list {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

ul.subTypeList, ul.typeList {
    position: relative;
    right: 37px;
    width: 698px;
    display: block;
    margin: 0;
    padding: 0;
}

ul.subTypeList h2, ul.typeList h2 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 0;
}

ul.subTypeList input#signupButton, ul.typeList input#signupButton {
    background: #AEBB21;
    margin: 10px 0 0;
}

ul.subTypeList input#signupButton:hover, ul.typeList input#signupButton:hover {
    background: #fff;
}

ul.membershipList li.subType, ul.membershipList li.type {
    float: left;
    display: inline;
    width: 262px;
    margin: 0 0 37px 37px;
    padding: 20px 25px 25px !important;
    color: #fff;
    background: #003467;
}

#signupForm #signupButton, #signupForm #cancelButton {
    float: left;
    display: block;
    margin: 10px 3px;
}

#signupForm #cancelButton {
    margin: 10px 0 0 0;
}

input.SubmitAddMember {
    margin: 10px 0 0;
}

div.myMembershipSubMenuBox {
    margin: 15px 0;
}

#addMemberForm {
    margin: 15px 0;
}

table.list {
    margin: 10px 0;
}

table.list, table.list th, table.list td, table.myMemberships,
table.myMemberships th, table.myMemberships td {
    border: 1px solid #ccc;
}

table.list th, table.list td, table.myMemberships th, table.myMemberships td {
    padding: 5px;
    text-align: left;
}

.error {
    margin: 6px 0;
}

/* --- My Account */

div#login label {
    display: block;
    margin: 3px 0;
}

div#login legend {
    display: none;
}

table#loginDetails {
    margin: 0;
}

table#loginDetails th, table#loginDetails td {
    padding: 0 10px 5px 0;
    font-size: 12px;
    text-align: left;
}

ul.myAccountSideBar, ul.miniCart {
    margin: 12px 0;
    padding: 0;
    border: 0;
}

ul.myAccountSideBar li, ul.miniCart li {
    list-style: none;
    padding: 0 15px;
}

ul.myAccountSideBar li a, ul.miniCart li a {
    padding: 3px 0;
    font-size: 14px;
    font-weight: bold;
}

ul.myAccountSideBar ul, ul.miniCart ul {
    padding: 0;
}

ul.myAccountSideBar li li, ul.miniCart li li {
    padding: 0;
}

ul.myAccountSideBar li li a, ul.miniCart li li a {
    width: 162px;
    padding: 3px 0;
    border: none;
    color: #777;
    font-weight: normal;
    font-size: 11px;
    text-shadow: none;
}

#content #sideBar ul.myAccountSideBar p,
#content #sideBar ul.myAccountSideBar p#forgottenPassword,
#content #sideBar ul.miniCart p {
    margin: 10px 0;
}

ul.myAccountSideBar form {
}

ul.myAccountSideBar label {
    display: block;
    margin: 3px 0;
}

ul.myAccountSideBar input {
    width: 173px;
}

ul.myAccountSideBar li p a {
    font-size: 11px;
    padding: 3px 0;
    margin: 0;
}

ul.myAccountSideBar button {
    float: right;
    margin: 10px 0 0;
    background: #999;
}

/* --- News */

ul.newsList {
    margin: 0;
    padding: 0;
}

.commentsList {
    margin: 0;
    padding: 0;
}

.commentsList li {
    list-style: none;
    display: block;
    padding: 10px 15px !important;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.commentsList li:last-child {
    border: 0;
}

#commentForm {
    float: left;
    width: 362px;
    display: block;
    clear: right;
    margin: 20px 0 0;
    padding: 15px;
    background: #F5F5F5;
    border: 1px solid #ddd;
}

.comments {
    border: 1px solid #ddd;
    float: left;
    width: 392px;
    display: block;
    clear: right;
    margin: 15px 0 0;
    padding: 15px 0 0;
    background: #F5F5F5;
}

.comments h2 {
    color: #777;
    margin: 0 0 12px 12px;
}

#commentForm h2 {
    color: #777;
    margin: 0 0 12px;
}

.noshow {
    display: none;
}

/* --- PD Tracker */

#user_table {
    margin: 18px 0 0;
}

.list_filter {
    margin: 0 0 18px;
}

.activityForm table th {
    text-align: left;
    padding: 0 5px 0 0;
}

table.goal_list_table, table.activity_list_table, table.criteria_list_table {
    margin: 10px 0;
}

table.goal_list_table, table.goal_list_table th, table.goal_list_table td,
table.activity_list_table, table.activity_list_table th,
table.activity_list_table td, table.criteria_list_table,
table.criteria_list_table td, table.criteria_list_table th, #user_table td,
#user_table th {
    border: 1px solid #ccc;
}

table.goal_list_table th, table.goal_list_table td, table.activity_list_table th,
table.activity_list_table td, table.criteria_list_table td,
table.criteria_list_table th, #user_table td, #user_table th {
    padding: 5px;
    text-align: left;
}

.list_filter table th, .list_filter table td {
    text-align: left;
    padding: 0 2px 0 0;
}

.activityForm table input {
    margin: 3px 0;
}

.activityForm select {
    margin: 3px 0;
}

a#addActivityFormactivityDate {
    margin: 4px 5px;
}

h3#pdGoals {
    line-height: 18px;
    background: url(images/goal.gif) 52px 0 no-repeat;
}

h3#pdActivities {
    line-height: 18px;
    background: url(images/activity.gif) 76px 2px no-repeat;
}

.list_filter button {
    margin: 0;
    padding: 1px 10px 0 !important;
}

.PDTrackerRemoveActivityButton {
    background: url(images/delete.gif) 0 0 no-repeat;
    margin: 0 12px;
    border: 0;
    cursor: pointer;
    text-indent: -999em;
    text-align: center;
    width: 20px;
    height: 22px;
}

/* --- Products */

table.products_list_table, table.products_category_table {
    width: 100%;
}

#product-info {
    float: right;
    width: 240px;
}

#price {
    margin: 0 0 15px;
    padding: 15px;
    border: 1px solid #ddd;
}

.price {
    color: #f60;
    font-size: 16px;
    font-weight: bold;
}

.price.special {
    color: #f00;
    font-size: 22px;
}

.noshow_inc_gst, #options_price .hide {
    color: #777;
    font-size: 11px;
}

.buy_field {
    display: none;
}

.buy_button, .button, #viewProduct a {
    margin: 10px 0 0;
}

#product-image {
    float: left;
    width: 400px;
}

#product-detail {
    margin: 0 0 20px;
}

#product-detail img.imageLeft {
    margin: 0 25px 0 0 !important;
}

#large-popup-button {
    float: left;
    clear: both;
    width: auto;
    margin: 0;
    padding: 3px 30px 3px 10px;
    border: 0;
    background: #003367 url(images/open-close-icon.png) 94% 8px no-repeat;
}

#large-popup-button:hover {
    background: #bfd630 url(images/open-close-icon.png) 94% 8px no-repeat;
}

#large-popup-button a {
    color: #fff;
    text-decoration: none;
}

.line {
    border-bottom: 1px solid #ddd;
}

.selectOption {
    margin: 10px 0 0;
}

/* --- Registration */

form.signup_form table font input {
    margin: 0 3px;
}

form.signup_form .receive_email label span {
    margin: 0 5px;
}

form#passwordForm button, form#signup_form button.signup_button {
    margin: 5px 0;
}

div#password_form form th {
    display: block;
    text-align: left;
    margin: 3px 0;
}

div#password_form form td {
    display: block;
}

/* --- Search */

div.search_form input {
    padding: 4px 5px 3px 25px;
    background: url(images/mag-glass.png) 6px 6px no-repeat;
}

div.search_form button {
    margin: 0;
}

ul.search_list, ul.search_list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.search_list li {
    padding: 10px 0 15px;
    list-style: none;
}

ul.search_list li p {
    margin: 0;
    padding: 0;
}

ul.search_list li a {
    font-family: "Times New Roman", sans-serif;
    text-transform: uppercase;
    display: block;
    color: #003367;
    font-size: 22px;
    margin: 0 0 15px;
    padding: 0 0 8px;
    background: url(images/line-fade.gif) bottom left no-repeat;
}

p.search_pages {
    float: right;
    margin: 10px 0;
}

strong.search_highlight {
    color: #003367;
    font-style: italic;
}

ul.search_list li a strong.search_highlight {
    color: #003367;
    font-style: normal;
}

/* --- Shopping Cart */

#gateway_select_div th {
    padding: 3px 0;
}

table.cart_table, table.text {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    background-color: white;
}

table.cart_table th, table.text th, table.cart_table td, table.text td {
    color: #777 !important;
    border: 1px inset #ccc;
    padding: 5px;
    background-color: white;
    font-size: 12px;
    text-align: left;
}

table.cart_table input {
    width: auto !important;
}

.fieldset_title, .order_details_header {
    margin: 0 0 15px;
    padding: 0 0 8px;
    font: normal 22px "Times New Roman", sans-serif;
    text-transform: uppercase;
    color: #003367;
    background: url(images/line-fade-blue.gif) bottom left no-repeat;
}

.form th {
    font-weight: normal;
    text-align: left;
}

.form td {
    padding: 3px;
}

div.form label {
    display: inline;
    float: none;
}

div.form label input.checkbox {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

input.continue_shopping {
    margin: 0 5px 0 0;
}

.plain {
    margin: 20px 0 0 0;
}

.order_details_table th {
    font-weight: bold;
}

.order_details_table.plain th {
    text-align: right;
}

.order_details_table th, .order_details_table td {
    padding: 3px 5px 3px 3px !important;
}

.plain td {
    padding: 3px 2.5px !important;
}

/* --- Site Map */

ul.sitemap_level1, ul.sitemap_level1 ul {
    padding: 0 0 0 20px !important;
}

ul.sitemap_level1 li {
    list-style: disc;
}

ul.sitemap_level1 li a {
    font-size: 12px;
}

ul.sitemap_level2 li {
    padding: 0 !important;
}

ul.sitemap_level2 li a {
    font-size: 11px;
}

ul.sitemap_level2 ul li a {
    font-size: 10px;
}

ul.sitemap_level2 ul {
    margin: 8px 0 !important;
}

ul.sitemap_level2 ul li {
    margin: 0 !important;
}

ul.sitemap_level2 {
    margin: 10px 0 !important;
}

/* 5. Errors
----------------------------------------------*/

div.sbError, .membershipSignUpFormErrorMessage, .infoFormErrorMessage {
    display: inline-block;
    width: auto !important;
    margin: 0 0 12px;
    padding: 8px 10px 8px 35px;
    border: 1px solid #ffacad;
    background: #ffd5d5 url(images/alert-icon.gif) 10px 50% no-repeat;
    color: #d23755;
}

/*
   cart vouchers important message
   note do not remove !important or it will revert to old styling
*/

div.messageBox {
    display: inline-block;
    width: auto !important;
    margin: 0 0 12px !important;
    padding: 8px 10px !important;
    border: 1px solid #ffacad !important;
    background-color: #ffd5d5 !important;
    color: #d23755 !important;
}

div.messageBoxShade {
    border: none !important;
    padding: 0 !important;
    font-size: 12px !important;
}

div.messageBoxShade ul, div.messageBoxShade ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

h2.messageBoxHeading {
    margin: 0 0 6px !important;
    padding: 0 !important;
    text-indent: 0 !important;
    color: #d23755 !important;
}

#ie6Warning {
    background: #e3e3e3;
    border: 1px solid #bbbbbb;
    padding: 10px 10px 1px;
    margin-bottom: 10px;
}

#ie6Warning h2 {
    background: url(images/ie6-warning.gif) 0 50% no-repeat;
    padding-left: 40px;
    font-size: 28px;
    line-height: 40px;
    color: #D13236;
}

/*	SBFORM
 *	----------------------------------------------
*/

form.sbForm ol li {
    list-style: none;
}

label.sbFieldLabel {
    font-weight: bold;
    display: block;
    margin: 3px 0;
    clear: both;
}

label.sbFieldLabelRequired span {
    color: red;
    margin: 0 3px 0 0;
}

/* text inputs */

input.sbTextInputOff, input.sbTextInputOn {
    padding: 5px;
    border: 1px solid #ddd;
    color: #666666;
    font-size: 12px;
}

input.sbTextInputOn {
    border: 1px solid #999;
}

input.sbTextInputTiny, select.sbSelectTiny {
    width: 40px;
}

input.sbTextInputSmall, select.sbSelectSmall {
    width: 100px;
}

input.sbTextInputMedium, select.sbSelectMedium {
    width: 200px;
}

input.sbTextInputLarge, select.sbSelectLarge {
    width: 350px;
}

input.sbTextInputFull {
    width: 98%;
}

/* textareas */

textarea.sbTextAreaOff, textarea.sbTextAreaOn {
    padding: 5px;
    border: 1px solid #ddd;
}

textarea.sbTextAreaOn {
    border: 1px solid #999;
}

textarea.sbTextAreaSmall {
    height: 80px;
}

textarea.sbTextAreaMedium {
    height: 160px;
}

textarea.sbTextAreaLarge {
    height: 240px;
}

textarea.sbTextAreaXLarge {
    height: 340px;
    width: 450px;
}

li.sbRadioGroupHorizontal, li.sbCheckboxGroupHorizontal {
    float: left;
    margin: 0 20px 0 0;
}

select.sbSelect {
    width: 200px;
}

.sbFormButtonsLeft {
    float: left;
}

.sbFormButtonsRight {
    float: right;
}

.sbSecurityImage {
    display: block;
    margin: 0 0 10px;
}

.sbFormErrors {
    color: #cf1847;
    background: #e5c9d2;
    border: 1px solid #cf1847;
    padding: 5px;
    display: none;
}
