/************************************************************************************************
 ** Html, Body and Container Divs
 ************************************************************************************************/

/*--------------- New HTML ---------------*/
.sub-container{
	border:2px solid #b3b5b4;
	background-color: #ffffff;
	border-radius: 5px;
	margin:0 20px 10px 20px;
	padding:10px 0 20px 0;
	
}

.column{
	width: 21%;
	display: inline-block;
	vertical-align: top;
}

.group{
padding:0 20px 0 20px;
	margin:0 0 10px 0;
}

.fields{
	width:100%;

}

.fields-small{
	width:50px;

}

.spacer{
	width:4%;
	display: inline-block;
}
.btns{
	text-align: left;
	padding:20px 0 0 0;
}
.calendar-field{
	width:83%;
}


/*--------------- END ---------------*/
html {
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    /*background: #f1f2f6 url(../images/html_bkgd_img.gif) repeat-y center ;*/
}

html>
/**/

body {
    overflow-y: scroll;
}

input {
    font-size: 12px;
}

#container {
    min-height: 100%;
    /* For Modern Browsers */
    height: auto !important;
    /* For Modern Browsers */
    height: 100%;
    /* For IE */
    width: 100%;
}

#outer_container {
    width: 100%;
    background-image: url(../images/bkgd_img.jpg);
    background-repeat: repeat-x;
}

#middle_container {
    width: 908px;
    text-align: center;
    margin: auto;
    background-repeat: repeat;
}

#inner_container {
    text-align: left;
    margin: auto;
    width: 900px;
    background: #FFFFFF;
}

.partialTwoColumn #inner_container {
    background: url(../images/bkgd_layout_2column.gif);
}


/************************************************************************************************
 ** Header 
 ************************************************************************************************/

#branding {
    background-image: url(../images/Header.jpg);
    background-repeat: no-repeat;
    width: 900px;
    height: 135px;
    position: relative;
}

.icons_top_home {
    background-image: url(../images/Icons_home.gif);
    position: absolute;
    cursor: pointer;
    left: 815px;
    height: 18px;
    width: 21px;
    top: 25px;
}

.icons_top_logout {
    background-image: url(../images/Icons_logout.gif);
    cursor: pointer;
    position: absolute;
    left: 870px;
    height: 18px;
    width: 22px;
    top: 25px;
}

.icons_top_help {
    background-image: url(../images/Icons_help.gif);
    cursor: pointer;
    position: absolute;
    left: 842px;
    height: 18px;
    width: 21px;
    top: 25px;
}

.r4Link {
    valign: middle;
    position: absolute;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    width: 475px;
    text-align: left;
    top: 105px;
    padding: 0px;
    margin: 0px;
}

.r4Link a:link {
    font-weight: bold;
    color: #00538e;
    text-decoration: underline;
    font-size: 11px;
    /* Use fixed font-size for navigation */
}

.r4Link a:visited {
    font-weight: bold;
    color: #00538e;
    text-decoration: underline;
    font-size: 11px;
    /* Use fixed font-size for navigation */
}

.r4Link a:hover {
    font-weight: bold;
    color: #ec7e1e;
    text-decoration: underline;
    font-size: 11px;
    /* Use fixed font-size for navigation */
}


/************************************************************************************************
 ** Header 
 ************************************************************************************************/

#header {
    height: 46px;
    background: #00538E url(../images/White_Yellow_Bkgd.gif);
}

.oneColumnError #header {
    background-image: url(../images/bkgdImage.gif);
    ;
    width: 900px;
}


/************************************************************************************************
 ** Global Navigation (Home, Logout, & Help)
 ************************************************************************************************/

#globalnav {
    float: right;
    width: 200px;
    height: 46px;
}

#globalnav div {
    float: left;
}

#globalnav div p {
    margin: 0px;
    padding: 10px 0px 0 5px;
    display: block;
    float: none;
    width: auto;
    height: auto;
}

#globalnav div img {
    margin-right: 3px;
}

#globalnav div a {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    /* Use fixed font-size for navigation */
}


/************************************************************************************************
 ** Section Navigation (Home, Inventory, ASN, Client, User, Admin)
 ************************************************************************************************/

#sectionnav {
    float: left;
    width: 900px;
    background-color: #eef3f6;
    border-top-style: solid;
    border-top-color: #c3d3dd;
    border-top-width: 1px;
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

