tabheader{
	font-size: 11px;
	z-index: 0;
	margin-top: 0px;
	height: 25px;
	font-weight: bold;
}

.tabheaderP{
	background-repeat: repeat-x;
	background-image: url(../img/acordion_bg.png);
	height: 25px;
	width: 100%;
	z-index: 0;
	color: #b1b1b1;
	font-weight: bold;
}

.tabheaderS {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../img/acordion_flecha.gif);
}

.tabheader a,.tabheader a:visited{
	color: #b1b1b1;
	text-decoration: none;
}

.tabheader a:hover{ 
	color: white !important;     
}


/* Search form  */
.watermark {
	color: #999 !important;
}

.input_border{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border : 1px solid #999;
	
	width:120px;
	max-width:130px;
	height:14px;
	font-size:12px;
	font:  12px "Segoe UI",Tahoma, Geneva, sans-serif;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	margin:3px;

}
.input_border_little{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border : 1px solid #999;	
	width:130px;
	max-width:100px;
	height:14px;
	font-size:12px;
	font:  12px "Segoe UI",Tahoma, Geneva, sans-serif;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	margin:3px;
	
	


}
.inputnormal {
	width:150px;
	font-size:16px;
	font:  16px "Segoe UI",Tahoma, Geneva, sans-serif;
	margin:5px;
}
.inputsmall {
	width:75px;
	font-size:16px;
	font:  16px "Segoe UI",Tahoma, Geneva, sans-serif;
	margin:5px;
}
.inputnormal2 {
	width:100px;
	font-size:16px;
	font:  16px "Segoe UI",Tahoma, Geneva, sans-serif;
	margin:3px;
}
.inputnormal3 {
	width:150px;
	font-size:16px;
	font:  16px "Segoe UI",Tahoma, Geneva, sans-serif;
	margin:3px;
}
.inputsmall2 {
	width:65px;
	font-size:16px;
	font:  16px "Segoe UI",Tahoma, Geneva, sans-serif;
	margin:3px;
}
.inputglobal {
	width:260px;
	font-size:16px;
	font:  16px "Segoe UI",Tahoma, Geneva, sans-serif;
	margin:5px;
}



/*********************************/
/**********************************/
/* Type search Menu */
#pointermenu{
top:0px;	
margin: 0px;
padding: 0px;
width:100%;
/*display:block;
*/
}

#pointermenu ul{
top:0px;	
margin: 0px;
padding:0px;
float: left;
width:100%;
height:35px;
font: bold 11px Tahoma, Geneva, sans-serif;
background-color:#5b676d;
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 0px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display:inline;

}


#pointermenu ul li div{
float: left;
color: white;
font-weight: bold;
padding: 10px 10px 12px 10px;
text-decoration: none;
cursor:pointer;
}

#pointermenu .checked{ /*hover and selected link*/
color: white;
background: url(/img/pointers/pointer.gif) bottom center no-repeat;
background-color:#5b676d ;

}

#pointermenu ul li a #rightcorner{
padding-right: 0;
padding-left: 2px;
}

#PhotoListPhotoEnvironment{
	width:234px;

}
