﻿@charset "UTF-8";
/* CSS Document */
/* 
BLUE WAVE COLORS:
light blue: BDCCD4
dark blue: 0072BC
*/

.loginButton
{
    background:url("../images/btn_b_bg.png") repeat-x;
    color:#fff;
    line-height:16px;
    margin:0;
    cursor:pointer;
    padding: 6px;
    font-weight:600;
    border:1px solid #0072BC;
    text-transform:capitalize;
}

.loginButton:hover
{ 
    background-image:url("../images/btn_bd_bg.png");
    color:#000;
}

.aBlueWaveButton
{
    background:url("../images/ButtonUp.jpg") repeat-x;
    color:#fff; 
    line-height:16px;
    margin:0;
    margin-top:5px;
    padding: 2px 7px 2px 7px;
    border-left:1px solid #fff; 
    font-size:8pt; 
    font-weight:600;
}

.aBlueWaveButton:hover
{
    background-image:url("../images/Buttondown.jpg");
    color:#000;
}

a.blueWaveFormButton
{
    background:url("../images/ButtonUp.jpg") repeat-x;
    color:#fff; 
    line-height:16px;
    margin:0;
    padding: 2px 7px 2px 7px;
    border-left:1px solid #fff; 
    font-size:8pt; 
    font-weight:600;
    text-transform:capitalize;
}

dl dt a
{
    background:url("../images/ButtonUp.jpg") repeat-x;
    color:#fff; 
    line-height:16px;
    margin:0;
    padding: 2px 7px 2px 7px;
    border-left:1px solid #fff; 
    font-size:8pt; 
    font-weight:600;
    text-transform:capitalize;
}
dl a:hover
{
    background-image:url("../images/Buttondown.jpg");
    color:#000;
}

body 
{
    background-color:#BDCCD4 !important;
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    font-size:.88em;
    margin:0;
    padding:0;
}
h1, h2, h3 
{
    color:#4d4d4d;
}
h1 
{
    font-size:12pt;
}
a 
{
    color:#0072BC;
    text-decoration:none;
}
a:hover 
{
    color:#f00;
}
img 
{
    border:0;
}
.logo 
{
    padding-right:5%;
}
.tagline 
{
    font-size:10pt;
    font-style:italic;
    color:#4d4d4d;
}
.content 
{
    display: block;
    margin: 0 auto;
    padding: 10px 0 10px;
    position: relative;
    width: 970px;
}
.content dl 
{
    margin-top:0px; 
    margin-left:0; 
    float: left;
}
.content dl 
{
    margin-top:0px; 
    margin-left:0;
}
.content dt 
{
    font-weight:600; 
    font-size:10pt; 
    margin-bottom: 6px; 
    margin-top:6px;
}
.content dd 
{
    margin:0; 
    margin-right:0px; 
    margin-bottom:6px; 
    padding: 0; 
}

/*.btn_b {background: url("../images/btn_b_bg.png") repeat-x; padding: 0px 15px; border: 1px solid rgb(0, 0, 0); height: 32px; color: rgb(255, 255, 255); font-size: 12px;}*/

