/****************
    General CSS
*****************/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #333333;
}

div.sytadelCreatePageWrapper {
    margin: 8px;
}

div.sytadelEditPageWrapper {
    margin: 8px;
}

p {
    margin-top: 0px;
}
a:focus, a:active { background-color: orange; }

tt {
    font-size: 1.3em;
}

ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}
ul ul {
    margin-left: 25px;
}

ol {
    margin-left: 0px;
    padding-left: 25px;
}

ul li {
    list-style-image: url(/images/starIconBlue.gif);
    list-style-position: outside;
    margin-left: 20px;
    margin-bottom: 3px;
}

img {
    border: 0px;
}

ul.sytadelBoxContent {
    margin-left: 5px;
}
h1, h2, h3, h4, h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
h1 {
    color: #0c4789;
    font-size: 1.75em;
    margin-bottom: 5px;
    margin-top: 8px;
    line-height: 110%;
}

h2 {
    color: #bd110e;
    font-size: 1.3em;
    margin-bottom: 8px;
    margin-top: 10px;
}

h3 {
    color: #14549c;
    font-size: 1.15em;
    margin-bottom: 5px;
    margin-top: 10px;
}

h4 {
    font-size: 1.1em;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 12px;
}

h5 {
    font-size: 1em;
    color: #666666;
    margin-bottom: 0px;
    margin-top; 12px;
}

hr.clear {
    clear: both;
    border: none;
    height: 0;
    color: #FFFFFF;
}

/* Header stuff */
.recallsHeaderSkipToContentBox {
    font-size: 0.8em;
}

.recallsAdminLinks {
    margin-top: 10px;
}

.recallsCategorySearchBoxWrapper {
    margin-top: 15px;
    margin-bottom: 10px;
}

.recallsSimpleSearchBox {
    float: right;
    margin-top: 10px;
}

.recallsHeaderLogoBox {
    float: left;
    margin: 5px;
}

.recallsTitleBox {
    float: right;
    margin-top: 35px;
    padding-right: 30px;
    padding-bottom: 0px;
}

.recallsTitle {
    color: #0c4789;
    font-size: 2em;
    font-weight: bold;
}

.recallsSubTitle {
    font-size: 1.6em;
    font-weight: bold;
}

.recallsNonHomePageBox {
    clear: both;
    margin-bottom: 4px;
    background-color: #0c4789;
    height: 21px;
}

.recallsNonHomePageBoxImage {
    float: right;
}

/* Temporary field formatting */

form legend {
    padding: 0 2px;
    font-weight: bold;
}

form label {
    display: inline-block;
    line-height: 130%;
}

form fieldset {
    margin: 0.2em;
    border: 1px solid #AAAAAA;
    padding-top: auto;
    padding-left: 0.6em;
    padding-bottom: 0.6em;
    padding-right: 0.6em;
}

form fieldset legend label, form fieldset fieldset legend label {
    float: none;
    width: auto;
}

form ol {
    margin: 0;
    padding: 0;
}

form li {
    list-style: none;
    padding-bottom: 5px;
    margin: 0 0 0.2em 0;
    clear: both;
}

form fieldset label {
    width: 18em;
    margin-right: 5px;
    text-align: right;
    float: left;
    clear: both;
}

form fieldset fieldset label {
    width: 17.1em;
}

form fieldset fieldset fieldset li label {
    width: 16.2em;
}

form fieldset div.offsetLeft label {
    text-align: left;
}

form fieldset div.offsetLeft table {
    border-collapse: collapse;
}

form ol li div.offsetLeft {
    float: left;
}

form {
   margin: 0px;
}

/* Navigation menu styling */
div.menuTreeContainer {
    font-size: 1.1em;
    margin-bottom: 10px;
}

div.menuTreeContainer img {
    border:0 none;
}
div.menuTreeContainer a:link {
    text-decoration:none;
    color: black;
}
div.menuTreeContainer a:visited {
    text-decoration:none;
    color: black;
}
div.menuTreeContainer ul li {
    background:transparent none repeat scroll 0 0;
    padding:4px 0px 2px 0px;
    list-style: none;
    list-style-image: none;
    margin: 0px;
    clear: left;
}
div.menuTreeContainer ul li a {
    display:block;
    font-family:Helvetic Light,Helvetica,Arial,sans-serif;
    font-size:1.3em;
    font-weight: bold;
    line-height:120%;
    padding:5px 10px 5px 10px;
}

div.menuTreeContainer ul {
    margin:0;
    padding-left:0;
}

div.menuTreeContainer ul ul {
    margin-bottom: -4px;
}

div.menuTreeContainer ul ul li {
    margin-left: 21px;
}

div.menuTreeContainer ul ul a {
    display: inline;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:0.8em;
    font-weight:bold;
    padding:0;
}

