/* external style sheet for the AMI Documentation */

/*-------------------*/
/* ----SITE WIDE---- */
/*-------------------*/

body {
	background:#336699 url(graphics/bg_page.gif);
	margin:0;
	font:12px arial,serif;
}
.popup {
	background:#336699;
}
b {font-weight:bold;}
i {font-style:italic;}
img {border:0;}
p {margin-top:0}


h1 {
	margin:0;
	padding:20px 17px 17px 17px;
	font-size:15px;
	font-weight:normal;
}
h2 {
	color:#105ba7;
	font-size:14px;
	margin:5px 0 5px 15px;
	font-weight:normal;
}
h2 a {
	color:#325e85 !important;
	text-decoration:none;
}
h3 {
	color:#105ba7;
	font-size:12px;
	margin-left:20px;
	margin-bottom:5px;
}
h4 {margin:0;}

.colRight a {
	color:#0066cc;
}

.colRight p {
	padding:0 20px 0 20px;
}
.colLeft a {
	color:#ffcc00;
}

/*-----------*/
/* Structure */
/*-----------*/

.siteWrap {
	background:url(graphics/bg_pageshadow.gif) 100% 0% repeat-x;
}
.siteScale {
	background: url(graphics/bg_sitescale.gif) repeat-y;
	width: 766px;
	margin-left:4px;
}
.colLeft {
	float:left;
	background:url(graphics/bg_colleft.gif) repeat-x;
	height:600px;
}
.colRight {
	float:left;
	background:#fff url(graphics/bg_colright.gif) repeat-y;
	width:614px;
}
.footer {
	color:#cc9900;
	font-size:10px;
	background:#003162 url(graphics/bg_footer.gif);
	width:614px;
	height:61px;
	clear: both;
	margin-left: 152px;
}
.footer p {
	padding:34px 0 0 14px;
}
.rightContent {
	padding:5px;
}

/*-------------*/
/* - colLeft - */
/*-------------*/

/* -- colLeft nav -- */

#nav  {
	margin:0;
	line-height:0;
	padding:32px 0 0 0;
	background: url(graphics/nav/bg_nav.gif) repeat-y;
	padding-bottom: 12px;
}
#nav li {
	line-height:0;
	padding:0;
	margin:0;
	height: 24px;
	width: 152px;
}
#nav li img {
	display: block;
}

#nav  {
	margin:0;
	line-height:0;
	padding:32px 0 0 0;
	background: url(graphics/nav/bg_nav.gif) repeat-y;
	padding-bottom: 12px;
	width:152px;
}
#nav dd {
	width: 98px;
	line-height:6px;
	padding:5px;	
	margin-left:17px;
	border-left:1px solid #6b89a7;
	border-bottom:1px solid #6b89a7;
	font-size:11px;
}
#nav .bottomSpace {
	border-bottom:0;
	line-height:6px;
	margin-bottom:5px;
	line-height:12px;
	padding-bottom:-10px;	
}
#nav .bCurrent a {
	border:0 !important;
	line-height:6px;
	color:#ffcc00 !important;
}
#nav dd a {
	text-decoration:none;
	color:#dddddd;
}
#nav dd a:hover {
	text-decoration:none;
	color:#ffcc00;
}
#nav .current {
	color:#ffcc00;
}
.topSpace {
	margin-top:5px;	
}
.bottomSpace {
	margin-bottom:5px;	
}
/* -- colLeft infoBox -- */

.infoBox {
	background:url(graphics/bg_infobox.gif) 0% 0% no-repeat;
	padding:20px 8px;
}
.infoContent {
	width:135px;
	background:url(graphics/bg_infocontent.gif) 0% 0% no-repeat;
}
.infoContent ul {
	font-size:11px;
	list-style:none;
	margin:0;
	padding:10px;
	background:url(graphics/bg_infofooter.gif) 0% 100% no-repeat;
}
.infoContent li {
	margin-left:10px;
	color:#fff;
}
.infoContent .title {
	margin:5px 0 0 10px;
	color:#ffcc00;
	list-style: disc url(graphics/infobox_bullet.gif);
}
.infoContent img {margin-left:-12px;}

#hideNews {
	display:none;
}

/*---------*/
/* General */
/*---------*/

.clearBoth {clear: both;}

.yellowTable {
	margin:12px 0 12px 33px;
	width:535px;
	border:1px solid #ffcc00;
	background:#f9f9f9;
	border-collapse: collapse;
	font-size:11px;
}

.yellowTable a {
	color:#ff9900;
}

.yellowTable .head {
	padding:6px;
	width:535px;
	background:#ffcc00;
}
.yellowTable td {
	padding:6px;
	border-bottom:1px solid #ffcc00;
	border-right:1px solid #ffcc00;
	color:#2e6294;
}
.yellowTable .title {
	padding:6px;
	border-bottom:1px solid #ffcc00;
	border-right:1px solid #ffcc00;
	color:#5f87ae;
	font-weight:bold;
	width:85px;
}

#req1 td {
	text-align:right;
}
#req1 .ex {
	text-align:left
}
#req1 .left {
	text-align:left;
}
#req1 .left input {
	text-align:left;
	width:350px;
	background:#fff;
	border:1px solid #ffcc00;
}
#req1 .head {
	text-align:left;
	color:#fff;
	font-size:14px;
}
.blue {
	color:#105ba7;
}
.hideLayer {
	display: none;
}
.hideLayer p{
	margin-left:-5px;
	margin-bottom:10px;
}
.button {
	background:#f9f9f9;
	border:1px solid #ffcc00;
	color:#336699;
	margin-left:401px;
}