﻿

/* main
----------------------------------------------- */
body
{
	font-family: Tahoma;
	font-size: 10px;
	margin: 0px;
	color: Black;
	direction: rtl;
}
.directions
{
	direction: rtl;
}

/* alert
----------------------------------------------- */
.alert
{
	border: 3px double #cc0000;
    background-image: url(../../images/bg_body.gif); height: auto; text-align: right;
    line-height: 1.5;
	}


/* controls-QuickSearch
-------------------------------------------------*/
.rightleft
{
	text-align: right;
}
.leftright
{
	text-align: left;
}


/* TEXT
----------------------------------------------- */

.txt-red
{
	color: #cc0000;
	font-size: 11px;
}
.calendertxt
{
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #7796B3;
	height: 15px;
}
.txt-lable
{
	color: #c9c6b0;
	font-size: 10px;
	font-weight: 500;
}
.txt-search
{
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
}
.txt-link
{
	font-size: 11px;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
}
.email-link
{
	font-size: 11px;
	color: #006699;
	font-weight: 500;
	text-decoration: none;
}
.txt-current
{
	font-size: 11px;
	font-weight: 500;
	color: #cc0000;
	text-decoration: none;
}
.txt-red-error
{
	font-weight: 500;
	color: red;
}
.txt-grayS
{
	color: #999999;
}
.txt-black
{
	font-size: 12px;
}

.txt-red-Bold
{
	color: #cc0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.link-underline
{
	font-size: 11px;
	font-weight: 500;
	color: #cc0000;
	text-decoration: none;
	border-bottom: solid 1px #cc0000;
	padding-bottom: 2px;
	width: 135px;
	text-align: right;
	vertical-align: middle;
	padding-top: 7px;
}
.dark-blue
{
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}
.txt-orange
{
	color: #C8623C;
	font-size: 11px;
	font-weight: bold;
}
.txt-black-bold
{
	font-size: 12px;
	font-weight: bold;
}
.txt-blue
{
	color: #006699;
	font-size: 12px;
	font-weight: 500;
}
.txt-white
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
.en-pe
{
	color: #006699;
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
}

/*btn textbox dropdown
-------------------------------------------------*/
.btn-login
{
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	border: outset 1px #cccccc;
	background-color: #FFFFFF;
	background-image: url(../../images/btnimg.jpg);
	height: 20px;
	width: 80px;
}
.btn-login2
{
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	border: outset 1px #cccccc;
	background-color: #FFFFFF;
	height: 20px;
	width: 50px;
}
.DropDown
{
	font-size: 12px;
	border: 1px solid #7796B3;
}

.textbox
{
	font-size: 12px;
	border: 1px solid #7796B3;
}

/*background
-------------------------------------------*/


.menu-bg
{
	background-color: #ffe0cb;
	text-align: center;
}
.bg-dot
{
	background-image: url(images/bg-dot.jpg);
}


/*table 
-------------------------------------------------*/
.txt-title
{
	background-color: #ecede7;
	color: #000000;
	font-size: 11px;
	margin-right: 30px;
}

.tbl-blue
{
	border: solid 1px #0099ff;
	border-top-width: 0px;
	table-layout: fixed;
}

.Header-box-red
{
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #cc0000;
}
.tbl-red
{
	border: solid 1px #cc0000;
	table-layout: fixed;
	border-spacing: 0px;
	background-color: White;
}

.cream-header
{
	font: 11px Tahoma;
	background-color: #ffe0cb;
	cursor: pointer;
}
.white-header
{
	font: 11px Tahoma;
	background-color: #ffffff;
}
.box-gray
{
	font: 11px Tahoma;
	background-color: #ecede7;
}
.header-admin-tbl
{
	color: #707283;
	font-size: 11px;
	background-color: #707283;
}

.tbl-Details-bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFE0C0;
	padding: 3px;
}

.tab-archive-tbl
{
	border-spacing: 0px;
	border: solid 1px #CACACA;
}


/* gride
-----------------------------------------------*/

.gridrow
{
	background-color: #FAEEC9;
}
.footergrid
{
	background-image: url(../../images/gridhead.jpg);
	background-repeat: repeat-x;
}
/* DropDownMenu
-----------------------------------------------*/
#menu
{
	list-style: none;
	background-color: #ffffff;
	padding: 0px 0px 23px 0px;
	margin: 0;
	text-align: center;
}
#menu li
{
	float: right;
	margin-right: 3px;
	position: relative;
	background-color: #ffe0cb;
	height: 23px;
}
#menu, #menu ul
{
	list-style: none;
	background-color: #ffffff;
	padding: 0px 0px 23px 0px;
	margin: 0;
}

#menu ul
{
	position: absolute;
	direction: rtl;
	width: 130px;
	padding: 0px;
	display: none;
	text-align: right;
}
#menu ul li
{
	float: none;
	margin: 0;
	padding: 0;
	line-height: 15px;
	border: solid 1px #ffffff;
	border-right: none;
}

#menu a:link, #menu a:visited
{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
}
#menu li:hover
{
	background-color: #eee9e9;
	display: block;
}
#menu li:hover ul
{
	display: block;
}
.inforepimg
{
	background-image: url(../../images/hzrrepinf.gif);
	background-repeat: repeat-x;
}

