/* Style stylesheet
----------------------------------------------
    Name: Firstname Lastname
    Date: Day Month Year
*/

/* 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 {
    padding: 1px 40px;
    margin: 10px 0;
    background: #c6332d;
    color: #fff;
}

/* remember to define focus styles! */

:focus {
    outline: 0;
}

hr {
    height: 1px;
    border: 0;
    border-bottom: 1px solid #DDD;
}

.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: #333;
    font: normal 0.6886em/1.5em 'Open Sans', Arial, Helvetica, 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: 12px;
}

/* --- links */

a:link {
    color: #006baa;
    font-size: inherit;
    text-decoration: none;
}

/* unvisited link */

a:visited {
    color: #006baa;
    font-size: inherit;
    text-decoration: none;
}

/* visited link */

a:hover {
    color: #00a2ce;
    font-size: inherit;
}

/* mouse over link */

a:active {
    color: #c6332d;
    font-size: inherit;
    text-decoration: none;
}

/* selected link */

a.morelink {
    color: #C6332D;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    background: url(images/aacb-dotpoint.png) no-repeat 0 50%;
    padding: 0 0 0 20px;
}

a.morelink:hover {
    color: #E93931;
}

/* --- paragraph */

p {
    margin: 1em 0;
    font-size: 1em;
    line-height: 1.5em;
}

/* --- lists */

#mainBar ul, #sideBar ul, #myAccountSideBar ul, .conference_conditions_div ul,
#eventsfrontlist table ul {
    margin: 0;
    padding: 6px 15px 12px 35px;
    background: #f7fbfc;
}

#mainBar ol {
    padding: 6px 15px 12px 35px;
    background: #f7fbfc;
}

ul li {/* list-style: url(images/aacb-dotpoint.png); */
    padding: 3px 0 0 2px;
}

li ul li {
    list-style: disc;
    list-style-image: none;
}

li li ul li {
    list-style: circle;
}

li li li ul li {
    list-style: square;
}

li li li li ul li {
    list-style: lower-roman;
}

li li li li li ul li {
    list-style: disc;
}

ol li {
    list-style: decimal;
    padding: 3px 0;
}

/* --- headings */

h1, h2 {
    color: #C6332D;
    font-weight: bold;
    border-bottom: 2px solid #C6332D;
}

h1:first-child, h1.pageTitle {
    background: url(images/aacb-innertitle-006baa.png) no-repeat left top #006baa;
    padding: 10px 40px;
    color: #fff;
    margin: 0 0 30px;
    border: 0;
}

h3, h4, h5, h6 {
    color: #006baa;
    font-weight: bold;
    border-bottom: 1px solid #006baa;
}

h1 {
    margin: 0 0 10px;
    line-height: 36px;
    font-size: 23px;
}

h2 {
    margin: 10px 0;
    line-height: 23px;
    font-size: 19px;
}

h3 {
    margin: 10px 0;
    line-height: 20px;
    font-size: 15px;
}

h4 {
    margin: 10px 0;
    line-height: 17px;
    font-size: 13px;
}

h5 {
    margin: 10px 0;
    line-height: 15px;
    font-size: 11px;
}

h6 {
    margin: 10px 0;
    line-height: 13px;
    font-size: 9px;
}

/* --- tables */

.recordDetail table {
    border-color: #ccc;
}

table[border="1"] {
}

table[border="0"], .recordDetail form table {
    background: none;
}

.recordDetail form table td {
    padding: 0;
}

table[border="1"] th {
    text-align: left;
    padding: 5px;
    background: #4c97c3;
    color: #fff;
    border: 3px solid #e5f0f6;
}

table[border="1"] td {
    text-align: left;
    padding: 5px;
    background: #f7fbfc;
    border: 3px solid #e5f0f6;
}

.padme {
    padding: 0 20px;
}

.padmeleft {
    padding: 0 0 0 20px;
}

.padmeright {
    padding: 0 20px 0 0;
}

.padmemore {
    padding: 0 40px;
}

/* 3. Forms
----------------------------------------------*/

form {/*width: 361px;*/
}

form ol, form ul {
    margin: 0;
    padding: 0;
    background: none;
}

