﻿/*
	Alteration file

	Add all alterations to the Base styles here
	This file will override the styles in Base
	Olof Rydergren, Spize IT 2008-09-22
*/

/* Logo */
.xqh_PageBody .xqh_PageHeader {width:951px;margin:0 auto;height:140px;padding:20px 24px 0 39px;color:#ffffff;text-align:left;background-image:url(Images/Images_NoText/Form/bkg_EfreightSolutionsHeader.png);}

/* Quick Quote */
#QuickQuoteHeader { height: 22px; padding: 2px 0 0 30px; background-image:url(Images/Images_NoText/Logos/img_EfreightSolutions_E_29x22.gif); background-repeat: no-repeat; }

/* Tracking */
#TrackingHeader { height: 22px; padding: 2px 0 0 30px; background-image:url(Images/Images_NoText/Logos/img_EfreightSolutions_E_29x22.gif); background-repeat: no-repeat; }

/* Zip code search result */
#ZipCodeSearchResult { border: 2px solid #0075BA; padding: 5px 10px 5px 10px; }

/* Step navigation blocks 1 to 7 */
.wuc_StepNavigator { width: 100%; background-color: #ffffff; }
.wuc_StepItem { height: 50px; padding: 2px 5px 2px 7px; margin-right: 5px; background-color: #e9edf3; color: #739dcf; cursor: pointer; }
.wuc_StepItem .Header { font-weight: bold; }
.wuc_StepItem .Text {}
.wuc_StepItem_Selected { height: 50px; padding:2px 5px 2px 7px; margin-right: 5px; background-color: #739dcf; color: #ffffff; }
.wuc_StepItem_Selected .Header { font-weight: bold; }
.wuc_StepItem_Selected .Text {}

/* Request new password */
.xqh_LoginBox .loginHeader {width:360px;height:70px;padding:0;margin:0 auto;text-align:left;background-image:url(Images/Images_NoText/Login/bkg_LoginHeader_EfreightSolutions.gif);color:#ffffff;}
/*****************************************************************
* Gridview
******************************************************************/
.xqh_GridView .Header {color:#606060;}
.xqh_GridView .DetailView
.xqh_GridView .EditView
.xqh_GridView .RowStyle {color:#EFF3FB;}
.xqh_GridView .PanelBackColor
{
	color: #507CD1;
	background-color: #CCFF33;
}


.xqh_grid-view
{
   padding: 0;
   margin: 0;
   border: 1px solid #333;
   font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
   font-size: 0.9em;
}

.xqh_grid-view tr.header
{
	color: white;
	background-color: #739dcf;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.xqh_grid-view tr.normal
{
	color: black;
	background-color: #8DAFD8;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.xqh_grid-view tr.alternate
{
	color: black;
	background-color: #D2E0F0;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.xqh_grid-view tr.edit
{
	color: black;
	background-color: #FFFFFF;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}


.xqh_grid-view tr.edit .header
{
	border-color: #FFFFFF;
	border-style: none;
	border: 0;
	color: #000000;
	background-color: #FFD9CC;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.xqh_grid-view tr.edit .center
{
	border-color: #FFFFFF;
	border-style: none;
	border: 0;
	color: #000000;
	background-color: #FFD9CC;
}
.xqh_grid-view tr.edit tr.header
{
	border-style: none;
	color: #000000;
	background-color: #6B8FDA;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.xqh_grid-view tr.edit .bottom
{
	border-style: none;
	color: #000000;
	background-color: #6B8FDA;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}
.xqh_grid-view tr.normal:hover, .xqh_grid-view tr.alternate:hover
{
   background-color: white;
   color: black;
   font-weight: bold;
}
