.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.textAr {
	font-family: Arabic Transparent;
	font-size: 18px;
	text-decoration: none;
}

.text a:link {
	color: #006600;
	text-decoration: none;
}
.textAr a:link {
	color: #006600;
	text-decoration: none;
}
.text a:hover {
	color: #003300;
	text-decoration: none;
}
.textAr a:hover {
	color: #003300;
	text-decoration: none;
}

.text a:visited {
	color: Green;
	text-decoration: none;
}
.textAr a:visited {
	color: Green;
	text-decoration: none;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.menu a:link {
	font-weight: normal;
	color: #006600;
	text-decoration: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	height: 25px;
	width: 25px;
}
.menu a:hover {
	color: #999900;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.menu a:visited {
	color: #003300;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
        TR.updated TD
        {
        	background-color:yellow;
        }
        .modalBackground 
        {
	        background-color:#D8FD74;
	        filter:alpha(opacity=70);
	        opacity:0.7;
        }
        .detail
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	background-color:#fff;
	border:solid 2px #F8E403;
	padding:4px;
}
.detail .footer
{
	text-align:right;
	padding:8px;
}


/* table style */
.detailgrid
{
	border:solid 1px #ad9e87;
}

/* cell styles */
.detailgrid td
{
	cursor:default;
	height:20px;
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#f2e8da;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#f2e8da;	
}
.accordionHeader
{
    border: 1px solid #000000;
    color: white;
    background-color: #354506;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5EE947;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}
.accordionContent
{
    background-color: #D8FD74;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}
.popupHover 
{
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}
.ListSearchExtenderPrompt
{
	font-style:italic;
	color:black;
	background-color:Red;
	border-color:Black;
	
}