#login_footer ul, #tools ul, #footer ul, .search_tools ul 
{
    margin:0;
    padding:0;
}
#login_footer li, #tools li, #footer li, .search_tools li
{
    list-style:none;
    float:left;
    padding:0 4px;
}
#login_footer
{
    margin:0 auto;
    width:400px;
    font-style:italic;
    color:#4d4d4d;
    font-size:8pt;
}
.login
{
    width:400px;
    margin:100px auto 20px;
    background-color:#fff;
    border:1px solid #0072BC;
    padding:20px;
    text-align:center;
} 
.login dl
{
	font-weight:600;
	margin:5px;
	font-size: 10pt;
    text-align:left;
    padding: 0 9em;
}
.login  a
{
    background:url("../images/btn_b_bg.png") repeat-x;
    color:#fff;
    line-height:16px;
    margin:0;
    padding: 8px;
    font-weight:600;
    border:1px solid #0072BC;
    text-transform:capitalize;
}
.login  a:hover
{ 
    background-image:url("../images/btn_bd_bg.png");
    color:#000;
}
/*.btn_b{background:url("../images/btn_b_bg.png") repeat-x;height:32px;color:#fff;font-size:12px;padding:0 15px;border:1px solid #0072BC;}*/
.login dd
{	
	margin:5px;
	font-size: 10pt;
	text-align:left;
}
.logintagline
{
    font-size:18pt;
    font-style:italic;
    color:#4d4d4d;
}
.login p
{
    font-size:8pt;
    text-align:center;
}
.login h2
{
    font-size:14pt;
    text-align:left;
}
#header 
{
    display:block;
    background-color:#fff;
    height:90px;
    
}
#header #logo_block
{
    float:left;
    text-align:center;
    width:160px;
}
#header #tools
{
    float:left;
    width:775px;
    margin:0px 15px 15px 15px;
    font-size:10pt;
    border:1px solid #0072BC;
}
#header #tools ul
{
    float:left;
}
#header #tools li
{
    margin 0 10px; 
    padding:0 5px;
    line-height:12px;
}
#header ul#tools_buttons
{
    float:right;
    padding:9px 0;
    margin-top:15px;
}
#header ul#tools_buttons li
{
    margin:0;
    padding:0;
}
#header ul#tools_buttons li a
{
    background:url("../images/btn_b_bg.png") repeat-x;
    color:#fff;
    line-height:16px;
    margin:0;
    padding: 8px;
    font-weight:600;
    border:1px solid #0072BC;
    text-transform:capitalize;
}
#header ul#tools_buttons li a:hover
{
    background-image:url("../images/btn_bd_bg.png");
}
#date_stamp
{
    position:absolute;
    top:77px;
    right:33px;
    font-size:8pt;
    color:#ccc;
    font-style:italic;
}
#navbar 
{
    display:block;
    height:25px;
}
#navbar .content
{
    padding:0 0px;
}
#nav
{
    list-style:none;
    float:left;
    width:100%;
    z-index:5;
    margin:0;
    padding:0;
}
#nav li
{
    float:left;
    margin:0;
    position:relative;
}
#nav li
{
    background-color:#BDCCD4;
    font-size:10pt;
    line-height:14px;
    color:#4d4d4d;
    padding:3px 15px;
}
#nav li:hover, #nav .active
{
    background-color:#7999A7;
    color:#fff;
}
#nav a
{
    color:#4d4d4d;
}
#nav a:hover, #nav .active
{
    background-color:#7999A7;
    color:#fff;
}

/*--- DROPDOWN ---*/
#nav ul
{
    list-style:none;
    position:absolute;
    left:-9999px;
    z-index:10;
    background-color:#fff;
    padding:0;
}
#nav ul li
{
    float:none;
    border-top:1px solid #fff;
}
#nav ul a
{
    white-space:nowrap;
}
#nav li:hover ul
{
    left:0px;
}
/*#nav li:hover a{background-color:#7999A7;}*/
#nav li:hover ul li a:hover 
{
    background-color:#7999A7;
}
#main 
{
    display:block;
    background-color:#fff;
}
#breadcrumbs 
{
    font-size:.75em;
}
.clear
{
    height:1px;
    clear:both;
}
#footer
{
    display:block;
    font-style:italic;
    color:#4d4d4d;
    font-size:8pt;
}
#page
{
	margin: 10px auto;
	padding: 0px;
	width:100%;
	background: #FFF;
	-moz-box-shadow: 0px 3px 9px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 9px rgba(0,0,0,0.5);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=120, Color='#E4E4E4')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=120, Color='#E4E4E4');
}
#content 
{
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 0 0 5px;
    min-height: 500px;
    padding: 10px;
    width: 97%;
}
.round 
{
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    font-size: 8pt;
    text-align: left;    
}
.field-validation-valid
{
    display: none;
}
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.validation-summary-errors
{
    font-weight: 600;
    color: #ff0000;
    font-size: 9pt;
    text-align: left;  
    white-space:pre-wrap;  
}
.validation-summary-valid
{
    display: none;
}

