﻿body {
	background-color:#ffffff;
}

.tabs
{
    position:relative;
    top:1px;
    left:0px;
}

.tab
{
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    border:solid 1px #ccc;
    background-color:#737373;
    color:#ffffff;
    padding:3px 10px 3px 10px;
}

.selectedTab
{
    background-color: #000000;
    color:#ffffff;
    font-size:12px;
    padding:3px 10px 3px 10px;
    
    border:solid 1px #999;
}

.selectedTabHover
{
    background-color:#383838;
    color:#FFFFFF;

    /*background-color: #fff;
    color:#85600c;*/
    font-size:12px;
    padding:3px 10px 3px 10px;
}

.stySummaryHeader
{
    background-color:#006A5E;
    border-bottom:solid 1px white;
    color:#E5F5F3;
}

.tabContents, .tabContents_Summary
{
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
    border:solid 1px #ACACAC;
    padding:0px;
    background-color:white;
}

.tabContents_Summary{width: 70%;}

/* New Stuff */
.tabContents, .tabContents_Summary, .tabContentsMain
{
    border:solid 1px #ACACAC;
}

.styPopupControl_400_370, .styPopupControl_600_450, .styPopupControl_700_550, .styPopupControl_800_600,
.styPopupControl_400, .styPopupControl_600, .styPopupControl_700, .styPopupControl_800
{
    /* This will be the BORDER color... */
    background-color:white;
    border: solid 1px #EC1F27;
}

.tabContentsPagesOn, .styUserControlSummaryOff, .stySummaryBarHolderOn
{
    border-color: #ACACAC;
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
}

