body         { font-family: Tahoma; font-size: 12px; color: #002B2B }

a
{
    text-decoration:none; border:none;
    color: #002B2B;
}


.LinkNewsTitle
{
	text-decoration: none;
	border: none;
	color: #000000;
	font-family: Simplified Arabic;
	font-size: 13px;
	
}

.LinkNewsTitle:hover
{
	text-decoration: underline;
	color: #D33000;
	
	
}

.LinkNewsSummary
{
	text-decoration: none;
	border: none;
	color: #002B2B;
	font-family: Tahoma;
	font-size: 12px;
}
.NewsList
{
	text-decoration:underline;
	border: none;
	color: #002B2B;
	font-family: Tahoma;
	font-size: 12px;
}
.NewsList:hover
{
	color: #D33000;
	
}

.More
{
	text-decoration:none;
	border: none;
	color: #002B2B;
	font-family: Tahoma;
	font-size: 11px;
	text-align:center;
}
.More:hover
{
	color: #D33000;
	
}
.LowLink
{
	text-decoration:none;
	border: none;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	text-align:center;
}
.LowLink:hover
{
	text-decoration:underline;
	color:#D33000
	
}


.ListOfGroup
{
	font-family:Tahoma; font-size:12px; font-weight:normal;color:#00324A;
}
.ListOfGroup:hover
{
	color: #D33000;
}
.ListOfGroup li
{
	list-style:none;
}

.adminGrid
{
    margin:10px; width:690px;
}
.adminGridHeader
{
    background-color: #CCCCCC;
    font-size: small;
}
.adminGridHeader th
{
    text-align:center;padding:5px;
}
.adminGridItem td
{
	text-align: center;
	padding: 5px;
	font-size: small;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	
}

.adminGridItemCommand
{
    width:100px;
}
.rtlDir
{
    direction:rtl;
}

li
{
	margin-right: -20px;
	list-style-type: none;
}
.ValidationStyle
{
    background-color:Red; color:#fff; padding:3px; line-height:20px;vertical-align:top
}
.clear
{
    clear:both; line-height:0px; font-size:0px; height:0px;
}

       
 
.RedTitle
{
	color: #da2f00; font-family: Arial; font-size: 18px;
}

.accordionHeader {
background-color:#dae5e7;
border:1px solid #2F4F4F;
color:#D33000;
cursor:pointer;
font-family:Arial,Sans-Serif;
font-size:18px;
font-weight:bold;
margin-top:0px;
padding:10px;
}
.accordionContent {
background-color:#EEEEEE;
border-color:-moz-use-text-color #2F4F4F #2F4F4F;
border-style:none dashed dashed;
border-width:medium 1px 1px;
padding:10px 5px 5px;
}