/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    
{
	font-family:Tahoma;
	font-size:14px;
	color:#ffffff;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family:Tahoma;
	font-size:10pt;
	color:#ffffff;
	text-align:right;
	direction:rtl;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
	font-family:Tahoma;
	font-size:12px;
	color:#52C79E;
}

A.CommandButton:visited  
{
	font-family:Tahoma;
	font-size:12px;
	color:#52C79E;
}

A.CommandButton:hover    
{
	font-family:Tahoma;
	font-size:12px;
	color:#52C79E;
}
    
A.CommandButton:active   
{
	font-family:Tahoma;
	font-size:12px;
	color:#52C79E;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  
{
	font-family:Tahoma;
	font-size:10pt;
	color:#ffffff;
	text-decoration:none;
}

A:visited   
{
	font-family:Tahoma;
	font-size:10pt;
	color:#ffffff;
	text-decoration:none;
}

A:hover 
{
	font-family:Tahoma;
	font-size:10pt;
	color:#ffffff;
	text-decoration:underline;
}

A:active    
{
	font-family:Tahoma;
	font-size:10pt;
	color:#ffffff;
	text-decoration:none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

UL, OL
{
	margin:0 auto;	
}

UL LI
{
	list-style-image:url(/images/bullet_11.gif);
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style:decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
.WhiteLink
{
	font-family:Tahoma;
	color:White;
	font-size:12px;
	
}
A.WhiteLink:link
{
	font-family:Tahoma;
	color:White;
	font-size:12px;
}

A.WhiteLink:visited
{
	text-decoration: none;
	font-family:Tahoma;
	color:White;
	font-size:12px;
}

A.WhiteLink:hover
{
	text-decoration: underline;
	font-family:Tahoma;
	color:White;
	font-size:12px;
}

A.WhiteLink:active
{
	text-decoration: none;
	font-family:Tahoma;
	color:White;
	font-size:12px;
}
.Search
{
	font-family:Tahoma;
	font-size:11;
	color:White;
}
.TopMenu
{
	font-family:Tahoma;
font-size:17;
letter-spacing:1px;

	color:White;
	text-align:left;

	
}
A.TopMenu:link
{
		text-decoration: none;
	font-family:Tahoma;
	font-size:17;
letter-spacing:1px;
	color:White;
	text-align:left;

}

A.TopMenu:visited
{
	text-decoration: none;
	font-family:Tahoma;
	font-size:17;
letter-spacing:1px;

	color:White;
	text-align:left;

}

A.TopMenu:hover
{
	text-decoration: none;
font-family:Tahoma;
	font-size:17;
letter-spacing:1px;

	color:White;
	text-align:left;

}
.searchTextbox
{
	color:#64646E;
	border:solid 1px #64646E;
	font-size:10px;
	font-family:Tahoma;
	vertical-align:middle;
}
.MainTitle
{
	font-family:Tahoma;
	font-size:20 !important;
letter-spacing:1px;
	color:White;
	white-space:nowrap;
	vertical-align:top;
	
	}
A.TopMenu:active
{
	text-decoration: none;
font-family:Tahoma;
	font-size:17;
letter-spacing:1px;
	color:White;
	text-align:left;

}
.MainTitleSmall
{
	font-family:Tahoma;
	color:White;
	font-size:15px;
}
.MainTitle
{
	font-family:Tahoma;
	color:White;
	font-size:17px;
}
A.BatelcoNewsOtherTitle:link
{
font-family:Tahoma;
	color:#1a5b8e;
	font-size:12pt;
	direction:ltr;
	text-align:left;
	text-decoration:none;
	
}

A.BatelcoNewsOtherTitle:visited
{
font-family:Tahoma;
	color:#1a5b8e;
	font-size:12pt;
	direction:ltr;
	text-align:left;
	text-decoration:none;

}

A.BatelcoNewsOtherTitle:hover
{
font-family:Tahoma;
	color:#1a5b8e;
	font-size:12pt;
	direction:ltr;
	text-align:left;
	text-decoration:none;
}

A.BatelcoNewsOtherTitle:active
{
font-family:Tahoma;
	color:#1a5b8e;
	font-size:12pt;
	direction:ltr;
	text-align:left;
	text-decoration:none;
}


.BatelcoNewsMainTitle
{
font-family:Tahoma;
	color:#1a5b8e;
	font-size:11pt;
	direction:ltr;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
}


A.batelcoNewsTitle:link
{
font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	text-align:justify;	
	color:#ffffff;
	
	text-decoration:none;
	
}

A.batelcoNewsTitle:visited
{
font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	text-align:justify;	
	color:#ffffff;
	
	text-decoration:none;

}

A.batelcoNewsTitle:hover
{
font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	text-align:justify;	
	color:#ffffff;
	
	text-decoration:none;
}

A.batelcoNewsTitle:active
{
font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	text-align:justify;	
	color:#ffffff;
	
	text-decoration:none;
}

.batelcoNewsTitle
{
font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	text-align:justify;	
	color:#ffffff;
	
	text-decoration:none;
}

.BatelcoNewsNormalBold
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align:justify;
	direction:ltr;
	color:#1c3665;
}
.CalBG
{
	background-image:url(/images/en/family_52.jpg);
	background-repeat:no-repeat;
}
div.scroll {
height: 590px;
width: 567px;
overflow: auto;
border: 0px solid #666;
background-color: #EFEAEE;
padding: 8px;
  scrollbar-face-color:#634C5F;
  scrollbar-arrow-color:#EFEAEE;
  scrollbar-track-color:#D2D2D2;
  scrollbar-shadow-color:#DAD3D9;
  scrollbar-highlight-color:#E2D0DE;
  scrollbar-3dlight-color:#E2D0DE;
  scrollbar-darkshadow-Color:#C8BFC6;
}

.newsMore
{
	font-family:Tahoma;
	font-size:10pt;
	color:#ffffff;
	text-align:right;
	direction:rtl;
	white-space:nowrap
}


A.newsMore:link
{
	font-family:Tahoma;
	font-size:10pt;
	color:#ffffff;
	text-align:right;
	direction:rtl;
	white-space:nowrap	
}

A.newsMore:visited
{
	font-family:Tahoma;
	font-size:10pt;
	color:#ffffff;
	text-align:right;
	direction:rtl;
	white-space:nowrap
}

A.newsMore:hover
{
	font-family:Tahoma;
	font-size:10pt;
	color:#ffffff;
	text-align:right;
	direction:rtl;
	white-space:nowrap	
}

A.newsMore:active
{
	font-family:Tahoma;
	font-size:10pt;
	color:#ffffff;
	text-align:right;
	direction:rtl;
	white-space:nowrap	
}

