/* -------------------------------------- Global styles -------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
}

body#popupCV{margin:10px;}
html .popupCV {background :#fff;}
address{margin:0.5em 0 0.5em 0;}
a {color:#f60;}
a:hover {
	text-decoration:none;
}
em {_font-style:normal;} /* Workaround for (em) tag in IE */
img {border:none;}
h2 {
	position:relative;
	font-size:1em;
	color:#000;
}
h3 {
	font-size:1.1em;
	margin:10px 0;
}
h4 {
	font-size:1em;
}
h5 {font-size:0.9em;}
h6 {font-size:0.8em;}
ul {
	margin:0 0 0 20px;
	padding:0;
}
td{
	font-size: 12px;
}
select{
	font-size: 11px;
}
/* -------------------------------------- End Global styles -------------------------------------- */
/* ################################################################################################# */
/* -------------------------------------- Begin Header styles -------------------------------------- */
.disabled{
	border: thin solid Silver;
}
.small{
	font-size: 10px;
}
.inputBorderless{
	background-color: #fff; 
	border:thin;
	color: #f60;
}