form ol li, .infoFormFieldLi {
    list-style: none;
    margin: 0;
    padding: 0;
}

label {
    display: inline-block;
    margin: 5px 10px 5px 0;
}

.recordDetail label {
    display: block;
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
    padding: 3px 10px;
    border: 0;
    background: #c6332d;
    color: #fff !important;
    font-size: 13px !important;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    margin: 6px 0;
    width: auto;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover,
input[type="reset"]:hover {
    background: #E93931;
}

input[type="radio"], input[type="checkbox"], input[type="image"] {
    width: auto;
    border: 0;
    background: none;
    padding: 0;
}

.sbFormButtonsLeft .sbButton {
    float: left;
    margin: 0;
}

.sbFormButtonsLeft button[type="submit"] {
    margin: 0 10px 0 0 !important;
}

.sbFormButtonsRight button {
    float: right;
    margin: 0;
}

#lastpagediv {
    text-align: right;
}

#activityForm input[type="text"] {
    width: auto;
}

#activitySaveReturnButton {
    margin-right: 10px;
}

.contentTable td {
    vertical-align: top;
}

/* --- Media Gallery */

#display_public_media {
    display: none;
}

ul.gallery {
    margin: 0;
    padding: 10px 20px;
}

ul.gallery li {
    list-style: none;
    float: left;
    margin: 15px;
    padding: 5px;
    text-align: center;
    width: 166px;
}

ul.gallery li a, ul.gallery li a img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

ul.gallery li a {
    padding: 3px;
}

ul.gallery li a:hover {
    background: #E5F0F6;
}

/* --- Inputs + Text Areas */

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
input, textarea, select {
    color: #333;
    font-size: 13px;
    background: url(images/aacb-inputbg.png);
    border: 1px solid #9bbacb;
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

select {
    max-width: 360px;
}

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
input:focus,
textarea:focus, select:focus {
    border: 1px solid #00A2CE;
}

input.input_small_off, input.input_small_on {
    max-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 {
    max-width: 250px;
}

input.sbTextInputLarge, input.input_large_off, input.input_large_on {
    max-width: 350px;
}

textarea.textarea_small_off, textarea.textarea_small_on {
    max-width: 350px;
    height: 80px;
}

textarea.textarea_medium_off, textarea.textarea_medium_on {
    max-width: 350px;
    height: 90px;
}

textarea.sbTextAreaLarge, textarea.textarea_large_off,
textarea.textarea_large_on {
    max-width: 350px;
    height: 100px;
}

table#form_info_buttons {
    max-width: 360px;
}

/* 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 .5em !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#forgotenPassword {
    margin: 1em 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: #e93931;
}

#conference_team_menu li a.tab_off {
}

#conference_team_menu li a.tab_on {
    background-color: #c6332d;
    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: #c6332d;
}

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;
    background: #fff;
}

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: 2.5em;
}

#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: #c6332d;
    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 {
    display: block;
    padding: 2px 10px;
    margin: 10px 0;
    border: 0;
    background: #c6332d;
    color: #fff;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

.inputSave:hover, .inputContinue:hover, .inputBack:hover {
    background: #e93931;
    color: #fff;
}

.inputBack, .inputSave {
    float: left;
}

.inputBack {
    margin: 0 3px 0 0 !important;
}

.inputContinue {
    float: right;
}

/* --- Events */

.bookTableLabel {
    display: none !important;
}

#frontPageEvents {
    float: left;
    width: 350px;
}

#upcomingEvents {
    float: left;
    width: 430px;
    margin: 3px 0 0;
}

#upcomingEvents ul {
    margin: 20px 0;
    padding: 0;
    background: none;
}

#upcomingEvents ul li {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
}

#upcomingEvents ul li .noupcomingicon, #upcomingEvents ul li .upcomingicon {
    width: 25px;
    height: 25px;
    float: left;
    margin: 5px 0 0;
}

#upcomingEvents ul li .noupcomingicon {
    background: url(images/event-icon.gif) 6px 4px no-repeat;
}

#upcomingEvents ul li .upcomingright {
    width: 87%;
    float: right;
}

