﻿@charset "UTF-8";


/***********************
NAVITOR OVERRIDES STYLE SHEET
************************/


/***********************

STYLESHEET SECTIONS:

- Global Layout Stuff
- Standard Elements
- Classy Elements
- Links
- Header Stuff
- Left Sidebar Stuff
- Center Body Structure
- Stylized Elements
- Right Sidebar Structure
- Special Text Areas
- Table Layouts
- Buttons
- Footer Elements
- IE6 Exceptions
- IE7 Exceptions
- Override Everything Else

************************/

/* Add/Remove padding */
	
.padding-top {
	padding-top: 10px;
	}
		
.no-padding {
	padding:0!important;
	}
	
.no-padding-top {
	padding-top: 0px!important;
	}
	
.no-padding-bottom {
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

.no-margin-top {
	margin-top:0!important;
	}

.no-margin-bottom {
	margin-bottom:0!important;
	}
	
.no-margin-left {
	margin-left:0!important;
	}

.no-margin-right {
	margin-right:0!important;
	}


/* <Alignment options> */

.align-right {
	text-align: right;
	}

.align-left {
	text-align:left;
	}

.align-top { vertical-align: top; }
	
/* <Style options> */

.bordered { border: 1px solid #e4e6e0; }

.no-border { border: none; }

.divider { border-top: 1px solid #FFF; }
	

/* Clears, etc */

.clear {
	width:100%;
	margin:0;
	padding:0;
	clear:both;
	height:0px;
	border:none;
}
	

/* </Override Everything Else > */

/*For the account receivable page*/
.NoDesigned input[type!='submit'], select
{
	 padding:0px;
	  min-width:0px;
	  font-size:12px;
}
.receviableLeft {
    BACKGROUND: url(/images/Users/RedBG.png) no-repeat;
    float: left;
    width: 475px;
    height: 179px;
}

.receviableRight {
    BACKGROUND: url(/images/Users/RedBG.png) no-repeat;
    width: 475px;
    height: 179px;
    float: left;
    font-size: 11px;
    margin-left: 10px;
}
 

.Gridview
{
	border:1px solid Gray;
	word-break:break-all;
	border:1px solid Gray;
}
.Gridview th
{
   background:#008489;
  color:white;
  font-size:10pt;
  text-align:left;
  border-bottom:1px solid #ffffff;
  height:30px;		
}
.Gridview td
{
  line-height:26px;
  text-align:left;
  color:#000000;
  font-size:8pt;
}
.Gridview td a
{
  font-size:9pt;
   color:black;	
   text-decoration:none;
}
.paddingleft5{ padding-left:5px; }


/* Preview Page */
span.previewSide
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

div.preview { text-align: center; }

.fontCenter { text-align: center; }

a.productItem
{
	color: #B33006;
	font-family: arial;
	font-size: 12px;
}

a.productItem:hover
{
	color: #006dab;
}

.PrintItUploadText {position:absolute; left:765px; margin-top:-76px; cursor:hand; }

#Master_Body{ min-height:500px} 
a.productItem
{
	color: #B33006;
	font-family: arial;
	font-size: 12px;
 text-decoration:underline;
}

a.productItem:hover { color: #006dab; }

#Product_Bottom
{
	width:972px; margin-left:auto; margin-right:auto;  height:34px;
	background:url(/images/createit/Tabs_bottom.png) no-repeat;
}

.ShowDisabled{ background:#EBEAE5 !important; border:#91A3A5 solid 1px;color:#ACACA4; padding:2px;}

 .priceTableCell
{
	border:solid 2px silver;
	width: 70px;
	height: 36px;
}
.radioSpacing
{border-spacing: 2px 2px;}

td.tdTop ul {
	margin:0 0 0 15px;
	padding:0;
}
    
.BlueLabel
{
   font-weight: bold;
   font-size:16px;   
   margin: 30px 0 0 0;
   color:#222222;
   display:block;
}

.FaqAnswer
{
   margin :15px 0 0 0;
   font-size:13px; 
   color:#222222;
   display:block;
}

.btnLogin{ background:url(images/ui-bg-login.png) no-repeat; width:74px; height:32px;}
.btnSearch{ background:url(images/ui-bg-search.png) no-repeat; width:74px; height:22px;}
.btnLogin:focus{ background:url(images/ui-bg-login.png) no-repeat; width:74px; height:32px;}

.fGridHeader1 p{ margin:0;}

input.Button {
    font-size: 13px;
    padding: 1px 6px 1px 6px;
    border-color: #F0F0F0 !important;
    min-width: 40px;
    -webkit-border-radius: 0;
}

.Normal label{ font-weight:normal}

.redPlus
{
	color: Red;
    font-weight: bold;
    cursor: pointer;
}

.FaqQuestion
{
	 font-weight: bold;
	 font-size: 14px;
	 margin: 0 0 0 0px;
	 color: #222;	
}
.BlueLabel div { margin-top: -10px; }
