/*****************************/
/*** CSS Reset ***/
/*****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
}

form {
  margin: 0;
  padding: 0;
}

body
{
font-family: Arial;
line-height: 14px;
margin: 0px 0px 0px 0px;
font-size: 14px;
color: #AAAAAA;
background-color:	#222222;
}

a:link
{
text-decoration:	none;
font-weight:		normal;
color:			#1699ff;
}

a:visited
{
text-decoration:	none;
font-weight:		normal;
color:			#1699ff;
}

a:active
{
text-decoration:	none;
font-weight:		normal;
color:			#1699ff;
}

a:hover
{
text-decoration:	none;
font-weight:		normal;
color:			#fc5509;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 0px; }

img { border: 0 none; margin: 0; padding: 0px; }

strong
{
font-weight:		bold;
}

small
{
font-size:		10px;
}

/*****************************/
/*** Template ***/
/*****************************/
div.path
{
padding:		8px;
text-align:		left;
}

div.windows_claim
{
padding:		8px;
text-align:		right;
}

div.menu_2
{
border-right:		1px solid #222222;
height:			372px;
padding:		8px;
text-align:		left;
vertical-align:		top;
}


div.corpo
{
padding:		8px;
height:			372px;
text-align:		left;
vertical-align:		top;
}

div.menu_1
{
width:			100%;
padding:		8px;
margin:			0px;
text-align:		center;
}

div.msi_logo
{
text-align:		left;
vertical-align:		top;
padding:		8px;
}

div.intel_claim
{
text-align:		justify;
text-justify:		newspaper;
vertical-align:		top;
padding-top:		14px;
padding-bottom:		8px;
padding-left:		8px;
padding-right:		8px;
line-height:		15px;
}

div.intel_logo
{
text-align:		left;
vertical-align:		top;
padding:		8px;
}


ul.menu li
{
display:		inline;
padding:		0;
list-style-type:	none;
margin-top:		0px;
margin-bottom:		0px;
margin-left:		8px;
margin-right:		8px;
font-size:		14px;
}

ul.menu-left li
{
padding:		0;
list-style-type:	none;
margin-top:		0px;
margin-bottom:		0px;
margin-left:		0px;
margin-right:		0px;
font-size:		10px;
color:			#888888;
}

ul.menu-left li li
{
padding:		0;
list-style-type:	disc;
margin-top:		6px;
margin-bottom:		0px;
margin-left:		16px;
margin-right:		0px;
font-size:		14px;
}

ul.menu-left li li li
{
padding:		0;
list-style-type:	circle;
margin-top:		4px;
margin-bottom:		0px;
margin-left:		16px;
margin-right:		0px;
font-size:		12px;
}





table.contentpaneopen
{
width:			100%;
}

table.contentpaneopen td
{
width:			100%;
font-size:		16px;
color:			#AAAAAA;
line-height:		18px;
}

table.contentpaneopen td.contentheading
{
font-family:		Arial;
width:			100%;
font-size:		24px;
line-height:		24px;
padding-bottom:		4px;
color:			#FFFFFF;
}

table.tabella_1
{
font-family:		Arial;
margin:			0px;
font-size:		10px;
line-height:		10px;
color:			#CCCCCC;
border-collapse:	collapse;
}

table.tabella_1 td
{
font-family:		Arial;
width:			190px;
letter-spacing:		1px;
font-size:		10px;
line-height:		10px;
margin:			0px;
color:			#777777;
padding:		3px;
border:			1px solid #111111;
text-wrap:		nowrap;
}

table.tabella_1 th
{
width:			144px;
font-family:		Arial;
letter-spacing:		0px;
font-size:		10px;
line-height:		10px;
margin:			0px;
color:			#CCCCCC;
padding:		3px;
border:			1px solid #222222;
background-color:	#111111;
text-wrap:		nowrap;
}

table.tabella_1 p
{
font-family:		Arial;
font-size:		10px;
line-height:		10px;
margin:			0px;
text-wrap:		nowrap;
}
