.MainDiv
{
	width:95%;
	direction:rtl;
	
}
.FirstTitle
{
	width:100%;
	height:74px;
	text-align:right;
	background:url("images/FirstTitle.jpg");
	background-repeat:no-repeat;
	background-position:right;
}
.menu_style
{
	vertical-align:middle;
	width:100%; 
	height:32px;
	background:url(images/menu_bg.png);
	background-position:center;
	color:White;
	text-align:right;
	font-family:Tahoma;
}
.main_dnnmenu_bar 
{
	cursor:pointer;
	padding-right:5px;
	vertical-align:bottom;
	height:32px;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	
	font-size: 13px; 
	text-align:center; 
	color:White;
	
	white-space:nowrap;
	height:32px;
	padding:5px 5px 5px 5px;
	float:right;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size: 13px;
	
	background:url(images/menu_hover.gif) repeat-x;
	float:right;
	padding:5px 5px 5px 5px;
	white-space:nowrap;
	height:32px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	font-size: 13px;
	
	background:url(images/menu_active.gif) repeat-x;
	float:right;
	padding:5px 5px 5px 5px;
	white-space:nowrap;
	height:32px;
	
	
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:right;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
	
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	background-color: #27849a;
	color:#ffffff;
}
.main_dnnmenu_itemselected td{
    background-color: red;
	color:#ffffff;
}

.main_dnnmenu_break
{
	width:3px; 
	background:url(images/menu_break.png);
	background-repeat:no-repeat;
	
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #27849a;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	
	background-color: #D5E0FF;
}





.SampadLogo
{
	height:130px;width:137px;
	background:url(images/SampadLogo.gif);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
}
.SampadTitle
{
	height:130px;width:100%;
	background:url(images/SampadTitle.gif);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:middle;
}
.InTheNameOfGod
{
	height:130px;width:160px;
	background:url(images/InTheNameOfGod.gif);
	background-repeat:no-repeat;
	background-position:right;
	vertical-align:middle;
}

.Content
{
	background:url(images/Content_bg.gif);
	background-repeat:repeat-x;
	padding:5px 5px 5px 5px;
}
.ContentPane
{
	
	width:100%;
	background-image:url(images/content_pane_mid_bg.png);
	background-repeat:repeat-y;
	height:100%;
	padding:10px;
	
}


.RightPane
{
	width:20%;
}
.linkscontainer
{
	margin-top:5px;
	background-color:#d4d4d4;
	text-align:right;
	color:#00548f;
	font-family:Tahoma;
	font-size:smaller;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
	
}
.bread_style
{
	color:White;
	text-align:right;
	font-family:Tahoma;
	font-size:small;
	padding-right:10px;
	padding-bottom:5px;
}
.Breadcrumb
{
	color:White;
	
}
a.Breadcrumb
{
	color:White;
	
}





