﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
   /* background: #b6b7bc;*/
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    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, h6
{
    font-size: 1em;
}

/* 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   
----------------------------------------------------------*/
.gradient {
		color: #585858;		
		padding: 10px;
		/* For WebKit (Safari, Google Chrome etc) */
		background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#fff));
		/* For Mozilla/Gecko (Firefox etc) */
		background: -moz-linear-gradient(top, #585858, #fff);
		/* For Internet Explorer 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#FFFFFFFF);
		/* For Internet Explorer 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#FFFFFFFF)";
	}  
.fullpage
{
    background-position: 0 100px;
    background-repeat: repeat-x; 
}
.page
{
    width: 950px;
    background-color: #fff;   
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    min-height: 600px;
}

.header
{
    /*position: relative;*/
    margin: 0px;
    padding: 0px;
    background: #36424B;
    width: 100%;
    height: auto;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px; /* min-height: 420px;*/
    height: auto;
    height: 100%;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px; /*min-height: 200px;*/
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    height: 155px;
}

/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 1px 0px 1px 1px;
}

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: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
    width: 100px;
    text-align: center;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* 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.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 97%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}
.centertext
{
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-left: 20px;
}


.title
{
    display: inline;
    float: left;
    text-align: left;
    width: 265px;
    padding: 0,0,0,0;
    height: 100px;
}

.loginDisplay
{
    font-size: 1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    white-space: nowrap;
}
.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}
.oqpcmessage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 200px;
    margin: auto;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}
.failureNotification
{
    font-size: 1em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.divOuterUpperLeft
{
    position: relative;
    top: 20px;
    left: 0px;
    width: 50%;
    height: 250px; /*background-color:Yellow;*/
    float: left;
    padding-top: 10px;
}

.divOuterUpperRight
{
    position: relative;
    top: 20px;
    right: 0px;
    width: 50%;
    height: 250px; /*background-color:Blue;*/
    float: right;
    padding-top: 10px;
}

.divOuterLowerLeft
{
    position: relative;
    left: 0px;
    width: 50%;
    height: 150px; /*background-color:Lime;*/
    float: left;
}

.divOuterLowerRight
{
    position: relative;
    bottom: 20px;
    right: 0px;
    width: 50%;
    height: 150px; /*background-color:Red;*/
    float: right;
}
.rightmostFloat
{
    padding-left: 100px;
    font-weight: lighter;
    background-color: White;
    font-family: Sans-Serif,Verdana;
}
.centertextbold
{
    float: left;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    font-weight: bold;
}
.content
{
    position: relative;
    float: none;
    padding-left: 20px;
    position: absolute;
    padding-top: 10px;
    font-size: small;
    top: 58px;
    left: 0px;
}
.smallCenter
{
    padding-left: 25px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    font-size: small;
}
.alphabet
{
    font-family: Verdana;
    font-size: smaller;
}
.moreUL
{
}
.alphabet li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}
.alphabet li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
.displayText
{
    font-weight: bold;
    font-family: Verdana;
}
.hiddenCol
{
    display: none;
}

.FieldSet
{
    font-size: 10px;
    font-style: normal;
}
.successMsg
{
    font-size: small;
    color: Green;
    font-style: italic;
}

/*        Slider for Images
----------------------------------------------------------*/



/*------------------------Ajax--------------------------------*/
.CustomTabStyle .ajax__tab_header
{
    font-family: verdana,tahoma,helvetica;
    font-size: 15px;
}
#mask
{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 4;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* first!*/ /*filter: alpha(opacity=40); /* second!*/
    background-color: gray;
    display: none;
    width: 100%;
    height: 100%;
}
.popupPanel
{
    z-index: 111;
    background-color: White;
    position: absolute;
    left: 30%;
    top: 40%;
    border: outset 2px gray;
    padding: 5px;
    display: none;
}
.popupPanelorder
{
    z-index: 111;
    background-color: White;
    position: absolute;
    padding: 5px;
    display: none;
    border: outset 2px gray;
}
.SuccessFade
{
    color: Green;
    font-style: italic;
    font-weight: bold;
    border-color: Blue;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    border-width: medium;
}


