﻿#grdUserStocks table
{
	border:solid 0px black ;
	}



#grdUserStocks th

{
	text-align:left;
}

a
{
	text-decoration:none;
}


a:hover
{
	/*color:White;*/
}

.body
{
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:0px;
	font-family:Verdana;
	font-size:12px;

}

.red_lable
{
	font-size:12px;
	color:red;
}

.menu
{
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana;
	text-align:left;
	}
	
	#menu a
	{
		color: white;
		
		}
		
	#menu a:visited
	{
		color:white;
	}
	#menu a:hover
	{
		
			color:Blue;
	}
	
#layout
{
	width:980px;
}

#header
{
	width:100%;
	padding-bottom:15px;
}

#logo
{
	width:518px;
	height:29px;
	background-image:url('images/logo.jpg');
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	vertical-align:bottom;
	text-align:right;
	padding-top:100px;
}

#user_menu
{
	float:right;
	width:191px;
	text-align:right;
	color:#5e5e5e;
	font-family:verdana;
	font-size:10px;
	
}


#menu_search
{
	width:100%;
	height:45px;
}

#search
{
	float:right;
	width:263px;
	text-align:right;
	padding-top:100px;
}

#search_right
{
	width:11px;
	height:45px;
	background-repeat:no-repeat;
	background-image:url('images/search_right.gif');	
	float:right;
}

#menu
{
	width:100%;
	height:45px;
	float:right;
	background-repeat:repeat-x;
	background-image:url('images/menu_bg.gif');
	text-align:center;
	text-decoration:none;
}

#menu_left
{
	width:11px;
	height:45px;
	background-repeat:no-repeat;
	float:left;
	background-image:url('images/menu_left.gif');
}

#footer
{
	width:100%;
	margin-bottom:20px;
	margin-top:10px;
}

#footer_line
{
	width:100%;
	background-repeat:repeat-x;
	height: 5px;
	background-image :url('Images/Index_45.gif');

}
#footer_menu
{
	float:right;
	color:#b50000;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#98a3a7;
}

#footer_copyrights
{
	
	font-family:Verdana;
	font-size:12px;
	color:#3a4546;
}


#content
{
	width:980px;
	text-align:left;
	padding: 0px,5px,5px,5px;
	vertical-align:top;
}


#content_right
{
	float:right;
	width:515px;
}


#content_left
{
	float:left;
	width:263px;
	font-family:Verdana;
	font-size:13px;
}


#tradeControl
{
	width:802px;
	height:110px;
	z-index :1000;
	position:inherit;
	/*background-color:silver;*/
}


#divTicker
{
	float:right;
	height:25px;
	width:100%;
	background-color: #D3D3D3;
	margin-bottom:0px;
}


#welcome_note
{
	font-family:Verdana;
	font-size:13px;
	float:left;
	width:270px;
}


.w100
{
	width:100%;
}

.header
{
	background-repeat:repeat-x;
	background-image:url('images/middle_head.gif');
	height:34px;
	width:377px;
}

.leftheader
{
	background-repeat:repeat-x;
	background-image:url('images/middle_head.gif');
	height:34px;
}


.header_left
{
	float:left;
	background-repeat:no-repeat;
	background-image:url('images/left_head.gif');
	height:34px;
	width:7px;
}


.header_right
{
	float:right;
	background-repeat:no-repeat;
	background-image:url('images/righ_head.gif');
	height:34px;
	width:8px;
}


.header_text
{
	color:white;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	margin-top:7px;

	
}





.news_header
{
	background-repeat:repeat-x;
	background-image:url('images/middle_news.gif');
	height:34px;
	width:377px;
}




.news_left
{
	float:left;
	background-repeat:no-repeat;
	background-image:url('images/left_news.gif');
	height:34px;
	width:7px;
}


.news_right
{
	float:right;
	background-repeat:no-repeat;
	background-image:url('images/righ_news.gif');
	height:34px;
	width:8px;
}
#AutoComplete /*AutoComplete flyout */ .autocomplete_completionListElement
        {
            visibility: hidden;
            background-color: gray;
            color: yellow;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            margin-left: 0px;
            background-color: gray;
            height: 200px;
            max-height: 250px;
            overflow: auto;
            width: 180px;
        }
        .ListElement
        {
            color: yellow;
            border: buttonshadow;
            margin-left: 0px;
            visibility: hidden;
            height: 100px;
            max-height: 250px;
            overflow: auto;
            width: 180px;
            border-width: 1px;
            border-style: solid;
            border-color: Blue;
            list-style-type:none;
            list-style-position:outside;
        }
        .ListElementBuySell
        {
            color: black;
            border: buttonshadow;
            margin-left: 0px;
            visibility: hidden;
            height: 40px;
            max-height: 40px;
            overflow: auto;
            width: 180px;
            border-width: 1px;
            border-style: solid;
            border-color: Blue;
            top:30px;
            list-style-type:none;
            list-style-position:outside;
 
        }
        /* AutoComplete highlighted item */.autocomplete_highlightedListItem
        {
            background-color: gray;
            /*color: Blue;*/
        }
        
          /* AutoComplete highlighted item */.autocomplete_highlightedListItemBuy
        {
            background-color: #0099FF;
            color: white;
        }
          /* AutoComplete highlighted item */.autocomplete_highlightedListItemSell
        {
            background-color: #FF0066;
            color: white;
        }
        
        
        /* AutoComplete item */.autocomplete_listItem
        {
            background-color: White;
            color: Black;
            font-family: Verdana | Arial;
            font-size: 8pt;
        }



	