#upcomingEvents ul li h3 {
    border: 0;
    margin: 0;
}

#upcomingEvents ul li .small {
    color: #C6332D;
}

.eventsCategoryList {
    width: 31%;
    float: right;
    margin: 4px 0 0;
}

.eventsCategoryList ul, .eventsCategoryList li {
    padding: 0;
    background: none;
}

.eventsCategoryList li {
    clear: both;
    margin: 15px 0 0;
}

.eventsCategoryList li a.eventcategorylistimage {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}

.eventsCategoryList li a.eventcategorylisttitle {
    border: 0;
    display: inline-block;
    float: left;
    width: 165px;
}

.eventsCategoryList li h4 {
    border: 0;
    margin: 0;
    line-height: 22px;
}

.eventsCategoryList li h4 a {
    color: #333;
}

.eventsCategoryList li h4 a:hover {
    color: #006BAA;
}

ul.categoryList, ul.eventsList, ul.suitesList, ul.categories, ul.records,
#contactssignupform ul {
    margin: 0;
    padding: 0;
    background: none;
}

ul.categoryList li, ul.eventsList li, ul.suitesList li, ul.categories li,
ul.records li {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

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;
}

#eventSearch {
    margin: 1em 0 0 0;
}

button.SubmitButton, button.CancelButton, button.BackToEvent {
    float: left;
    display: block;
    padding: 2px 10px;
    margin: 10px 0;
    border: 0;
    background: #c6332d;
    color: #fff;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

button.SubmitButton {
    margin: 10px 0 10px 5px;
}

button.SubmitButton:hover, button.CancelButton:hover, button.BackToEvent:hover {
    background: #e93931;
    color: #fff;
}

form.registrationForm br {
    display: none;
}

form.registrationForm label {
    display: block;
    margin: 3px 0;
}

.receive_email legend {
    display: none;
}

form.registrationForm .receive_email input {
    margin: 0 5px 0 0;
}

table.registrations_table i {
    color: #c6332d !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 {
    padding: 2px 10px;
    margin: 0;
    border: 0;
    background: #c6332d;
    color: #fff;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

.eventsCalendarNextMonthButton:hover, .eventsCalendarPreviousMonthButton:hover {
    background: #e93931;
    color: #fff;
}

#eventsCalender {
    float: left;
    width: 65%;
}

#eventsCalendarDiv {
    width: 100%;
}

#eventsCalendarDiv {
    margin: 0 0 15px;
}

.eventsCalendarMonthSelectorTable {
    margin: 0 0 1.5em;
}

.eventsCalendarMonthSelectorTable, .publicEventsCalendar {
    width: 100%;
}

.eventsCalenderHeaderMonthLabel {
    color: #006BAA;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0 0 1.1em 0;
}

.eventsCalendarNextMonthCell {
    text-align: right;
}

.eventsCalendarPreviousMonthButton, .eventsCalendarNextMonthButton {
    width: 160px;
}

.eventsCalenderDayCell {
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
    vertical-align: top;
    background: #fff;
}

.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: 1em 0 !important;
    padding: 8px 10px !important;
    border: 1px solid #ffacad !important;
    background-color: #ffd5d5 !important;
    color: #d23755 !important;
}

#loginForm {
    margin: 1em 0;
}

#loginForm #forgottenPasswordNote {
    margin: .5em 0;
}

.listitemleft {
    float: left;
    width: 28%;
}

.listitemleft img {
    max-width: 80%;
}

.listitemright {
    float: right;
    width: 72%;
}

#eventdetailleft {
    width: 65%;
    float: left;
}

#eventdetailright {
    width: 30%;
    float: right;
}

#eventdetaildate {
    color: #C6332D;
    font-weight: bold;
}

#eventdetailright strong {
    display: block;
    color: #006baa;
}

/* --- Feedsucker */

ul.articleFeedList {
    margin: 0;
    padding: 0;
    background: none;
}

ul.articleFeedList li {
    padding: 20px;
    list-style: none;
}

ul.articleFeedList li:last-child {
    border: 0;
}

ul.articleFeedList li h2 {
    margin: 1em 0 .5em;
}