#sectionnav div {
    float: left;
    width: 110px;
    height: 35px;
    background-color: #00538E;
    margin: 0;
    padding: 0;
    border-right: 1px solid #C3D3DD;
    text-align: center;
}

#sectionnav div:hover {
    background-color: #789CB6;
}


/* Note: Many styles are listed here to override more generic styles defined elsewhere */


/*
#sectionnav div p {
    margin: 3px 0 0 0;
    padding: 0;
    text-align: center;
    display: block;
    line-height: 14px;
    vertical-align:middle;
    float: none;
    width: auto;
    height: 0px;
    height: auto !important;
    min-height: 0;
}*/

#sectionnav div a:link {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    /* Use fixed font-size for navigation */
}

#sectionnav div a:visited {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    /* Use fixed font-size for navigation */
}

#sectionnav div a:hover {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    /* Use fixed font-size for navigation */
}

#sectionnav div.selected {
    background-color: #CDDEE8;
    color: #00538e;
}

#sectionnav div.selected a:link {
    color: #00538e;
}

#sectionnav div.selected a:visited {
    color: #00538e;
}

#sectionnav div.selected a:link {
    color: #00538e;
}

#sectionnav ul.licious {
    background: #789cb6 none repeat scroll 0 0;
    font-size: 0.8em;
    left: 0;
    margin-left: 15px;
    margin-top: 5px;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 28px;
    width: 150px;
    z-index: 999;
    list-style: none outside none;
}

#sectionnav ul.licious a:hover {
    background: none repeat scroll 0 0 #00538E;
    position: relative;
}

#sectionnav ul.licious a {
    background: #789CB6 none repeat scroll 0 0;
    color: white;
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 5px 10px;
    position: relative;
    border-bottom: 1px solid white;
}

#sectionnav li {
    position: relative;
    padding-top: 3px;
    margin: 0;
}


/**************************************************
 * Section Subnavigation 
 **************************************************/

#submenu {
    background-image: url(../images/bkgd_subnav.jpg);
    background-repeat: no-repeat;
    height: 23px;
    width: 900px;
    clear: both;
}

.top_lvl {
    color: #00538e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 23px;
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
    font-weight: bold;
}

.second_lvl {
    color: #00538e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    padding-left: 5px;
}

.second_lvl a:link {
    color: #3d85c6;
}

.second_lvl a:visited {
    color: #00538e;
}

.second_lvl a:hover {
    color: #20a1fa;
}


/************************************************************************************************
 ** Main Content - Layout Styles 
 ************************************************************************************************/

#main {
    text-align: justify;
    margin: 0px;
    padding: 0px;
    min-height: 470px;
    /* For Modern Browsers */
    height: auto !important;
    /* For Modern Browsers */
    height: 470px;
    /* For IE */
}

.oneColumn #main,
.oneColumnError #main {
    background-color: #FFFFFF;
}

#contentHeader {
    clear: both;
    margin: 0;
    padding-top: 8px;
}

#headerDivider {
    height: 0px;
    clear: left;
    line-height: 0;
}

.partialTwoColumn #contentHeader {
    width: 698px;
    float: left;
    display: inline;
    clear: left;
}

#contentFooter {
    clear: both;
    text-align: right;
    margin: 0px 0 0px 0;
    padding: 0px;
    border-top: 4px solid #EC7E1E;
    color: #666666;
}

.partialTwoColumn .contentFooterClosed {
    width: 698px;
}

.partialTwoColumn .contentFooterOpen {
    width: 900px;
}

.partialTwoColumn .contentFooterOpen div {
    margin-right: 200px;
}

#sidebar {
    float: right;
    width: 200px;
    margin: 0;
    padding: 0;
    display: inline;
}

.twoColumn #sidebar {
    margin-top: 17px;
}

#sidebar img {
    border-color: #ffffff;
    border-width: 3px 0 3px 0;
    border-style: double;
    margin: 9px 0px 8px 0px;
}

#sidebarHeader {
    height: 90px;
    margin-top: 13px;
}

.form #sidebarHeader {
    height: 65px;
}


/************************************************************************************************
 ** Breadcrumbs
 ************************************************************************************************/

#breadcrumbs {
    clear: left;
    color: #00538e;
    background: url(../images/bkgd_breadcrumbs.gif) repeat-x;
    height: 30px;
    margin-bottom: 7px;
    margin-top: 1px;
    text-align: right;
}

