﻿/*Panel Standard*/
a {
  color: #ed6445;
  text-decoration: none;
  }
  
.content a
{
   line-height: 21px;  
}
a:hover {
    text-decoration: underline; }
    
/*.btn*/




#content input[type=submit], #content-login input[type=submit]
{
display: inline-block;
background-color: #7D9B4A;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#96B563), color-stop(0.25, #96B563), to(#7D9B4A));
background-image: -webkit-linear-gradient(#96B563, color-stop(0.25, #96B563), #7D9B4A);
background-image: -moz-linear-gradient(#96B563, #96B563 25%, #7D9B4A);
background-image: -ms-linear-gradient(#96B563, color-stop(#96B563, 0.25), #7D9B4A);
background-image: -o-linear-gradient(#96B563, color-stop(#96B563, 0.25), #7D9B4A);
background-image: linear-gradient(#96B563, color-stop(#96B563, 0.25), #7D9B4A);
padding: 4px 14px;
text-shadow: 0 -1px 0px #728D43;
color: white;
font-size: 13px;
font-family:Tahoma,Helvetica,serif;
line-height: 18px;
border: 1px solid #7D9B4A;
border-bottom-color: fadein(#7D9B4A, 15%);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
transition: 0.1s linear all;
}

/*.btn:active*/
#content input[type=submit]:active, #content-login input[type=submit]:active
{
display: inline-block;
background-color: #7D9B4A;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7D9B4A), color-stop(0.25, #7D9B4A), to(#96B563));
background-image: -webkit-linear-gradient(#7D9B4A, color-stop(0.25, #7D9B4A), #96B563);
background-image: -moz-linear-gradient(#7D9B4A, #96B563 25%, #7D9B4A);
background-image: -ms-linear-gradient(#7D9B4A, color-stop(#7D9B4A, 0.25), #96B563);
background-image: -o-linear-gradient(#7D9B4A, color-stop(#7D9B4A, 0.25), #96B563);
background-image: linear-gradient(#7D9B4A, color-stop(#7D9B4A, 0.25), #96B563);
padding: 4px 14px;
text-shadow: 0 -1px 0px #728D43;
color: white;
font-size: 13px;
font-family:Tahoma,Helvetica,serif;
line-height: 18px;
border: 1px solid #7D9B4A;
border-bottom-color: fadein(#7D9B4A, 15%);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
transition: 0.1s linear all;
}

button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0; }
  
/*.text-box*/
.stdPanel input[type=text]
{
    width: 218px;
    background-color:#fff;
	 font-size:12px;
     font-family:Arial,Tahoma,Verdana;
	color : #747862;
	height:18px;
	border:1px solid silver;
	padding:4px 8px;
	margin-bottom:10px;
    /*
	-moz-box-shadow: inset 0 0 1px 1px #969696;
-webkit-box-shadow: inset 0 0 1px 1px #969696;
box-shadow: inset 0 0 1px 1px #969696;*/
   /*Vardecito k me gusta: #383838*/
} 

.ie9 .stdPanel input[type=text]
{
    width: 218px;
    background-color:#fff;
	 font-size:12px;
     font-family:Arial,Tahoma,Verdana;
	color : #747862;
	height:18px;
	border:1px solid #B1B1B1;
	padding:4px 8px;
	margin-bottom:10px;
    /*
	-moz-box-shadow: inset 0 0 1px 1px #969696;
-webkit-box-shadow: inset 0 0 1px 1px #969696;
box-shadow: inset 0 0 1px 1px #969696;*/
   /*Vardecito k me gusta: #383838*/
} 

.multiline-textbox
{
    width:225px;
    color : #747862;
    font-family:Arial,Tahoma,Verdana;
    padding:4px;
    border:1px solid silver;
    margin-bottom:10px;
    /*
	-moz-box-shadow:inset 0 0 1px 1px #F1F1F1;
-webkit-box-shadow:inset  0 0 1px 1px #F1F1F1;
box-shadow:inset 0 0 1px 1px #F1F1F1;*/
    font-size:12px;
}

.ie9 .multiline-textbox
{
    width:95%;
    color : #747862;
    font-family:Arial,Tahoma,Verdana;
    padding:4px; 
    margin-bottom:10px;
    border:1px solid #B1B1B1;
    /*
	-moz-box-shadow: 0 0 1px 1px #F1F1F1;
-webkit-box-shadow:  0 0 1px 1px #F1F1F1;
box-shadow: 0 0 1px 1px #F1F1F1; */
 font-size:12px;  
    
}
#content select
{

    
    -webkit-appearance: none;
    appearance: none;
	background: url(../Images/icons/Serp_Icons_Arrow_Right.png) no-repeat right; 
	background-color:#fff;
	color : #747862;
	height:26px;
	font-size:12px; 
	font-family:Arial,Tahoma,Verdana;
	padding-right:20px;
	padding-bottom:-5px;
	
	margin-top:0px;
	margin-bottom:10px;
	border:1px solid silver;
	
    text-indent:0.4em;
    line-height: 2em;
    width: 234px;
    vertical-align:middle;

}

#content select:hover
{

    
    -webkit-appearance: none;
    appearance: none;
	background: url(../Images/icons/Serp_Icons_Arrow_Down.png) no-repeat right; 
	background-color:#fff;
	color : #747862;
	height:26px;
	border:0;
	padding:4px 20px -5px 8px;
	margin-bottom:10px;
	border:1px solid silver;
    font-size:12px; 
	

}

select::-ms-expand {
    display: none;
} 

/* Internet Explorer 8+*/ /* Internet Explorer 8+*/ /* Internet Explorer 8+*/ /* Internet Explorer 8+*//* Internet Explorer 8+*/
.ie9 #content select
{
    appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
	background: url() no-repeat right; 
	background-color:#fff;
    font-size:12px; 
    font-family:Arial,Tahoma,Verdana;
	color : #747862;
	height:26px;
	border:1px solid silver;
	padding:8px 20px -5px 8px;
	padding-left:5px;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:4px;
	margin-top:0px;
	margin-bottom:10px;
	
     text-indent:0.4em;
    line-height: 2em;
    width: 234px;

}

.ie9 #content select:hover
{

    appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
	background: url() no-repeat right;
	background-color:#fff;
   font-size:12px; 
	color : #747862;
	height:26px;
	border:0;
	padding:8px 20px -5px 8px;
	padding-left:5px;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:4px;
	margin-bottom:10px;
	border:1px solid silver;

	


}
.ie10 #content select
{

-webkit-appearance: none;
-moz-appearance: none;
	background: none; 
	background-image:none;
	color : #747862;
	height:26px;
	border:0;
	padding:8px 20px -5px 8px;
	padding-left:5px;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:4px;
	margin-top:0px;
	margin-bottom:10px;
	border:1px solid silver;
	
     text-indent:0.4em;
    line-height: 2em;
    width: 234px;
    font-size:12px; 
    font-family:Arial,Tahoma,Verdana;
}

.ie10 #content select:hover
{


-webkit-appearance: none;
-moz-appearance: none;
	background: none;
	background-color:#fff;
    background-image:none;
	color : #747862;
	height:26px;
	border:0;
	padding:8px 20px -5px 8px;
	padding-left:5px;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:4px;
	margin-bottom:10px;
	border:0.5px solid #969696;
	border-top:0px;
	
    font-size:12px; 


}

/* Internet Explorer 8+*/ /* Internet Explorer 8+*//* Internet Explorer 8+*//* Internet Explorer 8+*//* Internet Explorer 8+*//* Internet Explorer 8+*//* Internet Explorer 8+*/

/*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*/
@-moz-document url-prefix() {
    
    #content select
{
   

-moz-appearance:menulist;
	background: url() no-repeat right; 
	background-color:#fff;
	color : #747862;
	height:26px;
	font-size:12px; 
    font-family:Arial,Tahoma,Verdana;
	-moz-padding-end: 2px;
   vertical-align:middle;
	margin-top:0px;
	/*-moz-box-shadow: inset 0 0 1px 1px #969696;*/
	border:1px solid silver;
	
    text-indent:0;
    padding-left:5px;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:4px;
    width: 234px;
    
}
    
    #content select:hover
{
        font-size:12px; 
    appearance: menulist;
-webkit-appearance: none;
-moz-appearance: none;
	background: url() no-repeat right; 
	background-color:#fff;
	color : #747862;
	height:26px;
	
	/*padding:8px 20px -5px 4px;*/
	margin-bottom:10px;
	border:1px solid silver;
	/*border-top:0px;*/
	vertical-align:middle;
    /*
-moz-box-shadow: inset 0 0 1px 1px #969696;*/

}

 
    
    
}
/*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*//*Firefox*/

.content span
{
    display: inline-block;
    color:#424242;
    font-family:Verdana;
    
    
    padding-right:20px;
    padding-bottom:-5px;
    margin-bottom:0px;
}

.content .dash span {
    
    padding-right:6px;
    padding-bottom:5px;
    
}

/*Widget*/ /*Widget*/ /*Widget*/ /*Widget*/ /*Widget*/ /*Widget*/ /*Widget*/ /*Widget*/ /*Widget*/ 

#widget-bar hr
{
margin-left:1px;margin-right:1px;margin-top:4px;margin-bottom:1px;




}

.mainBox
{
    
    padding:15px;
    /*background: #FFF ;
     border-radius:5px;   
    background: #adadad; */

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #FCFCFC 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FCFCFC 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #FCFCFC 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #FCFCFC));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FCFCFC 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #FCFCFC 100%);
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0; 
    -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0; 
    box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0; 
    font-family: 'Helvetica Neue',Helvetica,sans-serif; 

    font-size:12px;
    min-height:626px;
    
    height:auto;
    margin-top:5px;
    margin-bottom:5px;
    border:1px solid #969696;
}

.mainBox h1
{
    font-size:20px;
    text-transform:uppercase;
    color:#7D9B4A;
    text-shadow:-1px #2c2000;
    font-family:Verdana;
    margin-bottom:5px;
}

.mainBox h2
{
    font-size:18px;
    text-transform:uppercase;
    color:#ED6445 !important;
    text-shadow:-1px #2c2000;
    padding:5px 3px;
    font-weight:bold;
}

.mainBox h3
{
    font-size:13px;
    text-transform:uppercase;
    /*color:#7D9B4A;*/
    color:Silver;
    text-shadow:-1px #2c2000;
    font-family:Tahoma;
    padding:5px;
    margin-bottom:5px;
}

.mainBox h4
{
    font-size:13px;

    /*color:#7D9B4A;*/
    color:Silver;
    text-shadow:-1px #2c2000;
    font-family:Tahoma;
    padding:5px;

}

.mainBox h5
{
    font-size:11px;

    /*color:#7D9B4A;*/
    color:Silver;
    text-shadow:-1px #2c2000;
    font-family:Tahoma;
    padding:5px;

}

.stdPanel
{
    width:100%;
    
}

.stdPanel .title
{
    margin-bottom:10px;
    

    background-image:url(../Images/icons/Serp_Arrow_Up.png);
    padding: 4px 8px 2px 4px;
    background-repeat:no-repeat;
    background-position:right ;
    clear:both;
}
.stdPanel .title{
    width: 98.9%;
    
    margin-right: 0px;
    padding: 3px 2px 1px 10px;
    border: 1px solid rgba(10,10,10,0.4);
    border-radius: 4px 4px 4px 4px;
    background: rgba(10,10,10,0.1);
    box-shadow: 0 2px 2px rgba(10,10,10,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(10,10,10,0.2);
    -o-box-shadow: 0 2px 2px rgba(10,10,10,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(10,10,10,0.2);
    -webkit-box-shadow: 0 2px 2px rgba(10,10,10,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(10,10,10,0.2);
    -moz-box-shadow: 0 2px 2px rgba(10,10,10,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(10,10,10,0.2);
    background-image: url(../Images/icons/Serp_Arrow_Up.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 9.5px;
}

.stdPanel .title:hover
{
    width: 98.9%;
    height: 100%;
    margin-right:  0px;
    padding: 3px 2px 1px 10px;
    border: 1px solid rgba(96,96,96,0.4);
    border-radius: 4px 4px 4px 4px;
    background: rgba(96,96,96,0.1);
    box-shadow: 0 2px 2px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
    -o-box-shadow: 0 2px 2px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
    -webkit-box-shadow: 0 2px 2px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,90,0.2);
    -moz-box-shadow: 0 2px 2px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
    background-image: url(../Images/icons/Serp_Arrow_Up.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 9.5px;
}

.ie9 .stdPanel .title:hover
{
    


     width: 98.9%;
    height: 100%;
    margin-right:  0px;
    padding: 3px 2px 1px 10px;
   border: 1px solid rgba(96,96,96,0.4);
    border-radius: 4px 4px 4px 4px;
    background: rgba(96,96,96,0.1);
    box-shadow: 0 2px 2px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
    -o-box-shadow: 0 2px 2px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
    -webkit-box-shadow: 0 2px 2px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,90,0.2);
    -moz-box-shadow: 0 2px 2px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
    background-image: url(../Images/icons/Serp_Arrow_Up.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 9.5px;  
}
@-moz-document url-prefix() {
.stdPanel .title:hover
{
    
  
     width: 98.9%;
    height: 100%;
    margin-right:  0px;
    padding: 3px 2px 1px 10px;
    border: 1px solid rgba(96,96,96,0.4);
    border-radius: 4px 4px 4px 4px;
    background: rgba(96,96,96,0.1);
    box-shadow: 0 2px 2px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
    -o-box-shadow: 0 2px 2px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
    -webkit-box-shadow: 0 2px 2px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,90,0.2);
    -moz-box-shadow: 0 2px 2px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
    background-image: url(../Images/icons/Serp_Arrow_Up.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 9.5px;  
}}
.stdPanel .title p 
{
    font-size:14px;
    text-transform:uppercase;
    color:#177198;
    text-shadow:-1px #2c2000;
    font-family:Verdana;
    margin:0px;
}

.stdPanel .panelContent
{
    padding-left:4px;
    padding-right:4px;
    padding-top:3px;
    padding-bottom:3px;
    
    overflow:hidden;
    
}
.stdPanel .panelContent-differentSpan
{
    padding-left:20px;
    padding-right:20px;
}

.stdPanel .panelContent-differentSpan span
{
   /*padding-right:0px;*/
}
.stdPanel .left-panel-content
{
    
    width:447px;
    
    padding-top:5px;
    padding-bottom:15px;
    margin-left:20px;
    display:inline;
   float:left;
   margin-bottom:0px;
   
   display:inline-block;
   
}

.stdPanel .right-panel-content
{
    padding-top:5px;
    padding-bottom:15px;
    margin-right:20px;
    padding-left:0px;
    width:432px;
   
     
    float:right;
   

}

.stdPanel .span-width .wraper
{
    float:left;
    margin-left:20px;
    background-color:#fff;
    border:1px solid #969696;    
    border-radius:5px;
}

.saveCancelButtonSet
{
    
    padding-right:25px;


}

.saveCancelButtonSet a
{
    float:right;
}

.saveCancelButtonSet img
{
    margin-bottom: -2px;
}

.saveCancelButtonSet input[type=submit]
{
   float:right;
        
}

.ie9 .saveCancelButtonSet input[type=submit]
{
   float:right;
   margin-right:5px;
        
}

@-moz-document url-prefix() {
.saveCancelButtonSet input[type=submit]
{
   float:right;
        margin-right:5px;
}
}

/*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*/

.CustomTabStyle{
font:Tahoma, Geneva, sans-serif;
margin-top:10px;
padding-top:10px;
}
.CustomTabStyle .ajax__tab_header {
    font-size: 9px ;
    text-transform:uppercase;
    margin-bottom:-1px;
    margin-left:20px;
     margin-right:20px;
     font-weight:bold;
     
    
}

.CustomTabStyle .ajax__tab_header span {width:100px;}
@-moz-document url-prefix() {
.CustomTabStyle .ajax__tab_header {
    font-size: 9px ;
    text-transform:uppercase;
    margin-bottom:-1px;
    margin-left:20px;
     margin-right:20px;
     font-weight:bold;
    
}

.CustomTabStyle .ajax__tab_header span {width:100px;}
}
.ie9 .CustomTabStyle .ajax__tab_header {
    font-size: 9px ;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:-1px;
    margin-left:20px;
     margin-right:20px;
      vertical-align:middle;
    
}

.ie9 .CustomTabStyle .ajax__tab_header span
{
    width:100px;
}

.CustomTabStyle .ajax__tab_outer {
   text-align:center;
    
}

.CustomTabStyle .ajax__tab_inner {
    text-align:center;
    
}

.CustomTabStyle .ajax__tab_outer a{
    padding-left:4px;
    padding-top:2px;
    padding-bottom:2px;
    width:110px;
    border-bottom:1px solid #969696;
   background-color:#eaeaea;
   border: 1px solid #969696;
   border-bottom:0px;
   border-radius: 4px 4px 0px 0px;
   background: rgba(96,96,96,0.1);
   box-shadow: 0 0px 0px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
   -o-box-shadow: 0 0px 0px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
   -webkit-box-shadow: 0 0px 0px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,90,0.2);
   -moz-box-shadow: 0 0px 0px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
}



.CustomTabStyle .ajax__tab_tab 
{
    
   border-top:1px solid #969696;
   border-left:1px solid #969696;
   border-right:1px solid #969696;
   
    border-top-right-radius:5px;
     border-top-left-radius:5px;
     padding-top:10px;
     
   height:20px;
  
    
}

.CustomTabStyle .ajax__tab_body {
    background-color:White;
    padding:30px;
    margin-left:20px;
     margin-right:20px;
     border-top:1px solid #969696;
     border-bottom:1px solid #969696;
     border-left:1px solid #969696;
     border-right:1px solid #969696;
     font-size: 11px ;
     border-bottom-left-radius:5px;
     border-bottom-right-radius:5px;
     border-top-right-radius:5px;
     
     -moz-border-radius-bottomleft:5px;
     -moz-border-radius-bottomright:5px;
     
     -webkit-border-bottom-right-radius:5px;
     -webkit-border-bottom-left-radius:5px;
     
}

.CustomTabStyle .ajax__tab_hover a{
    
    background-color:Silver;
    
}

.CustomTabStyle .ajax__tab_hover {
    
}
.CustomTabStyle .ajax__tab_active 
{
 margin-bottom:-5px;
}
.CustomTabStyle .ajax__tab_active a
{
    border-bottom:1px solid white;
    background-color:white;
   border-radius: 4px 4px 0px 0px;
   
   box-shadow: 0 2px 0px rgba(96,96,96,0.0), inset 0 1px rgba(255,255,255,0.0), inset 0 10px rgba(255,255,255,0.00), inset 0 10px 20px rgba(255,255,255,0.0), inset 0 -15px 30px rgba(96,96,96,0.0);
   -o-box-shadow: 0 2px 0px rgba(96,96,96,0.0), inset 0 1px rgba(255,255,255,0.0), inset 0 10px rgba(255,255,255,0.00), inset 0 10px 20px rgba(255,255,255,0.0), inset 0 -15px 30px rgba(96,96,96,0.0);
   -webkit-box-shadow: 0 0px 2px rgba(96,96,96,0.0), inset 0 1px rgba(255,255,255,0.0), inset 0 10px rgba(255,255,255,0.00), inset 0 10px 20px rgba(255,255,255,0.0), inset 0 -15px 30px rgba(96,96,96,90,0.0);
   -moz-box-shadow: 0 2px 0px rgba(96,96,96,0.0), inset 0 1px rgba(255,255,255,0.0), inset 0 10px rgba(255,255,255,0.00), inset 0 10px 20px rgba(255,255,255,0.0), inset 0 -15px 30px rgba(96,96,96,0.0);
}


/*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*//*Tabs*/

.VerticalTabStyle{
font:Tahoma, Geneva, sans-serif;
margin-bottom:15px;
padding-top:10px;
}

.VerticalTabStyle .right-label {
    /*width:auto !important;*/
}

.VerticalTabStyle .ajax__tab_header_verticalleft span {
    width:auto !important;
    padding:0px;
    margin:0px;
}
.VerticalTabStyle .ajax__tab_header_verticalleft {
    font-size: 9px ;

    margin-bottom:-1px;

     font-weight:bold;
     
    
}


@-moz-document url-prefix() {
.VerticalTabStyle .ajax__tab_header {
    font-size: 9px ;
    text-transform:uppercase;
    margin-bottom:-1px;

     font-weight:bold;
    
}

.VerticalTabStyle .ajax__tab_header span {width:100px;}
}
.ie9 .VerticalTabStyle .ajax__tab_header {
    font-size: 9px ;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:-1px;

      vertical-align:middle;
    
}

.ie9 .VerticalTabStyle .ajax__tab_header span
{
    width:100px;
}

.VerticalTabStyle .ajax__tab_outer {
   text-align:center;
    
}

.VerticalTabStyle .ajax__tab_inner {
    text-align:center;
    
}

.VerticalTabStyle .ajax__tab_outer a{
    padding-left:4px;
    padding-top:2px;
    padding-bottom:2px;
    width:110px;
    
   background-color:#eaeaea;
   border: 1px solid #969696;
   border-bottom:0px solid transparent;
   border-radius: 4px 4px 4px 4px;
   -webkit-border-radius:4px 4px 4px 4px;
   -moz-border-radius:4px 4px 4px 4px;
   background: rgba(96,96,96,0.1);
   box-shadow: 0 0px 0px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
   -o-box-shadow: 0 0px 0px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
   -webkit-box-shadow: 0 0px 0px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,90,0.2);
   -moz-box-shadow: 0 0px 0px rgba(96,96,96,0.3), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.05), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(96,96,96,0.2);
}

.VerticalTabStyle .ajax__tab_header_verticalleft span:last-child a{
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius:4px 4px 4px 4px;
   -moz-border-radius:4px 4px 4px 4px;
    border-bottom:1px solid #969696;
}


.VerticalTabStyle .ajax__tab_tab 
{
    
   border-top:1px solid #969696;
   border-left:1px solid #969696;
   border-right:1px solid #969696;
   
    border-top-right-radius:5px;
     border-top-left-radius:5px;
     padding-top:10px;
     
   height:20px;
  
    
}

.VerticalTabStyle .ajax__tab_body_verticalleft {
    background-color:White;
    padding:10px;
    margin-left:0px;
     margin-right:0px;
     border:1px solid #969696;
     min-height:239px;
     font-size: 11px ;
     
     

     
}

.VerticalTabStyle .ajax__tab_hover a{
    
    background-color:Silver;
    
}

.VerticalTabStyle .ajax__tab_hover {
    
}
.VerticalTabStyle .ajax__tab_active 
{
 margin-bottom:-5px;
}
.VerticalTabStyle .ajax__tab_active a
{
    border-bottom:1px solid white;

   border-radius: 4px 4px 4px 4px;
   
   box-shadow: 0 2px 0px rgba(96,96,96,0.0), inset 0 1px rgba(255,255,255,0.0), inset 0 10px rgba(255,255,255,0.00), inset 0 10px 20px rgba(255,255,255,0.0), inset 0 -15px 30px rgba(96,96,96,0.0);
   -o-box-shadow: 0 2px 0px rgba(96,96,96,0.0), inset 0 1px rgba(255,255,255,0.0), inset 0 10px rgba(255,255,255,0.00), inset 0 10px 20px rgba(255,255,255,0.0), inset 0 -15px 30px rgba(96,96,96,0.0);
   -webkit-box-shadow: 0 0px 2px rgba(96,96,96,0.0), inset 0 1px rgba(255,255,255,0.0), inset 0 10px rgba(255,255,255,0.00), inset 0 10px 20px rgba(255,255,255,0.0), inset 0 -15px 30px rgba(96,96,96,90,0.0);
   -moz-box-shadow: 0 2px 0px rgba(96,96,96,0.0), inset 0 1px rgba(255,255,255,0.0), inset 0 10px rgba(255,255,255,0.00), inset 0 10px 20px rgba(255,255,255,0.0), inset 0 -15px 30px rgba(96,96,96,0.0);

    border: 1px solid #2b5066; 
    background: #286085; 
    background: -webkit-gradient(linear, left top, left bottom, from(#46a9eb), to(#286085)); 
    background: -webkit-linear-gradient(top, #46a9eb, #286085); 
    background: -moz-linear-gradient(top, #46a9eb, #286085); 
    background: -ms-linear-gradient(top, #46a9eb, #286085); 
    background: -o-linear-gradient(top, #46a9eb, #286085); 
    background-image: -ms-linear-gradient(top, #46a9eb 0%, #286085 100%);
    
}

.VerticalTabStyle .ajax__tab_active a span{
    color:#fff !important;
}

.stdTabPanel
{
     /*overflow:auto;*/
     overflow-y:auto;
     overflow-x:hidden;
}

.panelContent .span-width span
{
    width:150px;
    display:inline-block;
}

.panelContent-differentSpan .span-width span
{
  
   display:inline-block;
}

.stdTabPanel-left span
{
     display:inline;
    color:#424242;
    font-family:Verdana;
    width:120px;
    
    
   
    
    
    
}

.stdTabPanel-right span
{
     display:inline;
    color:#424242;
    font-family:Verdana;
    width:120px;
    
    
   
    
    
    
}

.stdTabPanel-left
{
    float:left;
    
    width:49%;
    
}
.stdTabPanel-right
{
    
    float:right;
    display:inline;
    width:49%;
    
}

/*Validation Message*/ /*Validation Message*/ /*Validation Message*/ /*Validation Message*/ /*Validation Message*/ /*Validation Message*/ /*Validation Message*/

.validationMessage
{
    
   
    padding:5px;
    
}


/*Labels Entity Details Internet Explorer*/
.down2px
{
    margin-bottom:-2px;    
}

.down3px
{
    margin-bottom:-3px;    
}

.down4px
{
    margin-bottom:-4px;    
}

.up45px {
    margin-bottom:45px;
    
}
/*Labels Entity Details Internet Explorer*/

/*Labels Entity Details Chrome, Safari*/
#content .left-label
{
    
    /*color:Gray;
    font-size:12px;
    font-weight:bold;
    padding-bottom:3px;
    padding-top:3px;
    vertical-align:top;*/
   
   font-family: "Lucida Grande", Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #0D1E4F;
    line-height:20px;
	vertical-align: top;
	letter-spacing: 0em;
    text-align:right;
 
}

#content .right-label
{
    font-family: "Lucida Grande", Tahoma;
   color:#666;
    font-size:12px;
    width:53%;
    padding-bottom:0px;
    padding-right:0px;
    line-height:20px;
    text-wrap:normal;
    
    
    
}
/*Labels Entity Details Chrome, Safari*/



.divEmployeePic
{
    width:14em;
    margin-left:auto;
    margin-right:auto;
}
.imgEmployeePhoto
{
    
}

.imgProductEquipmentPhoto
{
    width:200px;
    height:200px;
}

.deletable:hover
{
     padding-top:4px;
    background-color:#fff;
    padding-right:8px;
    margin-right:-8px;
    padding-left:7px;
    margin-left:-8px;
    padding-bottom:8px;
    margin-bottom:-9px;
    border:1px solid #BB5924;
    border-radius:5px;
}
.deletable:hover input[type='image']
{
    display:inherit;
    
}
.deletable
{
    padding-top:5px;
}

.deletable input[type='image']
{
    display:none;
}

.deleteImgButton
{
    
  
    position:relative;
    left:430px;
    top:-9px;
    height:14px;
    width:14px;
    margin-bottom:-14px;
}

/*Digital Clock*/

#clock
{
   
    display:inline;
    margin-left:5px;
}

#divDate
{
    margin-top:10px;
    float:right;
    
    font: 10px "Segoe UI",Tahoma, Geneva, sans-serif;
    text-transform:uppercase;
    color:Silver;
    
}

/*Details Button*/




/*CHECKBOXLISTS*/

.grayPanelCheckBoxList {
            width:500px;
}
.grayPanelCheckBoxList input{
    vertical-align:top;
}
.grayPanelCheckBoxList tr {
    min-height:18px;
}

.grayPanelCheckBoxList label {
    color:#177198 !important;
    text-shadow: #fff5ff 0 1px 0; 
    font-size:12px;
    width:auto;
    display:inline-block;
    padding-top:3px
}

/*CHECKBOXLISTS*/


.emailTrap span
{
    width:auto !important;
}