/*
K.  I'll need an IE 8 browser again sometime.  
Looks like we can create the same nice smooth box in IE 8 using different filers : 
Alpha, Blur, Gradient, Shadow, MotionBlur, Wheel ...  we can assign more than one and stack them so it does what we want
*/
/*
<DIV STYLE="width:100%; filter:
    progid:DXImageTransform.Microsoft.MotionBlur(strength=13, direction=310)
    progid:DXImageTransform.Microsoft.Blur(pixelradius=2)
    progid:DXImageTransform.Microsoft.Wheel(duration=3);">
        Blurry text with smudge of gray.</div> */

fieldset label 
{
    display:block; 
    margin-top:5px; 
    font-weight:600; 
    font-size:10pt;
}
.SearchBackGrd 
{
	margin: 10px 0px; 
	padding-bottom:0px; 
	padding-top:0px; 
	padding-left:5px;
	border: 1px solid rgb(154, 164, 168); 
	width: auto; 
	text-align: left; 
	display: block; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#7999A7',direction='120',strength='1'); 
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5); 
	background-color: white; 
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); 
	background-color: rgb(230, 230, 230);
}
.SearchBackGrd dl
{
    padding-left:0px; 
	padding-right:0px; 	
	font-weight:600;
	margin:5px;
	font-size: 10pt;
}

/*The hover button
.SearchBackGrd dl
{float:right;padding:7px 0;margin:0;}
.SearchBackGrd dl
{margin:0;padding:0;}../images/btn_b_bg.png;../images/btn_bd_bg.png
.SearchBackGrd dl dt a
{
    background:url("../images/ButtonUp.jpg") repeat-x;
    color:#fff; 
    line-height:16px;
    margin:0;
    padding: 2px 7px 2px 7px;
    border-left:1px solid #fff; 
    font-size:8pt; 
    font-weight:600;
    text-transform:capitalize;
}
.SearchBackGrd dl a:hover
{
    background-image:url("../images/Buttondown.jpg");
    color:#000;
}
*/
.SearchBackGrd dd
{
    padding-left:0px;
	padding-right:0px; 	
	font-weight:normal;
	margin:5px;
	font-size: 10pt;
}
span.cellWithoutBackground 
{ 
    display:block; 
    background-image:none; 
    margin-right:-2px; 
    margin-left:-2px; 
    height:14px; 
    padding:4px; 
} 
span.cellColored 
{ 
    background-image:none;
} 
.gridcontent
 {
    width: 100%;
    padding: 1em 0 0;
    line-height: 100%;
}  
.gridcontentnopad 
{
    width: 100%;
    /*padding: 1em 0 0;*/
    line-height: 100%;
}  
/* for jqGrid Column Header Wrap */
th.ui-th-column div 
{
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}

/* for jqGrid Column Wrap
.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
} */
/*.ui-jqgrid tr.jqgrow td { height: 50px; white-space: normal; }*/

/* css for timepicker */
/*
.ui-timepicker-div .ui-widget-header 
{
    margin-bottom: 8px; 
}
.ui-timepicker-div dl 
{
    text-align: left; 
}
.ui-timepicker-div dl dt
{
    height: 25px; 
}
.ui-timepicker-div dl dd 
{
    margin: -25px 0 10px 65px; 
}
.ui-timepicker-div td  
{
    font-size: 90%; 
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
*/

.AddButton a
{
    background:url("../images/ButtonUp.jpg") repeat-x;
    color:#fff; 
    line-height:16px;
    margin:0;
    padding: 2px 7px 2px 7px;
    border-left:1px solid #fff; 
    font-size:8pt; 
    font-weight:600;
    /*text-transform:capitalize;*/
}
.AddButton a:hover
{
    background-image:url("../images/Buttondown.jpg");
    color: #000;
}

.DetailBackGrd 
{
	margin: 10px 0px; 
	/*padding-bottom:10em; */
	padding-top:0px; 
	padding-left:5px;
	border: 1px solid rgb(154, 164, 168); 
	width: auto; 
	/*height:10em;*/
	text-align: left; 
	display: block; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#7999A7',direction='120',strength='1'); 
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5); 
	background-color: white; 
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); 
}

