@import url("mainMenu.css");
@import url("block.css");
@import url("fonts.css");

#divSite {
	width: 950px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

img { 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); 
	border: 0px;
} 

img.news_item_image {
	max-width:500px;
	width: expression(this.width > 500 ? 500: true);
}

.news_item_summary, .more
{
    font-family:tahoma;
    text-align:justify;
    font-size:10pt;
}

a.banner_news_title {
	color: #001F5B;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}

a.banner_news_title:hover {
	color: #0000FF;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}
.box_title {
	color: #0000FF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
#divHeader {
	display:block;
	height: 160px;
	margin: 0px;
	padding: 0px;
}
#divHaedUpperSection div,#divHaedLowerSection div{
	float: left;
	background-repeat:repeat-x;
	background-position:right top;
	
}
#divHaedUpperSection,#divHaedUpperSection div {
	height: 127px;
}
#divHaedUpperSection {
	background-image: url(../images/header_u.png);
}
#divHaedLowerSection,#divHaedLowerSection div {
	height: 33px;
}	
#divHaedLowerSection {
	background-image: url(../images/header_d.png);
}
#divHaedLowerSection div #divMarquee{
	width:100%;
	margin-top:7px;
	height: 22px;
}
#divMarquee #divMarqueeText{
	height:22px;
	font-family: Tahoma, "Times New Roman", "Arabic Transparent";
	font-size: 12px;
	width:100%;
	margin-top:3px;
	font-weight: bold;
	cursor:Default;
}
#divMiddleBlock {
	width: 950px;
	background-color:#FFFFFF;
}
#divLeftSide,#divContent,#divRightSide{
	margin: 0px;
	padding: 0px;	
}
#divLeftSide{
	width:175px;
    direction:rtl;
}
#divContent{
	width:635px;
    direction:rtl;
    /* background-image:url('/media/images/bg_center.jpg'); */
    /* background-color:#ebecf3; */
    background-color: white;
}
#divRightSide{
	width:140px;
    direction:rtl;
}
.page_link,.page_link_current {
	width:20px;
	height:20px;
}
.page_link_current  {
	background-color:#001F5B;
	color:#FFFFFF;
}
.page_link a:link,.page_link a:visited,.page_link a:active{
	display:block;
	text-decoration: none;
	color: #005992;
	height:16px;
	background-color:#CFD8E5;
	border: 1px solid #B9C3D2;
}
.page_link a:hover{
	background-color:#001F5B;
	color:#FFFFFF;
}
#footer a{
	font-family: Tahoma, "Times New Roman", "Arabic Transparent";
	font-size: 12px;
	text-decoration: none;
	color:#999999;
}
#footer a:hover{
	color:#FFFFFF;
}
.jslink, .link, .clickable{
    text-decoration:underline;
    cursor:pointer;
}
.banner_right{
	margin-bottom: 5px;
}
.inline_box
{
	display: -moz-inline-box;
	display: inline-block;
    vertical-align: top;
}

ul.hbar
{
    list-style-type: none;
}
ul.hbar li
{
    float: right;
    margin: 1px;
    padding: 2px 4px;
    
}

span.button
{
    padding: 2px 4px;
    margin: 0px;
    border: 1px solid silver;
    display: inline-block;
    position: relative;
    background-color: #F8F8F8;
}

