@media print {
	.noprint{
		display: none;
		visibility: hidden;
	}
	.printable{
		display: block;
		visibility: visible;
	}
}

/*-----HTML TAG-----*/
BODY {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 170%;
	background-color: #cdcdcd;
}

FORM {
	margin: 0px;
	padding: 0px;
}

INPUT, TEXTAREA {
	background: #F7F7F7 none repeat 0 0; 
	border: 1px solid #D1D4D3; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #959899;
	margin: 3px 0px 4px; 
	padding: 4px 2px 5px 0px;
}

SELECT { 
	font-family:Tahoma; 
	font-size: 12px;
}

A {
	color: #406E85;
	text-decoration: none;
	cursor: pointer;
}

A:hover {
	text-decoration: underline;
}

/*-------------ID Base--------------*/
#PageHolder {
	margin: 0px auto 0px auto; 
	/*width: 996px;*/
	width: 948px;
	color: #414648;
}

#BoxHolder {
	padding: 10px 10px 40px 10px; 
	background-color: #f7f7f7; 	
}

#LShadow {
	background: url(../images/lshadow.gif) repeat-y right top; 
	width: 5px;	
}

#RShadow {
	background: url(../images/rshadow.gif) repeat-y left top; 
	width: 5px;	
}

#TopBar { 
	height: 45px; 
	overflow: hidden; 
	width: 792px; 
	float: left;	
}

#SearchBox {
	float: left; 
	height: 45px; 
	width: 185px;	
}

#SearchBox .Text {
	color: #F7F7F7; 
	float: right; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 17px; 
	padding: 2px 0px 0px; 
	width: 51px;	
}

#SearchBox .SearchInput {
	background: url(../images/topbar/searchInput-fa2.gif) repeat 0 0; 
	width: 145px;
	height: 27px; 
	float: left; 
	margin: 1px 0px 0px;	
}

#SearchBox INPUT {
	background-color: #FFF; 
	border: medium none; 
	color: #000; 
	font-size: 10px; 
	vertical-align: top; 
	width: 140px; 
	height: 18px; 
	margin: 5px 4px 0px 0px;
	padding: 0px;
	float: right;
	direction: rtl;
}

#SearchBox .SearchButton {
	background:  url(../images/topbar/searchbutton-fa1.gif) no-repeat 0 top; 
	width: 36px;
	height: 27px; 
	float: left; 
	margin: 1px 0px 0px;
	cursor: pointer;
}

#SearchBox .SearchButtonOver {
	background-position:  0px -27px;	
}

/*UL.Link {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

UL.Link LI {
	float: right;
	list-style: none;
	height: 32px;
	width: 114px;
}

UL.Link LI A{
	display: block;
	color: #414648;
	padding-top: 3px;
	direction: rtl;
}

UL.Link LI A:hover{
	color: #FFF;
	background: transparent url(../images/bgmenu-over.gif) no-repeat right top;
	height: 29px;
	text-decoration: none;
}*/

.hidden {
	display:none;	
}

.clb {
	clear: both;	
}

.PgGroupBox {
	background: url(../images/pggroup-box.gif) no-repeat left top; 
	height: 109px; 
	position: relative;
	/*width: 205px;
	float: right;*/
	margin-right: 3px;
	text-align: left;
}

.PgGroupBox .Title {
	padding: 5px 0px 0px 10px; 
	font-size: 18px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}

/*.PgGroupBox .More {
	padding: 57px 15px 0px 0px; 
	font-size: 15px;
	direction: rtl;
}

.PgGroupBox .More A {
	color: #FFF;
}

.PgGroupBox .More A:hover {
	color: #414648;
	text-decoration: none;
}*/

.PgGroupBox .More {
}

.PgGroupBox .More A {
	color: #666;
}

.PgGroupBox .More A:hover {
	color: #406E85;
	text-decoration: none;
}

/*Title Box*/
.TitleBoxT {
	background: url(../images/titlebox/t.gif) repeat-x left top;
}

.TitleBoxTL {
	background: url(../images/titlebox/tl.gif) no-repeat left top;
}

