﻿body 
{
	direction:rtl;
	font-family:Arial;
	font-size:12px;
	background-image:url(../Images/BodyBg.jpg);
	background-repeat:repeat-x;
	margin-bottom:60px;
}

.Splitter
{
	clear:both;
}

#Wrapper
{
	width:976px;
	margin:auto;
	margin-top:10px;
}

#Header
{
	height:190px;
}

#Content
{
	border:solid 1px #a8dadd;
	background-image:url(../Images/ContentBg.jpg);
	border-bottom:none;
}

#Footer
{
	height:60px;
	clear:both;
	border:solid 1px #a8dadd;
	border-top:solid 4px #a8dadd;
	background-color:#f6ffff;
	text-align:center;
	padding-top:10px;
}

#RightMenu
{	
	width:172px;
	min-height:500px;
	float:right;
	font-weight:bold;
}

#Widgets
{
	width:260px;
	min-height:500px;
	float:right;
	clear:left;
	background-image:url(../Images/WidgetsBg.jpg);
	background-repeat:repeat-x;
}

#Page
{
	margin-right:2px;
	min-height:500px;
	width:524px;
	float:right;
	padding:8px;
	padding-top:12px;
	background-image:url(../Images/PageBg.jpg);
	background-repeat:repeat-x;
}

#TopMenu
{
	background-image:url(../Images/TopMenuBg.jpg);
	height:30px;
	width:976px;
	margin:auto;
	padding:0px;
	font-weight:bold;
}

#TopMenu ul
{
	padding:0px;
	margin:0px;
}

#TopMenu li
{
	display:block;
	float:right;
	list-style-type:none;
	height:30px;
	line-height:30px;
	padding-left:20px;
	padding-right:20px;
	border-right:dotted 1px #259bd3;
}

#TopMenu a:link{color:White;text-decoration:none}
#TopMenu a:visited{color:White;text-decoration:none}
#TopMenu a:active{color:White;text-decoration:none}
#TopMenu a:hover{color:White;text-decoration:underline}

#Login
{
	height:144px;
	width:260px;
	border:solid 1px #a8dadd;
	float:left;
	margin-top:5px;
	padding-top:5px;
	background-image:url(../Images/LoginBg.jpg);
	text-align:center;
}
.loged
{
	height:144px;
	width:260px;
	border:solid 1px #a8dadd;
	float:left;
	margin-top:5px;
	padding-top:5px;
	background-image:url(../Images/LoginBg.jpg);
	text-align:center;
}
.loged label
{
	font-weight:bold;
	font-size:14px;
	color:#259BC9;
}
#BannerHolder
{
	height:148px;
	width:708px;
	float:right;
	margin-top:5px;
	border:solid 1px #a8dadd;
}
#BannerHolder a img
{
	border:solid 0 black;
}
.LoginInputDiv
{
	width:230px;
	border:solid 1px silver;
	background-color:White;
	margin:auto;
	margin-top:10px;
	padding:1px;
	
}

.LoginInputDiv input
{
	border:none;
	height:16px;
	
}
#ctl00_loginbtn
{
	color:Gray;
	font-family:Arial;
	margin:10px;
}

.LoginInputDiv label
{
	width:60px;
	float:right;
	border-left:solid 1px Red;
	margin-top:1px;
	height:16px;
	line-height:16px;
	padding-left:5px;
	margin-left:5px;
	text-align:left;
}

#Search
{
	width:230px;
	border:solid 1px silver;
	background-color:White;
	margin:auto;
	margin-top:10px;
	padding:1px;
}

#Search input
{
	border:none;
	height:16px;
	width:126px;
	font-family:Arial;
}

#Search input[type="button"]
{
	background-image:url(../Images/SearchIcon.jpg);
	background-repeat:no-repeat;
	background-color:White;
	width:16px;
	cursor:pointer;
}
#Search input[type="submit"]
{
	background-image:url(../Images/SearchIcon.jpg);
	background-repeat:no-repeat;
	background-color:White;
	width:77px;
	cursor:pointer;
}

#Search label
{
	width:32px;
	float:right;
	border-left:solid 1px Red;
	margin-top:1px;
	height:16px;
	line-height:16px;
	padding-left:5px;
	margin-left:5px;
	text-align:left;
}
#newArticle
{
    margin-right:13px;
    width:231px;
    margin-top:13px;
}
#News
{
    margin-right:13px;
    width:231px;
    
}

#News .NewsItem
{
    padding-bottom:10px;
    padding-top:10px;
    display:block;
    border-bottom:dotted 1px Silver;
}

#News .NewsItem h1
{
    margin:0px;
    font-size:14px;
}

#News .NewsItem p
{
    margin:0px;
    color:Gray;
}

#News a:link{color:#259bc9;text-decoration:none}
#News a:visited{color:#259bc9;text-decoration:none}
#News a:active{color:#259bc9;text-decoration:none}
#News a:hover{color:Red;text-decoration:underline}

#Content .breadcrumbmenudiv
{
    margin-bottom:10px;
}

#Content .breadcrumbmenudiv a
{
    font-size:12px;
    font-weight:bold;    
}

#Content .breadcrumbmenudiv a:link{color:#259bc9;text-decoration:none}
#Content .breadcrumbmenudiv a:visited{color:#259bc9;text-decoration:none}
#Content .breadcrumbmenudiv a:active{color:#259bc9;text-decoration:none}
#Content .breadcrumbmenudiv a:hover{color:Red;text-decoration:underline}
