input[type=password]:disabled,input[type=text]:disabled {
    background: #e8e6e6 !important;
}

.k-textBox:disabled {
    background: #e8e6e6 !important;
}


.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

fieldset 
{
    border:1px solid #ddd;
    padding:0 10px 4px 10px;
    margin :0 0 0 0;
        
    border-radius: 5px;
    -moz-border-radius: 5px;
    clear:both;
}

legend 
{
    font-size:1.1em;
    font-weight: bold;
}

textarea 
{
    min-height: 45px;
}

input[type="text"] 
{
    width:100%;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width:100%;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    text-align:left;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}


#menuArea
{
    background-color:inherit;
} 

#containerCustomerArea
{
   background-color:#FFFFFF;   
 
}

#customerArea
{
   min-height:450px;
} 


#header
{
    height:105px;    
}


#footerContainer
{          
    background: none repeat scroll 0 0 #EEEEEE;
    clear: both;   
    padding: 20px;
    text-align: left;
}

#footer
{            
    padding-top:10px; 
    background-color:inherit;    
}

.productPreview{	
	border:1px solid #ccc;		
	padding:2px;
	height:80px;		
		
}

.productPreview:hover {	
		
}


.productLoading
{
    background-image: url("/Content/images/Buttons/loading.gif");
    width:80px;
    height:80px;
    display:block;
    float:left;
    background-repeat:no-repeat;
    background-position :center center;
    border:1px solid #ccc;		
	padding:2px;
}



input[type=checkbox]
{
   margin-left:0px; 
   margin-right:0px;    
}


.Container-Page {	
  	margin:0 auto; 
	position:relative;
	text-align:left;
	width:100%;		
}	


.ContentCentered { 
  margin:auto;
  width:928px;
}

.CustomerContentCentered { 
   margin:auto;
   width:500px;
   margin-top:0px;
   margin-bottom:0px;  
}

#customerTopArea
{
    width:100%;
    margin-bottom:20px;
    float:left;
}


#customerSelectionArea
{
    height:100%;    
    float:right;
} 

.customerInfoArea
{          
    padding-top:2px;   
    font-size:10px;  
    height:100%;
    padding:7px;
    border-width:1px;
    border-style: solid;   
    float:left;
    min-width:560px;
} 

#customerTabsArea
{
    padding:0px;
    margin:0px;
    float:left;
    height:330px;
   
}

#boxCustomerUnSelected
{
    background-color:yellow;    
    font-size:20px;         
    padding:12px;
    border:1px solid #45A5C9; 
    float:left;    
    margin-right:30px;    
}

#boxCustomerSelected
{
    background-color:transparent;    
    font-size:18px;
    font-weight:bold;
    float:left;
    padding-left:0px;   
    padding-right:0px;         
    min-width:180px;   
}

#lbsearchCustomer
{
  font-size:10px;  
  padding:0;
  padding-bottom:2px; 
}

#searchCustomerBox 
{  
    border-radius: 5px 5px 5px 5px;
    height: 44px;
    padding: 4px;
    padding-top:0px;
    width:290px;   
}

#txtSearchCode
{    
    background: url("/content/images/iconSearchLoupe.png") no-repeat scroll 7px 2px #FFFFFF;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    float: left;
    font-size: 16px;
    height: 26px;
    margin: 0 1px 0 0;
    padding: 2px 0 2px 34px;
    width:210px;
    
}


#btSearchCode
{
    float: left;
    height: 33px;
    margin: -1px 0 0 2px;
    width: 40px;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
}


/* tabs mod */

#tabs-left {
	position: relative;
	padding-left: 12.5em;
}
#tabs-left .ui-tabs-nav {
	position: absolute;
	left: 0.25em;
	top: 0.25em;
	bottom: 0.25em;
	width: 12em;
	padding: 0.2em 0 0.2em 0.2em;
}
#tabs-left .ui-tabs-nav li {
	right: 1px;
	width: 100%;
	border-right: none;
	border-bottom-width: 1px !important;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	overflow: hidden;
	
}
#tabs-left .ui-tabs-nav li.ui-tabs-selected {
	border-right: 1px solid transparent;
}
#tabs-left .ui-tabs-nav li a {
	float: right;
	width: 100%;
	text-align: right;
	
}

#tabs-left .ui-tabs-panel  {
	
	background-color:White;
}

#tabs-left > div {
	height: 25em;
}


.fc-boxTitle {   
    background-position: 50% top;
    background-repeat: repeat-x;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    padding: 7px 9px 5px;
}

.fc-boxContent {  
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 7px 9px 5px;
    background-color:transparent;
}


.page1 .fc-boxTitle {
    background-color: #EFF1FF;
    background-image: url("/Content/images/boxTitleBlue.jpg");
    border: 1px solid #8CC5FD;    
}

.page1 .fc-boxContent {   
    border: 1px solid #8CC5FD;
}

.page2 .fc-boxTitle {
    background-color: #EFF1FF;
    background-image: url("/Content/images/boxTitleGreen.jpg");
    border: 1px solid #9FD03B;
}

.page2 .fc-boxContent {
    border: 1px solid #9FD03B;
   
}

.page3 .fc-boxTitle {
    background-color: #EFF1FF;
    background-image: url("/Content/images/boxTitleYellow.jpg");
    border: 1px solid #C8B300;
}

.page3 .fc-boxContent {
    border: 1px solid #C8B300;  
}

.page4 .fc-boxTitle {
    background-color: #EFF1FF;
    background-image: url("/Content/images/boxTitleOrange.jpg");   
    border: 1px solid #F6A900;
}

.page4 .fc-boxContent 
{
    border: 1px solid #F6A900;  
}

.page5 .fc-boxTitle {
    background-color: #EFF1FF;
    background-image: url("/Content/images/boxTitleRed.jpg");
    border: 1px solid #CE0000;
}

.page5 .fc-boxContent 
{    
     border: 1px solid #CE0000;  
}