/*        OQPC Print on Demand
----------------------------------------------------------*/
/*All buttons in accordion */
.ButtonAcc
{
    -moz-box-shadow: inset 0px 1px 0px 0px #544054;
    -webkit-box-shadow: inset 0px 1px 0px 0px #544054;
    box-shadow: inset 0px 1px 0px 0px #544054;
    background-color: #4f3e4f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 6px;
    border: 1px solid #423442;
    display: inline-block;
    color: #f2e9f2;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 35px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #524252;
}
.ButtonAcc:hover
{
    background-color: #807380;
}
.ButtonAcc:active
{
    position: relative;
    top: 1px;
}
.modalPopup {
    background-color: lightgray;
}

/*Legend Style in Accordion*/
.PanelAcc
{
    border: thin solid;
    font-family: Verdana;
    border-color: Red;
}

.asptableleftalign
{
    text-align: left;
}

/*Dispaly text in Review and Submit */
.reviewdisplay
{
    font-style: italic;
}
.titleAcc
{
    border-style: none none solid none;
    border-width: 2px;
    border-color: #000000;
    font-family: verdana;
    border-radius: 10px;
}

.Grid td
{
    background-color: #A1DCF2;
    color: black;
    font-size: 10pt;
    line-height: 200%;
}
.Grid th
{
    background-color: #3AC0F2;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}
.ChildGrid td
{
    background-color: #eee !important;
    color: black;
    font-size: 10pt;
    line-height: 200%;
}
.ChildGrid th
{
    background-color: #6C6C6C !important;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}
.overflowscroll
{
    font-size: small;
    overflow: scroll;
}

.CenterDiv
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40em;
    height: 18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}

/*------------------------------Home Page------------------------------*/

.serviceStyle
{
    /* Style Generated from - http://www.colorzilla.com/gradient-editor/ */
    background: rgb(246,142,14); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(246,142,14,1) 0%, rgba(203,115,7,1) 48%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(246,142,14,1)), color-stop(48%,rgba(203,115,7,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(246,142,14,1) 0%,rgba(203,115,7,1) 48%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(246,142,14,1) 0%,rgba(203,115,7,1) 48%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(246,142,14,1) 0%,rgba(203,115,7,1) 48%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(246,142,14,1) 0%,rgba(203,115,7,1) 48%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e0e', endColorstr='#cb7307',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ /*                                                                  */
    border-style: solid none none none;
    border-width: 2px;
    border-color: #c9de96;
    font-size: 14px;
    font-family: Sans-Serif,Verdana;
}
.container
{
    border-style: none none solid none;
    border-width: thick;
    border-color: #FF9933;
    border-radius: 10px;
}
.radiusborder
{
    background-color: #CB7307;
    border-radius: 10px;
}
.subheading
{
    border-style: solid solid solid solid;
    border-width: 4px;
    border-color: #345a7f;
    font-size: 14px;
    font-family: Sans-Serif,Verdana;
    border-radius: 10px;
    width: auto;
    float: left;
    font-size: 14px;
    color: White;
    background-color: #345a7f;
}

/* My Account */
.headerinpage
{
    background-color: #345a7f;
    color: White;
    font-family: Sans-Serif,Verdana;
    font-size: 14px;
    float: left;
    font-weight: bolder;
    text-decoration: underline;
    text-transform: capitalize;
}
.RoundCorners
{
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
}
.cornerheading
{
    border-style: solid none none none;
    border-color: black;
    -moz-border-radius: 10px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
    border-top-width: 1px;    
    font-size: 14px;
    color: White;
    background-color: #345a7f;
}
.mybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}.mybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.mybutton:active {
	position:relative;
	top:1px;
}
.CenterPB{
position: absolute;
left: 50%;
top: 50%;
margin-top: -30px; /* make this half your image/element height */
margin-left: -30px; /* make this half your image/element width */
}
.show_hide
{
    display:none;
}

.chkExtraItem > label {
    padding-left: 15px;
}

.classDeliveryOptions > tbody > tr > td > span > label {
    padding-left: 15px;
}

.nswBindingPanel {
    padding-left: 50px !important;
    display: none;
}