.DetailBackGrd dl
{
    padding-left:5px; 
	padding-right:0px; 	
	font-weight:600;
	margin:5px;
	font-size: 10pt;
	
}

/*The hover button
.SearchBackGrd dl
{float:right;padding:7px 0;margin:0;}
.SearchBackGrd dl
{margin:0;padding:0;}../images/btn_b_bg.png;../images/btn_bd_bg.png
.DetailBackGrd dl dt a
{
    background:url("../images/ButtonUp.jpg") repeat-x;
    color:#fff; 
    line-height:16px;
    margin:0;
    padding: 2px 7px 2px 7px;
    border-left:1px solid #fff; 
    font-size:8pt; 
    font-weight:600;
    text-transform:capitalize;
}
.DetailBackGrd dl a:hover
{
    background-image:url("../images/Buttondown.jpg"); 
    color:#000;
}
*/
.DetailBackGrd h5
{
    margin:5px;
    color:Blue;
}
.DetailBackGrd dd
{
    padding-left:0px; 
	padding-right:0px; 	
	font-weight:normal;
	margin:5px;
	font-size: 10pt;
}
.modalcontent 
{
    display: block;
    margin: 0 auto;
    padding: 10px 0 10px;
    position: relative;
    width: auto;
}
.modalcontent dl 
{
    margin-top:0px; 
    margin-left:0; 
    float: left;
}
.modalcontent dl 
{
    margin-top:0px; 
    margin-left:0;
}
.modalcontent dt 
{
    font-weight:600; 
    font-size:10pt; 
    margin-bottom: 6px; 
    margin-top:6px; 
}
.modalcontent dd 
{
    margin:0; 
    margin-right:10px; 
    margin-bottom:6px; 
    padding: 0; 
}
#modalcontent {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 0 0 -7px;
    min-height: 100px;
    padding: 10px;
    width: 97%;
}
.ui-widget 
{
    font-size: 8pt !important; 
}



div#packingGrid 
{
    float:left; 
    width: 500px;
}
#leftPackingGrid 
{
    float:left; 
    display:inline;
    margin-left: 10px;
    font-size: 10pt;
}
#rightPackingGrid 
{
    float:right; 
    display:inline; 
    margin-right: 10px; 
    font-size: 10pt;  
}
div#packingGrid table#leftPackingGrid thead tr th
{
     width:70px;
     background: #99aaff;
     border: 1px solid #cccccc;
}
div#packingGrid table#rightPackingGrid thead tr th 
{
     width:70px;
     background: #99aaff;
     border: 1px solid #cccccc;
}
div#packingGrid table#leftPackingGrid tbody tr td 
{
    border: 1px solid #cccccc;
}

div#packingGrid table#rightPackingGrid tbody tr td {
    border: 1px solid #cccccc;
}
#supplierInfo 
{
    float:left; 
    width: 300px; 
    font-size: 10pt;
    font-weight: 600;
}
dl.invoiceInfo dd, dl.invoiceInfo dt
{
    float:left;
}
dl.invoiceInfo 
{
    padding: 0px;
    margin: 0px;
}
div.invoiceInfoRow
{
    width: 300px; 
    float:left; 
    margin-left: 50px;
}
.AuditBackGrd 
{
	margin: 10px 0px; 
	padding-top:0px; 
	padding-left:5px;
	border: 1px solid rgb(154, 164, 168); 
	width: auto; 
	text-align: left; 
	display: block; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#7999A7',direction='120',strength='1'); 
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5); 
	background-color: white; 
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); 
}

