﻿/* DEFAULTS
----------------------------------------------------------*/
body   
{
	font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
    font-size: .80em;
    height: 100%;
    margin: 0px;
}

a:link, a:visited
{
    color: rgb(37, 95, 143);
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

a:active
{
    color: rgb(37, 95, 143);
}

a img
{
    border: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: .90em;
}

hr.techRule {
	color: #000000;
	height: 1px;
}

li.bold div
{
    font-weight: normal;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#pageHeader
{
    background-image: linear-gradient(135deg, rgb(47, 89, 216) 25%, rgb(14, 81, 159) 75%);
    background-color: rgb(47, 89, 216);
    border-bottom-color: rgb(128, 206, 26) !important;
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
    height: 50px;
}

#pageHeaderBackground
{
    background: url("../Images/bg-mks-header-dots.png") repeat-x 0px -10px;
    height: 100%;
}

#pageHeaderContainer
{
    width: 1024px;
}

#pageHeaderTitle
{
    display: block;
    float: left;
    margin-top: 13px;
}

#pageHeaderLogo
{
    margin-left: 15px;
}

.page
{
    width: 1024px;
    margin: 15px auto 0px auto;
    min-height: calc(100vh - 135px);
}

.header
{
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
    z-index: 9999;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px;
    margin: 12px 8px 8px 8px;
    position: relative;
    z-index: 0;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 10px auto;
    text-align: center;
    line-height: normal;
    width: 100%;
    border: 0px solid #000000;
    height: 80px;
}

.footerLinks
{
    color: #666 !important;
    text-decoration: none;
}

.footerLinks:hover
{
    text-decoration: underline;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#fff;
    width:100%;
}

div.menu
{
    margin-top: -15px;
    padding: 4px 0px 4px 8px;
    width: 100%;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #fff;
    border: 1px #4e667d solid;
    color: rgb(37, 95, 143);
    display: block;
    font-family: "SequelSans-MediumHead", Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 5px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu > ul > li > a, div.menu > ul > li > a:visited
{
    color: rgb(37, 95, 143);
    border-width: 1px 0px 1px 0px;
}

div.menu ul li a.overstock, div.menu ul li a.overstock:visited
{
    background-color: #990099;
    color: #fff;
}

div.menu ul li a:hover, div.menu ul li a.overstock:hover
{
    text-decoration: underline;
}

div.menu ul li a.nohover:hover
{
    background-color: #fff;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
}

.level1
{
    font-size: 14px;
}

.level1:hover
{
    text-decoration: none !important;
}

.level2 
{
    font-size: 12px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input
{
    font-size: 8pt;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

select
{
    font-size: 8pt;
}

textarea
{
    font-size: 9pt;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/
.alignRight
{
    text-align: right;
}            
.bold
{
    font-weight: bold;
}
.boldItemNo
{
    font-weight: bold;
}

.boldItemNo div
{
    font-weight: normal;
}

.borderRt
{
    border-right: 1px solid #000000;
}

.borderBtm
{
    border-bottom: 1px solid #000000;
}

.borderBtmRt
{
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

.borderTopBtm
{
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}
    
.center
{
    text-align: center;
}

.clear
{
    clear: both;
}

.blueText
{
    color: rgb(14, 81, 159)
}

.ellipsis
{
    -ms-text-overflow: ellipsis;
    overflow: hidden;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.font7
{
    font-size: 7pt;
}

.font8
{
    font-size: 8pt;
}

.font9
{
    font-size: 9pt;
}

.font10
{
    font-size: 10pt;
}

.left20
{
    margin-left: 20px;
}

.line10 p 
{
    line-height: 10pt;
}

.line11 p 
{
    line-height: 11pt;
}

.line12 p 
{
    line-height: 12pt;
}

.location 
{
    font-size: 1.25em;
    margin-top: 5px;
}

.loginDisplay
{
    color: #ff66ff;
}

.logoIndent
{
    padding-left: 12px;
}

.noBorder
{
    border-width: 0px;
}

.noGrid td 
{
    border-width: 0px;
}

.noUnderline
{
    text-decoration: none;
}

.padLeft5 
{
    padding-left: 5px;
}

.padLeft20
{
    padding-left: 20px;
}
            
.pJustify p
{
    text-align: justify;
}

.popDiv {
	height: 25px;
	overflow: hidden;
	padding: 0 5 0 5;
}

.popDiv ul
{
    list-style-image: url(/Images/bulletArrow.gif);
}

.popDiv li:hover
{
    color: #39b2ff;
    list-style-image: url(/Images/bulletArrow_over.gif);
}

.popHeader {
	font-size: 12pt;
	margin-top: 3px;
}

.popTable 
{
	color: #0066cc;
	cursor: pointer;
	cursor: hand;
	height: 25px;
	font-size: 8pt;
	margin-top: -29px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
}

.productTable {
	border-collapse: collapse;
	font-size: 9pt;
}

.required
{
    color: Red;
}

.rfqHeader
{
    background-color: #6699cc;
    color: White;
    font-weight: bold;
}

.searchForm
{
    color: #fff;
    display: block;
    float: right;
    font-size: 1.1em;
    padding-right: 10px;
}

.shadow 
{
	border:1px solid #666666;
    box-shadow: 2px 2px 3px #aaaaaa;
	filter:progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=3);
}

.shortPara
{
    margin-bottom: -10px;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.tableHeader
{
    background-color: rgb(37, 95, 143);
    border-color: rgb(37, 95, 143);
    border-collapse: collapse; 
    color: #eaeaea; 
    font-size: 9pt;
    font-weight: bold; 
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.waitDiv
{
    position: absolute;      
    text-align: left;
}