div.menuTreeContainer ul ul ul {
    display:none;
}

div.menuTreeContainer a.menuExpandButtonLink {
    border:0 none;
    padding: 5px;
    margin-left: -21px;
}

div.menuTreeContainer div.separator {
    background-image:url(/images/separatorBackground.gif);
    font-size:0;
    height:8px;
    margin-bottom:0;
}

/* Recalls specific menu styling */
div.menuTreeContainer ul.recallsNavigationMenu {
    background-image: url(/images/menuTitleBackground.gif);
    background-repeat: repeat-y;
    padding-bottom: 2px;
    /* Fix for IE7 bug that causes background to go on top of text */
    position: relative;
}

div.recallsSeparator {
    background-image: url(/images/menuTitleBackground.gif);
    background-repeat: repeat-y;
    height: 2px;
    margin-top: 20px;
}

div.menuTreeContainer ul.recallsNavigationMenu ul {
    background-image: none;
    background-color: white;
}

/* IE Hack, otherwise the first item in the list will be indented */
* html div.menuTreeContainer ul.recallsNavigationMenu ul {
    height: 0px;
}

* html div.menuTreeContainer ul.recallsNavigationMenu {
	height: 100px;
}

div.menuTreeContainer ul.recallsNavigationMenu ul ul {
    background-color: #EFF2F2;
}

div.menuTreeContainer ul.recallsNavigationMenu li.menuLeafNode {
    list-style-image: url(/images/starIconBlue.gif);
    list-style-position: outside;
    margin-left: 22px;
}

div.menuTreeContainer ul.recallsNavigationMenu li.privateInformationLeafNode {
    list-style-image: url(/images/starIconRed.gif);
}

div.recallBoxImage {
    float: left;
    margin: 10px;
}

div.recallsCategorySearch {
    background-color: #c8daf2;
    padding: 10px;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 2px;
}

div.recallsCategoryBrowseByYear {
    background-color: #e0e6e6;
    padding: 10px;
    font-size: 0.9em;
    font-weight: bold;
}

div.printerFriendlyDiv {
    border-bottom: 1px dotted #b1ccea;
    margin-bottom: 5px;
}

div.printerFriendlyImageDiv {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}

div.printerFriendlyDiv p {
    margin: 0;
}

div.recallsHotTopicBox {
    margin-bottom: 2px;
    padding: 8px;
    position: relative;
    background-color: #e0e6e6;
    _width: 100%;
    overflow: hidden;
}

div.recallsHotTopicBox h2 {
    background-color: #e0e6e6;
}

div.recallsHotTopicContent {
    margin-left: 110px;
}

div.recallsHotTopicContent h2 {
   padding: 0px;
}

div.recallsHotTopicImage {
    float: left;
    
}

div.recallsMoreHotTopics {
    background-color: #e0e6e6;
    margin-bottom: 2px;
    padding: 4px;    
}

div.recallsMoreHotTopics span {
    display: block;
    text-align: right;
}

div.recallBox {
    background-color: #e0e6e6;
    margin-bottom: 2px;
    padding: 4px;
}

div.recallBox h2 {
    background-color: #e0e6e6;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em;
}

div.recallBoxImage {
    float: left;
    margin: 5px 10px 5px 5px;
}

div.recallsEditFormWrapper {
    min-width: 815px;
}

div.recallFullView fieldset {
    border: 1px solid lightGrey;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0.6em;
}

div.recallFullView fieldset legend {
    font-size: 1.2em;
    font-weight: bold;
    color: #696969;
}

div.recallFullView div.recallImagesBox img {
    margin: 5px;
}

div.recallFullViewIndentedBlock {
    padding-left: 1em;
}

li.recallListItem {
    position: relative;
    padding-right: 150px;
}

div.recallListHeading {
    position: relative;
    padding-right: 150px;
}

span.recallListItemDate {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    width: 12em;
}

span.listHeading {
    color: blue;
    font-weight: bold;
}

li.manageUsersMember {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    background-position: 8px 10px;
    border: dotted lightgrey 1px;
}

li.manageUsersMember form {
    padding-top: 10px;
}

span.manageUsersMemberLink {
    font-weight: bold;
}

/* TODO: remove this style and find all occurences and change them to the recall-prefixed one */
li.privateInformation {
    list-style-image: url(/images/starIconRed.gif);
}

li.recallPrivateInformation {
    list-style-image: url(/images/starIconRed.gif);
}

li.odd {
    background-color: #f5f5f5
}

div#emailAlertTree li {
    list-style-image: none;
}

.imageButton {
    vertical-align: -3px;
}

.recallsNotifyBoxTitleBar {
    background-color: #c8daf2;
    border: none;
    margin-top: 3px;
    padding: 3px;
    font-weight: bold;
}

