﻿/*========================================================*/
/*         CSS for DotNetNuke Skin - DNNLORD              */
/*                  by Lifecup          	    	      */
/*               http://www.DNNLORD.com                   */
/*                Lifecup@gmail.com                       */
/*========================================================*/
body{
	direction:rtl;
}
.Head {
	font-family: Arial, Helvetica;
	font-size:  14px;
	font-weight: bold;
	color: #c53a33;
}
.rootmenuitemactive TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica;
	padding-left: 7px;
	padding-right: 8px;
	background-image: url(images/red/button_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.rootmenuitemselected TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica;
	padding-left: 7px;
	padding-right: 8px;
	background-image: url(images/red/button_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.rootmenuitembreadcrumb TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica;
	padding-left: 7px;
	padding-right: 8px;
	background-image: url(images/red/button_bg.gif);	
}
.breadcrumbs {
	font-family: Arial, Helvetica;
	font-size:  11px;
	font-weight: normal;
	color: #a91815;
}
a.breadcrumbs:link {
	font-family: Arial, Helvetica;
	font-size:  11px;
	font-weight: normal;
	color: #a91815;
	text-decoration: underline;   
}
a.breadcrumbs:visited {
	font-family: Arial, Helvetica;
	font-size:  11px;
	font-weight: normal;
	color: #a91815;
	text-decoration: underline;   
}
a.breadcrumbs:hover {
	font-family: Arial, Helvetica;
	font-size:  11px;
	font-weight: normal;
	color: #e25855;
	text-decoration: none;   
}
.user {
	font-family: arial, helvetica;
	color: #a91815;
	font-size:11px;
	font-weight: normal;
	background-image: url(images/common/white_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
a.user:link {
	font-family: arial, helvetica;
	color: #a91815;
	font-size:11px;
	font-weight: normal;
	text-decoration: underline;
}
a.user:active {
	font-family: arial, helvetica;
	color: #a91815;
	font-size:11px;
	font-weight: normal;
	text-decoration: underline;
}
a.user:visited {
	font-family: arial, helvetica;
	color: #a91815;
	font-size:11px;
	font-weight: normal;
	text-decoration: underline;
}
a.user:hover {
	font-family: arial, helvetica;
	color: #e25855;
	font-size:11px;
	text-decoration: none;
	font-weight: normal;
}