/* --- 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;
}

body.searchbookSection #sideBar.grid_3 {
    display: none;
}

body.searchbookSection #mainBar.grid_9 {
    width: 100%;
    text-align: center;
}

#flashbook {
    height: 600px;
    width: 850px;
}

/* --- Form Buttons */

.submit, .sbButton {
    padding: 3px 10px;
    margin: 10px 0 0;
    border: 0;
    background: #c6332d;
    color: #fff !important;
    font-size: 13px !important;
    text-align: center;
    cursor: pointer;
}

.submit:hover, .sbButton:hover, .submit.hover {
    text-decoration: none;
    background: #e93931;
    color: #fff;
}

form#passwordForm button, form#signup_form button.signup_button {
    padding: 3px 10px;
    margin: 5px 0;
    border: 0;
    background: #c6332d;
    color: #fff !important;
    font-size: 13px !important;
    text-align: center;
    cursor: pointer;
}

form#passwordForm button:hover, form#signup_form button.signup_button:hover {
    text-decoration: none;
    background: #e93931;
    color: #fff;
}

/* --- Knowledge */

.parent_category img {
    padding: 5px;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 3px 3px #DDDDDD;
    display: none;
}

table.knowledge_list_table td {
    padding: 10px 0 15px;
}

table.knowledge_list_table tr:last-child td {
    border-bottom: 0;
}

table.knowledge_list_table td a.mediaLink,
table.knowledge_list_table td a.cat_link {
    display: block;
}

table.knowledge_list_table td img {
    float: left;
    margin: 10px 20px 10px 0;
    padding: 5px;
    border: 1px solid #ddd;
            box-shadow: 0 3px 3px #ddd;
    -webkit-box-shadow: 0 3px 3px #ddd;
       -moz-box-shadow: 0 3px 3px #ddd;
}

#flash_upload {
    margin: 1.5em 0 0;
}

.addthis {
    margin: 1em 0;
}

table.knowledge_list_table td ul.files_list {
    margin: 10px 0 0;
}

table.knowledge_list_table h2 {
    margin: 1em 0 .5em;
    border-bottom: 1px solid #006BAA;
}

ul.links_list li a {
    display: inline-block;
    padding: 0 0 0 38px;
    background: url(images/link_go.png) 2px 1px no-repeat;
}

.repo_list {
    display: block;
    height: 1%;
}

ul.files_list {
    margin: 10px 0 !important;
}

ul.files_list, ul.files_list li, ul.repo_files, ul.repo_files li,
ul.repo_files_list, ul.repo_files_list li, ul.links_list, ul.links_list li {
    padding: 0!important;
    list-style: none!important;
    list-style-image: none;
    background: none !important;
}

ul.repo_files li, ul.repo_files_list li, ul.files_list li, ul.links_list li {
    margin: 0 0 5px !important;
    background: url(images/aacb-filebgdot-f7fbfc.png) no-repeat 20px 6px #f7fbfc !important;
    padding: 13px 26px !important;
}

ul.repo_files li img, ul.repo_files_list li img, ul.files_list li img,
ul.links_list li img {
    padding: 0 !important;
    margin: 0 18px 25px 0 !important;
    vertical-align: middle;
    border: 0 !important;
            box-shadow: none !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
    float: left;
}

ul.repo_files li a, ul.repo_files_list li a, ul.files_list li a,
ul.links_list li a {
    color: #C6332D;
    font-weight: bold;
}

ul.repo_files li a:hover, ul.repo_files_list li a:hover,
ul.files_list li a:hover, ul.links_list li a:hover {
    color: #E93931;
}

ul.repo_files_list span.file_size, ul.files_list span.file_size {
    font-size: 12px;
    float: right;
}

.page_numbers_box span.hide {
    display: none;
}

.page_numbers_box .page_on, .page_numbers_box .page_off {
    display: inline-block;
    width: 19px;
    height: 19px;
    text-align: center;
    background: url(images/aacb-das-paginator.png) 0 0;
    padding: 0;
    margin: 0 2px;
    font-weight: bold;
    font-size: 13px;
}

.page_numbers_box .page_off {
    background-position: 0 -22px;
    color: #c6332d;
}

