﻿/* -------------------------------------------------------
  DEFAULT ASP.NET MVC STYLES
---------------------------------------------------------- */

/* misc  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.error {
    color: Red;
}

.form-horizontal .control-label {
    width: 150px;
}

.form-horizontal .control-readonly {
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

nav,
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    height: 32px;
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 0 16px 10px;
    background: url("images/mw_menu_normal_bg.png") repeat-x scroll 0 0 transparent;
    padding-right: 10px;
    padding-top: 2px;
}

    #logindisplay a:link {
        text-decoration: underline;
    }

    #logindisplay a:visited {
        text-decoration: underline;
    }

    #logindisplay a:hover {
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
    color: #ff0000;
    float: right;
    padding-right: 10px;
    padding-left: 3px;
    display: block;
    width: 250px;
    text-align: left;
}

label > span[data-valmsg-for='CartItemModel.ConsentSpecialNeeds'].field-validation-error {
   float:none;
   width:auto;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/

.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}


.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
/* -------------------------------------------------------
  STYLES INHERITED FROM THE ORIGINAL WEBSITE DESIGN
---------------------------------------------------------- */

/* Extracted from General.css 
----------------------------------------------------------*/

.invalid {
    border-color: rgb(255, 0, 0);
}

label.invalid {
    color: rgb(255, 0, 0);
}

#editor-xtd-buttons {
    padding: 5px;
}

.button2-left {
    float: left;
}

.button2-right {
    float: left;
}

.button2-left div {
    float: left;
}

.button2-right div {
    float: left;
}

.button2-left a {
    height: 22px;
    color: rgb(102, 102, 102);
    line-height: 22px;
    font-size: 11px;
    float: left;
    display: block;
    cursor: pointer;
}

.button2-right a {
    height: 22px;
    color: rgb(102, 102, 102);
    line-height: 22px;
    font-size: 11px;
    float: left;
    display: block;
    cursor: pointer;
}

.button2-left span {
    height: 22px;
    color: rgb(102, 102, 102);
    line-height: 22px;
    font-size: 11px;
    float: left;
    display: block;
    cursor: pointer;
}

.button2-right span {
    height: 22px;
    color: rgb(102, 102, 102);
    line-height: 22px;
    font-size: 11px;
    float: left;
    display: block;
    cursor: pointer;
}

.button2-left span {
    color: rgb(153, 153, 153);
    cursor: default;
}

.button2-right span {
    color: rgb(153, 153, 153);
    cursor: default;
}

.button2-left .page a {
    padding: 0px 6px;
}

.button2-right .page a {
    padding: 0px 6px;
}

.button2-left .page span {
    padding: 0px 6px;
}

.button2-right .page span {
    padding: 0px 6px;
}

.page span {
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.button2-left a:hover {
    color: rgb(11, 85, 196);
    text-decoration: none;
}

.button2-right a:hover {
    color: rgb(11, 85, 196);
    text-decoration: none;
}

.button2-left a {
    padding: 0px 24px 0px 6px;
}

.button2-left span {
    padding: 0px 24px 0px 6px;
}

.button2-right a {
    padding: 0px 6px 0px 24px;
}

.button2-right span {
    padding: 0px 6px 0px 24px;
}

.button2-left {
    background: url("images/j_button2_left.png") no-repeat;
    margin-left: 5px;
    float: left;
}

.button2-right {
    background: url("images/j_button2_right.png") no-repeat 100% 0px;
    margin-left: 5px;
    float: left;
}

.button2-left .image {
    background: url("images/j_button2_image.png") no-repeat 100% 0px;
}

.button2-left .readmore {
    background: url("images/j_button2_readmore.png") no-repeat 100% 0px;
}

.button2-left .pagebreak {
    background: url("images/j_button2_pagebreak.png") no-repeat 100% 0px;
}

.button2-left .blank {
    background: url("images/j_button2_blank.png") no-repeat 100% 0px;
}

div.tooltip {
    background: rgb(255, 255, 204);
    padding: 5px;
    border: 1px solid rgb(212, 213, 170);
    float: left;
    z-index: 13000;
    max-width: 200px;
}

    div.tooltip h4 {
        background: url("images/selector-arrow.png") no-repeat;
        margin: -15px 0px 0px;
        padding: 15px 0px 5px;
        font-size: 95%;
        font-weight: bold;
    }

    div.tooltip p {
        margin: 0px;
        font-size: 90%;
    }

.left.img_caption {
    margin-right: 1em;
    float: left;
}

.right.img_caption {
    margin-left: 1em;
    float: right;
}

.left.img_caption p {
    text-align: center;
    clear: left;
}

.right.img_caption p {
    text-align: center;
    clear: right;
}

a img.calendar {
    background: url("images/calendar.png") no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
    cursor: pointer;
}
/* Extracted from Template.css
----------------------------------------------------------*/

html {
    height: 100%;
    margin-bottom: 1px;
}

form {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    color: rgb(51, 51, 51);
    line-height: 1.4em;
    /*font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif; */
    font-size: 12px;
}

a:link {
    font-weight: normal;
    text-decoration: none;
}

a:visited {
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    font-weight: normal;
    text-decoration: underline;
}

table.contentpaneopen a[ href $= '.pdf' ] {
    background: url("images/icon_pdf.jpg") no-repeat left;
    padding-left: 20px;
}

table.contentpaneopen .buttonheading a[ href $= '.pdf' ] {
    padding-left: 0px;
}

table.contentpaneopen a[ href $= '.doc' ] {
    background: url("images/icon_doc.jpg") no-repeat left;
    padding-left: 20px;
}

table.contentpaneopen a[ href $= '.xls' ] {
    background: url("images/icon_xls.jpg") no-repeat left;
    padding-left: 20px;
}

table.contentpaneopen a[ href ^= 'mailto:' ] {
    background: url("images/icon_mailto.jpg") no-repeat left;
    padding-left: 20px;
}

table.contentpaneopen a[ href ^= 'http://' ] {
    background: url("images/icon_extlink.jpg") no-repeat right;
    padding-right: 11px;
}

table.contentpaneopen a[ href ^= 'https://' ] {
    background: url("images/icon_extlink.jpg") no-repeat right;
    padding-right: 11px;
}

table.contentpaneopen a[ href ^= 'http://www.ameb.qld.edu.au/' ] {
    padding-right: 0px;
}

table.contentpaneopen a[ href ^= 'http://ameb.qld.edu.au/' ] {
    padding-right: 0px;
}

input.button {
    cursor: pointer;
}

p {
    margin-top: 0px;
    margin-bottom: 8px;
}

img {
    border: 0px currentColor;
}

#page_bg {
    padding: 10px 0px;
    margin-bottom: 1px;
    background-color: #4d0003;
}

