/* Default CSS Stylesheet for a new Web Application project */
/*.Body
{
	/*background-color:White;
	font-family:Verdana;
	font-size:11;
	color: Navy;
	text-align:center;
	margin:2px;
}
.FeaturedControl
{
	border: solid 1px #336699;
	font-family:Verdana;
	font-size:x-small;
	background-color: WhiteSmoke;
	color: Navy;
}
.FeaturedControlHeader 
{
	font-size:14;
	font-family: Rockwell;
	font-weight:bold;
	color:Navy;
	background-color:#d3d3d3 /*#ffef65#f7ed83*//*; 
}
.FeaturedContent
{
	font-family:Verdana;
	font-size:11;
	color: Navy ;
}
.FeaturedControlFooter
{
 background-color:#d3d3d3;
	text-align:right;
	color: Navy;
}
.ListContent
{
	background-color:#f5f5f5;
	font-family:Verdana;
	font-size:x-small;
	color:Black;
	text-align:left;
}
.AlternatingListContent
{
	background-color:#dcdcdc;
	font-family:Verdana;
	font-size:x-small;
	color:Black;
	text-align:left;
}
.GeneralContent
{
	background-color:#e0e9d7;
	font-family:Verdana;
	font-size:x-small;
	color:Black;
}
.GeneralTitle
{
	color:Navy;
	font-family:Arial;
	font-size:large;
}
.Link{	
	text-decoration:none;
	color:	Navy;
	behavior:url(links.htc);
	}
.LeftNavigationCell
{
	background-color:White;
	width:25%;
	padding-left: 5px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
}	
.ContentCell
{
	background-color:White;
	width:75%;
	padding-left:5px;
	padding-right: 5px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
}
.MenuLinks
{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color:#4682b4;
	width: 150px;
}
.MenuLinks a{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
    color:#f0f8ff;
    cursor:hand;
}
.MenuLinks a:hover{ /*hover background color*//*
    background-color:#f0f8ff;
    color: #4682b4;
}
.MenuLinks div{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
    color:#f0f8ff;
    cursor:hand;
}
.MenuLinks div:hover{ /*hover background color*//*
    background-color:#4682b4;
    color: #D9F3FF;
}
.Navigationlink
{
	color:#f0f8ff;
    text-decoration:none;
	text-align:center;
	font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    cursor:hand;
}
.Navigationlink:hover
{
	text-decoration:none;
	/*color:Yellow;*//*
}	
.NavigationTable{
    padding:2px 2px 2px 2px;
    border:1px;
    border-color:#dcdcdc;
    background-color:#4682b4;
    border-style:solid;
    
}

.NavigationTable td
{
		text-align:center;
		border: solid 1px #dcdcdc;
		padding: 2px 6px 2px 6px
}
/*
.tl
{
	width:48px;
	height:48px;
 background-image: url(Images/tl.gif);
 background-position: left;
 background-repeat:no-repeat;
 background-color:#1e9b26;
}
.tr
{
	width:48px;
	height:48px;
 background-image: url(Images/tr.gif);
 background-position: right;
 background-repeat:no-repeat;
 background-color:#1e9b26;
}
.bl
{
	width:48px;
	height:48px;
 background-image: url(Images/bl.gif);
 background-position: left;
 background-repeat:no-repeat;
 background-color:#1e9b26;
}
.br
{
	width:48px;
	height:48px;
 background-image: url(Images/br.gif);
 background-position: right;
 background-repeat:no-repeat;
 background-color:#1e9b26;
}
*/
/*
.PageTitle
{
	text-align:left;
	color:Navy;
	font-family:Rockwell;
	font-size:large;
}

.GeneralTable
{
    font-family:Verdana;
    font-size:x-small;
    color: Navy;
    border-width:0px;
}
.ViewIndividualTable
{
	
}
.IndividualItemCell
{
	color:Black;
	font-size:x-small;
}
.ObjectNavigationTable
{
	border: solid 1px #336699;
    font-family:Verdana;
    font-size:x-small;
    background-color: WhiteSmoke;
    color: Navy ;
}
.ObjectNavigationHeader 
{
	font-size:14;
	font-family:Rockwell;
	font-weight:bold;
	color:#0000C0;
	background-color:#d3d3d3;
}
.ObjectNavigationContent
{
	font-family:Verdana;
	font-size:x-small;
	color:Navy;
}
.TitleRule
{
	width:50%;
    text-align:left;
	color: Navy;
}
.Textbox
{
	background-color: whitesmoke;
    border-width:1px;
    border-style:solid;
    border-color:Black;
}
.test
{
	behavior:url(behaviour.htc);
}
.ViewLink
{
    text-decoration:underline;
    color:Navy;
    behavior:url(links.htc);
    font-size:10pt;
}
.sidecell
{
	background-color:#72acd5;
	width:2px;
	padding:2px;
}
.IndividualTitle
{
	font-size:16;
	font-weight:bold;
}
.MainTable
{
	width:800px;
}
.generaltext
{
	 font-family:Verdana;
	font-size:12;
	color:Navy;
}*/
.leftcell
{
	background-image: url(Images/leftpanel.jpg);
	padding:0px 0px 0px 0px;
	width:15px;
}
.middlecell
{
    background-color:#f7b820;
    color:white;
    font-weight:bold;
    font-size:11;
    padding:0px 0px 0px 0px;
    text-align:center;
}
.rightcell
{
	width:15px;
	background-image: url(Images/rightpanel.jpg);
	padding:0px 0px 0px 0px;
}
.chosenleftcell
{
	width:15px;
	background-image: url(Images/chosen-left-side.jpg);
	padding:0px 0px 0px 0px;
}
.chosencell
{
	background-color:#fd771e;
	color:White;
	font-weight:bold;
	font-size:11;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.chosenrightcell
{
	width:15px;
	background-image: url(Images/chosen-right-side.jpg);
	padding:0px 0px 0px 0px;
}/*
.viewLink
{
	text-decoration:underline;
	color:	Navy;
	behavior:url(links.htc);
}
*/
body {padding:0; margin:0; color:#000000;}
body, td {font-family:Tahoma; font-size:11px; }
br{font-size:10px}

.content td{color:#4B4B4B; font-size:11px; line-height:13px} 
.content b{color:#3D9900} 
.content b a{color:#0080BB; text-decoration:underline; font-weight:normal} 
.content b a:hover{text-decoration:none} 
.content strong a{color:#4B4B4B; text-decoration:underline; font-weight:normal} 
.content strong a:hover{text-decoration:none} 
.content a{color:#3D9900; text-decoration:underline} 
.content a:hover{text-decoration:none} 
.content li{background:url(images/z1.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 10px }
.content .mainlink {color:#FFFFFF;}
.content .piclink {color:#3D9900; text-decoration:underline; cursor:hand;}
.content .piclink:hover{text-decoration:none}


.content .block{color:#4B4B4B; font-size:11px; line-height:13px}
.content .block a{color:#4B4B4B; text-decoration:none }
.content .block a:hover{text-decoration:underline} 
.content .block b a{color:#0080BB; text-decoration:underline; font-weight:normal} 
.content .block b a:hover{text-decoration:none} 
.content .block li{background:url(images/1_z2.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 12px }

.footer{color:#FFFFFF; font-size:11px; line-height:13px} 
.footer a{color:#FFFFFF; font-size:11px; text-decoration:none} 
.footer a:hover{text-decoration:underline} 

.title { font-weight:bold;	color:#4B4B4B;	font-size:14px}
.hadith { font-size:14px}
 

input,textarea{
   font-family:Tahoma;
   color:#4B4B4B; 
   font-size:11px;
} 