.TitleBoxTR {
	background: url(../images/titlebox/tr.gif) no-repeat right top; 
	height: 26px;
}

.TitleBoxTR .Title {
	color: #FFF; 
	font-size: 16px; 
	padding: 2px 12px 0px 0px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
/*End Title Box*/

/*UL.LeftPanelLink {
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
	direction: rtl;
}

UL.LeftPanelLink LI {
	list-style: none;
	display: inline;
	height: 18px;
	width: 227px;
}

UL.LeftPanelLink LI A {
	color: #383C3C;
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	padding-right: 10px;
}

UL.LeftPanelLink LI A:hover {
	background: url(../images/leftpanellink-over.gif) no-repeat right center;
	color: #FFF;
	text-decoration: none;
}*/

ul.dropdown {
	margin: 0 0 0 0;
	padding: 0;
	text-align: right;
	direction: rtl;
}
ul.dropdown_ltr li.first_li{
	/*float: left;	*/
}
ul.dropdown_rtl li.first_li{
	/*float: right;	*/
	/*height: expression('34px');
	height:36px;*/
}
li.first_li ul li A:hover{
	background: #274F69;
	text-decoration: none;
}
ul.dropdown ul{
	visibility: hidden;
	display: block;
	border: 1px solid #369;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #4386b2;
}
ul.dropdown li{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 227px;
}
ul.dropdown li ul li a{
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	padding-right: 10px;
	text-decoration: none;
	color: #FFF;
}

li.first_li a{
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	padding-right: 10px;
	text-decoration: none;
	color: #383C3C;
}
li.first_li a:hover{
	color: #FFF;
	text-decoration: none;
}
li.first_li{
	background: url(../images/leftpanellink.gif) no-repeat right top;
}
li.first_li_hover{
	background: url(../images/leftpanellink-over.gif) no-repeat right bottom;
}
li.first_li_hover a{
	color: #FFF;
}
li.first_li_selected{
	background: url(../images/leftpanellink-over.gif) no-repeat right bottom;
}
li.first_li_selected a{
	color: #FFF;
}

/*-----------------------Box----------------------*/
/*.BoxT {
	background: url(../images/box/t.gif) repeat-x top;	
}

.BoxTL {
	background: url(../images/box/tl.gif) no-repeat left top;	
}

.BoxTR {
	background: url(../images/box/tr.gif) no-repeat right top; 
	height: 3px;
	font-size: 0;
}

.BoxL {
	background: url(../images/box/l.gif) repeat-y left;	
}

.BoxR {

	background: url(../images/box/r.gif) repeat-y right;
	padding: 5px 15px;
}

.BoxR .Title {
	color: #848688; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	text-align: right;
}

.BoxD {
	background: url(../images/box/d.gif) repeat-x bottom;
}

.BoxDL {
	background: url(../images/box/dl.gif) no-repeat left bottom;
}

.BoxDR {
	background: url(../images/box/dr.gif) no-repeat right bottom; 
	height: 3px;
	font-size: 0;
}*/

.BoxT {
	background: url(../images/box/rightpanel/t.gif) repeat-x top;
	height: 28px;
}

.BoxT .Title {
	color: #FFF; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold;
	text-align: right;
	padding: 2px 12px 2px 8px;
}

.BoxL {
	background: url(../images/box/rightpanel/l.gif) repeat-y left;	
}

.BoxR {
	background: url(../images/box/rightpanel/r.gif) repeat-y right;
	padding: 5px 15px;
}

.BoxD {
	background: url(../images/box/rightpanel/d.gif) repeat-x bottom;
}

.BoxDL {
	background: url(../images/box/rightpanel/dl.gif) no-repeat left bottom;
}

.BoxDR {
	background: url(../images/box/rightpanel/dr.gif) no-repeat right bottom; 
	height: 11px;
	font-size: 0;
}
/*------------End Box--------------------------*/

/*---------------Main Box--------------------*/
.MainBoxT {
	background: url(../images/box/main/t.gif) repeat-x top;	
}

.MainBoxTL {
	background: url(../images/box/main/tl.gif) no-repeat left top;	
}

.MainBoxTR {
	background: url(../images/box/main/tr.gif) no-repeat right top; 
	height: 7px;
	font-size: 0;
}

.MainBoxTBlue {
	background: url(../images/box/main/tblue.gif) repeat-x top;	
}

.MainBoxTLBlue {
	background: url(../images/box/main/tlblue.gif) no-repeat left top;	
}

.MainBoxTRBlue {
	background: url(../images/box/main/trblue.gif) no-repeat right top; 
	height: 7px;
	font-size: 0;
}

.MainBoxTBlack {
	background: url(../images/box/main/tblack.gif) repeat-x top;	
}

.MainBoxTLBlack {
	background: url(../images/box/main/tlblack.gif) no-repeat left top;	
}

.MainBoxTRBlack {
	background: url(../images/box/main/trblack.gif) no-repeat right top; 
	height: 7px;
	font-size: 0;
}

.MainBoxL {
	background: url(../images/box/main/l.gif) repeat-y left;	
}

.MainBoxR {
	background: url(../images/box/main/r.gif) repeat-y right;
	padding: 5px 15px;
}

.MainBoxR .Title {
	color: #848688; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	text-align: right;
}

.MainBoxD {
	background: url(../images/box/main/d.gif) repeat-x bottom;
}

.MainBoxDL {
	background: url(../images/box/main/dl.gif) no-repeat left bottom;
}

.MainBoxDR {
	background: url(../images/box/main/dr.gif) no-repeat right bottom; 
	height: 3px;
	font-size: 0;
}
/*----------------End----------------------*/

/*----------------Search Box-----------------*/
.SearchBoxT {
	background: url(../images/box/main/search/t.gif) repeat-x top;	
}

.SearchBoxTL {
	background: url(../images/box/main/search/tl.gif) no-repeat left top;	
}

.SearchBoxTR {
	background: url(../images/box/main/search/tr.gif) no-repeat right top; 
	height: 7px;
	font-size: 0;
}

.SearchBoxL {
	background: url(../images/box/main/search/l.gif) repeat-y left;	
}

.SearchBoxR {
	background: url(../images/box/main/search/r.gif) repeat-y right;
	padding: 5px 15px;
}

/*.SearchBoxR .Title {
	color: #848688; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	text-align: right;
}*/

.SearchBoxD {
	background: url(../images/box/main/search/d.gif) repeat-x bottom;
}

.SearchBoxDL {
	background: url(../images/box/main/search/dl.gif) no-repeat left bottom;
}

.SearchBoxDR {
	background: url(../images/box/main/search/dr.gif) no-repeat right bottom; 
	height: 7px;
	font-size: 0;
}
/*-------------End---------------------------*/

.Button {
	background: #D1D4D3 none repeat 0 0; 
	border: medium none; 
	color: #34393B; 
	margin: 3px 0 0; 
	padding: 5px 0 4px; 
	text-align: center; 
	width: 49px; 
	float: right;
	cursor: pointer;
}

.LoginMember {
	margin-right: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

/*.BgMore {
	background: url(../images/more-bg.gif) no-repeat left top; 
	height: 22px;
	padding-left: 16px;
	direction: rtl;
	text-align: left;
	
}

.BgMore A {
	color: #FFF;	
}

.BgMore A:hover {
	color: #414648;
	text-decoration: none;	
}*/

.More A:hover {
	color: #414648;
	text-decoration: none;
}

.MainTitle {
	background: url(../images/dash-line.gif) repeat-x right 15px; 
	color: #2D3133; 
	font-size: 12px;
	text-align: right;
	direction: rtl;
	font-weight: 600;
}

.Content {
	color: #59685A; 
	padding-top: 20px; 
	text-align: justify;
	direction: rtl;
}

.DashLine {
	background:url(../images/dash-line.gif) repeat-x left top;
	overflow: hidden;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 15px;
}

UL.FooterLink {
	margin: 0;
	padding: 0;
	display: block;
}

UL.FooterLink LI {
	float: right;
	list-style: none;
	height: 24px;
	/*width: 80px;*/
}

UL.FooterLink LI A{
	display: block;
	color: #404040;
	direction: rtl;
}

UL.FooterLink LI A:hover{
	/*color: #fdd3c3;
	background: transparent url(../images/bgfootermenu-over.gif) no-repeat right top;*/
	color: #F90;
	height: 21px;
	text-decoration: none;
}

#Footer {
	border-top: 1px solid #dedede; 
	border-bottom: 1px solid #dedede; 
	padding: 2px 0px 2px 0px;	
}

#Footer DIV {
	background-color: #FFF; 
	padding-top: 3px; 
	height: 24px; 
	overflow: hidden;	
}