div.center {
    text-align: center;
}

div#wrapper {
    margin-right: auto;
    margin-left: auto;
}

body.width_medium div#wrapper {
    width: 950px;
}

body.width_small div#wrapper {
    width: 773px;
}

body.width_fmax div#wrapper {
    /*min-width: 750px; max-width: 1050px;*/
    width: 980px;
}

div#header_l {
    position: relative;
}

div#header_r {
    height: 90px;
    text-align: left;
    overflow: hidden;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 370px;
}

div#logo {
    /*background: url("images/mw_joomla_logo.gif") no-repeat 0px 0px; left: 0px; top: 0px; width: 298px; height: 75px; margin-top: 25px; margin-left: 30px; float: left; position: absolute;*/
}

    div#logo a {
        width: 298px;
        height: 75px;
        display: block;
    }

    div#logo span {
        display: none;
    }

div#newsflash {
    border: 1px solid rgb(0, 0, 255);
    width: auto;
    margin-right: 30px;
    margin-left: 350px;
}

div#tabarea {
    /* background: url("images/mw_header_b.png") repeat-x 0px 0px rgb(247, 247, 247); margin: 0px 11px; changed background color to FFFFFF*/
    background: url("images/mw_header_b.png") repeat-x 0px 0px #FFFFFF;
    margin: 0px 11px;
}

div#tabarea_l {
    background: url("images/mw_header_l_b.png") no-repeat 0px 0px;
    padding-left: 32px;
}

div#tabarea_r {
    background: url("images/mw_header_r_b.png") no-repeat 100% 0px;
    height: 42px;
    padding-right: 1px;
}

div#footer_r {
    height: 47px;
    overflow: hidden;
    padding-top: 10px;
}

    div#footer_r div {
        text-align: center;
        color: rgb(170, 170, 170);
        font-size: 0.9em;
    }

    div#footer_r a:link {
        color: rgb(153, 153, 153);
    }

    div#footer_r a:visited {
        color: rgb(153, 153, 153);
    }

div#footerspacer {
    height: 10px;
}

#pathway {
    /*padding: 0px 10px 8px; 
	width: auto; 
	margin-top: -2px;
	margin-right: 250px;*/
    text-align: left;
}

#search {
    width: 320px;
    height: 40px;
    text-align: right;
    overflow: hidden;
    margin-top: -20px;
    margin-right: 30px;
    float: right;
}

form#searchForm input {
    vertical-align: middle;
}

form#searchForm table {
    border-collapse: collapse;
}

form#searchForm td {
    padding: 0px;
}

#mod_search_searchword {
    padding-left: 3px;
}

table.pill {
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
}

td.pill_l {
    background: url("images/mw_menu_cap_l.png") no-repeat;
    width: 20px;
    height: 32px;
}

td.pill_m {
    background: url("images/mw_menu_normal_bg.png") repeat-x;
    margin: 0px;
    padding: 0px;
    width: auto;
}

td.pill_r {
    background: url("images/mw_menu_cap_r.png") no-repeat;
    width: 19px;
    height: 32px;
}

#pillmenu {
    height: 32px;
    float: left;
    white-space: nowrap;
}

    #pillmenu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    #pillmenu li {
        margin: 0px;
        padding: 0px;
        float: left;
    }

    #pillmenu a {
        padding: 0px 20px;
        height: 24px;
        color: rgb(0, 0, 0);
        line-height: 25px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
        float: left;
        display: block;
    }

        #pillmenu a#active_menu-nav {
            height: 24px;
            line-height: 23px;
            margin-top: 1px;
        }

#leftcolumn {
    margin: 0px;
    padding: 0px;
    width: 20%;
    float: left;
}

#maincolumn {
    /*width: 75%; padding-left: 15px; margin-left: 20%;*/
}

#maincolumn_full {
    width: 75%;
    padding-left: 15px;
    margin-left: 20%;
}

#maincolumn_full {
    padding: 0px;
    width: 100%;
    margin-left: 0px;
}

table.nopad {
    margin: 0px 0px 15px;
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
}

    table.nopad td.middle_pad {
        width: 20px;
    }

div.offline {
    background: rgb(255, 254, 187);
    padding: 5px;
    left: 0px;
    top: 0px;
    width: 100%;
    font-size: 1.2em;
    position: absolute;
}

span.pathway {
    margin: 0px 20px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    display: block;
}

div.componentheading {
    padding-bottom: 3px;
    padding-left: 0px;
}

div.contentheading {
    padding-bottom: 3px;
    padding-left: 0px;
}

table.contentpaneopen h1 {
    font-weight: normal;
}

table.contentpaneopen h2 {
    font-weight: normal;
}

table.contentpaneopen h3 {
    font-weight: normal;
}

table.contentpaneopen h4 {
    font-weight: normal;
}

table.contentpaneopen h5 {
    font-weight: normal;
}

h1 {
    padding: 0px;
    width: 100%;
    text-align: left;
    /*color: rgb(102, 102, 102); 
	font-family: Helvetica ,Arial,sans-serif;
	font-size: 1.3em; 
	vertical-align: bottom; */
    color: #135CAE;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
}

h2 {
    text-align: left;
    padding: 0px;
    width: 100%;
    /*color: rgb(51, 51, 51); */
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    vertical-align: bottom;
}

.contentheading {
    padding: 0px;
    width: 100%;
    color: rgb(51, 51, 51);
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    vertical-align: bottom;
}

