/* CSS Document */
@import url("/styles/reset.css");

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AAAAAA;
	width:100%;
	height:100%;
}
body{
	margin:0;
	
}
#hvCenter{
	background:url(/intouch/imagini/background.jpg) bottom left no-repeat #000 fixed;
	width:100%;
	height:100%;
}
a{
	color:#FFFFFF;
}
h1,h2,h3,h4,h5,h6, strong{
	font-weight:bolder;
}
h1{
	font-size:18px;
}
h2{
	font-size:15px;
}
h3,h4,h5,h6{
	font-size:14px;
}

input.black{
	border:1px solid black;
}
hr{
	border-top:1px solid #111111; 
	border-bottom:1px solid #222222; 
	border-left:1px solid #111111;
	border-right:1px solid #222222; 
}
.textSize14{
	font-size:14px;
}
.textSize12{
	font-size:12px;
}
.textSize10{
	font-size:10px;
}
.textWhite{
	color:#FFFFFF
}
.textGreen{
	color:#ffcc00;
}
.textRed{
	color:#FF0000;
}
.textBlack{
	color:#000000;
}
.cellHighlight{
	background-color:#222222;
}
.cellHighlight2{
	background-color:#333333;
}


.bg101010{
	background-color:#101010;
}

/* STYLE FOR INDEX -----------------------------------------------*/

.sectionTile{
	background-color:#101010;
	float:left;
	margin-bottom:4px;
	margin-right:4px;
	padding:10px;
}
.sectionTileR{
	margin-right:0;
}

/* STYLE FOR INDEX END -------------------------------------------*/

/* STYLE FOR 360 -----------------------------------------------*/



/* STYLE FOR 360 END -------------------------------------------*/

/* COMMON STYLES -------------------------------------------------*/

/* COMMON STYLES END----------------------------------------------*/