.firstButtons {
	background:url(../images/nextbuttons.jpg) no-repeat left top;
	width:50px;
	height:20px;
	border:0px;
	cursor:pointer;
}

.firstButtons-over {
	background:url(../images/nextbuttons.jpg) no-repeat left -21px;
	width:50px;
	height:20px;
	border:0px;
	cursor:pointer;
}

.previousButtons {
	background:url(../images/nextbuttons.jpg) no-repeat left -42px;
	width:50px;
	height:20px;
	border:0px;
	cursor:pointer;
}

.previousButtons-over {
	background:url(../images/nextbuttons.jpg) no-repeat left -63px;
	width:50px;
	height:20px;
	border:0px;
	cursor:pointer;
}

.nextButtons {
	background:url(../images/nextbuttons.jpg) no-repeat left -84px;
	width:50px;
	height:20px;
	border:0px;
	cursor:pointer;
}

.nextButtons-over {
	background:url(../images/nextbuttons.jpg) no-repeat left -105px;
	width:50px;
	height:20px;
	border:0px;
	cursor:pointer;
}

.lastButtons {
	background:url(../images/nextbuttons.jpg) no-repeat left -126px;
	width:50px;
	height:20px;
	border:0px;
	cursor:pointer;
}

.lastButtons-over {
	background:url(../images/nextbuttons.jpg) no-repeat left -147px;
	width:50px;
	height:20px;
	border:0px;
	cursor:pointer;
}