.partialTwoColumn #breadcrumbs {
    width: 698px;
    float: left;
    display: inline;
}

#hiddenBreadcrumbs {
    background: #EC7E1E;
    height: 4px;
    font-size: 1px;
    /* IE 6 height fix */
    clear: left;
    margin-bottom: 7px;
    margin-top: 1px;
}

#breadcrumbs .content {
    padding: 6px;
}

#breadcrumbs a {
    color: #EC7E1E;
    text-decoration: none;
}

#breadcrumbs a:hover {
    color: #7194aa;
    text-decoration: underline;
}

#contentMessages {
    clear: left;
    display: block;
}


/**************************************************
 ** Footer Styles 
 **************************************************/

#footer {
    clear: both;
}

#bottom {
    height: 5px;
    width: 100%;
    display: none;
}


/************************************************************************************************
 ** Main Content - HTML Tag Styles
 ************************************************************************************************/

h1 {
    color: #00538e;
    font-size: 1.7em;
    font-weight: bold;
    margin: 4px 37px 0 20px;
}

p {
    margin: 0;
    padding: 0 0 4px 20px;
    float: left;
    display: inline;
    line-height: 15px;
    min-height: 3.5em;
    /* For Modern Browsers */
    height: auto !important;
    /* For Modern Browsers */
    height: 3.5em;
    /* For IE */
    width: 300px;
    /* For IE */
}

.wideTwoColumnLayout {
    margin: 0;
    padding: 0 0 4px 20px;
    float: left;
    display: inline;
    line-height: 15px;
    min-height: 3.5em;
    /* For Modern Browsers */
    height: auto !important;
    /* For Modern Browsers */
    height: 3.5em;
    /* For IE */
    width: 400px;
    /* For IE */
}

.threeColumnLayout {
    margin: 0;
    padding: 0 0 4px 20px;
    float: left;
    display: inline;
    line-height: 15px;
    min-height: 3.5em;
    /* For Modern Browsers */
    height: auto !important;
    /* For Modern Browsers */
    height: 3.5em;
    /* For IE */
    width: 265px;
    /* For IE */
}

label {
    display: block;
    font-size: 1.0em;
    font-weight: bolder;
    text-align: left;
    color: #00538e;
}

.radioSet label {
    display: inline;
}

.radioSetNoBold label {
    display: inline;
    font-weight: normal;
}

p.buttonPanel {
    clear: both;
    min-height: 1.0em;
    /* For Modern Browsers */
    height: auto !important;
    /* For Modern Browsers */
    height: 1.0em;
    /* For IE */
    width: auto;
    padding-bottom: 10px;
    display: block;
    float: none;
}

p.buttonPanel img {
    border: none;
}

p.button_float {
    min-height: 1.0em;
    /* For Modern Browsers */
    height: auto !important;
    /* For Modern Browsers */
    height: 1.0em;
    /* For IE */
    width: auto;
    padding-bottom: 10px;
    display: inline;
    float: left;
}

p.button_float img {
    border: none;
}

p.instructions {
    display: block;
    float: none;
    margin: 0px 20px 15px 20px;
    padding: 0;
    height: 0;
    height: auto ! imporant;
    min-height: 0;
    color: #333333;
    width: auto;
}

p.kitCodeComponent {
    margin: 0;
    padding: 0 0 4px 20px;
    float: left;
    display: inline;
    line-height: 15px;
    min-height: 3.5em;
    /* For Modern Browsers */
    height: 3.5em;
    /* For IE */
    width: 380px;
    /* For IE */
}

p.kitCodeComponentItem {
    clear: both;
    margin: 0;
    padding: 0 0 4px 20px;
    float: left;
    display: inline;
    line-height: 15px;
    min-height: 3.5em;
    /* For Modern Browsers */
    height: 3.5em ! important;
    /* For IE */
    width: 300px;
    /* For IE */
}

h2 {
    margin: 5px 0px 10px 20px;
    clear: left;
    font-size: 1.2em;
    font-weight: bold;
    color: #ec7e1e;
    border-bottom: 1px solid #daae2e;
}

h2.expandableDown {
    background: url(../images/fieldsdown.gif) no-repeat right;
    cursor: pointer;
}

h2.expandableUp {
    background: url(../images/fieldsup.gif) no-repeat right;
    cursor: pointer;
}

