﻿body, div, img, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	font-family: tahoma;
   		font-size: 11px;
   		color: #4E4E4E;
		margin: 0px;
		padding: 0px;
		direction: rtl;
		line-height: 130%;
}

img {
	behavior: url(../css/iepngfix.htc);
}
body {
	background: #FFFFFF;
	margin: 10px 0px;
}
input,textarea,select {
   	background: #FFFFFF url(../images/main/bg_input.gif) bottom repeat-x;
   	border: #B2B2B2 1px solid;
	padding: 2px 0px;
	margin-bottom: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input[type="submit"] {
	background: #FF8000;
	text-align:center;
	padding: 0px 0px;
	color: #646464;
	margin: 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;
}
input[type="submit"]:hover {
	background: #ffb11a;
}

.slr_main {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.slr_header {
	background: #1951AA url(../images/main/header.jpg) no-repeat;
    height: 187px;
    text-align:center;
    vertical-align:middle;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 5px 2px #B0B0B0;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #B0B0B0;
}
.slr_header_marquee {
	background: #06487c;
	height: 25px;
	line-height: 23px;
	color: #FFFFFF;
	padding: 0px 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 5px 2px #B0B0B0;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #B0B0B0;
}
.slr_header_menu {
	background: #E7E7E7;
	height: 35px;
	padding: 0px 20px;
	margin-bottom: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 5px 2px #B0B0B0;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #B0B0B0;
}

a.slr_header_menu_a:link, a.slr_header_menu_a:visited {
	display: block;
	height: 25px;
	line-height: 22px;
	background: #1951AA;
	color: #FFFFFF;
	padding: 0px 15px;
	margin: 5px 0px 0px 10px;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 2px #B0B0B0;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #B0B0B0;
}
a.slr_header_menu_a:hover, a.slr_header_menu_a:visited:hover {
	background: #FFFFFF;
	color: #353944;
}

a.slr_side_menu_a:link, a.slr_side_menu_a:visited {
	display: block;
	height: 25px;
	line-height: 22px;
	background: #ECEEF0;
	color: #464646;
	padding: 0px 10px;
	margin: 0px 0px 5px 0px;
	border-right: 5px #1951AA solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 2px #B0B0B0;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #B0B0B0;
	-webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.43, rgb(3,28,129)),
    	color-stop(0.86, rgb(32,98,183))
	)
	-moz-linear-gradient(
    	center bottom,
    	rgb(3,28,129) 43%,
    	rgb(32,98,183) 86%
	)
}
a.slr_side_menu_a:hover, a.slr_side_menu_a:visited:hover {
	background: #2C81CF;
	color: #FFFFFF;
	padding-right: 20px;
	border-right: 5px #FF8000 solid;
}

.slr_right {
	width: 200px;
	float: right;
}
.slr_left {
	width: 200px;
	float: left;
}
.slr_center 
{
    text-align: center;
	width: 500px;
	margin: 0px 10px;
	padding: 0px 5px;
	float: right;
}

.slr_footer {

background: #1951AA url(../images/main/footer.jpg);
 text-align:left;
	height: 98px;
	line-height: 23px;
	color: #FFFFFF;
	padding: 0px 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 5px 2px #B0B0B0;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #B0B0B0;
}

.slr_box_title {
   background: #1951AA url(../images/main/kb.jpg);
	
	height: 25px;
	line-height: 23px;
	color: #FFFFFF;
	padding: 0px 10px ;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 5px 2px #B0B0B0;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #B0B0B0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
.slr_box_contents {
	background: #F7F7F7;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 5px 2px #B0B0B0;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #B0B0B0;
}

.slr_box_contents2 {
	background: #F7F7F7;
	
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 5px 2px #B0B0B0;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #B0B0B0;
}
.slr_box_contents#bytitle {
	
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
}
.slr_box_contents p {
	margin-bottom: 10px;
}


.slr_arrow {
	background: url(../images/arrow.gif) no-repeat;
	background-position: right 5px;
	padding-right: 15px;
	margin: 2px 0px;
}
.slr_clear {
	height: 0px;
	clear: both;
}


a:link, a:visited {
	color: #2686BC;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #1C5677;
}
table ,tr,td
{
    border:none 0px white;
}

.paging
{
    text-align: center;
    direction: rtl;
}
.paginglink
{
    color: #4d4b43;
    background: #e4edf0;
    border: 1px solid #bad9e3;
    padding: 1px 4px;
    font-size: 10pt;
}
.paginglink:hover
{
    background-color: #d5e7ed;
}
.currentpage
{
    color: #4d4b43;
    background: #d5e7ed;
    border: 1px solid #bad9e3;
    padding: 1px 4px;
    font-size: 10pt;
}