﻿body
{
    direction:rtl;
    font-family:Tahoma;
    font-size:12px;
    line-height:25px;
    vertical-align:top;
    text-align:justify;
    margin:0px;
}
.Header
{
	background-position: center top;
    background-image: url(../img/Banner.gif); 
    background-repeat: no-repeat; 
    height: 200px
}


.DropDownList
{
    font-family:Tahoma;
    font-size:12px;
    width:150px;
}

.Pager
{
   background-color:#666666;
   text-align:center;
   color:White; 
}
.Row
{
    background-color:#E3EAEB;
}

.Alternate
{
    background-color:White;
}

.Border
{
    margin:5px;
    width:98%;
    border:double 3px #1c5e55;
}


.Cadr
{
    border-top: double 3px #91a9c3; 
}
.Button
{
    width:120px;
    font-family:Tahoma;
    font-size:12px;
    height:25px;
}

.TextBox
{   
    float:right;
    text-align:right;
    font-family:Tahoma;
    font-size:12px;
}

.Date
{
    direction:ltr;
}

.Panel
{
    width:95%;
    margin:10px;
    background-color:Green;
}
.Link
{
    text-decoration:none;
    color:#0066CC;
}

A:visited,A:link
{
    text-decoration:none;
    color:#0066CC;
}

.WaterMark
{
    background-color: AliceBlue;/*#FBFBD3;*/
    font-family:Tahoma;
    font-size:12px;
    color:Navy;
    border:solid 1px #7F9DB9;
    height:16px;
}

.Preview
{
	border:solid 1px #3333CC;
	padding:10px;
	color:Navy;/*#3333CC;*/
	background-color:#FFFFC0;/*AliceBlue;/*#FFFFC0;*/
	line-height:normal;
	filter:alpha(opacity=80);
	opacity:0.7;
	overflow:auto;
	text-align:justify;
}


.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #16538C;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.accordionHeaderSelected
{
    border: 1px solid #16538C;
    color: white;
    background-color: Navy;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeader
{
    border: 1px solid #16538C;
    color: white;
    background-color: #B6BFC8;/*#2E4d7B;*/
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