.recallsNotifyBoxContentFrame {
    background-color: #eff2f2;
    border: none;
    margin-top: 3px;
    padding: 3px;
}

/* Search CSS */
.recallSearchResult {
    margin-bottom: 10px;
}

#search_form_section {
    margin-bottom: 10px;
}

#searchFieldset {
   padding-top: 10px;
}

#searchFieldset label {
    width: 120px;
}

#advancedSearchButton {
    margin-left: 20px;
    margin-top: 10px;
}

div.advancedSearchCategories {
    margin-left: 20px;
}

div.advancedSearchCategories label {
    vertical-align: middle;
}

div.recallsStatistics table {
    border-collapse: collapsed;
    border-spacing: 0px;
    border: solid 1px grey;
}
div.recallsStatistics table td {
    padding: 3px;
    vertical-align: center;
    text-align: center;
    border: solid 1px grey;
}
div.recallsStatistics table th {
    padding: 3px;
    min-width: 60px;
    * width: 60px;
    vertical-align: center;
    border: solid 1px grey;
}
div.recallsStatistics table tr.recallTypeTotal {
    font-weight: bold;
}
div.recallsStatistics table td.grandTotal {
    font-size: 1em;
}
div.recallsStatistics table td.recallYearTotal {
    font-weight: bold;
}
span.loggedInMessage {
    font-size: 0.8em;
    font-weight: bold;
}
span.loggedInMessage em {
    color: red;
}

div.iceciProductCodeSelect {
    clear: both;
}

div.iceciProductCodeSelect label {
    text-align: right;
}

div.iceciProductCodeNotes {
    border: 1px solid #999999;
    float: left;
    padding: 4px;
    width: 50%;
    margin-left: 3px;
}

div.recallAdvertisingMediums label {
    clear: both;
}

div.recallAdvertisingMediumsColumn label, div#recallSupplyChainPositions label {
    width: auto;
}

div.recallAdvertisingMediumsColumn, div.recallCoverageColumn {
    width: 18em;
    float: left;
}

div.recallAdvertisingMediumsColumn label, div.recallCoverageColumn label {
    clear: both;
    text-align: left;
    width: auto;
}

div.recallAdvertisingMediumsOtherText {
    clear: both;
}

div#recallDatesAvailableForSale label {
    text-align: left;
    width: auto;
    margin-left: 1em;
}

div#progressReportSubmitError {
    color: red;
    font-style: italic;
}

table.recallRelatedProgressReports th  {
    background-color: #EFF2F9;
    color: black;
}

table.recallRelatedProgressReports td, th {
    border: 1px solid black;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}

table.recallRelatedProgressReports td.recallRelatedProgressReportsHighlightedCell {
    background-color: #FCFCB8;
}

table.recallRelatedProgressReports td.recallRelatedProgressReportsReturnRate {
    background-color: #DBFDB9;
}

table.recallRelatedProgressReports {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}

span.recallFullViewProgressReportLabel {
    font-weight: bold;
    margin-right: 0.5em;
} 

div.recallProgressReportAdvertising ul {
    margin-left: 1em;
}

div.recallAdvertisingMediums {
    display:inline;
}

div#recallProgressReportDefectCauses label {
    clear: both;
}

div.recallContactDetails {
    margin-bottom: 1em;
}

div.recallContactDetailLabel {
    font-weight: bold;
    float: left;
    width: 6em;
    text-align: right;
    padding-right: 1em;
    clear: both;
}

div.recallContactDetailValue {
    float: left;
}

div.recallLinksBox ul li {
    margin-left: 2em;
}

div.recallLinksBox h2 {
    padding-left: 40px;
    line-height: 35px;
}

div.recallRelatedTopics h2 {
    background: url("/images/relatedTopics.png") no-repeat scroll 0 0 transparent;
}

div.recallExternalLinks h2 {
    background: url("/images/externalLinks.png") no-repeat scroll 0 0 transparent;
}

div#recallSupplyChainPositions label, div#recallPrimaryAgeGroups label, div.recallFullViewEnumeration label, {
    width: auto;
    clear: both;
}

div#recallProgressReportIsFinalProgressReport {
    float: left;
    padding-left: 205px;
    margin-bottom: 1em;
}

div#recallProgressReportIsFinalProgressReport label {
    width: auto;
}

div.recallProgressReportEditFormWrapper fieldset h2 {
    font-size: 1.2em;
    color: black;
    font-weight: bold;
    margin: 1em;
}

div.sytadelErrorEdit {
    display: block;
    clear: both;
    margin-bottom: 1em;
    margin-left: 18em;
}

div.offsetLeft .sytadelErrorEdit {
    margin-left: 0;
}

span.recallConfirmationError {
    font-weight: bold;
    color: red;
}

div.fieldDescription {
    color: #606060;
    margin-bottom: 10px;
    margin-top: 2px;
}
