/* external style sheet for the AMI Documentation */

.ecardsHideForm {
	display:none
}

.ecardsBgText {
	position: absolute;
	left:280;
	z-index: 20;
	width: 400;
}

.ecardsHideCards {
	visibility: hidden;
	position: absolute;
	left:280;
	z-index: 20;
}

.ecardsBox1 {
	margin-bottom: 20;
	margin-right: 5;
	background-color:#F3F6F8;
}

.ecardsBoxContent1 {
	width: 230;
}

.ecardsBoxContent1 img{
	border: 1px solid #DDDDBB;
}

.ecardsBoxHeader1 {
	background-image: url(graphics/box_bg.gif);
	background-repeat: repeat-x; 
	height: 30; 
	width: 230;
}

.ecardsBoxFooter1 {
	background-image: url(graphics/box_bot_bg.gif);
	background-repeat: repeat-x; 
	height: 10; 
	width: 230;
}

.ecardsBox2 {
	margin-bottom: 20;
	float: right;	
	background-color:#F3F6F8;
}

.ecardsBoxContent2 {
	width: 436;
}

.ecardsBoxHeader2 {
	background-image: url(graphics/box_bg.gif);
	background-repeat: repeat-x; 
	height: 30; 
	width: 436;
}

.ecardsBoxFooter2 {
	background-image: url(graphics/box_bot_bg.gif);
	background-repeat: repeat-x; 
	height: 10; 
	width: 436;
}

.ecardsForm {
	width: 190;
	float: right;
}

.ecardsForm input{
	margin-top: 5;
}

#ecardsBody {
	font-weight: normal;
	color:#000000;
	font-size: 12px;
	font-family: arial, helvetica;
	line-height: 15px;
	font-variant: normal;
	font-style: normal;
	padding-left:10;
	padding-right:10;
	padding-bottom:5;
	padding-top:10;
	border-right: 1px solid #bfccd9;
	border-left: 1px solid #bfccd9;	
	height: 310;	
}



#ecardsBody a{text-decoration: none;
	font-weight: normal;
	color:#993399;
}

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

#ecardsHeader {
	font-weight: normal;
	color:#000560;
	font-size: 11px;
	font-family: arial, helvetica;
	line-height: 13px;
	font-variant: normal;
	font-style: normal;
	padding-left: 15;
	padding-top: 10;
	padding-bottom: 4;
}