.page_numbers_box a.page_on.hide, .page_numbers_box a.page_off.hide {
    background: none;
    width: auto;
}

/* --- Membership */

ul.membershipList {
    margin: 0;
    padding: 0;
    background: none;
}

ul.membershipList li.list {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

ul.membershipList h2 {
    margin-top: .5em;
    border-bottom: 1px solid #006BAA;
}

#loginFormOl label, #signupForm label, #signupForm span.fieldLabel {
    display: block;
    margin: 3px 0;
}

#signupForm #signupButton, #signupForm #cancelButton {
    float: left;
    display: block;
    margin: 10px 3px;
}

#signupForm #cancelButton {
    margin: 10px 0 0 0;
}

input.SubmitButton, input.signup, input.myMembershipMenuButtonOn,
input.myMembershipMenuButtonOff, input#signupButton, input.quickRenew {
    height: 24px;
    padding: 0 10px;
    border: 0;
    background: #c6332d;
    color: #fff;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

input.SubmitButton:hover, input.signup:hover, input.myMembershipMenuButtonOn,
input.myMembershipMenuButtonOn:hover, input#signupButton:hover {
    background: #e93931;
    color: #fff;
}

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-layout: fixed;
}

table.list th, table.list td, table.myMemberships th, table.myMemberships td {
    padding: 5px;
    text-align: left;
}

input#memberFirstName, input#memberLastName, input#memberEmail {
    width: 350px;
    border: 1px solid #ddd;
    padding: 5px;
}

label#memberFirstNameLabel, label#memberLastNameLabel, label#memberEmailLabel {
    display: block;
    margin: 3px 0;
}

#signupForm br {
    display: none;
}

.error {
    margin: .5em 0;
}

.contentTable th {
    text-align: left;
    padding: 8px 1% !important;
    background: #c6332d;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
}

.membership2-mymemberships-details-heading {
    margin-top: 35px;
}

/* --- My Account */

div#login label {
    display: block;
    margin: 3px 0;
}

div#login legend {
    display: none;
}

table#loginDetails {
    margin: 15px 0 0 0;
}

table#loginDetails th, table#loginDetails td {
    padding: 0 10px 5px 0;
    font-size: 1em;
    text-align: left;
}

/* --- News */

ul.newsList {
    margin: 0;
    padding: 0;
    background: none;
}

.newsList p {
    margin-top: 0;
}

.date {
    color: #006BAA;
}

div.newsList, div.newsDetail, .newsList li {
    padding: 10px 0;
    list-style: none;
}

.newsList li:last-child {
    border: 0;
}

.newsListImage {
    float: left;
    margin: 10px 20px 10px 0;
    border: 1px solid #ddd;
            box-shadow: 0 3px 3px #ddd;
    -webkit-box-shadow: 0 3px 3px #ddd;
       -moz-box-shadow: 0 3px 3px #ddd;
}

div.newsList h2, div.newsDetail h2, .newsList li h2 {
    margin: 1em 0 .5em;
}

.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: 360px;
    display: block;
    clear: right;
    margin: 20px 0 0;
    padding: 15px;
    background: #F5F5F5;
    border: 1px solid #ddd;
}

.comments {
    border: 1px solid #ddd;
    float: left;
    width: 675px;
    display: block;
    clear: right;
    margin: 15px 0 0;
    padding: 15px 0 0;
    background: #F5F5F5;
}

.comments h2 {
    color: #777;
    margin: 0 0 1em 1em;
}

#commentForm h2 {
    color: #777;
    margin: 0 0 1em;
}

.noshow {
    display: none;
}

/* --- PD Tracker */

#user_table {
    margin: 1.5em 0 0;
}

.list_filter {
    margin: 0 0 1.5em;
}

.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: 1.5em;
    background: url(images/goal.gif) 52px 0 no-repeat;
}

h3#pdActivities {
    line-height: 1.5em;
    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 */

#productsminicart {
    display: inline-block;
    background: url(images/aacb-carticon.png) no-repeat 0 50%;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    float: right;
    margin: 5px 0 0;
}

#productsminicart .button {
    margin: 0 0 0 5px;
}

