﻿/* User Panel */
DIV.UserPanel
{
    border: solid 1px #FFCE77;
    background-color:Transparent;
    width:100%;
}

TD.PanelItem
{
    text-align:right;
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    width:9%;
    direction:rtl;
}

TD.PanelItem2
{
    text-align:right;
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    width:14%;
    direction:rtl;
}

TD.TempPanelItem
{
    width:50%;
}

A.ActivePanelLink
{
    color:#0800A0;
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    text-decoration:none;
    cursor:pointer;
}

A.DeactivePanelLink
{
    color:#202020;
    font-family:Tahoma;
    font-size:9pt;
    font-weight:bolder;
}

A.HiddenPanelLink
{
    color:#C0C0C0;
    font-family:Tahoma;
    font-size:8pt;
    font-weight:normal;
}

/* Box Schema 2 */
DIV.Box2
{
    border-top-style:none;
	border-left:solid 1px #E1B17C;
	border-right:solid 1px #E1B17C;
	border-bottom:solid 1px #E1B17C;
	font-family:Tahoma;
	font-size:9pt;
	background-color:#FEFCFA;
}

.Box2TopLeft
{
	width:70px;
	height:20px;
	background-image:url(/MView/Images/Box2/left.gif);
}

.Box2TopTitle
{
	background-image:url(/MView/Images/Box2/mid.gif);
	height:20px;
	font-family:Tahoma;
	font-size:10pt;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
}

.Box2TopRight
{
	width:11px;
	height:20px;
	background-image:url(/MView/Images/Box2/right.gif);
}

.Box2Content
{
	border-left:solid 1px #ff952b;
	border-right:solid 1px #ff952b;
	border-bottom:solid 1px #ff952b;
	font-family:Tahoma;
	font-size:8pt;
	padding: 5px 5px 5px 5px;
	text-align:justify;
	line-height:15px;
}


/* Other */
.Message
{
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    color:#FF0000;
}

TD.TdMain
{
    padding: 10px 10px 10px 10px;
    direction:rtl;
}

DIV.Spacer
{
    height:5px;
    margin-top:2px;
    margin-bottom:2px;
}

TD.Title
{
    font-family:Arial;
    font-size:13pt;
    font-weight:bold;
    direction:rtl;
}

DIV.AjaxLoading
{
    width:100%;
    height:100%;
    text-align:center;
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    background-color:#CC935E;
    color:#000000;
    z-index:101;
    position:absolute;
    top:5px;
    left:5px;
    filter:alpha(opacity=30);
    opacity:0.3;
}

DIV.Opacity
{
    filter:alpha(opacity=90);
    opacity:0.9;
}

TD.Star
{
    font-family:Arial;
    font-size:15pt;
    font-weight:bold;
    color:#AE5400;
}

TD.Attension
{
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    color:#FF0000;
}

/* User Small Info Box */
DIV.UserSmallInfoPanel
{
    border: solid 1px #FFCE77;
    background-image: url(/MView/Images/Box2/back.gif);
    width:100%;
}

.DataLabel
{
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
}

TD.Right
{
    direction:rtl;
}

TD.Data
{
    font-family:Tahoma;
    font-size:10pt;
    color:#000000;
    font-weight:normal;
    direction:rtl;
}

TD.Label
{
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    direction:rtl;
    white-space:nowrap;
    color:#000000;
    text-align:right;
}

TD.OkUser
{
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    direction:rtl;
    color:#088613;
}

TD.NoData
{
    color:#C0C0C0;
    font-family:Tahoma;
    font-size:8pt;
    font-weight:normal;
}

.Btn1
{
    background-image: url(/MView/Images/Box2/but1.gif);
    height:21px;
    border: solid 1px #FFCE78;
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    cursor:pointer;
}

.Btn2
{
    background-image: url(/MView/Images/Box2/but2.gif);
    height:21px;
    border: solid 1px #ACA899;
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    cursor:pointer;
}

B.ColorData
{
    font-family:Tahoma;
    font-size:10pt;
    font-weight:normal;
    color:#854502;
}

/* Form Element */
INPUT.Far
{
    border: solid 1px #AE5400;
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    direction:rtl;
    padding: 2px 2px 2px 2px;
}

INPUT.Eng
{
    border: solid 1px #AE5400;
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    direction:ltr;
    padding: 2px 2px 2px 2px;
}

SELECT.Combo
{
    border: solid 1px #AE5400;
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    background-color:#F6F1EC;
}

TEXTAREA.Text
{
    border: solid 1px #AE5400;
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    padding: 2px 2px 2px 2px;
}

DIV.Panel
{
    border: solid 1px #DDCCBB;
    margin: 2px 0px 2px 0px;
}

SPAN.Panel
{
	border: solid 1px #DDCCBB;
	margin: 2px 2px 2px 2px;
}
DIV.ListItemPanel
{
    border: solid 1px #E5E5E5;
    margin: 2px 0px 2px 0px;
}

DIV.InsertPanel
{
    border: none;
    padding: 5px 5px 5px 5px;
    text-align:left;
    height:0px;
}

/* Grid */
TD.GridTitle
{
    direction:inherit;
    background-color:#F5EEED;
    color:Black;
    font-family:Tahoma;
    font-size:10pt;
    font-weight:normal;
    text-align:center;
    border:solid 1px #DDCCBB;
    padding: 2px 2px 2px 2px;
}

TD.GridData
{
    background-color:inherit;
    color:Black;
    font-family:Tahoma;
    font-size:9pt;
    font-weight:normal;
    border:solid 1px #DDCCBB;
    padding: 2px 2px 2px 2px;
    z-index:101;
}

/* Big Image User Panel */
DIV.BigImagePanel
{
    position:absolute;
    top:20px;
    left:20px;
    background-color:#505050;
    border: solid 1px #000000;
    padding: 5px 5px 5px 5px;
    text-align:center;
    filter:alpha(opacity=95);
    opacity:0.95;
}

DIV.BigImageClose
{
    background-color:#101010;
    border: none;
    padding: 2px 2px 2px 2px;
    text-align:right;
    font-family:Tahoma;
    font-size:9pt;
    font-weight:bold;
    direction:ltr;
    color:#FFAC27;
    cursor:pointer;
}

DIV.BigImageBox
{
    border: solid 1px #ffffff;
    padding: 1px 1px 1px 1px;
    filter:alpha(opacity=100);
    opacity:1.0;
}

.Pointer
{
    cursor:pointer;
    font-family:Tahoma;
    font-size:9pt;
}

.BookImg{
border:Solid 1px #996633;
}