.componentheading {
    padding: 0px;
    width: 100%;
    color: rgb(51, 51, 51);
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    vertical-align: bottom;
}

table.contentpaneopen h3 {
    margin-top: 25px;
}

h4 {
    color: rgb(51, 51, 51);
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

h3 {
    margin: 0px 0px 10px;
    padding-left: 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
}

.componentheading {
    margin: 0px 0px 10px;
    padding-left: 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
}

table.moduletable th {
    margin: 0px 0px 10px;
    padding-left: 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
}
/*
legend {
	margin: 0px 0px 10px; padding-left: 0px; font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif; font-size: 1.5em;
}*/

.small {
    text-align: left;
    color: rgb(153, 153, 153);
    font-size: 0.9em;
    font-weight: normal;
}

.modifydate {
    height: 20px;
    text-align: left;
    color: rgb(153, 153, 153);
    font-size: 0.9em;
    font-weight: normal;
    vertical-align: bottom;
}

.createdate {
    height: 20px;
    color: rgb(153, 153, 153);
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 0.9em;
    font-weight: normal;
    vertical-align: top;
}

a.readon {
    background: url("images/mw_readon.png") no-repeat right top;
    height: 16px;
    line-height: 14px;
    padding-right: 20px;
    margin-top: 10px;
    float: left;
    display: block;
}

.invalid {
    border-color: rgb(255, 0, 0);
}

label.invalid {
    color: rgb(255, 0, 0);
}

.ol-foreground {
    background-color: rgb(246, 246, 246);
}

.ol-background {
    background-color: rgb(102, 102, 102);
}

.ol-textfont {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.ol-captionfont {
    color: rgb(246, 246, 246);
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    .ol-captionfont a {
        color: rgb(11, 85, 196);
        font-size: 12px;
        text-decoration: none;
    }

.ol-closefont {
}

a.mainlevel:link {
    padding-left: 5px;
}

a.mainlevel:visited {
    padding-left: 5px;
}

a.mainlevel:hover {
}

span.article_separator {
    height: 20px;
    display: block;
}

.article_column {
    padding-right: 5px;
}

.column_separator {
    padding-left: 10px;
    border-left-color: rgb(224, 224, 224);
    border-left-width: 1px;
    border-left-style: dashed;
}

td.buttonheading {
}

    td.buttonheading img {
        border: currentColor;
    }

.clr {
    clear: both;
}

td.greyline {
    background: url("images/mw_line_grey.png") repeat-y 50% 0px;
    width: 20px;
}

div#maindivider {
    height: 1px;
    overflow: hidden;
    margin-bottom: 10px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

table.blog span.article_separator {
    height: 20px;
    display: block;
}

.contentpaneopen_edit {
    float: left;
}

table.contenttoc {
    margin: 5px;
    padding: 5px;
    border: 1px solid rgb(204, 204, 204);
}

    table.contenttoc td {
        padding: 0px 5px;
    }

td.sectiontableheader {
    background: rgb(239, 239, 239);
    padding: 4px;
    color: rgb(51, 51, 51);
    border-right-color: rgb(255, 255, 255);
    border-right-width: 1px;
    border-right-style: solid;
}

tr.sectiontableentry0 td {
    padding: 4px;
}

tr.sectiontableentry1 td {
    padding: 4px;
}

tr.sectiontableentry2 td {
    padding: 4px;
}

td.sectiontableentry0 {
    padding: 3px;
}

td.sectiontableentry1 {
    padding: 3px;
}

td.sectiontableentry2 {
    padding: 3px;
}

table.contentpaneopen {
    margin: 0px;
    padding: 0px;
    width: auto;
}

table.contentpane {
    margin: 0px;
    padding: 0px;
    width: auto;
}

table.contentpaneopen li {
    margin-bottom: 5px;
}

table.contentpaneopen fieldset {
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: rgb(221, 221, 221) currentColor currentColor;
}

table.contentpaneopen h3 {
    margin-top: 25px;
}

table.contentpaneopen h4 {
    color: rgb(51, 51, 51);
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

.highlight {
    background-color: rgb(255, 254, 187);
}

table.user1user2 div.moduletable {
    margin-bottom: 0px;
}

div.moduletable {
    margin-bottom: 25px;
}

div.module {
    margin-bottom: 25px;
}

div.module_menu h3 {
    margin: -23px -4px 5px -13px;
    color: rgb(238, 238, 238);
    padding-bottom: 2px;
    padding-left: 10px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

div.module_menu {
    margin: 0px 0px 15px;
    padding: 0px;
}

    div.module_menu div div div {
        padding: 30px 10px 15px;
        width: auto;
    }

        div.module_menu div div div div {
            padding: 0px;
        }

    div.module_menu ul {
        margin: 10px 0px;
        padding-left: 20px;
    }

        div.module_menu ul li a:link {
        }

        div.module_menu ul li a:visited {
        }

#leftcolumn div.module {
    padding: 0px 10px;
}

    #leftcolumn div.module table {
        width: auto;
    }

table.adminform textarea {
    width: 540px;
    height: 400px;
    color: rgb(0, 0, 153);
    font-size: 1em;
}

div.search input {
    margin: 15px 0px 10px;
    border: 1px solid rgb(204, 204, 204);
    width: 145px;
}

form#form-login fieldset {
    margin: 0em;
    padding: 0.2em;
    border: 0px currentColor;
}

form#form-login ul {
    padding-left: 20px;
}

form#com-form-login fieldset {
    margin: 0em;
    padding: 0.2em;
    border: 0px currentColor;
}

form#com-form-login ul {
    padding-left: 20px;
}

div.mosimage {
    margin: 5px;
}

div.mosimage_caption {
    color: rgb(102, 102, 102);
    font-size: 0.9em;
}

div.caption {
    padding: 0px 10px;
}

    div.caption img {
        border: 1px solid rgb(204, 204, 204);
    }

    div.caption p {
        text-align: center;
        color: rgb(102, 102, 102);
        font-size: 0.9em;
    }

