﻿#divContent
{
	border-right: solid 1px #92bee3; /*display: block;*/
	float: right;
	width: 710px;
}

/*** menu ***/
#divRight
{
	background-color: #ffffff; /*display: block;*/
	float: right;
	width: 198px;
}
#divMenu
{
	margin: 0 auto;
	width: 190px;
}
.menTitle
{
	background-image: url(menu-top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border: none;
	height: 20px;
	font-family: Arial, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin: 5px 0 0 0;
	padding: 5px 5px 0 0;
}
.menBody
{
	background-color: #fafafa;
	border: solid 1px #eeeeee;
	margin: 0 0 10px 0;
	font-size:11px;
}

#menSearch
{
    padding: 10px 0;
    text-align: center;
}
#menPlay
{
    padding: 10px;
    text-align: right;
}
#selectPlay,#selectReciter
{
    padding: 5px;
  font-size:11px;
}
#selectReciterTitle
{
    padding:0px 0px 5px 0px;
    font-size:11px;
}
/*** end menu ***/

/***** results *****/
#divResults
{
	background-color: #ffffff; /*border: solid 1px #ffffff;*/
	margin: 0 auto;
	padding: 0 0;
}
#divResults .row
{
	background-image: url(bgi.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
}
#divResults .R
{
	float: right;
	height: 120px;
	line-height: 15px;
	padding: 10px 0 0 0;
	text-align: center;
	width: 120px;
}
#divResults .L
{
	float: right;
	height: auto;
	padding: 2px 0 2px 5px;
	width: 530px;
}
/***** end results *****/

