/* CSS Document */
body{
	margin: 0px;
	color: #6a6a6a;
	font-size: 11px;
	line-height: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
a {
	color: #005de7;
	text-decoration:none;
}
a:hover {
	color: #005de7;
	text-decoration:underline;
}
a:visited{ 
	outline: none;
	border: none; 
}
a:focus { 
	-moz-outline-style: none; 
}

a.more {
	color: #b00807;
	font-size: 10px;
	text-decoration:none;
}
a.more:hover {
	color: #b00807;
	font-size: 10px;
	text-decoration:underline;
}
table.aya{
	width: 217px;
	height: 128px;
	background-image:url(../images/bg_aya.gif);
	background-repeat:no-repeat;
}
.aya td{
	padding: 15px;
}
table.hadith{
	width: 217px;
	height: 128px;
	background-image:url(../images/bg_hadith.gif);
 	background-repeat:no-repeat;
}
.hadith td{
	padding: 15px;
}
table.blue{
	background-color: #e9f5fe;
	border: 1px solid #afdbff;
}
.blue td{
	padding: 10px;
}
table.red{
	background-color: #fcf3f3;
	border: 1px solid #f8d7d7;
}
.red td{
	padding: 10px;
}
.heading1{
	font-size:14px;
	font-weight: bold;
	font-family:"trebuchet MS";
}
.heading2{
	font-size:16px;
	font-weight: bold;
	font-family:"trebuchet MS";
	line-height: 17px;
}
.heading2Red{
	color: #b00807;
	font-size:16px;
	font-weight: bold;
	font-family:"trebuchet MS";
	line-height: 17px;
}
.textRed{
	color: #b00807;
	font-weight: bold;
	font-family:"trebuchet MS";
	
}
.footer{
	color: #FFFFFF;
	font-family:Tahoma;
	font-size:12px;
}
.footer a{
	color: #FFFFFF;
	font-family:Tahoma;	
	font-size:12px;
	text-decoration:none;
}
.footer a:hover{
	color: #F1F1F1;
	font-family:Tahoma;	
	font-size:12px;
	text-decoration:none;
}
.images{
	padding: 2px;
	border: 1px solid #cdcdcd;
}
input.text{
	border: 1px solid #999999;
	color: #6a6a6a; 
	font-family: Tahoma;
	padding: 2px; 	
	width: 170px;
}

textarea.tarea{
	border: 1px solid #999999; 
	color: #6a6a6a;
	font-family: Tahoma;
	font-size: 11px;
	padding: 2px;
	width: 250px;
}
