/* ------------------------------------------------------------------- */
/*       Created by: Gaius Ajamian                                     */
/*       For       : Arabic Baptist Church                             */
/*       Date      : 10/15/2010                                        */
/* ------------------------------------------------------------------- */

a.audio:link    {color: #ffffff; text-decoration:none; font:normal normal bold 10pt Tahoma;}
a.audio:visited {color: #ffffff; text-decoration:none; font:normal normal bold 10pt Tahoma;}
a.audio:hover   {color: #ffffff; text-decoration:underline; font:normal normal bold 10pt Tahoma;}

/* used to customize the look within the specific page */
#sermonsPgContainer 
{
	width: 600px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 0px solid #cccccc; 
}

#audioBoxOuterCont
{
	width: 600px;
	margin: 0px;
	text-align: center;
	background-color: #000083;
	border: 1px solid #000083; /*needed as a workaround to show outline in FF & chrome to match IE*/
}

#audioBoxInnerCont
{
	width: 580px;
	margin: 10px auto;
	text-align: center;
	background-color: #fff;
}

#AudioPic { margin-top: 0px; padding-top:10px;}

#AudioCont { padding: 10px;}
#txtCont
{ 
	margin: 0px; 
	padding: 10px;
	text-align: center;
}

#EngCont
{
	float:left;
	text-align: left;
}

#ArabCont
{
	float:right;
	text-align: right;
}

#ListingBoxOuterCont
{
	margin-top: 10px;
}

#Listing
{
	text-align: center;
}

#listSermons { margin: 0px; }

.Title 
{
	font: normal normal normal 8pt arial;
	color: #000083;
	vertical-align: text-top;
}

.ATitle 
{
	font: normal normal normal 11pt arial;
	color: #000083;
	vertical-align: text-top;
}

.Desc 
{
	font: normal normal bold 10pt arial;
}

.ADesc 
{
	font: normal normal bold 13pt arial;
}