.displayElement {
    background: url(../images/icon_show.gif) no-repeat left;
    cursor: pointer;
    margin-left: 22px;
}

.hideElement {
    background: url(../images/icon_hide.gif) no-repeat left;
    cursor: pointer;
    margin-left: 22px;
}

h2.tableHeader {
    margin-top: 0;
    margin-bottom: 0;
}

.partialTwoColumn h2.tableHeader {
    margin-bottom: 2px;
    border-bottom: none;
}

h2.tableHeader .instructions {
    color: #407eaa;
    font-size: .8em;
    font-weight: normal;
}

h2.tableHeader .instructions img {
    margin: 0 10px 0 10px;
}


/**************************************************
 * Table & Cell Styles 
 **************************************************/

table {
    margin: 0 0px 11px 20px;
    border: none;
    padding: 0;
    border-collapse: collapse;
    text-align: left;
	font-size:11px;
}

#resultsTable,
#resultsTable1,
#resultsTable2 {
    width: 860px;
    background: #ffffff;
}

#searchResults,
.dualSearchResults {
    background: #ffffff;
    clear: both;
    padding: 0px;
}

#searchDivider,
#searchDivider2 {
    clear: both;
    height: 2px;
    margin: 0 0 0px 20px;
    padding: 0px;
    background: #EC7E1E;
    line-height: 0px
}

th {
    padding: 5px 10px;
    border-bottom: 1px solid #daae2e;
    border-top: 1px solid #daae2e;
    color: #00538e;
    font-size: 11px;
    text-align: inherit;
}

th a:link {
    text-decoration: none;
    color: #00538e;
}

th a:hover {
    text-decoration: underline;
    color: #ec7e1e;
}

.emptyCol {
    background: none;
}

td {
    padding: 5px 10px 5px 10px;
    color: #00538e;
}

td_search_result {
    padding: 5px;
    color: #00538e;
}

.row1 {
    background: #ffffff;
}

.row2 {
    background: #ccdde8;
}

.row2_bold {
    background: #ccdde8;
    font-weight: bold;
}

.rowInactive {
    background: #dddddd;
}

.restrictCatRow {
    background: #ffffff;
    border: 2px solid yellow;
}

.selectedColumn {
    background: #b1b1b1;
}

.row1 .selectedColumn {
    background: #e4e4e4;
}

.row2 .selectedColumn {
    background: #d0cfcf;
}

.asc {
    background: #d0cfcf url(../images/Arrows_small_up.gif) no-repeat right;
}

.desc {
    background: #d0cfcf url(../images/Arrows_small_down.gif) no-repeat right;
}


/**************************************************
 * Tooltip Styles 
 **************************************************/

.blueTip {
    width: 226px;
    height: 174px;
    background: url(../images/bkgd_tooltip_blue_large.gif) no-repeat;
    opacity: .90;
    filter: alpha(opacity=90);
}

.redTip {
    width: 226px;
    height: 174px;
    background: url(../images/bkgd_tooltip_red_large.gif) no-repeat;
    opacity: .90;
    filter: alpha(opacity=90);
}

.redTipSmall {
    width: 202px;
    height: 64px;
    background: url(../images/ib4bubble.gif) no-repeat;
    opacity: .90;
    filter: alpha(opacity=90);
    padding: 7px 7px 7px 7px;
}

.redTip .content,
.redTipSmall .content,
.blueTip .content,
.blueTip .content {
    width: 195px;
    padding: 10px;
    font-size: .94em;
}

.redTip p,
.blueTip p {
    margin: 5px 30px 5px 5px;
}

.redTip h3,
.blueTip h3 {
    text-align: center;
    margin: -5px 0 2px 0;
    padding: 0;
    font-size: 1.0em;
}

.redTip h3 a,
.blueTip h3 a {
    color: #00538E;
}

.redTipSmall p {
    margin: 3px 3px 3px 30px;
    font-size: .9em;
}


/**************************************************
 * Miscellaneous Styles 
 **************************************************/

#thumbnailContainer {
    border: 1px solid #EC7E1E;
    margin: 0 20px 5px 20px;
    padding: 10px;
}

.mediaThumbnail,
.mediaThumbnailEdit {
    float: left;
    cursor: pointer;
    height: 127px;
    margin: 2px;
    display: table-cell;
    vertical-align: middle;
    padding: 1px;
    position: relative;
}

