/* external style sheet for the AMI Documentation */

b {font-weight: bold;}
i {font-style: italic;}
img {border: 0;}

.body {
	font-weight: normal;
	color:#666666;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	line-height: 13px;
	font-variant: normal;
	font-style: normal;
}

.bold2 {
	color: #FF6600;
	font-weight: bold;
}


h1 {
	color: #FFFFFF;
	font-size: 26px;
	font-family: verdana, arial, helvetica;
	margin: 0;
	margin-top: 15;
	margin-left: 15;
	margin-bottom: 5;
}

h2 {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	line-height: 15px;
	margin: 0 0 5 0;
	text-align: left;
}

h3 {
	font-weight: bold;
	color: #FF6600;
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	line-height: 14px;
	margin: 0;
	text-align: left;
}

ul {margin-bottom:0; margin-top:5;}


a {text-decoration: underline;
	font-weight: normal;
	color:#006699;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
}

a:hover {text-decoration: underline;
	font-weight: normal;
	color:#3399CC;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
}

a.inline{text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a.inline:hover {text-decoration: none;
	font-weight: normal;
	color: #FF9900;
}

/* Spaminator */

.boxOutsideOnlineHelp {
	width: 240;
	font-weight: normal;
	color:#000000;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	line-height: 13px;
	font-variant: normal;
	font-style: normal;
}

.boxHeaderOnlineHelp {
	background-image: url(graphics/spambartop.gif);
	background-repeat: no-repeat;
	width: 680;
	height: 54;
	text-align: left;

}

.boxHeaderOnlineHelpLinks {
	font-weight: normal;
	color:#FFFFFF;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	line-height: 16px;
	font-variant: normal;
	font-style: normal;
	padding-right: 15;
}

.boxInsideOnlineHelp {
	width: 680;

}


.boxContentOnlineHelp {
	background-image: url(graphics/bg_help.gif);
	background-repeat: no-repeat;	
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	background-color: #EEEEEE;
	padding-top: 18;
	padding-left: 18;
	padding-right: 18;
	padding-bottom: 18;
}

.onlineHelpBox {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	width:325;
	margin-left:50;
}

.onlineHelpBoxPadding {
	padding: 15;
}

.helpHeader {
	margin-bottom:10;
}

.helpHeader span {
	color:#FF6600;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: verdana, arial, helvetica;
	display:inline-block;
	margin-top:20;
	margin-left:4;
}

.clearBoth {
	clear: both;
}