﻿

body
{
  background-color:#292929;
  background-image:url(../images/bg.gif);
  background-repeat:repeat-y;
  background-position:center;
  padding:0;
  margin:0;
  color : #fff;


}

.backgroundContent{
 background-color:#FFFFFF;
}

img{border:none;} 

body, table, td {
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #4C4C4C;
	padding:0;
	border:0;
	
}


.main_container
{
 
	width: 996px; 
	margin:0 auto;
}


.maincontent
{
    background-color:#FFFFFF;
	width:650px;
	border-bottom:3px solid #141414;
	border-left:3px solid #141414;
	border-right:3px solid #141414;
}

select, input
{
	font-family:verdana;
	font-size:11px;
}

.botones
{
    height:20px;
  	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	background-image:url(../images/sitemap.jpg);
	border: 1px solid #000000;

    }

.formFieldsSearch
{   
    width:100px;
    color:#000000;
    font-size:10px;
    border:1px solid #4C4C4C;
    
    }

.formFieldsMenu
{   
    width:150px;
    color:#000000;
    font-size:10px;
    background-color:#CCCCCC;
    border:1px solid #4C4C4C;
    
    }
    
.tituloMenu
{
   font-size:12px;
   color:#999999;
   padding-left:5px;
   text-align:left;
    }

.tituloCart
{
   font-size: 11px;
   color:#FFFFFF;
   padding-left:5px;
   padding-right:15px;
    }
        
.textoMenu
{
   
   color:#FFFFFF;
   padding-left:15px;
   padding-right:5px;
   text-align:left;
    }
    
.bordeTBL{
	border:1px solid #4C4C4C;
}


a
{
    color:#4C4C4C;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:hover
{
    color: #4C4C4C;
    font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none; 

}
	
a.purple
{
	color:#CC0099;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.purple
{
	color:#CC0099;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a.purple:hover
{
    color: #CC0099;
    font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;}


.pageSelected
{  
   text-align:center;
   padding: 0px 3px 0px 3px;
   margin: 1px; 
   border: 1px solid #CC0099;
   font-weight: bold;
   background-color: #CC0099;
   color: #FFF;                   
    
 }
 
a.blanca_peq {
	color: #FFFFFF; 
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;}
	
.blanca_peq {
	color: #FFFFFF; 
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;}	

a.blanca_peq:hover {
	color: #FFFFFF; 
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;}	

a.blanca {
	color: #FFFFFF; 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;}
	
.blanca{
	color: #FFFFFF; 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;}	

a.blanca:hover {
	color: #FFFFFF; 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;}	


.cursorHand
{
  cursor:hand;
    }


.rojo {
	text-decoration : none;
	color: #ff0000;
}




.small
{
	font-size:10px;
}

.big
{
	font-size:12px;
}

.large
{
	font-size:13px;
}

.xlarge
{
	font-size:14px;
}

.bold
{
    font-weight:bold;
    }

.strike
{
    text-decoration:line-through;
    }    


/* example_4 css */  
#marcas_4 {   
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 172px; /* important */  
    height: 296px; /* important */  
    background: #000;   
  
}   
  
#marcas_frame {position: relative}   
#marcas_frame img {position: absolute;}   
#marcas_previous {top: 0; left: 0;}   
#marcas_next {top: 278px; left: 0;}   
  
#marcas_content {   
    position: absolute;   
    margin-top: 20px;   
    left: 0;   
}   
  
.marcas_item img {   
    display: block;   
    float: left;   
    margin: 5px;   
    padding: 5px;   
    border: 1px solid #666;   
    background-color: #000;   
}  


 .UpdateProgressImg 
 {
   border-style:inset;
   border-width:1px;
   border-color:black;
   background-color:#FFF;
   color:#4C4C4C;
   top:0;
   left:0;
   position:fixed;
   vertical-align:middle;
   padding-left:5px;
   margin:1px;
   width:120px;
   text-align:left;
 
  
 }


.tituloDetalle
{
   font-size:14px;
   font-weight:bold;
   text-align:left;
    }

.Detalle
{
   text-align:left;
    }
 
#outer
{
    text-align: left;
    border: 1px solid gray;
    width: 470px;
    margin: auto;
    padding: 0 10px 10px 10px;
    background-color: #d2d3d3;
}

div#modaltitle
{    
    background-image: url(bar.gif);
    background-repeat: repeat-x;    
}


 /** Modal Pop Up **/
.modalpopup
{
    font-family: Verdana;
    font-size:8pt;
    padding: 2px 3px;
    display: block;
    position: absolute;
}

.container
{
    width: 350px;
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.header
{
    background: url(../images/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 

.header .msg
{
    font-weight: bold;
}         

.body
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
} 

.body .msg
{
   	color: #000;
   	text-align:left;
   	padding-left:20px;
}  

.footer
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
} 

.close
{
    right: 7px;	
    background: url(../images/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

.modalBackground 
{
    background-color:Black;
    filter:alpha(opacity=55);
    opacity:0.2;
} 

.containerPwd
{
    width: 400px;
    border: solid 2px #000000;
    background-color:#FFFFFF;
} 

.containerModal
{
    width: 450px;
    border: solid 2px #000000;
    background-color:#FFFFFF;
} 

.formAlign
{
  text-align:left;
  padding-left:5px;    
  padding-right:5px;  
    }
    
    
 .formFields
{   
    width:120px;
    color:#000000;
    font-size:11px;
    border:1px solid #4C4C4C;
    
    }
    

/**  ------------------------------ Gridview ------------------------------ **/
.alternatingrowstyle{
    background-color:#E3E3E1;
}
.headerstyle
{
    background-image:url(../images/sitemap.jpg);
    background-repeat:repeat; 
    background-position:top;
    
}

.headerstyle a {
    color:#FFFFFF;
    text-decoration:underline;
}    
.sortalternatingrowstyle{
    background-color:#FFFFFF
}

.sortascheaderstyle{
    background:#4F4A46 url(../images/sort_asc.gif) no-repeat scroll right center;
    padding-left:5px;
}
.sortdescheaderstyle{
    background:#4F4A46 url(../images/sort_desc.gif) no-repeat scroll right center;
    padding-left:5px;
}   
.pagerstyle{
    color:#4C4C4C;
    height:30px;
    vertical-align:middle;
    font-size:x-small;
    text-align:right;
} 
.pagerstyle select{
    font-size:x-small;
}  
.previous{
    background:transparent url(../images/previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.next{
    background:transparent url(../images/next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}  
.gotopage{
    font-size:x-small;
    width:20px;
}

.gridhover{ background-color:#B7DBFF; }



#progressBackgroundFilter { 
  position:fixed; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:Black;  
  filter:alpha(opacity=30); 
  opacity:0.5; 
  z-index:1000; 
} 

 

#processMessage 
{
  border-style:inset;
  border-width:1px;
  border-color:black; 
  position:fixed;  
  top:40%;  
  left:43%; 
  padding:10px; 
  width:14%; 
  z-index:1001; 
  color:#000; 
  background-color:#fff; 
  text-align:center;
} 
 



 TR.updated TD
        {
        	background-color:#CC0099;
        	color:#FFFFFF;
        }
        
        
.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}        


/* Accordion */ 

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-image:url(../images/sitemap.jpg);
    background-repeat:repeat; 
    background-position:top;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
    cursor: pointer;
    height:20px;
    text-align:left;
    padding-left:5px;
}

.accordionContent
{
  text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #4C4C4C;
    border: 1px dashed #CC0099;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 color:White;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
}
    