.AuditBackGrd dl 
{
    padding-left:5px; 
	padding-right:0px; 	
	font-weight:600;
	margin:5px;
	font-size: 10pt;
	width: 15em;
	float:left;
}
/*
.AuditBackGrd dl dt a 
{
    background:url("../images/ButtonUp.jpg") repeat-x;
    color:#fff; 
    line-height:16px;
    margin:0;
    padding: 2px 7px 2px 7px;
    border-left:1px solid #fff; 
    font-size:8pt; 
    font-weight:600;
    text-transform:capitalize;
}
.AuditBackGrd dl a:hover 
{
    background-image:url("../images/Buttondown.jpg");
    color: #000;
}
*/
.AuditBackGrd dd.normalhover a:hover
{
    background-image:none;
    color:#f00; 
}
.BrowseEnabled
{
    background:url("../images/ButtonUp.jpg") repeat-x;
    color:#fff; 
    line-height:16px;
    margin:0;
    padding: 6px;
    border-left:1px solid #fff; 
    font-size:8pt; 
    font-weight:600;
    text-transform:capitalize; 
}

.BrowseDisabled
{
    background: ButtonFace none;
    pointer-events: none;       
    cursor: default;
    color: GrayText; 
    line-height:16px;
    margin:0;
    padding: 6px;
    border-left:1px solid #fff; 
    font-size:8pt; 
    font-weight:600;
    text-transform:capitalize;  
}

.AuditBackGrd dd 
{
    padding-left:0px; 
	padding-right:0px; 	
	font-weight:normal;
	margin:5px;
	font-size: 10pt;
}
.gridAltRowClass 
{
    background-color: #B7D2FF; 
    background-image: none;  
}

/* supplier control classes */

#editSupplierButtons
{
    width:50px;
    margin-left:5px;
    margin-right:0px;
    font-weight:600;
    font-size: 10pt;
    float:left;
    padding: 0 0 0 5px;
}

#addSupplierButtons
{
    width:auto;
    margin-left:5px;
    margin-right:0px;
    font-weight:600;
    font-size: 10pt;
    float:left;
    padding: 0 0 0 5px;
}

#supplierEdit 
{
    max-height: 65px;
	white-space: normal;
	overflow: visible;
	/*text-overflow: ;
	-o-text-overflow: ;    
	*/
}
#supplierEdit dd
{
    max-height: 65px;
	white-space: normal;
	overflow: visible;
	/*text-overflow: ;
	-o-text-overflow: ;    
	*/
}
.SupplierBackgound
{
    float:left;
    width:90%;
    text-align:left;
    height:100%;
    display: block; 
    max-height: 65px;
    
}
.SupplierBackgound dl
{
    margin-left:20px;
    margin-right:15px;
    margin-top: 10px;
    font-weight:600;
    font-size: 10pt;
    float:left;
    width:9em;
    padding: 0 0 0 20px;
}
.SupplierBackgound dd
{
	font-weight:normal;
	font-size: 10pt;
	margin:1x;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; 
	width:100%;
}

#reportLister
{
    width:30%;
    float:left;
}

#reportParams
{
    width:58%; 
    float:left;    
    margin-left: 15px;
}

#overlay 
{
     z-index:1000;
     position:absolute;
     top:20px;
     bottom:20px;
     left:0;
     width:100%;
     background:Red;
     /*background:#000;*/
     opacity:0.05;
     -moz-opacity:0.05;
     filter:alpha(opacity=0);
     /*visibility:hidden;*/
 }
 
 #readonly 
{
     z-index:1050;
     position:absolute;
     top:20px;
     bottom:20px;
     left:0;
     width:100%;
     background:#000;
     opacity:0.00;
     -moz-opacity:0.00;
     filter:alpha(opacity=0);
     /*visibility:hidden;*/
 }
 
 #ErrorMessages
 {
     color: #FF0000;
     background: #FFFFFF;
     margin-top: 5px;
 }
 
.error
{
    border: 1px solid #ff0000; 
    background-color: #ffeeee;
}
    
 label.error{ color: #FF0000; border: 0px; background-color:#ffffff;}


   
.redRow
{
    /*color:#F0585C; */
    color: Red;
}

dl.NoFloat 
{
    float:none;
}

a.UnButton
{
    background: none;
    color: Blue;
    border-left: 0px;
    font-size: 8pt;
    font-weight: 600;
    line-height: 16px;
    margin: 0;
    padding: 2px 7px;
    text-transform: capitalize;    
}

a.UnButton:hover
{
    background-image:none;
    color:Blue;
    text-decoration: underline;
}