table.paramlist {
    margin-top: 5px;
}

    table.paramlist td.paramlist_key {
        width: 128px;
        height: 30px;
        text-align: left;
    }

    table.paramlist td.paramlist_value {
    }

div.message {
    margin: 3px 0px 10px;
    padding: 3px 20px;
    border: 1px solid rgb(213, 213, 213);
    width: auto;
    text-align: center;
    color: rgb(204, 51, 0);
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: rgb(249, 249, 249);
}

.bannergroup {
}

.banneritem img {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.banneritem_text {
    padding: 4px;
    font-size: 11px;
}

.bannerfooter_text {
    padding: 4px;
    text-align: right;
    font-size: 11px;
    /*background-color: rgb(247, 247, 247); changed background color to FFFFFF */
    background-color: #ffffff;
}

.pagination span {
    padding: 2px;
}

.pagination a {
    padding: 2px;
}

.pollstableborder td {
    text-align: left;
}

span.description {
    padding-left: 30px;
    display: block;
}

fieldset {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #DDDDDD;
    margin-left: 10px;
    padding-bottom: 10px;
}
/*
legend {
	margin: 0px; padding: 0px 10px;
}*/

td.key {
    color: rgb(102, 102, 102);
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.tool-tip {
    background: rgb(255, 255, 204);
    padding: 5px;
    border: 1px solid rgb(212, 213, 170);
    float: left;
    max-width: 200px;
}

.tool-title {
    background: url("../../system/images/selector-arrow.png") no-repeat;
    margin: -15px 0px 0px;
    padding: 15px 0px 5px;
    font-size: 100%;
}

.tool-text {
    margin: 0px;
    font-size: 100%;
}

#system-message {
    margin-bottom: 20px;
}

    #system-message dd.message ul {
        background: url("../../system/images/notice-info.png") no-repeat 4px rgb(195, 210, 229);
    }

    #system-message dd.error ul {
        background: url("../../system/images/notice-alert.png") no-repeat 4px rgb(230, 192, 192);
        margin: 0px;
        color: rgb(204, 0, 0);
        text-indent: 0px;
        padding-left: 40px;
        border-top-color: rgb(222, 122, 123);
        border-bottom-color: rgb(222, 122, 123);
        border-top-width: 3px;
        border-bottom-width: 3px;
        border-top-style: solid;
        border-bottom-style: solid;
    }

    #system-message dd.notice ul {
        background: url("../../system/images/notice-note.png") no-repeat 4px rgb(239, 231, 184);
        margin: 0px;
        color: rgb(204, 0, 0);
        text-indent: 0px;
        padding-left: 40px;
        border-top-color: rgb(240, 220, 126);
        border-bottom-color: rgb(240, 220, 126);
        border-top-width: 3px;
        border-bottom-width: 3px;
        border-top-style: solid;
        border-bottom-style: solid;
    }

#syndicate {
    padding-left: 25px;
    float: left;
}

#power_by {
    padding-right: 25px;
    float: right;
}

#component-contact table td {
    padding: 2px 0px;
}

/* Extracted from Blue.css
----------------------------------------------------------*/

a:link {
    color: rgb(19, 92, 174);
}

a:visited {
    color: rgb(19, 92, 174);
}

a:hover {
    color: rgb(11, 55, 104);
}

#pillmenu a:hover {
    color: rgb(19, 92, 174);
}

#pillmenu a#active_menu-nav {
    background: url("images/blue/mw_menu_active_bg.png") repeat-x;
    color: rgb(255, 255, 255);
}

    #pillmenu a#active_menu-nav:hover {
        color: rgb(255, 255, 255);
    }

h3 {
    color: rgb(19, 92, 174);
}

.componentheading {
    color: rgb(19, 92, 174);
}

table.moduletable th {
    color: rgb(19, 92, 174);
}

div.module_menu {
    background: url("images/blue/mw_box_br.png") no-repeat 100% 100%;
}

    div.module_menu div {
        background: url("images/blue/mw_box_bl.png") no-repeat 0px 100%;
    }

        div.module_menu div div {
            background: url("images/blue/mw_box_tr.png") no-repeat 100% 0px;
        }

            div.module_menu div div div {
                background: url("images/blue/mw_box_tl.png") no-repeat 0px 0px;
            }

/* Extracted from blue_bg.css
----------------------------------------------------------*/

/*#page_bg {
  background: rgb(12, 58, 109);
}*/

div#wrapper {
    /*background: url("images/blue/mw_shadow_l.png") repeat-y 0px 0px rgb(247, 247, 247);changed background color to FFFFFF */
    /*background: url("images/blue/mw_shadow_l.png") repeat-y 0px 0px #ffffff;*/
    background-color: mintcream;
    border-radius: 12px;
}

div#wrapper_r {
    /*background: url("images/blue/mw_shadow_r.png") repeat-y 100% 0px;*/
}

div#header {
    background: url("images/ameb-shop-header.jpg") repeat-x 0px 0px;
    border-radius: 8px 8px 0px 0px;
}



div#header_l {
    /*background: url("images/blue/mw_header_t_l.gif") no-repeat 0px 0px;*/
}

div#header_r {
    /*background: url("images/blue/mw_header_t_r.gif") no-repeat 100% 0px;*/
}

div#footer {
    /*background: url("images/blue/mw_footer_b.png") repeat-x 0px 100% rgb(247, 247, 247);changed background color to FFFFFF*/
    /*background: url("images/blue/mw_footer_b.png") repeat-x 0px 100% #ffffff;*/
}

div#footer_l {
    /*background: url("images/blue/mw_footer_b_l.png") no-repeat 0px 0px;*/
}

div#footer_r {
    /*background: url("images/blue/mw_footer_b_r.png") no-repeat 100% 0px;*/
}

/* -------------------------------------------------------
  AMEB2 CUSTOMISATIONS
---------------------------------------------------------- */

/* overrriding some bootstrap class to match website design 
----------------------------------------------------------*/

.muted {
    margin-bottom: 20px;
    color: #7f7f7f;
}

.well {
    background: none;
    border: none;
    box-shadow: none;
    padding-top: 0px;
    padding-left: 0px;
}

