/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color:#AAC5D6;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:Black ;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: F3F3F3;
    border-color: C7C7C8;
    
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    color:black;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:black;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink 
{
	color:white;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
	color:white;
    font-weight: bold
    }

A.SiteLink:visited  {
	color:white;
    font-weight: bold
    }

A.SiteLink:active   {
	color:white;
    font-weight: bold
    }

A.SiteLink:hover    {
	color:white;
    font-weight: bold
    }

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   
{
	font-weight :bold ;
	height :1px;
	font-size :20px;
    line-height: 22px; 
    color:#5F2929   


}

/* style of item titles on edit and admin pages */
.SubHead  {
 	padding-right:9px;
	font-family:Tahoma;
	color:2E2D2D;
	font-size :17px;
	margin-bottom:12px;
    

}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
 	padding-right:9px;
	font-family:Tahoma;
	color:2E2D2D;
	font-weight:bold;
	font-size :12px;
	margin-bottom:12px;
    
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{	
	font-family:Tahoma;
	font-size :12px;
    color:2E2D2D
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  
{
	padding-right:9px;
	font-family:Tahoma;
	color:2E2D2D;
	font-size :20px;
	margin-bottom:12px;
    

}

H2  {
 	padding-right:9px;
	font-family:Tahoma;
	color:2E2D2D;
	font-size :18px;
	margin-bottom:12px;
    

}

H3  {
 	padding-right:9px;
	font-family:Tahoma;
	color:2E2D2D;
	font-size :16px;
	margin-bottom:12px;
    

}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  
{
	font-weight:bold;	
       text-decoration:none;
    color:  85402B;
}

A:visited   
{
	font-weight:bold;
    text-decoration:    none;
    color:  85402B;
}

A:active    
{
	font-weight:bold;
    text-decoration:    none;
    color:  85402B;
}

A:hover 
{text-decoration: underline;
	font-weight:bold;
 
    color:  85402B;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
p
{
	text-align:justify
}

/*********************************/


/* text style used for most text rendered by modules */
.Normal
{
	font-family:Tahoma;
	height :1px;
	font-size :12px;
    line-height: 18px;
    color:2E2D2D
   
}
.NormalSmall
{
	font-family:Tahoma;
	text-justify:newspaper;
	height :1px;
	font-size :11px;
    line-height: 15px;
    color:2E2D2D
}
table.NormalTable
{
	border:solid 1px grey ;
	width:170px;
	
}

.WelcomeNormal
{
	font-size:18px;
	font-weight:bolder;
	color :black ;
	font-family:Traditional Arabic;
	text-align :center ;
	margin-top :15px;
	margin-bottom:15px;
}

.About 
{
	font-weight :bold 	
}

.AboutNormal
{
	color :	black
}
.Intro
{
	font-family:Arial (Arabic);
	font-size:16px;
	color:0C4A66 ;
	text-align :center;
	font-weight:bold;
}
.TextNormal
{
	color:black;
	text-align :justify;
	font-weight:bold;
}
/***********/
A.TopLink:link
{
	color:Black ;
	font-size :10px ;
	text-align:center 	
}
A.TopLink:visited {
    text-decoration:    none;
    color:Black;
	font-size :10px ; 	
}

A.TopLink:active  {
    text-decoration:    none;
    color:Black;
	font-size :10px ; 	
}

A.TopLink:hover   {
    text-decoration:    underline;
    color:Black;
	font-size :10px ; 	
}
/*************/

.AboutTitle
{
	color :Black ;
	font-weight :bolder ;
	padding-top :25;	
		height :15;	
		font-size :medium ;
		text-decoration :underline;
	
	font-family :Arabic Transparent 
}
/********************************************************
For Articles Page
********************************************************/

table.ArticleLeftTable
{
	width :165;
}

td.ArticleLeftTable
{
	padding-bottom :2px ;
	padding-left:3px;
	padding-right:5px ;
	padding-top:3px;
}
tr.Title
{
		background-image:url("images/bgtable2.jpg");
	background-position:0 0;	
	
	font-weight :bolder ;
	height :1px;
	font-size :15px;
    line-height: 22px; 	
}
tr.ArticleLeft_Books
{

	background-color :F3F3F3 ;
	font-weight :bolder;

}

td.ArticleMainTable
{
	padding-bottom :2px ;
	padding-left:3px;
	padding-right:5px ;
	padding-top:3px;
}
.ArticleTitle
{
	padding-bottom :2px ;
	padding-left:3px;
	padding-right:5px ;
	padding-top:3px;
}
Li.Normal
{
	list-style-type :square;
}
.Navigator
{
	margin :25px,15px,25px,15px;
	text-align :center;
	font-weight:bolder;
	font-size :smaller;
	padding:2px,10px,1px,5px;
	vertical-align :middle;
	border-color:Gray ;
	border-style:dashed;
	border-width:1px;

}
table.ModuleTitle
{
	border-style:solid;
	border-color:#446390;
	border-width:1px;
	margin-bottom:6px;
	padding-top:3px;
	padding-bottom :3px;
}
tr.ModuleTitle
{
	background-color :AAC5D6 ;
	font-weight :bolder ;
	height :1px;
	font-size :15px;
    line-height: 12px;
}

tr.MainTable_Main
{
	background-color :C7C7C8 ;
	font-weight :bolder ;
	height :1px;
	font-size :15px;
    line-height: 22px; 	
}
tr.MainTable_Sub
{

	background-color :F3F3F3 ;
	font-weight :bolder;

}
.Images
{
	border-color:Gray;
	border-style:solid;	
	border-width:1px;
}

.Thumbnails
{
	width:150px;
	height:213px;
	
	margin-bottom:6px;
	
	border:solid 1px black;
}

.Title
{
		background-color :C7C7C8 ;
	font-weight :bolder ;
	height :1px;
	font-size :15px;
    line-height: 22px; 	
}

tr.ArticleTop
{
	
	background-color:F3F3F3;
	background-position:0 0;
	height:25px;
	
}
table.ArticleTop
{
	width :100%;
	border:solid 1px E0DADA;
	padding:0 0 0 0;
	margin-bottom:6px;
}

tr.ArticleBottom
{
	background-image:url("images/bgtable.jpg");
	background-position:0 0;	
	
}
table.ArticleBottom
{
	width :350;	
	margin-bottom:6px;
}

table.LoginTable
{
	width :65%;
	background-color:#F3F3F3;
	height:1px;
	border-collapse:collapse;
	
	clear:both;
	border:dotted 1px E0DADA;
	padding:0 0 0 0;
	
}