#sideBar #productsminicart {
    display: block;
    float: none;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #006BAA;
    color: #006BAA;
}

#sideBar #productsminicart .button {
    margin: 5px 0;
}

.category_list {
    background: none;
    padding: 0;
}

.category_list li, .prodlistitem {
    background: none;
    list-style: none;
    padding: 0;
    float: left;
    width: 179px;
    padding: 10px 10px;
    margin: 0 10px 20px;
    text-align: center;
    background: #fff;
}

.category_list li a, .prodlistitem a {
    display: block;
}

.category_list li img, .prodlistitem img {
    max-width: 159px;
}

.category_list li h2, .prodlistitem h3 {
    border: 0;
    margin: 0;
}

.prod_list_special {
    color: #C6332D;
}

table.products_list_table, table.products_category_table {
    width: 100%;
}

table.products_category_table {/*   text-align: center;*/
}

table.products_category_table img {
    margin: 0 auto;
}

table.products_list_table td {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

table.products_list_table h2 {
    margin: 0;
}

table.products_list_table table td {
    padding: 0;
    border: 0;
}

table.products_list_table table td.extras {
    padding: 20px 10px;
}

#product-info {
    float: right;
    width: 240px;
}

#price {
    margin: 0 0 15px;
    padding: 15px 0 15px 15px;
    text-align: right;
}

.price {
    color: #006BAA;
    font-size: 16px;
    font-weight: bold;
}

.price.special {
    color: #f00;
    font-size: 22px;
}

.noshow_inc_gst, #options_price .hide {
    color: #777;
    font-size: 11px;
}

.noshow_inc_gst {
    display: block;
}

.buy_field {
    display: none;
}

.buy_button, .button, #viewProduct a {
    display: inline-block;
    padding: 3px 10px;
    margin: 10px 0 0;
    border: 0;
    background: #c6332d;
    color: #fff !important;
    font-size: 13px !important;
    text-align: center;
    cursor: pointer;
}

.buy_button:hover, .button:hover, #viewProduct a:hover,
#large-popup-button:hover {
    text-decoration: none;
    background: #e93931;
    color: #fff;
}

.buy_button, #storeButton a, #viewProduct a {
    width: 80px;
}

#product-image {
    float: left;
    width: 400px;
}

#product-detail img.imageLeft {
    margin: 0 25px 0 0 !important;
    max-width: 355px;
    height: auto;
}

#large-popup-button {
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 0 6px;
    padding: 3px 30px 3px 10px;
    border: 0;
            border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    color: #fff !important;
    font-size: 13px !important;
    text-align: center;
    cursor: pointer;
    background: #8FCCEF url(images/open-close-icon.png) 94% 8px no-repeat;
}

#large-popup-button:hover {
    background: #006BAA 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;
    margin-top: 10px;
}

.selectOption {
    margin: 10px 0 0;
}

/* --- Knowledge Grid */

.kgSwfUpload input {
    width: 250px !important;
}

.kgSwfUpload button {
    margin: 0;
}

.kgSwfUpload th {
    text-align: left;
    background: #F9F9FE;
    padding: 0 5px 0 0;
}

.kgSwfUpload td {
    text-align: left;
    background: #F9F9FE;
    padding: 10px 5px;
}

.kg_blue_box {
    border: 1px solid #ECECFB;
    background: #F9F9FE;
    margin: 10px 0;
    padding: 10px 15px;
}

#fsUploadProgress {
    border-top: 1px solid #ECECFB;
    margin: 10px 0 0;
    padding: 10px 0 0;
}

.kgBlock {
    height: 292px;
    overflow: hidden;
}

.kg_journal {
    border-bottom: 1px solid #ECECFB;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.kg_journal h4 {
    color: #27479E;
}

.kg_blue_box .kg_journal:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.kg_sideBar, #kg_nav_append {
    display: none !important;
}

.kgNavOn #kg_nav_append {
    display: block !important;
}

.kgNavOn li.on a {
    background: none !important;
}

#kg_nav_append .listItem {
    border: 0;
}

#kg_nav_append .listItem h2 {
    margin: 0;
}

.basicSearchForm {
    width: 258px;
    margin: 0 0 20px;
}