.mediaThumbnailEdit {
    border: 1px dashed #cccccc;
}

.mediaSortOrder {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    opacity: .80;
    filter: alpha(opacity=80);
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #666666;
    border-bottom: 1px dashed #cccccc;
    border-left: 1px dashed #cccccc;
}

#compDivSelector {
    height: 30px;
    width: 200px;
    text-align: center;
    background-color: #f8ed5f;
    padding-top: 10px;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #FFFFFF;
    margin-top: 14px;
}

#compDivSelector select {
    width: 180px;
}

.clear {
    clear: both;
    height: 1px;
}

.errorMessage {
    color: #cc0000;
    font-weight: bold;
    margin-right: 20px;
}

.errorMessageProduct {
    color: #cc0000;
    font-weight: bold;
    margin-right: 0px;
    margin-left: 20px;
    font-size: 1.2em;
}

p.ajaxErrorMessage {
    padding: 20px;
    color: #cc0000;
    font-weight: bold;
    margin: 0px;
    background: #ffffff;
    text-align: center
}

.newLine,
.fullNewLine,
.endTab {
    clear: both;
}

.fullLine,
.fullNewLine {
    width: 650px;
}

.loading {
    position: absolute;
    bottom: 0px;
    left: 480px;
    width: 200px;
    padding: 2px;
    border: 1px solid #EC7E1E;
    background: #00538E;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.loading img {
    margin-right: 5px;
}

.disabledButton {
    opacity: .50;
    filter: alpha(opacity=50);
}

.disabledInactiveButton {
    opacity: .50;
    filter: alpha(opacity=50);
}

.response {
    position: absolute;
    bottom: -5px;
    left: 250px;
    padding: 2px;
    color: red;
    font-weight: bold;
    text-align: justify;
}

.actionMessage {
    font-size: 12px;
    font-weight: bold;
    color: #999900;
}

.pagination {}

.pagination a,
.pagination .onpage,
.pagination .stats {
    padding-right: 1px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
}

.tab_container_wide .fit p {
    width: auto;
}

INPUT.transLabel {
    background: transparent;
    border: 0px;
    color: background;
}

.tabFields h2 {
    margin-right: 20px;
}


/*#f6eed1;*/

.fieldBlock {
    border: 1px solid #B3B5B4;
    background: #deeaf6;
    ;
    margin: 0 20px 0 20px;
    padding: 0;
    display: block;
    float: none;
}

.fieldBlock_itemDetail {
    border: 1px solid #B3B5B4;
    background: #deeaf6;
    margin: 0 20px 0 20px;
    padding: 0 0 20px 0;
    display: block;
    float: left;
}

.fieldBlock_itemDetail ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.fieldBlock_itemDetail li {
    margin: 0;
    position: relative;
    border-left: 1px solid #2791DD;
    border-bottom: 1px solid #2791DD;
    border-right: 1px solid #2791DD;
}

.fieldBlock_itemDetail ul.licious img {
    float: left;
    padding: 5px;
    position: relative;
}

.fieldBlock_itemDetail ul.licious li {
    padding: 5px;
}

.fieldBlock_itemDetail div a:link {
    min-height: auto;
    /* For Modern Browsers */
    height: auto;
    /* For IE */
    color: #FFFFFF;
}

.fieldBlock_itemDetail div a:visited {
    min-height: auto;
    /* For Modern Browsers */
    height: auto;
    /* For IE */
    color: #FFFFFF;
}

.fieldBlock_itemDetail div a:hover {
    min-height: auto;
    /* For Modern Browsers */
    height: auto;
    /* For IE */
    color: #FFFFFF;
}

.fieldBlock_itemDetail ul.licious {
    background: none repeat scroll 0 0 #789CB6;
    left: 0;
    list-style: none outside none;
    margin-left: -67px;
    margin-top: 1px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 32px;
    width: 160px;
    z-index: 999;
}

.fieldBlock_itemDetail ul.licious a {
    background: none repeat scroll 0 0;
    color: #00538E;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 5px 0;
    position: relative;
}

.fieldBlock_itemOperation {
    height: 395px;
    float: right;
    width: 200px;
    background-color: #deeaf6;
    margin-right: 15px;
    border: 1px solid #B3B5B4;
}

