/*
	Object apears and disapears
*/
.disapear{
	z-index: -1;
	position: absolute;
	visibility: hidden;	
}
.apear{
	z-index: 1;
	position: relative;
	visibility: visible;	
}


p{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*
	For multiple objects in one line
*/
.item_right{

	float: right;
	width:	50%;
}

.item_left{
	float: left;
	width:	50%;	
}



/*
	FAQ
*/
.faq{
	margin-top: 32px;
	width: 530px;
}

.question{
	padding-left: 15px;
	font-weight:bold;
	color: #3365A0;
	background-image: url(../site/images/objects/faqBullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}

.answer{
	margin-top: 7px;
}

.context_links{
	width: 530px;
	margin-top: 7px;
	padding-left: 15px;
	background-image: url(../site/images/objects/faqBullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}

.context_links A{
	color: #3365A0;
	text-decoration: none;
}

/*
	RichText Object
*/
.Rich_Text{
	width: 530px;
	margin-top: 10px;
	line-height: 16px;
}
.Rich_Text H2{
	font-size: 11px;
	display: inline;
	color: #3363A1;
	font-weight: bold;
}
.Rich_Text H3{
	font-size: 11px;
	display: inline;
	color: #33649F;
	font-weight: normal;
}
.Comment{
	border: 1px solid #00CCFF;
	display: inline;

}
.Code{
	font-size: 12px;
	display: inline;
	color: #00CCFF;
	font-weight: normal;
}
.Caption{
	font-size: 10px;
	line-height: 15px;
	display: inline;
	color: #999999;
	font-weight: normal;
}
/*
	Image Object
*/
.Image{
	position: relative;
}

/*****************************************************************
	Gallery Object
*/
	.Gallery{
		background-color: #ECF4F6;
		width: 256px;
		height: 100px;
		border-top-width: 5px;
		border-top-style: solid;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		margin: 10px;
		margin-bottom: 20px;
	}
	.Gallery_Rich_Text{
		padding: 5px;
	}
/*
***************************************************************************/


/*****************************************************************
	Top Object
*/
	.Top{
		clear: both;
		width: 530px;
		margin-top: 10px;
		text-align: right;
	}

	.Top IMG{
		height: 9px;
		width: 67px;
	}
/*
***************************************************************************/


/*****************************************************************
	Link Object
*/
	.Link{
		clear: both;
		font-weight: bold;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: BAC3CC;
		border-right-color: BAC3CC;
		border-bottom-color: BAC3CC;
		border-left-color: BAC3CC;
	}
	.Link a{
	
	
	}
	.LinkSub{
		font-weight: normal;
	}
/*
***************************************************************************/


/*****************************************************************
	File Object
*/

.File_file{
	overflow: hidden;
	background-image: url(../site/images/objects/download.gif);
	background-repeat: no-repeat;
	background-position: left top;

	font-size: 11px;
	color: #1F8DCC;
}

.File_file A{
	color: #1F8DCC;
	text-decoration: none;
	margin: 0px 20px 0px 19px
}

.File_file A:hover{
	text-decoration: underline;
}

.File_Sub_Title{
	overflow: hidden;
	padding-top: 2px;
}
/*
	.File{
		margin-top: 5px;			
	}
	.File table{
		padding: 0px;
		margin: 0px;
		width: 550px;
	}
	.FileTitle{
	
	}
	.FileSubtitle{
	
	}
	.FileDownloadImage{
		text-align: center;
	}	
	.FileInfo{
		text-align: center;
		font-size: 10px;		
	}
*/
/*
***************************************************************************/

/***************************************************************************
	Graph Object
*/
	.Graph{
		clear: both;
		margin-top: 15px;
	}
	.Graph h3{
	
	
	}
/*
***************************************************************************/


/***************************************************************************
	Tour Object
*/
	.Tour{
		clear: both;
		position: relative;
		background-color: #ECF4F6;
		width: 400px;
		height: 107px;
		border-top-width: 5px;
		border-top-style: solid;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		margin-bottom: 20px;
	}
	.Tour_Title{
		color: #67AEDC;
		font-weight: bold;
	}
/*
***************************************************************************/

/**************************************************************************
	HeadLine Object
*/
	.HeadLine{
	
		font-weight:bold;
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 1px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		padding-top: 3px;
		padding-right: 4px;
		padding-bottom: 3px;
		padding-left: 4px;
		background-color: #F4F5F9;
		text-align: left;
		
	}
	

/*
***************************************************************************/

/***************************************************************************
	Decorated Line Object
*/
.DecoratedLine{
	padding: 5px 20px 4px 0px;
	color: #3364A1;
}

/*
***************************************************************************/

/***************************************************************************
	Line Object
*/
.Line{
	margin-top: 10px;
	width: 365px;
	height: 1px;
	background-image: url(../site/images/objects/line_dots.gif);
	background-position: right bottom;
	overflow: hidden;
}
.Plain_Text{
	margin-top: 10px;
	width: 530px;
	line-height: 16px;
}
/*
***************************************************************************/