.form-actions {
    background: none;
    border-top: none;
    margin-top: 0px;
}

.navbar-inner {
    text-align: left;
    margin: 0 16px;
    min-height: 26px;
    max-height: 26px;
    height: 26px;
    padding-right: 0px;
    padding-left: 20px;
    background: url("images/mw_menu_normal_bg.png") repeat-x scroll 0 0 white;
    background-repeat: repeat-x;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    filter: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar .nav > li {
    padding-right: 20px;
}

    .navbar .nav > li > a {
        color: #135CAE;
        line-height: inherit;
        padding: 5px;
        text-shadow: none;
    }

        .navbar .nav > li > a:hover {
            color: #135CAE;
            text-decoration: underline;
        }

.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret {
    border-bottom-color: #343434;
    border-top-color: #343434;
}

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
    border-bottom-color: #343434;
    border-top-color: #343434;
    opacity: 1;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #878e99;
}

ul.nav.right {
    float: right;
}

a.btn {
    color: #333333;
}

.subtitle {
    border-style: none;
    width: auto;
    margin-bottom: -10px;
    color: #7f7f7f;
    font-size: 14px;
    text-align: left;
    display: block;
    padding: 0;
    line-height: 36px;
    border: 0;
}

legend {
    border-style: none;
    width: auto;
    margin-bottom: 0px;
    color: #7f7f7f;
    font-size: 14px;
    text-align: left;
}

.btn-jumbo {
    font-size: 18px;
    line-height: normal;
    padding: 27px 42px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .btn-jumbo [ class ^= "icon-" ] {
        margin-top: 1px;
    }

.input-prepend .add-on, .input-prepend .btn {
    margin-right: -4px;
}

.alert {
    text-shadow: none;
}

.alert-warning {
    background-color: #f5e1c7;
    color: #835503;
}

.form-horizontal .help-block {
    margin-top: 0px;
}

.help-block, .help-inline {
    font-size: smaller;
}

a.btn-primary, a.btn-success {
    color: #ffffff;
}



/* new styles specific to this solution 
----------------------------------------------------------*/

#cart-bar {
    float: right;
    margin-top: -30px;
    margin-right: 20px;
}

div.rounded-box {
    margin-left: 10px;
    margin-top: 5px;
    padding: 10px;
    text-align: left;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.left {
    text-align: left;
}

.input-full-width {
    width: 87%;
}

.fieldset-no-border {
    border: none;
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
}

#homepage-or {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

#homepage-banner {
    padding-left: 10px;
}

    #homepage-banner img {
        opacity: 0.9;
        filter: alpha(opacity=90);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    }

.form-search label {
    margin-top: 5px;
    margin-right: 30px;
}

ul.circle {
    list-style-type: circle;
}

ul.square {
    list-style-type: square;
}

ol.upper-roman {
    list-style-type: upper-roman;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

.required-character {
    color: #FF0000;
}

.textarea-set-width {
    max-width: 370px;
    min-width: 370px;
}

div.recaptchatable-no-border .recaptchatable {
    border: none !important;
}

#register-form-actions, #add-to-cart-actions {
    padding-left: 190px;
}

.form-actions {
    margin-bottom: 0px;
}

.navbar .nav > li > a.text-inline {
    display: inline;
}

.padded-top-5 {
    padding-top: 5px;
}

.navbar .nav > li.padded-right-none {
    padding-right: 0px;
}

.display-username {
    color: #333333;
}

.right {
    float: right;
}

.disabled-text {
    color: #696969;
}

input.dirty {
    background-color: rgba(248, 248, 171, 0.50);
}

    input.dirty.input-validation-error {
        border: 1px solid #FF0000;
    }

.track-changes {
}