/*-----------------------Pic Box----------------------*/
.PicBoxT {
	background: url(../images/picbox/t.gif) repeat-x top;	
}

.PicBoxTL {
	background: url(../images/picbox/tl.gif) no-repeat left top;	
}

.PicBoxTR {
	background: url(../images/picbox/tr.gif) no-repeat right top; 
	height: 3px;
	font-size: 0;
}

.PicBoxL {
	background: url(../images/picbox/l.gif) repeat-y left;	
}

.PicBoxR {
	background: url(../images/picbox/r.gif) repeat-y right;
	font-size: 0;
	padding: 0px 3px;
}

.PicBoxD {
	background: url(../images/picbox/d.gif) repeat-x bottom;
}

.PicBoxDL {
	background: url(../images/picbox/dl.gif) no-repeat left bottom;
}

.PicBoxDR {
	background: url(../images/picbox/dr.gif) no-repeat right bottom; 
	height: 3px;
	font-size: 0;
}
/*------------End Pic Box--------------------------*/

.serieList {
	background: url(../images/graysquare.gif) no-repeat right 10px; 
	padding-right: 10px;	
}

.serieListHover {
	background-image: url(../images/redsquare.gif);
}

.serieListSelected {
	background: url(../images/redsquare.gif) no-repeat right 10px; 
	padding-right: 10px;
}

.serieList A {
	color: #333;
}

.serieList A:hover {
	color: #B4124A;
	text-decoration: none;
}

.serieListSelected A {
	color: #B4124A;
}

.serieListSelected A:hover {
	text-decoration: none;
}

/*-------------------Panel--------------------*/
.PanelTL {
	background: url(../images/panel/tl.gif) no-repeat left top;	
}

.PanelArrow {
	background: url(../images/panel/arrow.gif) no-repeat right top; 
	font-size: 0px;	
	margin-left: 4px; 
	padding-top: 11px;
}

.PanelMain {
	background-color: #f75010; 
	border-left: 2px solid #34393b; 
	border-right: 2px solid #34393b;
	padding: 0px 5px;
}

