﻿body
{
    font-family: Verdana;
    font-size: 8pt;
    height: 100%;
}

/* -- MASTER PAGE -- */

#divHeader
{
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-bottom-style: solid;
    border-bottom-color:  #070245;
    border-bottom-width: 0.2em;
}

#divMasterPage
{
    padding: 0px 0px;
    margin: 0;
    min-height: 600px;
    position: relative;
}




#divMenu
{
    min-height: 600px;
    float: left;
    padding-left: 1px;
    margin-left: 0;
    display: inline;
    border-right-style: solid;
    border-right-color:  #070245;
    border-right-width: 0.2em;
}


#divContent
{
    width: 70%;
    float: left;
    min-height: 600px;
    float: left;
    margin-left: 1px;
    padding-left: 1px;
    display: inline;
    overflow: visible;
}

.Clear
{
    clear: both;
}



/*  -- Login page -- */


div.login
{
    margin: auto;
    padding: auto;
    width: 300px;
    height: 250px;
    text-align: center;
    border-style: solid;
    border-color: #F8E3E7;
    border-width: thin;
    background-color: #ECECEC;
}

.DropSmall
{
    width: 60px;
    background-color: Yellow;
}

.TextLarge
{
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
    width: 170px;
    height: 10px;
}

.TextBold
{
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.createUserlink
{
    color: #626469;
}

div.Registration
{
    margin: auto;
    padding: auto;
    height: 470px;
    width: 350px;
}

/*  -- Table border format -- */

tr.GreyBackground
    {
        background-color: #eeecec;
    }

td.GreyBackground
    {
        background-color: #eeecec;
    }
    
td.BorderRx
{
    border-right-style: solid;
    border-right-width: 0.2em;
    border-right-color: #f0f0f0;
}

td.BorderSx
{
    border-left-style: solid;
    border-left-width: 0.2em;
    border-left-color: #f0f0f0;
}

td.BorderBt
{
    border-bottom-style: solid;
    border-bottom-width: 0.2em;
    border-bottom-color: #f0f0f0;
}

td.BorderTop
{
    border-top-style: solid;
    border-top-width: 0.2em;
    border-top-color: #f0f0f0;
}

td.BorderRxColored
{
    border-right-style: solid;
    border-right-width: 0.2em;
    border-right-color:  #070245;
}

td.BorderRxColoredBackground
{
    border-right-style: solid;
    border-right-width: 0.2em;
    border-right-color:  #070245;
    background-color: #eeecec
}

td.BorderSxColored
{
    border-left-style: solid;
    border-left-width: 0.2em;
    border-left-color:  #070245;
}

td.BorderBtColored
{
    border-bottom-style: solid;
    border-bottom-width: 0.2em;
    border-bottom-color:  #070245;
}

td.BorderTopColored
{
    border-top-style: solid;
    border-top-width: 0.2em;
    border-top-color:  #070245;
}


/* BEG-Accordion */

div.divAccordion
{
    width: 85%;
    position: relative;
    margin: auto;
}

.SlotNews
{
    font-size: 1.8em;
    color: #070245;
}

.accordionHeader, .accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color:  #070245;
    font-family: Verdana;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
}

.accordionHeaderSelected
{
    background-color: #070245;
}

.accordionHeader a, .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

.accordionHeader a:hover, .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    background-color: #FFFFFF ;
    padding: 2px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
}


/* -- Edit user control -- */

div.divEditItem, div.divEditItemColored
{
    border-style: ridge;
    border-width: 2px;
    border-color: Gray;
}

div.divEditItemColored
{
    background-color: #FEFEE3;
}

/* -- modal popup -- */

.modalPopup
{
    background-color: #F1F1F1;
    width: auto;
    height: auto;
    border-style: ridge;
    border-width: 2px;
    border-color: #F42B3C;
    padding: 2em;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 1234 !important;
}

.filterMenu
{
    z-index: 9999999 !important;
}

a.Colored
{
    font-family: Verdana;
    color:  #070245;
    font-size: 1em;
}

.CarrierLogo
{
    width: 200px;
    height: 123px;
}

.LabelInfo
{
    text-align: center;
}


/* Passwrdo Strength */
.TextIndicator_pwd_Strength1
{
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}
.TextIndicator_pwd_Strength2
{
    background-color: Gray;
    color: Yellow;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}
.TextIndicator_pwd_Strength3
{
    background-color: Gray;
    color: #FFCAAF;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}
.TextIndicator_pwd_Strength4
{
    background-color: Gray;
    color: Aqua;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}
.TextIndicator_pwd_Strength5
{
    background-color: Gray;
    color: #93FF9E;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.validator
{
    font-family: Verdana;
    color: Red;
    font-size: 1em;
}

/* Validator CalloutHighlight*/
.validatorCalloutHighlight
{
    background-color: Yellow;
}


/*

CUSTOM GRIDS FORMATTING	

*/

.gridHeaderColor1 {
    background-image: none !important;
    background-color: #dee1e7 !important;
}

.gridHeaderColor2 {
    background-image: none !important;
    background-color: #faf0f7 !important;
}

.gridHeaderColor3 {
    background-image: none !important;
    background-color: Purple !important;
}

/*div.RadGrid_SM_RED .rgHeader,
div.RadGrid_SM_RED th.rgResizeCol,
div.RadGrid_SM_RED .rgFilterRow td,
div.RadGrid_SM_RED .rgRow td,
div.RadGrid_SM_RED .rgAltRow td,
div.RadGrid_SM_RED .rgEditRow td,
div.RadGrid_SM_RED .rgFooter td {
    border-left: 1px solid #bbc9e7;
}*/

div.VerticalSep .rgHeader,
div.VerticalSep th.rgResizeCol,
div.VerticalSep .rgFilterRow td,
div.VerticalSep .rgRow td,
div.VerticalSep .rgAltRow td,
div.VerticalSep .rgEditRow td,
div.VerticalSep .rgFooter td {
    border-left: 1px solid #bbc9e7;
}


.warningIncoterms {
	font-weight: bold;
	color: #ff6a00;
	font-size: 16px !important;
}


.infoSN {
	font-weight: bold;
	color: #070245;
	font-size: 16px !important;
}

.a {
  font-family: Verdana;
  font-size: 10px !important;      
}

.RadListBox {
    text-align: left;
}

.RadListBox_Default .rlbText {
    font-size: 10px !important;
    font-family: Verdana;
}

.CompanyLogo {
    background-image: url('images/logoPrometeon.jpg');
    background-repeat: no-repeat;
    height: 40px;
}