.stySummaryBarHolderOn
{
    background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f2f2f2));
    background: -webkit-linear-gradient(top,#ffffff,#f2f2f2);
    background: -moz-linear-gradient(top,#ffffff,#f2f2f2);
    background: -ms-linear-gradient(top,#ffffff,#f2f2f2);
    background: -o-linear-gradient(top,#ffffff,#f2f2f2);
    background: linear-gradient(top,#ffffff,#f2f2f2);
    /*border-bottom: solid 1px #ccc;*/
}

.styIFrameButtonContent
{
    background-color: #E4E2DB;
}

.styPopupControl
{
    border-color: #EC1F27;
}        

/* End New Stuff */

.banner
{
	background-position:center;
	background-image:url('Images/LYNX-CP-Banner.jpg');
	background-repeat:no-repeat;
	height:80px;
}

.textBoxStyle
{
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
	border: 1px #000000 solid;
	width:150px;
	margin-right:4px;
}

.dropDownStyle
{
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
    border: 1px #000000 solid;
}

.buttonStyle
{
    /*margin: 5px 0 0 0;*/
    padding: 3px 5px;
    background: #EC1F27;
    border: 0;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.buttonStyle:hover
{
    background: #F14950;
}

input[type=submit]:hover
{
    background: #F14950;
}

.buttonStyleCancel
{
    /*margin: 5px 0 0 0;*/
    padding: 3px 5px;
    background: #EC1F27;
    border: 0;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

#ctl00_pageContentPlaceHolder_btnCancel:hover
{
    background: #F14950;
}

.buttonStyleDisable{color: darkgray;}

.dataGridColumnStyle
{
	border-bottom: solid 1px #cccccc;
	padding-bottom: 20px;
	/*border-top: solid 1px #cccccc;*/
	/*border-right: solid 1px #cccccc;*/
    /*padding: 10px 0px 10px 10px;
   
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));
    background: -webkit-linear-gradient(top,#fff,#ededed);
    background: -moz-linear-gradient(top,#fff,#ededed);
    background: -ms-linear-gradient(top,#fff,#ededed);
    background: -o-linear-gradient(top,#fff,#ededed);
    background: linear-gradient(top,#fff,#ededed);*/
}

.tableHeader
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    background-color:#737373;
    color:#ffffff;
}

.tabsNavigation
{
    position:relative;
    top:1px;
    left:0px;
}

.tabNavigation
{
    font-family:Arial Narrow,Verdana,Helvetica,sans-serif;
    font-size:17px;
    font-weight:bold;
    color:#ffffff;
    padding:3px 7px;
    text-transform: uppercase;
    border-right: solid 2px #ed1c24;
}

.selectedTabNavigation
{
    background-color:#383838;
    color:#FFFFFF;
}

.menuBorderStyle
{
	border-bottom:solid 1px #ACACAC;
    background-color: #000000;
    height: 25px;
    background-repeat: inherit;
}

.RequiredFieldLabelStyle
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
    color:red;
}

.textColor{color:#000000;}

.textStyleNormal
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
    color:#000000;  
}

.textStyleHyperlink
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
    color:#ff0000;  
}

a.textStyleHyperlink:hover
{
    color: #f58f93;
    /*color: black;*/
}

.textStyleSmall
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:11px;
    color:#000000;  
}

.textStyleSmallLink
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:11px;
    color:#009A85;  
}

.textStyleBold
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

.styW30, .styW30B, .styW35, .styW35B, .styW65, .styW65B, .styW40, .styW40B, .styW60, .styW60B{color:#333333; font-size:12px; font-weight:normal;}

.styW35, .styW65, .styW40, .styW60 {color:#333333; font-size:12px; font-weight:normal;}

.tabHeaderStyleBold
{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.subHeaderStyle
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.styCellItemHeader, .styCellItemHeaderB, .styCellItemSubHeader, .styCellItemSubHeaderB
{
    color:#000000;
}

.headerStyle
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:14pt;
	font-weight:normal;
	color:#000000;
}

.errorMessageStyle
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:red;
}

/*  Glass Openings and Parts */
.styMainPanel{background-color:white}
.styGlassContent{background-color:white;}
.styFooterPanel{background-color:white;}
.styPartLeft{background-color:white;}	
.styPartLeftSub{background-color:Transparent;}		
.styIFrameText, .styIFrameTextHide{background-color:white;}

/* Dark - Dark */
.styGlass80{background-color: #000000;}

/* Mid-Dark - TabSelected */
.styGlassGroupHeader, .styGlassGroupHeaderAll, .styGlassGroupHelp{background-color: #737373;color:#ffffff;}
.styIFrameHolder, .styIFrameHolderHide{background-color:#3185C9;}
.styIFrameHeader, .styPopUpHeader
{
	font-family: Arial;
	font-size:12px;
	background-color: #737373;
	color: #ffffff;
}
.styIFrameButtonContentSolo{border-color:#ebf3fb}

/* Light - Tab */
.styHeaderPanel
{
    /*background-color:#E5F5F3;*/
    background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f2f2f2));
    background: -webkit-linear-gradient(top,#ffffff,#f2f2f2);
    background: -moz-linear-gradient(top,#ffffff,#f2f2f2);
    background: -ms-linear-gradient(top,#ffffff,#f2f2f2);
    background: -o-linear-gradient(top,#ffffff,#f2f2f2);
    background: linear-gradient(top,#ffffff,#f2f2f2);
    border-bottom: solid 1px #ccc;
}

.styGlass100{background-color:#ffffff;}
.styGlassOpeningHeader, .styGlassOpeningHeaderHide, .styGlassLocationAndSize, .styGlassOpeningSelect
{
	background-color:#ffffff;
	color:#000000;
 }
 
 .styGlassContent
{
	color:#000000;
 }

/*.styIFrameButtons{background-color:#ebf3fb;}*/

.styIFrameButtons
{
    /*margin: 5px 0 0 0;*/
    padding: 3px 5px;
    width: 72px;
    background: #EC1F27;
    border: 0;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.styIFrameButtons:hover
{
    background: #F14950;
}

.styIFrameItem100{background-color: #ebf3fb;}
.styIFrameFooter{background-color: #ebf3fb;}
.styPad4Header{background-color: #ffffff;}
.styLightColor{background-color: #ebf3fb;}
.styGlassOpeningHeaderInfo{background-color:#ffffff;}

.styPartRight{background-color:Transparent;}
.styToolTipIn{background-color:Transparent;}

.styToolTipOut, .styToolTipOutHide{background-color: lemonchiffon;}

.paddingStyle
{
	padding-right:175px;
}

.styMasterTable{width:100%;}

.styAll_Main
{
	height:auto;
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.styPage_Main
{
    margin-bottom: 0px;
    font-family: Verdana;
    font-size:9pt;
    width:1100px;
    margin-left: auto;
    margin-right: auto;
    height:100%;
}

.styPage_MainTable
{
    margin-bottom: 0px;
    font-family: Arial,Verdana,Helvetica,sans-serif;;
    font-size:12px;
    border: solid 0px gray;
    margin-left: auto;
    margin-right: auto;
    width:950px;
}

.styCenterMessage{text-align:center; width:100%;}

 .styGlassOpeningSelect, .styGlassOpeningTableHeader
 {
     background-color:#F1F0ED;
     color: #00542C;
     font-weight:bold;
     border-bottom: solid 1px #ccc;
 }
 
.styGlassContent
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
	color:#333333;
 }
 
.styGlassContentNoParts
{
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
    border-color: #ccc;
}

.styGlassOpeningsAndParts
{
    width:92%;
}

/*
.stySummaryHeader, .stySummaryHeader2 {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    margin-bottom: 2px;
    
    background: -webkit-gradient(linear,left top,left bottom,from(#006a63),to(#00534c));
    background: -webkit-linear-gradient(top,#006a63,#00534c);
    background: -moz-linear-gradient(top,#006a63,#00534c);
    background: -ms-linear-gradient(top,#006a63,#00534c);
    background: -o-linear-gradient(top,#006a63,#00534c);
    background: linear-gradient(top,#006a63,#00534c);
}
*/

.stySummaryHeader {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background-color: #000000;
    color: #ffffff;
    width: 228px;
}

.stySummaryHeader2
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 3px 0px 3px 3px;
}

.stySummaryBarPanel 
{
    font-family: Arial;
    font-size: 12px;
}

.styCellItem100, .styCellItem10, .styCellItem20, .styCellItem30, .styCellItem40, .styCellItem50, .styCellItem60, .styCellItem70, .styCellItem80, .styCellItem90, .styCellItem25, .styCellItem33, .styCellItem66, .styCellItem75, .styCellItem100B, .styCellItem10B, .styCellItem20B, .styCellItem30B, .styCellItem40B, .styCellItem50B, .styCellItem60B, .styCellItem70B, .styCellItem80B, .styCellItem90B, .styCellItem25B, .styCellItem33B, .styCellItem66B, .styCellItem75B {
    font-family: Arial;
    font-size: 12px;
    padding: 4px 4px 4px 0px;
    vertical-align: top;
    text-align: left;
}

.styError
{
    display:none;
}

.styErrorMessageSpacer
{
    display:none;
}

.styContentBackground, styErrorContentBackground
{
    margin-top:27px;
    background-color: #ffffff;
}

.styErrorContentBackground
{
    margin-top: 0px;
    background-color: #ffffff;
}

.styPopUpButtonHide
{
    display:none;
}

.styIFrameAll_400_370, .styIFrameAll_600_450, .styIFrameAll_700_550, .styIFrameAll_800_600, .styIFrameAll_400_370C, .styIFrameAll_600_450C, .styIFrameAll_700_550C, styIFrameAll_800_600C, .styIFrameAll7
{
    font-family:Arial;
    font-size:12px;
}

.styIFrameContent, .styIFrameContent8
{
    padding: 4px 4px 4px 4px;
    font-family: Arial;
    font-size: 12px;
}

.styRB100{width:100%; cursor:pointer;  font-size: 12px;}

.styRightPaneStyle
{
    float:left;
    padding-left: 20px;
    width:475px;
}

.stySearchFormContainer
{
    margin-left: 5px;
}

.styInstructionPanelStyle
{
    margin-left: 5px;
    font-weight:normal;
    width: 425px;
}

.styStateSpecificScriptPanelStyle
{
    margin-left: 5px;
}

.styPageHeaderBottomMarginStyle
{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
} 

.styPageHeaderStyle 
{
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 32px;
    text-align:left;
    color: #EC1F27;
}

.styFieldSeparatorStyle
{
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
}

.stySearchResultHeaderStyle
{
    margin-bottom: 20px;
    margin-left: 5px;
    text-align:left;
}

.stySearchResultHeaderTextStyle
{
    font-family: Arial;
    font-size: 26px;
    color: #EC1F27;
}

.captchaTextStyle
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;
    color:#000000;  
}

.stySearchResultBottomMarginStyle
{
    overflow:auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
}

.textStyleShopName
{
    font-family: Arial;
    font-size: 16px;
    font-weight:bold;
    color: #000000;
}
