/* 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: #FF6600;
	font-size: 14px;
	font-family: verdana, arial, helvetica;
	line-height: 14px;
	margin: 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;
}


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 */

.navBoxOutsideSpam {
	width: 240;
	font-weight: normal;
	color:#000000;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	line-height: 13px;
	font-variant: normal;
	font-style: normal;
}

.navBoxHeaderSpam {
	background-image: url(graphics/spambartop2.gif);
	background-repeat: no-repeat;
	width: 780;
	height: 54;
	text-align: left;

}

.navBoxHeaderSpamLinks {
	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;
}

.navBoxInsideSpam {
	width: 780;
}


.navBoxContentSpam {
	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;
}

.errorBox {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 10;
	text-align: left;
}

.checkBox {
	margin-top: 10;
	margin-bottom: 10;
	text-align: left;
}

.infoBox {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 10;
	text-align: left;
}

.optionList {
	width: 300;
	text-align: left;
}

.optionList th {
	background-color: #999999;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	padding: 2;
}

.optionList td {
	padding: 2;
}

#border {
	border-right: 2px solid #FFFFFF;
}


.blockBox {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 10;
	text-align: left;
}

.blockBoxTabActive {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FFFFFF;
	text-align: center;
	width: 70;
}

.blockBoxTabActive a {text-decoration: none;
	font-weight: bold;
	color:#FF6600;
	display: block;
	width: 100%;
	padding-left: 2;
	padding-right: 2;
	padding-top: 4;
	padding-bottom: 5;
}

.blockBoxTabActive a:hover {text-decoration: none;
	font-weight: bold;
	color:#FF6600;
}

.tabSpaceRight {
	margin-right: 10;
}

.tabSpaceLeft {
	margin-left: 10;
}

.blockBoxTab {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #DDDDDD;
	text-align: center;
	width: 70;
}

.blockBoxTab a {text-decoration: none;
	font-weight: bold;
	color:#666666;
	display: block;
	width: 100%;
	padding-left: 2;
	padding-right: 2;
	padding-top: 4;
	padding-bottom: 4;
}

.blockBoxTab a:hover {text-decoration: none;
	font-weight: bold;
	color:#FF6600;
}

.span {
	border-bottom: 1px solid #666666;
}

.allowBox {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 10;
	text-align: left;
}

.clearBoth {
	clear: both;
}

.floatRight {
	float: right;
}

.addBox {
	width: 278;
	font-weight: normal;
	color:#666666;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	line-height: 13px;
	font-variant: normal;
	font-style: normal;
}

.scrollBox {
	overflow: auto;
	width: 275;
	height: 112;
}

.scrollList td{
	background-color: #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	width: 260;
}

.scrollList #padRight{
	padding-right: 10;
	text-align: right;
}

.hideLayer {
	position:absolute;
	top:195;
	left:380;
	visibility: hidden;
}

.showLayer {
	position:absolute;
	top:195;
	left:380;
}

.loginBox #boxPadding {
	background-color:#FFFFFF;
	padding-top:10;
	padding-bottom:10;
	padding-left:25;
	padding-right:25;
}

.loginBox #sideBack {
	border-right:1px solid #999999;
	background-color:#FFFFFF;
}

.loginBox #loginBoxTop {
	background-image: url("graphics/loginbox_top.gif");
}

.loginBox #loginBoxTop span {
	font-size:1px;
	line-height:1px;
}

.loginBox #loginBoxBottom {
	background-image: url("graphics/loginbox_bottom.gif");
}

.loginBox #loginBoxBottom span {
	font-size:1px;
	line-height:1px;
}

.loginBox #button {
	margin-left:100;
}