.searchParamsBlock {
    border: 1px solid #B3B5B4;
    background: #cad9e3;
    margin: 0 20px 0 20px;
    padding: 0;
    display: block;
    float: none;
}

.searchParamsBlock p {
    width: 250px;
    ;
    height: auto;
    min-height: 0;
}

.searchParamsBlock label {
    display: inline;
}

#removeButton img {
    filter: alpha(opacity=90);
}

#leftColumn {
    width: 250px;
    min-height: 250px;
    float: left;
    margin: 10px 3px 20px 20px;
    padding: 0 10px 5px 10px;
    border: 1px dotted #dddddd;
    cursor: move;
}

#centerColumn {
    width: 250px;
    min-height: 250px;
    float: left;
    margin: 10px 0 20px 3px;
    padding: 0 10px 5px 10px;
    border: 1px dotted #dddddd;
    cursor: move;
}

#rightColumn {
    width: 250px;
    min-height: 250px;
    float: left;
    margin: 10px 0 20px 20px;
    padding: 0 10px 5px 10px;
    border: 1px dotted #dddddd;
}

#leftColumn div,
#centerColumn div {
    border: 1px solid #ffffff;
    margin: 3px;
    padding: 3px;
    padding-left: 5px;
    background: #eeeeee;
    color: #333333;
    background-color: expression( this.onmouseover=new Function("this.className += ' divHover';"), this.onmouseout=new Function("this.className = this.className.replace('divHover', '');"));
}

#rightColumn div {
    border: 1px solid #ffffff;
    margin: 3px;
    padding: 3px;
    padding-left: 5px;
}

#leftColumn div:hover,
#centerColumn div:hover,
#leftColumn .divHover,
#centerColumn .divHover,
#rightColumn .divHover {
    background: #dddddd;
    opacity: 1.0;
    filter: alpha(opacity=100);
    color: #333333;
    z-index: 1000;
}

#leftColumn div.selectedDiv,
#rightColumn div.selectedDiv {
    background: #dddddd;
    color: #000000;
    font-weight: bold;
}

.hoverActive {
    background-color: #fbeed1;
}

#buttonColumn {
    text-align: center;
    padding-top: 100px;
    padding: 100px 0px 0px 0px;
}

.search_hr {
    color: #6aa1c4;
    background-color: #6aa1c4;
    height: 0.2px;
    margin: 0 0 10px 20px;
    *margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    width: 800px;
}

.blueToolTip {
    color: #00538E;
    background: white;
    padding: 3px;
    font: 12px;
    width: 800px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

#sectionnav div.seamlessSite {
    float: left;
    width: 110px;
    height: 35px;
    background-color: #DF8F20;
    margin: 0;
    padding: 0;
}

#sectionnav div.seamlessSite:hover {
    background-color: #E3C138;
}

#itemPopupClose {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 15px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 10px;
    background-image: url(../images/prototip/styles/protoblue/close.png);
    background-repeat: no-repeat;
}

.kitCodeSearch_instruction {
    width: 80%;
    margin: 4px 57px 12px 20px;
}

.selectCheck {
    vertical-align: middle;
}


/*start RESKIN*/

#middle_container {
    border: 1px solid #dedede;
}

#outer_container {
    width: 100%;
    background-image: none;
    background-repeat: repeat-x;
}

#container {
    background: #fbf9f9;
}

#branding {
    background-image: url(../images/header_login.jpg);
}

#breadcrumbs {
    background-image: none;
    border-top: #789cb6;
    border-bottom: #789cb6;
    height: auto;
    margin: 0;
}

#hiddenBreadcrumbs {
    background: none;
}

h2 {
    color: #789cb6;
    border-bottom: 1px solid #789cb6;
}

#announcement_box .row2 {
    background: #ccdde8;
}

#drafts_box tr.row2 td,
.alerts_box tr.row2 td {
    background-color: #ccdde8;
}

#contentFooter {
    border-top: 4px solid #006699;
}

#sectionnav div {
    width: 14.12%;
}

#sectionnav ul.licious {
    left: 0;
    margin-left: 0px;
    margin-top: 7px;
    top: 28px;
}

.fieldBlock {
    background: #fbf9f9;
    border-radius: 5px;
}

.searchParamsBlock {
    background: #fbf9f9;
    border-radius: 5px;
}

.threeColumnLayout {
    padding: 0 0 4px 15px;
}
