 @import "../basic_html.css"; 
 @import "../design.css";
 @import "../news_and_events.css";
 
 @import "../side_menu_rtl.css";

/*
	Object apears and disapears
*/
.disapear{
	z-index: -1;
	position: absolute;
	visibility: hidden;	
}
.apear{
	z-index: 1;
	position: relative;
	visibility: visible;	
}

.menuLink{
	float: right;
	padding-right: 6px;
	padding-left: 6px;
	clear: both;
}

.formDiv{
	text-align: right;
}

.blueBoxText{
	width: 378px;
	background-image: url(../../site/images/decorated_text_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #a1bcff;
	border: 1px solid #0738b7;	
	color: #000000;
	font-size: 110%;
	padding: 10px;
	text-align: right;	
	margin-top: 10px;
	margin-bottom: 10px;
}


.decoratedText{
	width: 100%;
	background-image: url(../../site/images/decorated_text_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #a1bcff;
	border: 1px solid #0738b7;
}

.decoratedTextInner{
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	padding: 10px;
	text-align: right;
}

.tableRow{
	margin: 0 auto;
	text-align: right;
	
	width: 700px;
	overflow: hidden;
	
}

.body1{
	width: 100%;
	height: 100%;	
}

.plaintext{
	font-size: 100%;
}

.richtext{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #4a4a4a;
	text-align: right;
}

.Line{
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #0031ac;
	margin-bottom: 10px;
}

.imageall{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

.innerimage{
	margin: 10px;
}




.fileall{
	display: block;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: normal;
}

.file_download_image{
	float: right;
}

.fileleft{
	float: right;
	margin-right: 6px;

}

.filetitle{
	width: 373px;
	border-bottom: 1px solid #ffbb28;
}

.filetitle a, .filetitle a:hover, .filetitle a:visited{
	color: #0a2daf;
	font-size: 110%;
	font-weight: bold; 
	text-decoration: none;
}

.fileinfo a {
	color: #4b4b4b;
	font-size: 90%;
	text-decoration: none;
}

.filesubtitle{
	margin-top: 5px;
	line-height: 18px;
	font-size: 100%;
	color: #4b4b4b;
}

.fileline{
	clear: both;
	margin-bottom: 10px;
}










.link{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #4c4c4c;	
	margin-bottom: 5px;		
}

.href{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 110%;
	text-decoration: none;
	font-weight: bold;
	color: #0135a5;
	text-decoration: none;
}

.linkline{
	margin-top: 10px;
	text-decoration: none;
}

.headline{
	font-size: 120%;
	color: #1351ec;
	font-weight: bold;
	/*
	border: 2px solid #444444;
	background-color: #FFFF33;
	padding: 5px;	
	
	margin-bottom: 5px;	
	*/
}

.headlinealink{

}

.decoratedline{
	font-size: 120%;
	color: #1351ec;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.decoratedline h1{
	font-size: 120%;
	color: #1351ec;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.flash{

}

.Top{
	margin-bottom: 5px;
}

.toplink{
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}