.advancedSearch {
    position: relative;
}

.advancedSearch a.basicSearch {
    position: absolute;
    bottom: 18px;
    right: 15px;
}

.basicSearchForm input, .advancedSearch .input_large_off,
.advancedSearch .input_large_on {
    width: 250px;
}

.advancedSearch ol li {
    float: left;
    margin: 0 8px 8px 0 !important;
}

.basicSearchForm ol li {
    margin: 0 0 8px;
}

#addResourceForm table {
    width: 100%;
}

#addResourceForm th {
    text-align: left;
    vertical-align: top;
}

#addResourceForm input {
    width: 250px;
}

#addResourceForm input, #addResourceForm select {
    margin: 0 0 10px;
}

#addResourceForm #cke_description {
    width: 518px !important;
}

#addResourceForm button {
    float: right;
}

#advancedSearchForm ol li {
    margin: 8px 0 0;
}

/* --- Registration */

form#signup_form legend, form#passwordForm legend {
    display: none;
}

form#signup_form fieldset {
    border: 0 !important;
}

form.signup_form table .select_large_off,
form.signup_form table .select_large_on {
    max-width: 200px;
}

form#info_form label, form#passwordForm label, span.form form label,
form#signup_form label, form.signup_form label {
    display: block;
    margin: 3px 0;
}

form.signup_form table font {
    color: inherit !important;
}

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 {
    padding: 3px 10px;
    margin: 5px 0;
    border: 0;
    background: #c6332d;
    color: #fff !important;
    font-size: 13px !important;
    text-align: center;
    cursor: pointer;
}

form#passwordForm button:hover, form#signup_form button.signup_button:hover {
    text-decoration: none;
    background: #e93931;
    color: #fff;
}

div#password_form form th {
    display: block;
    text-align: left;
    margin: 3px 0;
}

div#password_form form td {
    display: block;
}

p#forgotenPassword {
    margin: 1em 0;
}

/* --- Search */

div.search_form legend, div.search_form label {
    display: none;
}

ul.search_list, ul.search_list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.search_list li {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

ul.search_list li p {
    margin: 0;
    padding: 0;
}

ul.search_list li a {
    display: inline-block;
    padding: 0 0 10px;
    font-size: 1.4em;
    font-weight: bold;
}

p.search_pages {
    float: right;
    margin: 10px 0;
}

strong.search_highlight {
    color: #c6332d;
    font-style: italic;
}

ul.search_list li a strong.search_highlight {
    color: #c6332d;
    font-style: normal;
}

/* --- Search Directory */

#searchDirectory ol {
    padding: 5px 5px 0 50px;
}

#searchDirectory ol li label {
    display: inline-block;
}

#searchDirectory ol.lastname-address {
    padding-top: 20px;
}

#searchDirectory ol.lastname-address li:nth-child(odd) {
    float: left;
    clear: left;
    width: 50%;
}

#searchDirectory ol.lastname-address li:nth-child(even) {
    float: right;
    clear: right;
    width: 50%;
}

#searchDirectory ol.special-interests {
    padding-bottom: 12px;
}

#searchDirectory ol li {
    padding-bottom: 20px;
}

#searchDirectory #searchButton, .viewEntity button.back-to-results {
    padding: 15px 30px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: normal;
}

#directoryResults .searchResults {
    margin-top: 30px;
}

#directoryResults .searchResults h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #006baa;
}

#directoryResults .searchResults a.details-link {
    color: #c6332d;
    font-weight: 900;
}

#directoryResults .searchResults a.details-link:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
       -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #c6332d;
    margin-right: 5px;
}

.viewEntity h2 {
    padding-bottom: 10px;
}

ul#alphabetRibbonList {
    display: block;
    padding: 0;
    margin-top: 30px;
}

ul#alphabetRibbonList li {
    list-style: none;
    float: left;
    padding: 0;
    background: none;
    text-align: center;
    width: 3.8%;
}

ul#alphabetRibbonList li a {
    display: block;
    padding: 3px 0;
}

ul#alphabetRibbonList li a:hover, ul#alphabetRibbonList li.on a {
    background: #c6332d;
    color: #fff;
    text-decoration: none;
}

