/**
 * Microsoft License Website common css classes
 * @author: Arman Rizal (inazrabuu@yahoo.com)
 */
 
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  color: #000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

html{
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

table.text{
	margin: 0px 0px 8px 0px;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.text td, table.text th{
	border: 1px solid #000;
	padding: 2px 5px;
}
table.text td{
	font-size: 1em;
}

/**
----------------- Classes -------------*/
.pkg:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
}

.pkg{display: inline-block;}

/* Hides from IE-mac \*/
* html .pkg{height: 1%;}
.pkg{display: block;}
/* End hide from IE-mac */

.float-left{ float: left; }
.float-right{ float: right; }
.clear-left{ clear: left; }
.clear-righ { clear: right; }
.clear-both{ clear: both; }

.align-center{ text-align: center; }
.align-left{ text-align: left; }
.align-right{ text-align: right; }
.align-justify{ text-align: justify; }

ul.inline{
	list-style-type: none;
}
ul.inline li{
	float: left;
}

h1.quiet, h2.quiet, h3.quiet, h4.quiet{
	font-size: 1%;
}

span.ac-span{
	color: #1E688E;
	font-weight: bold;
}

#content_items .a-display{
	font-size: 1.1em;
	color: #000;
}
#content_items .a-display h3{	font-size: 16px; }
#content_items .a-display h4{	
	font-size: 14px; 
	color: #1e688e;
	margin: 0px 0px 5px 0px;
}
#content_items .a-display p{
	margin: 8px 0px;
}
#content_items .a-display strong{
	color: #1e688e;
}
#content_items .a-display a{
	color: #1e688e;
	text-decoration: underline;
}
#content_items .a-display a:hover{
	color: #1e688e;
	text-decoration: none;
}
#content_items .a-display ul, #content_items .a-display ol{
	margin: 5px 0px 5px 25px;
}
#content_items .a-display img{
    display: block;
    margin: 4px auto;
}

#mainmenu h3, h3#gotohome{
    margin: 0px 0px 4px 0px;
}

#mainmenu ul.sub{
    margin: 0px 0px 8px 0px;
}