.lblHead
{
	font-family:Verdana;
	width:80px;
	text-align:left;
	float:left;
	background-color:Silver;
	font-size:8pt;
}


#usefullist
{
	width: 200px; 
	margin: 0px;
	padding: 0px; 
	height: 107px;	
	background-color:Silver;
}
#usefullist div
{
	font-family:Verdana;
	width:100px;
	text-align:left;
	float:left;
	background-color:#990000;
	border-bottom-width:0px;
}
	
#usefullist span
{
	font-weight:bold;
	color:White;
	font-family:Verdana;
	font-size:10pt;
	border-bottom-width:0px;
}
#usefullist a
{
	text-align:left;
	float:left;
	font-family:Verdana;
	font-size:10pt;
	background-color:Silver;
	width:115px;
}
#usefullist ul
{
}
#usefullist li
{
	list-style-type:none;
	list-style-position:inside;
}
#usefullist li .mousehover
{
	background-color:Black;
	color:White;
}
					
/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

 .commonstyle
    {
        font-family: verdana;
        font-size: 8pt;
    }
    .invisible
    {
        display: none;
    }
.result
{
	border:solid 1px silver;
}

.resultHead
{
	text-decoration:underline;
	background-color:#b52e2e;
	color:White;
	padding-left:20px;
	margin-bottom:50px;
	text-align:right;
	direction:rtl;
	font-size:12px;
	font-weight:bold;
}

#body
{
	font-size:21px;
	font-family:Verdana;
	text-align:right;
	direction:rtl;
}

.resultFooter
{
	font-size:10pt;
	font-weight:bold;
	direction:ltr;
	text-align:left;
}

.alternateRow
{
	background-color:#d7d7d7;
}


#results
{
	text-align:right;
	direction:rtl;
}

.rightAlign
{
	float:right;
}

.leftAlign
{
	float:left;
}
.centerAlign
{
	text-align:center;
}

#searchedNews a
{
	text-decoration:none;
	direction:rtl;
	text-align:right;
	font-family: Arial; 
	color: #5B6064; 
	font-size: 9px;
	
}


.ctlSellBuy
{
	background-repeat:repeat-x;
	width: 798px;
	height: 100px; 
	font: 8pt Verdana;
	color:White;
}

.sellRed
{
	background-repeat:repeat-x;
	background-image:url('Images/pscontrolred.jpg');
	width: 798px;
	height: 100px; 
	font: 8pt Verdana;
	color:White;

}

.buyBlue
{
	background-repeat:repeat-x;
	background-image:url('Images/pscontrolblue.jpg');
	width: 798px;
	height: 100px; 
	font: 8pt Verdana;
	color:White;

}

.sellBorder
{
	border: 2px solid #700606 ;
	width:100px;
	
}

.buyBorder
{
	border: 2px solid #02235d ;
	width:100px;
}

.masterTable
{
	background-image:url('images/psgray.jpg');
	background-repeat:repeat-x;
}

.masterTableTD
{
	border:solid 2px #717171;
}

#mainTabView
{
	text-align:center;
}


#links a
{
	clear:both;
	color:#c22c2c;
	font-size:12px;
	text-decoration:none;
	width:60px;
}
#links a :hover
{
	color:#c22c2c;
	font-size:12px;
	text-decoration:none;
}


#links a div
{
	float:left;
	width:35px;
}
#links a div
{
	float:left;
	width:35px;
	cursor:hand;
}

.loadingImg
{
	z-index:1000;
	position:absolute;
	top:50%;
	left:10%;
}



.arabicLink
{
	color:Gray;
	font-family:Tahoma; 
	font-size:12px;
	background-image: url('Images/eg_flag.png');
	 background-repeat: no-repeat;
}

.englishLink
{
	color:Gray;
	
}

.arabicLink:hover
{
	color:Gray;
	cursor:hand;
}

.englishLink:hover
{
	color:Gray;
	/*cursor:hand;*/
}


.grid_style
{
	border:none 1px black;
}

.grid_style th
{
	padding:4px 4px 4px 4px ;
	background-color:#b92837;
	text-align:left;
	color:White;
	border:none 1px black;
	
}

.grid_style tr
{
	border:none 1px black;
}


.grid_style td
{
	padding:4px 4px 4px 4px ;
	background-color:White;
	text-align:left;
	color:Black;
	border:none 1px black;
	
}


.grid_style_alt td
{
	padding:4px 4px 4px 4px ;
	background-color:#e4e8e9;
	text-align:left;
	color:Black;
	border:none 1px black;
	
}

.grid_style2
{
	border:both 1px black;
	
}

.grid_style2 th
{
	padding:4px 4px 4px 4px ;
	background-color:#b92837;
	text-align:left;
	color:White;
	border:solid 1px black;
	
}

.grid_style2 tr
{
	border:solid 1px black;
}


.grid_style2 td
{
	padding:4px 4px 4px 4px ;
	background-color:White;
	text-align:left;
	color:Black;
	border:solid 1px black;
	
}


.grid_style_alt2 td
{
	padding:4px 4px 4px 4px ;
	background-color:#e4e8e9;
	text-align:left;
	color:Black;
	border:solid 1px black;
	
}

.EGID_note
{
	float:left;
	color:#3a4546;
}

.Popup
{
	background-color:Gray;
	color:White;
	border:solid 1px Black;
	padding:2px 2px 2px 2px ;
}
.hover
{
	cursor:default;
}



.goBackward
{
	Z-INDEX: 0; 
	POSITION: relative; 
}