/* --- Shopping Cart */

#gateway_select_div th {
    padding: 3px 0;
}

#gateway_select_div th label {
    margin: 0 5px;
}

input.button {
    padding: 3px 10px;
    border: 0;
    background: #c6332d;
    color: #fff;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

input.button:hover {
    background: #e93931;
    color: #fff;
}

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;
}

.cart_table input {
    width: auto;
}

table.cartButtons {
    width: 100%;
}

table.cartButtons .cartButtonsRight {
    text-align: right;
}

.fieldset_title, .order_details_header {
    color: #c6332d;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
    margin: 1.1em 0;
}

.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;
}

ul.miniCart {
    border: none !important;
    background: none !important;
}

ul.miniCart li a {
    background: #3b74ba url(images/bg-nav.gif) left center no-repeat;
    padding-right: 0;
}

ul.miniCart li li a {
    width: 162px;
    padding: 3px 25px 3px 22px;
    background: url(images/bg-nav-arrow.gif) 10px 7px no-repeat;
    border: none;
    color: #777;
    font-weight: normal;
    font-size: 11px;
    text-shadow: none;
}

ul.miniCart li a#myCartTitle {
    padding-right: 0 !important;
    background: url(images/bg-grey.gif) scroll left center no-repeat !important;
}

.order_details_table th {
    text-align: right;
    font-weight: bold;
}

.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;
    background: none;
}

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;
}

/* --- Scheduled Payments */

#scheduledPaymentSampleSchedule {
    padding: 30px 0;
}

#paymentGatewaySampleSchedule a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

#paymentGatewaySampleSchedule a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

#paymentGatewaySampleSchedule a:active, #paymentGatewaySampleSchedule a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

#paymentGatewaySampleSchedule {
    width: 100%;
    color: #666;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    border: #ccc 1px solid;
       -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
       -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
            box-shadow: 0 1px 2px #d1d1d1;
}

#paymentGatewaySampleSchedule th {
    text-align: left;
    padding: 5px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

#paymentGatewaySampleSchedule tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
}

#paymentGatewaySampleSchedule tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
}

#paymentGatewaySampleSchedule > thead > tr > th:nth-child(1),
#paymentGatewaySampleSchedule > thead > tr > th:nth-child(2),
#paymentGatewaySampleSchedule > thead > tr > th:nth-child(3) {
    width: 33%;
}

#paymentGatewaySampleSchedule tr {
    padding-left: 5px;
}

#paymentGatewaySampleSchedule tr td:first-child {
    text-align: left;
    padding-left: 5px;
    border-left: 0;
}

#paymentGatewaySampleSchedule tr td {
    padding: 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

/*
#paymentGatewaySampleSchedule tr.even td
{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
*/

#paymentGatewaySampleSchedule tr:last-child td {
    border-bottom: 0;
}

#paymentGatewaySampleSchedule tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
}

#paymentGatewaySampleSchedule tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
}

#paymentGatewaySampleSchedule tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

#MethodSelectionTabs {
    margin-bottom: 30px;
}

/* 5. Errors
----------------------------------------------*/

div.sbError, .membershipSignUpFormErrorMessage, .infoFormErrorMessage {
    display: inline-block;
    width: auto !important;
    margin: 0 0 1em;
    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 1em !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 .5em !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;
}

.basicSearch #searchForm select {
    display: none;
}

.advancedSearch .categories li {
    float: left;
    width: 150px;
}

.advancedSearch .dateRange li li, .advancedSearch .dateRange input,
.advancedSearch .dateRange fieldset {
    float: left;
    width: auto;
}

.advancedSearch select {
    width: 250px;
}

.ui-datepicker {
    width: 160px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 99;
}

.ui-datepicker select {
    width: 80px;
}

.ui-datepicker-calender {
    width: 100%;
}

.ui-datepicker-days-cell {
    padding: 2px 5px;
    border: 1px solid #ddd;
}

.ui-datepicker-days-cell-over {
    background: #eee;
}

.ui-datepicker-today {
    font-weight: bold;
    font-size: 12px;
}

.ui-datepicker-next {
    float: right;
}