.PanelMain .WhiteArrow {
	background: url(../images/panel/whitearrow.gif) no-repeat right 12px; 
	padding-right: 10px;
}

.PanelMain .YellowArrow {
	background-image: url(../images/panel/yellowarrow.gif);
}

.PanelMain .Separator {
	background: url(../images/panel/separator.gif) repeat-x right top; 
	height: 1px;
	margin-top: 5px;
	font-size: 0px;
}

.PanelDL {
	background: url(../images/panel/dl.gif) no-repeat left top;	
}

.PanelDR {
	background: url(../images/panel/dr.gif) repeat-x right top; 
	margin-left: 4px;
	padding-top: 4px;
}
/*-------------------End----------------------*/

ul.link {
	margin: 0 0 0 0;
	padding: 10px 2px 0px 0px;
	overflow: hidden;
	background: url(../images/menubg.gif) no-repeat right top;
	height: 35px;
}
ul.link_ltr li.first_liMain{
	/*float: left;	*/
}
ul.link_rtl li.first_liMain{
	float: right;
	height: 32px;
	width: 114px;
}
ul.link ul{
	visibility: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.link li{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.link li ul li {
	height: expression(window.XMLHttpRequest ? '500px' : 'auto');
}
ul.link li ul {
	height: expression(window.XMLHttpRequest ? 'auto' : '500px');
	background: url(../images/blank.gif);
}
ul.link li ul li a{
	display: block;
	padding: 2px 12px 2px 20px;
	background:	url(../images/panel/whitearrow.gif) no-repeat right 11px;
	border-bottom: 1px solid #f98153;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	white-space:nowrap;
	direction: rtl;
}
ul.link li ul li a:hover{
	/*color:#F96;*/
	color: #FF0;
	background-image: url(../images/panel/yellowarrow.gif);
}

li.first_liMain a{
	display: block;
	color: #FFF;
	padding-top: 3px;
	direction: rtl;
	font-family:Tahoma;
	font-size: 12px;
}
li.first_liMain a:hover{
	color: #FFF;
	text-decoration: none;
}
li.first_liMain{
	
}
li.first_li_hoverMain{
	background: transparent url(../images/bgmenu-over.gif) no-repeat right top;
}
li.first_li_hoverMain a{
	color: #FFF;
}

.closeArrow {
	background: #FFF url(../images/closebluearrow.gif) no-repeat right 14px; 
	padding-right: 10px;
}

.openArrow {
	background-image: url(../images/openredarrow.gif);
	background-color: #EEE;
}

.closeArrow A {
	color: #369;	
}

.openArrow A {
	color: #EF3101;	
}

.closeArrow A:hover, .openArrow A:hover {
	color: #333;
	text-decoration: none;
}

.Arrow {
	background: url(../images/arrow.gif) no-repeat right 9px; 
	padding-right: 10px;	
}

.Arrow A {
	color: #333;	
}

.Arrow A:hover {
	color: #666	;
	text-decoration: none;
}

.HeadMenu {
	float: right;
	padding: 1px 10px 0px 0px;
	font-size: 11px;
}

.HomeMenu A {
	background: url(../images/topmenu/home.gif) no-repeat left top;
	width: 48px;
	height: 34px;
	display: block;
	margin-left: 5px;
}

.HomeMenuSelected A {
	background: url(../images/topmenu/home.gif) no-repeat left top;
	width: 48px;
	height: 34px;
	display: block;
	margin-left: 5px;
}

.PeygiryMenu A {
	background: url(../images/topmenu/peygiry.gif) no-repeat left top;
	width: 69px;
	height: 34px;
	display: block;
	margin-left: 5px;
}

.PeygiryMenuSelected A {
	background: url(../images/topmenu/peygiry.gif) no-repeat left top;
	width: 69px;
	height: 34px;
	display: block;
	margin-left: 5px;
}

.SearchMenu A {
	background: url(../images/topmenu/search.gif) no-repeat left top;
	width: 93px;
	height: 34px;
	display: block;
	margin-left: 5px;
}

.SearchMenuSelected A {
	background: url(../images/topmenu/search.gif) no-repeat left top;
	width: 93px;
	height: 34px;
	display: block;
	margin-left: 5px;
}

.SiteMapMenu A {
	background: url(../images/topmenu/sitemap.gif) no-repeat left top;
	width: 61px;
	height: 34px;
	display: block;
	margin-left: 5px;
}

.SiteMapMenuSelected A {
	background: url(../images/topmenu/sitemap.gif) no-repeat left top;
	width: 61px;
	height: 34px;
	display: block;
	margin-left: 5px;
}

.EnglishMenu A {
	color: #FF9900;
	margin-right: 180px;
	display: block;
	width: 71px;
}

.EnglishMenu A:hover {
	color: #FF3300;
	text-decoration: none;
}

.HeadMenu A:hover {
	background-position: left -34px;
}

.orangeArrow {
	background: url(../images/orrangearrow.gif) no-repeat right 10px; 
	padding-right: 10px;	
}

.squareArrow {
	background: url(../images/squarearrow.gif) no-repeat right 9px; 
	padding-right: 10px;
}

.tabBar{
	background: url(../images/them/tab_line_bg.gif) repeat-x scroll center bottom;
}
.tabCont .mtd{
	border:1px solid #919b9c;
	border-top: none;
}
.tabBut {
	width:89px;
	height:14px;
	padding:4px 0px;
	cursor:pointer;
	display:block;
	background:url(../images/them/tab.gif) no-repeat center top;
	float:right;
	text-align:center;
	border-bottom:1px solid #919B9C;
}
.tabBut:hover{
	background:url(../images/them/tab.gif) no-repeat center -26px;
}

.tabBut.Selected {
	width:85px;
	background:url(../images/them/tab.gif) no-repeat center -50px;
	border-bottom:1px solid #FFFFFF;
}

div.whiteBoxHolder div.BoxHeader		{
	background:#FFFFFF url(../images/them/wireBox.gif) no-repeat right -64px;
	height:4px;
	overflow:hidden;
	text-align:left;
}
div.whiteBoxHolder div.BoxHeader div	{
	background:transparent url(../images/them/wireBox.gif) no-repeat 0px -68px;
	height:4px;
	width:4px;
	overflow:hidden;
}
div.whiteBoxHolder div.BoxFooter		{
	background:#FFFFFF url(../images/them/wireBox.gif) no-repeat right -72px;
	height:4px;
	overflow:hidden;
	text-align:left;
}
div.whiteBoxHolder div.BoxFooter div	{
	background:transparent url(../images/them/wireBox.gif) 0px -76px;
	height:4px;
	width:4px;
	overflow:hidden;
}
div.whiteBoxHolder div.BoxContent		{
	background:#FFFFFF none repeat scroll 0%;
	padding: 5px 9px;	
	overflow:hidden;
}

div.wireBoxHolder div.BoxHeaderHead				{
	background:transparent url(../images/them/wireBox.gif) no-repeat right -16px;
	height:4px;
	overflow:hidden;
	text-align:left;
}
div.wireBoxHolder div.BoxHeaderHead div 		{
	background:transparent url(../images/them/wireBox.gif) no-repeat 0px -20px;
	height:4px;
	width:4px;
}
div.wireBoxHolder div.BoxFooterHead				{
	background:transparent url(../images/them/wireBox.gif) no-repeat right -24px;
	height:4px;
	overflow:hidden;
	text-align:left;
}
div.wireBoxHolder div.BoxFooterHead div		{
	background:transparent url(../images/them/wireBox.gif) no-repeat 0px -28px;
	height:4px;
	width:4px;
}
div.wireBoxHolder div.BoxContainer div.BoxLine	{
	height:1px;
	width:100%;
	background:#DFDFDF;
}
div.wireBoxHolder div.BoxContainer				{
	background:#FFFFFF none repeat scroll 0%;
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
}
div.wireBoxHolder div.BoxContainerH				{
	background:url(../images/them/wireBoxHead.gif) repeat-x 0px center;
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
}

div.wireBoxHolder div.BoxContainerF				{
	background:#F6F6F6 none repeat scroll 0%;
	background:url(../images/them/wireBoxHead.gif) repeat-x -1000px center;
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
}
div.wireBoxHolder div.BoxFooter					{
	background:transparent url(../images/them/wireBox.gif) no-repeat right -8px;
	height:4px;
	overflow:hidden;
	text-align:left;
}
div.wireBoxHolder div.BoxFooter div				{
	background:transparent url(../images/them/wireBox.gif) no-repeat 0px -12px;
	height:4px;
	width:4px;
}

table.listTable					{
	border:0;
	margin:0 10px;
}

table.listTable tr				{
	border:0;
	border-bottom:1px solid #DFDFDF;
}

table.listTable tr.lineThrough td {
	text-decoration: line-through;
}

table.listTable tr.header td	{
	background:#999999;
	color:#FFFFFF;
	font-size:10px;
}

table.listTable tr.odd td		{
	background:#F7F7F7;
}

table.listTable tr.even td		{
	background:#FBFBFB;
}

table.listTable tr.odd-over td, table.listTable tr.even-over td{
	background:#ECFDE8;
	cursor:pointer;
	color:#006600;
}

.messageok {
	background: none repeat scroll 0 0 #DAF4DC;
	border: 2px solid #136D35;
	color: #136D35;
	direction: rtl;
	margin: 10px 0px;
	padding: 10px;
	text-align: center;
	width: 350px;
}

.contentList {
	font-family: "Times New Roman", Times, serif;
}

.contentList TH {
	text-align: center;
	font-size: 16px;
	background-color: #999;
	color: #FFF;
}

.contentList TD {
	text-align: right;
	color: #333;
}

.contentList TR.r1 {
	background-color: #F4F2F2;
}

.contentList TR.r2 {
	background-color: #E5E5E5;
}

TABLE.createlist {
	
}

TABLE.createlist TH{
	background-color: #CEE7F0;
	font-weight: bold;
	text-align: center;
}

TABLE.createlist TR.r1{
	background-color: #F1F1F1;
}

TABLE.createlist TR.r2{
	background-color: #E7F1FE;
}

TABLE.createlist TD{
	padding: 3px;
	margin: 0;
	text-align:center;
	color:#383838;
}

table.userorderlist{
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	font-size: 11px;
}

table.userorderlist th{
	padding:0 5px 0 15px;
}

table.userorderlist th.top{
	padding:0;
	background:url(../images/admin/images.gif) repeat-x center -143px;
	height:25px;
	text-align:right;
}

table.userorderlist td{
	height:26px;
	text-align:right;
}

table.userorderlist tr.r1{
	background:#FAFAFA;
}

table.userorderlist tr.r2{
	background:#ffffff;
}

.addRowTbl {
	border: 1px solid #CCCCCC;
}

table.addRowTbl TH {
	background-color:#E4E4E4;
	height:22px;
	text-align:center;
	color:#333333;
	font-family:Tahoma;
	border:0;
}

table.addRowTbl TD {
	background-color:#EFEFEF;
	text-align:center;
}

.panel{
	background:url(../images/admin/images.gif) repeat-x center -146px;
	height:22px;
	text-align:right;
	color:#333333;
	font-family:Tahoma;
	padding:5px 10px;
	border:0;
}

.invisible {
	visibility:hidden;
}

.topArrow {
	background: transparent url(../images/arrow-top.gif) no-repeat left top;
	width: 9px;
	height: 6px;
	cursor: pointer;
}

.topArrowOver {
	background-image: url(../images/arrow-top-over.gif);
}

.bottomArrow {
	background: transparent url(../images/arrow-bottom.gif) no-repeat left top;
	width: 9px;
	height: 6px;
	cursor: pointer;
}

.bottomArrowOver {
	background-image: url(../images/arrow-bottom-over.gif);
}

.SearchCloseArrow {
	background: url(../images/searchclose.png) no-repeat right top;
	height: 32px;
	width: 32px;
	overflow: hidden;
}

.SearchOpenArrow {
	background-image: url(../images/searchopen.png);
	height: 32px;
	width: 32px;
	overflow: hidden;
}