.label-header {
    width: 99%;
    float: right;
    border-radius: 3px 3px 0px 0px;
    padding: 1px 4px 2px;
    color: #FFFFFF;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}

.label-header-success {
    background-color: #468847;
}

.label-header-failure {
    background-color: #7a4c4c;
}

.label-header-warning {
    background-color: #7e6b41;
}

textarea.input-validation-error,
select.input-validation-error,
input[ type = "text" ].input-validation-error,
input[ type = "password" ].input-validation-error,
input[ type = "datetime" ].input-validation-error,
input[ type = "datetime-local" ].input-validation-error,
input[ type = "date" ].input-validation-error,
input[ type = "month" ].input-validation-error,
input[ type = "time" ].input-validation-error,
input[ type = "week" ].input-validation-error,
input[ type = "number" ].input-validation-error,
input[ type = "email" ].input-validation-error,
input[ type = "url" ].input-validation-error,
input[ type = "search" ].input-validation-error,
input[ type = "tel" ].input-validation-error,
input[ type = "color" ] {
    border: 1px solid #FF0000;
}




.table-cart {
    width: 100%;
    margin-bottom: 18px;
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



    .table-cart th {
        font-weight: bold;
    }

    .table-cart thead th {
        vertical-align: bottom;
    }

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table-cart tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table-cart th,
.table-cart td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.table-cart caption + thead tr:first-child th,
.table-cart caption + tbody tr:first-child th,
.table-cart caption + tbody tr:first-child td,
.table-cart colgroup + thead tr:first-child th,
.table-cart colgroup + tbody tr:first-child th,
.table-cart colgroup + tbody tr:first-child td,
.table-cart thead:first-child tr:first-child th,
.table-cart tbody:first-child tr:first-child th,
.table-cart tbody:first-child tr:first-child td {
    border-top: 0;
}

    .table-cart thead:first-child tr:first-child th:first-child,
    .table-cart tbody:first-child tr:first-child td:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .table-cart thead:first-child tr:first-child th:last-child,
    .table-cart tbody:first-child tr:first-child td:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
    }

.table-cart thead:last-child tr:last-child th:first-child,
.table-cart tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.table-cart thead:last-child tr:last-child th:last-child,
.table-cart tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

.label-blue {
    /*0c3a6d*/
    background-color: #5e6677;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #ffffff;
    text-shadow: none;
}

    .label-blue[ href ] {
        filter: alpha(opacity=80);
        color: #ffffff;
        text-shadow: none;
    }

.label-grey {
    background-color: #e5e6e8;
    filter: alpha(opacity=80);
    color: #ffffff;
    color: #333333;
    text-shadow: none;
}

    .label-grey[ href ] {
        background-color: #e5e6e8;
        filter: alpha(opacity=80);
        color: #ffffff;
        color: #333333;
        text-shadow: none;
    }

.form-actions-compact {
    margin-left: 160px;
    border-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

.alert.validation-summary-errors {
    color: #FF0000;
    font-weight: bold;
    background-color: #f3e1e1;
}

.field-value-label {
    padding-top: 5px;
    font-weight: bold;
    float: left;
}

.character-counter {
    width: 370px;
    text-align: right;
    display: inline;
}

.character-counter-warning {
    color: #db8004;
}

.character-counter-error {
    color: #FF0000;
}


#header_r:hover {
    cursor: pointer;
}

div.field-validation-error-container {
    float: left;
}

.controls div.input-prepend {
    display: inline;
}

.focus-field {
    /* keep this style as it is used to mark default input
field using JQuery */
}

.focus-priority-2 {
    /* keep this style as it is used to mark default input
field using JQuery */
}

.focus-priority-1 {
    /* keep this style as it is used to mark default input
  field using JQuery */
}

/* product browsing styles */

.browse-area {
}

.browse-container {
    width: 100%;
}

.browse-column {
    vertical-align: text-top;
    width: auto;
    margin-left: 2px;
    /* added when using divs instead of table */
    display: inline-block;
    zoom: 1; /* IE7 FIX */
    *display: inline; /* IE7 FIX */
    /* ** */
}

    .browse-column li a.product-count {
        color: #333333;
    }

    .browse-column li.active {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .browse-column fieldset legend div.label {
        white-space: normal;
    }
    /* added when using divs instead of table */

    .browse-column fieldset {
        width: auto;
        padding: 0px;
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    }

        .browse-column fieldset legend {
            margin-left: 5px;
            margin-right: 5px;
        }
/* ** */

/* product browsing styles */
/* shop frames styles */

ul.shop-frame-container {
    margin: 5px;
}

li.shop-frame {
    width: 355px;
    float: left;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 4px;
    line-height: 1;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

    li.shop-frame:nth-child(odd) {
        clear: left;
    }

    li.shop-frame:hover {
        border-color: #0088cc;
        -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
        -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
        box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    }

    li.shop-frame h5 {
        padding: 5px;
        margin-bottom: 5px;
    }

    li.shop-frame ul {
        margin-left: 3px;
    }

        li.shop-frame ul li {
            list-style: none;
            margin-bottom: 5px;
            min-height: 30px;
        }

            li.shop-frame ul li a {
                float: left;
                min-width: 50%;
            }

                li.shop-frame ul li a i.icon-shopping-cart {
                    margin-right: 10px;
                    vertical-align: top;
                }

            li.shop-frame ul li span.price {
                float: right;
            }

.no-bullet li {
    list-style: none;
}

ul.more-vertical-space li {
    padding-bottom: 10px;
}

a.shop-frame-toggle {
    font-size: 14px;
}

    a.shop-frame-toggle:hover {
        text-decoration: none;
    }

a.collapse-all-link {
    /* used to identify link using JQuery */
}

div.collapse-all-container {
    margin-bottom: 10px;
    padding-right: 20px;
    text-align: right;
}
/* end shop frames */

/* masterpage online exams logo */

#online-exams-logo {
}

    #online-exams-logo a div {
        color: #333333;
    }
/* end masterpage online exams logo */

.bold {
    font-weight: bold;
}

a.thumbnail:hover {
    text-decoration: none;
}
/* ALERT MESSAGES STYLES TAKEN FROM: http://lightglitch.github.com/bootstrap-xtra */

.alert-message.danger,
.alert-message.danger:hover,
.alert-message.error,
.alert-message.error:hover,
.alert-message.success,
.alert-message.success:hover,
.alert-message.info,
.alert-message.info:hover,
.alert-message.processing,
.alert-message.processing:hover {
    color: #ffffff;
}

.alert-message {
    position: relative;
    padding: 7px 15px;
    margin-bottom: 18px;
    color: #404040;
    background-color: #eedc94;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
    background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
    background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
    background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
    background-image: -o-linear-gradient(top, #fceec1, #eedc94);
    background-image: linear-gradient(top, #fceec1, #eedc94);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #eedc94 #eedc94 #e4c652;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

    .alert-message .close {
        margin-top: 1px;
        *margin-top: 0;
    }

    .alert-message a {
        font-weight: bold;
        color: #404040;
    }

a.btn-primary {
    color: #FFFFFF;
}

.alert-message.danger p a,
.alert-message.error p a,
.alert-message.success p a,
.alert-message.info p a,
.alert-message.processing p a {
    color: #ffffff;
}

.alert-message h5 {
    line-height: 18px;
}

.alert-message p {
    margin-bottom: 0;
}

.alert-message div {
    margin-top: 5px;
    margin-bottom: 2px;
    line-height: 28px;
}

.alert-message .btn {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}



.alert-message.danger,
.alert-message.error {
    background-color: #c43c35;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #c43c35 #c43c35 #882a25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.alert-message.success {
    background-color: #418041;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#57b057), to(#418041));
    background-image: -moz-linear-gradient(top, #57b057, #418041);
    background-image: -ms-linear-gradient(top, #57b057, #418041);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #57b057), color-stop(100%, #418041));
    background-image: -webkit-linear-gradient(top, #57b057, #418041);
    background-image: -o-linear-gradient(top, #57b057, #418041);
    background-image: linear-gradient(top, #57b057, #418041);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #418041 #418041 #3d773d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.alert-message.info {
    background-color: #339bb9;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #339bb9 #339bb9 #22697d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.alert-message.processing {
    background-color: #418041;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#57b057), to(#418041));
    background-image: -moz-linear-gradient(top, #57b057, #418041);
    background-image: -ms-linear-gradient(top, #57b057, #418041);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #57b057), color-stop(100%, #418041));
    background-image: -webkit-linear-gradient(top, #57b057, #418041);
    background-image: -o-linear-gradient(top, #57b057, #418041);
    background-image: linear-gradient(top, #57b057, #418041);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #418041 #418041 #3d773d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.alert-message.block-message {
    background-image: none;
    background-color: #fdf5d9;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    padding: 14px 14px 14px 70px;
    border-color: #fceec1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    text-align: left;
}

    .alert-message.block-message ul, .alert-message.block-message p {
        margin-right: 30px;
    }

    .alert-message.block-message ul {
        margin-bottom: 0;
    }

    .alert-message.block-message li {
        color: #404040;
    }

    .alert-message.block-message .alert-actions {
        margin-top: 5px;
    }

    .alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info, .alert-message.block-message.processing {
        color: #404040;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .alert-message.block-message.error {
        background: url("images/cross.png") no-repeat scroll 10px center #fddfde;
        background-color: #fddfde;
        border-color: #fbc7c6;
    }

    .alert-message.block-message.success {
        background: url("images/tick.png") no-repeat scroll 10px center #d1eed1;
        background-color: #d1eed1;
        border-color: #bfe7bf;
    }

    .alert-message.block-message.info {
        background: url("images/info.png") no-repeat scroll 10px center #ddf4fb;
        background-color: #ddf4fb;
        border-color: #c6edf9;
    }

    .alert-message.block-message.processing {
        background-color: #d1eed1;
        border-color: #bfe7bf;
        color: #337033;
    }

    .alert-message.block-message.warning {
        background: url("images/warning.png") no-repeat scroll 10px center #fdf5d9;
        background-color: #fdf5d9;
        border-color: #fceec1;
    }

    .alert-message.block-message.danger p a,
    .alert-message.block-message.error p a,
    .alert-message.block-message.success p a,
    .alert-message.block-message.info p a {
        color: #404040;
    }

.alert-message p {
    font-size: 13px;
    margin-top: 10px;
}

    .alert-message p a {
        text-decoration: underline;
    }

        .alert-message p a:hover {
            text-decoration: none;
        }
/* END ALERT MESSAGES STYLES */

#form-search span.field-validation-error {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    width: auto;
}

#form-search label {
    margin-right: 10px;
}

#form-search fieldset {
    margin-left: 5px;
    text-align: left;
}

ul.search-result {
    margin-top: 20px;
    margin-left: 0px;
}

    ul.search-result li {
        width: 95%;
        /*height: 30px;*/
        height: 45px;
    }

        ul.search-result li:nth-child(odd) {
            background-color: #f7f7f7;
        }

        ul.search-result li span.price {
            float: right;
            margin-right: 20px;
            margin-top: 10px;
        }
/* overriding twitter bootstrap pagination styles **/

.pagination {
    height: 36px;
    margin: 18px 0;
    border-top: 1px solid #DDDDDD;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        margin-top: 5px;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        *zoom: 1;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .pagination li {
        display: inline;
    }

    .pagination a {
        float: left;
        padding: 0 14px;
        line-height: 34px;
        text-decoration: none;
        border: 1px solid #ddd;
        border-left-width: 0;
    }

        .pagination a:hover,
        .pagination .active a {
            background-color: #f5f5f5;
        }

    .pagination .active a {
        color: #999999;
        cursor: default;
    }

    .pagination .disabled span,
    .pagination .disabled a,
    .pagination .disabled a:hover {
        color: #999999;
        cursor: default;
        background-color: transparent;
    }

    .pagination li:first-child a {
        border-left-width: 1px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .pagination li:last-child a {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

div.sort-control select {
    margin-bottom: 0px;
    width: auto;
}

div.sort-control {
    border-bottom: 1px solid #DDDDDD;
}

    div.sort-control span {
        margin-right: 25px;
    }

#pathway ul.breadcrumb {
    display: inline;
    border: none;
    float: left;
    margin: 0px;
    /* changed background color to ffffff */
    background: none;
    background-image: none;
    filter: none;
    -ms-filter: none;
    background-color: #ffffff;
    z-index: -99;
}

#pathway input[ type = text ] {
    /*border-radius: 14px 14px 14px 14px;*/
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #FFFFFF;
    margin-bottom: 0px;
    margin-right: -4px;
    color: #999999;
}

    #pathway input[ type = text ]:focus {
        padding: 4px 9px;
        color: #333333;
    }

.navbar {
    margin-bottom: 3px;
    text-align: left;
}

    .navbar div.input-append button.btn {
        margin: 0px;
    }


.nav-stacked i.icon-chevron-right, .nav-stacked i.icon-globe, .nav-stacked i.icon-circle-arrow-right, .nav-stacked i.icon-play, .nav-stacked i.icon-arrow-right, .nav-stacked i.icon-home {
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.nav-stacked li.active i.icon-chevron-right, .nav-stacked li.active i.icon-globe, .nav-stacked li.active i.icon-circle-arrow-right, .nav-stacked li.active i.icon-play, .nav-stacked li.active i.icon-arrow-right, .nav-stacked li.active i.icon-home {
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    color: #333333;
}

.nav-stacked.nav-tabs {
    border-bottom-width: 1px;
}
/* CART GRID STYLES */

.grid {
    width: 100%;
}

.grid-row, .grid-row-alt {
    height: 50px;
}

table.table .grid-row-exam td.grid-row-exam-border {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

table.table .grid-row-exam td {
    background-color: #f7f7f7;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 0px;
    border-top: none;
    border-bottom: none;
}

    table.table .grid-row-exam td ul {
        padding: 8px;
    }

.grid-row-alt {
    background-color: #F9F9F9;
}

table.table li div.span3 {
    display: inline-block;
    *display: inline; /* IE7 FIX */
}

table.table li span.field-value-label {
    float: none;
    padding-top: 0px;
}

.cart-grid-action-cell {
    width: 90px;
}

.cart-grid-quantity-cell {
    width: 50px;
}

td.cart-grid-quantity-cell {
    text-align: center;
}

.cart-grid-product-cell {
}

.cart-grid-price-cell {
    width: 50px;
}

.cart-grid-cost-cell {
    width: 50px;
}

.cart-grid-exam-cell {
    width: 80px;
}

table.table td.cart-grid-total {
    text-align: right;
}

table.table tfoot td {
    font-weight: bold;
    border-top: none;
    font-size: larger;
}

table.table th {
    text-align: center;
}

table.table tr:hover th, table.table tr:hover td {
    background-color: inherit;
}
/* **** */

.red-text {
    color: #FF0000;
}

.alert-message.block-message.processing {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    vert-align: middle;
    height: 100px;
    font-size: 18px;
    padding-left: 90px;
}

.processing p {
    margin-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    margin-left: 0px;
}

.processing div.progress, .processing div.progress div {
    margin: 0px;
}

.btn span.badge {
    vertical-align: top;
    padding: 2px 9px 2px;
    line-height: 18px;
}

table tr.grid-head th {
}

.pager:before, .pager:after {
    content: normal;
}

.pager a {
    border-radius: 0px;
}

.pager td {
    vertical-align: middle;
}

.table td.open-column {
    width: 20px;
    text-align: center;
}

.table td.saleDate-column {
    width: 70px;
    text-align: center;
}

.table td.saleDescription-column {
    text-align: left;
}

.table td.receipt-column {
    width: 70px;
    text-align: center;
}

.table td.saleAmount-column {
    width: 80px;
    text-align: center;
}

.icon-pdf {
    background: url("images/Adobe_PDF_Icon.png") no-repeat 100% 0px;
    width: 24px;
    height: 25px;
}

/* POPOVER ADDED STYLES START HERE */

div.popover {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

    div.popover div.popover-content {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 7px;
    }

    h3.popover-title{
        padding: 5px 5px 0px 5px;
    }
/* INFO */

div.popover-info {
    background: url("images/info.png") no-repeat scroll 10px center #ddf4fb;
    background-color: #ddf4fb;
    color: #3A87AD;
    border-color: #BCE8F1;
}

    div.popover-info div.popover-content {
        margin-left: 35px;
        font-size: 13px;
    }

    div.popover-info h3.popover-title {
        background-color: #ddf4fb;
        color: #3A87AD;
    }

    div.popover-info.bottom .arrow:after {
        border-bottom-color: #ddf4fb;
        z-index: 99;
    }

    div.popover-info.top .arrow:after {
        border-top-color: #ddf4fb;
        z-index: 99;
    }

    div.popover-info.left .arrow:after {
        border-left-color: #ddf4fb;
        z-index: 99;
    }

    div.popover-info.right .arrow:after {
        border-right-color: #ddf4fb;
        z-index: 99;
    }
/* SUCCESS */

div.popover-success {
    background: url("images/tick.png") no-repeat scroll 10px center #ddf4fb;
    background-color: #d1eed1;
    color: #337033;
    border-color: #bfe7bf;
}

    div.popover-success div.popover-content {
        margin-left: 35px;
        font-size: 13px;
    }

    div.popover-success h3.popover-title {
        background-color: #d1eed1;
        color: #337033;
    }

    div.popover-success.bottom .arrow:after {
        border-bottom-color: #d1eed1;
        z-index: 99;
    }

    div.popover-success.top .arrow:after {
        border-top-color: #d1eed1;
        z-index: 99;
    }

    div.popover-success.left .arrow:after {
        border-left-color: #d1eed1;
        z-index: 99;
    }

    div.popover-success.right .arrow:after {
        border-right-color: #d1eed1;
        z-index: 99;
    }

/* WARNING */

div.popover-warning {
    background: url("images/warning.png") no-repeat scroll 10px center #ddf4fb;
    background-color: #fdf5d9;
    color: #a37d02;
    border-color: #fceec1;
}

    div.popover-warning div.popover-content {
        margin-left: 35px;
        font-size: 13px;
    }

    div.popover-warning h3.popover-title {
        background-color: #fdf5d9;
        color: #a37d02;
    }

    div.popover-warning.bottom .arrow:after {
        border-bottom-color: #fdf5d9;
        z-index: 99;
    }

    div.popover-warning.top .arrow:after {
        border-top-color: #fdf5d9;
        z-index: 99;
    }

    div.popover-warning.left .arrow:after {
        border-left-color: #fdf5d9;
        z-index: 99;
    }

    div.popover-warning.right .arrow:after {
        border-right-color: #fdf5d9;
        z-index: 99;
    }


/* ERROR */

div.popover-error {
    background: url("images/cross.png") no-repeat scroll 10px center #ddf4fb;
    background-color: #fddfde;
    color: #B94A48;
    border-color: #fbc7c6;
}

    div.popover-error div.popover-content {
        margin-left: 35px;
        font-size: 13px;
    }

    div.popover-error h3.popover-title {
        background-color: #fddfde;
        color: #B94A48;
    }

    div.popover-error.bottom .arrow:after {
        border-bottom-color: #fddfde;
        z-index: 99;
    }

    div.popover-error.top .arrow:after {
        border-top-color: #fddfde;
        z-index: 99;
    }

    div.popover-error.left .arrow:after {
        border-left-color: #fddfde;
        z-index: 99;
    }

    div.popover-error.right .arrow:after {
        border-right-color: #fddfde;
        z-index: 99;
    }


/* POPOVER ADDED STYLES END HERE */

.shop-frame-item-text {
    display: inline-block;
    *display: inline; /* IE7 FIX */
    width: 270px;
}

.row-alt {
    background-color: #F9F9F9;
}

.width225 {
    width: 225px;
}

.width300 {
    width: 300px;
}

.namedisplay {
    border: 0 !important;
    background-color: White !important;
    font-weight: bold;
    padding-left: 7px !important;
}

#ameb-additional-field {
    margin-left: 0px;
}

.ui-spinner input, .ui-spinner input:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.shopping-cart {
    margin-right: -15px;
}

.popover-supporting-doc{
    margin-right: 10px;
}
.no-resize {
    resize: none;
    overflow: auto; 
    width: 356px;
    height: 58px;
}




