﻿#body
{
	margin: 10px 0px;
	border: 0px;
	padding: 0px;
	background-color: #cccccc;
	background-image: url(../../Images/Bg7.gif);
}

#DTLayout
{
	width: 770px;
	border-top: thin outset;
	border-left: thin outset;
	border-right: thin outset;
	border-bottom: thin outset;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#DTSubFooter
{
	text-align: center;
	height: 30px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../../Images/Bar.jpg);
}

#DTSubHeader
{
	height: 30px;
	border: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #cccccc;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../../Images/Bar.jpg);
}

#DTMenu
{
	vertical-align: top;
	text-align: center;
	width: 150px;
	height: 300px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background-color: #003366;
}

#DTMain
{
	vertical-align: top;
	text-align: center;
	width: 620px;
	height: 300px;
	border-top: thin inset;
	border-left: thin inset;
	border-right: thin inset;
	border-bottom: thin inset;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#DTExtra
{
	text-align: center;
	clear: both;
	margin: 0px;
}

td.RequiredLabel
{
	width: 150px;
	text-align: center;
	padding: 1px;
	border-top: 1px outset;
	border-left: 1px outset;
	border-right: 1px outset;
	border-bottom: 1px outset;
	background-color: #cccccc;
}

td.Label
{
	width: 150px;
	text-align: center;
	padding: 1px;
	border-top: 1px outset;
	border-left: 1px outset;
	border-right: 1px outset;
	border-bottom: 1px outset;
	background-color: #c0c0c0;
}


td.Control
{
	padding: 1px;
	width: 400px;
}

td.Validator
{
	padding: 1px;
	width: 50px;
}

#DTExtra a
{
	text-decoration: none;
	color: #0000ff;
	background-color: #ffffff;
}

a img
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

table.Data
{
	width: 600px;
	padding: 10px;
	
}

#ToolTip
{
	width: 120px;
	z-index: 100;
	visibility: hidden;
	position: absolute;
}

td.ToolTip
{
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
}

table.ToolTip
{
	margin: 0px;
	border-top: thin outset;
	border-left: thin outset;
	border-right: thin outset;
	border-bottom: thin outset;
	font-size: 8pt;
	color: black;
	background: #ffffff;
}

input.Button
{
	font-size: 8pt;
	text-align: center;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	border-top: #0000ff 1px solid;
	border-left: #0000ff 1px solid;
	border-right: #0000ff 1px solid;
	border-bottom: #0000ff 1px solid;
	color: #0000ff;
	background: #cccccc;
}

.TextBoxRtl
{
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	color: #0000ff;
	background: #ffffcc;
	direction: rtl;
	text-align: justify;
	font-size: 8pt;
	font-family: Tahoma, Sans-Serif;
}

.TextBoxLtr
{
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	color: #0000ff;
	background: #ffffcc;
	direction: ltr;
	text-align: justify;
	font-size: 8pt;
	font-family: Verdana, Sans-Serif;
}

Div.LabelValueRtl
{
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	color: #0000ff;
	background: #ffffcc;
	direction: rtl;
	text-align: justify;
	font-size: 8pt;
	font-family: Tahoma, Sans-Serif;
}

Div.LabelValueLtr
{
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	color: #0000ff;
	background: #ffffcc;
	direction: ltr;
	text-align: justify;
	font-size: 8pt;
	font-family: Verdana, Sans-Serif;
}

select.DropDownListRtl
{
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	color: #0000ff;
	background: #ffffcc;
	direction: rtl;
	text-align: justify;
	font-size: 8pt;
	font-family: Tahoma, Sans-Serif;
}

select.DropDownListLtr
{
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	color: #0000ff;
	background: #ffffcc;
	direction: ltr;
	text-align: justify;
	font-size: 8pt;
	font-family: Verdana, Sans-Serif;
}

.Rtl
{
	direction: rtl;
	font-size: 8pt;
	font-family: Tahoma, Sans-Serif;
}

.Ltr
{
	direction: ltr;
	font-size: 8pt;
	font-family: Verdana, Sans-Serif;
}

input.UserName
{
	height: 19px;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	color: #0000ff;
	background: #ffffcc;
	direction: ltr;
	text-align: justify;
	font-size: 8pt;
	font-family: Verdana, Sans-Serif;
	display: block;
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../../Images/Username.gif);
}

input.Password
{
	height: 19px;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	color: #0000ff;
	background: #ffffcc;
	direction: ltr;
	text-align: justify;
	font-size: 8pt;
	font-family: Verdana, Sans-Serif;
	display: block;
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../../Images/Password.gif);
}

Label
{
}

RequiredLabel
{
}

div.Loading
{
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

div.PageTitle
{
	clear: both;
	margin: 5px;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	background-color: #003366;
	border-top: 2px outset;
	border-left: 2px outset;
	border-right: 2px outset;
	border-bottom: 2px outset;
}

div.SubPageTitle
{
	clear: both;
	margin: 5px;
	padding: 2px;
	text-align: center;
	color: #000000;
	background-color: #cccccc;
	border-top: 1px outset;
	border-left: 1px outset;
	border-right: 1px outset;
	border-bottom: 1px outset;
}

div.CountOfGoodServiceEstate
{
	clear: both;
	margin: 5px;
	padding: 2px;
	text-align: center;
	color: #3366cc;
	background-color: #ffffff;
	border-top: 1px outset;
	border-left: 1px outset;
	border-right: 1px outset;
	border-bottom: 1px outset;
	font-weight: bold;
}

div.Notice
{
	clear: both;
	margin: 5px;
	padding: 2px;
	text-align: center;
	color: #000000;
	background-color: #cccccc;
	border-top: 1px outset;
	border-left: 1px outset;
	border-right: 1px outset;
	border-bottom: 1px outset;
}

div.data
{
	font-size: medium;
	color: navy;
	margin: 5px;
	padding: 3px;
	border-top: 2px outset;
	border-left: 2px outset;
	border-right: 2px outset;
	border-bottom: 2px outset;
}

div.literal
{
	font-size: small;
	text-align: center;
	color: #990033;
	margin: 5px;
	padding: 3px;
	border-top: 2px outset;
	border-left: 2px outset;
	border-right: 2px outset;
	border-bottom: 2px outset;
	font-family: Tahoma;
	background-color: #cccccc;
	width: 10cm;
	height: 1.5cm;
	clip: rect(auto auto auto 6px);
	font-weight: bold;
}


div.PageMessageInformation
{
	clear: both;
	margin: 5px;
	padding: 3px;
	text-align: justify;
	color: #0000ff;
	background-color: #cccccc;
	border-top: 2px outset;
	border-left: 2px outset;
	border-right: 2px outset;
	border-bottom: 2px outset;
}

div.PageMessageWarning
{
	clear: both;
	margin: 5px;
	padding: 3px;
	text-align: justify;
	color: #0000ff;
	background-color: #ffff00;
	border-top: 2px outset;
	border-left: 2px outset;
	border-right: 2px outset;
	border-bottom: 2px outset;
}

div.PageMessageError
{
	clear: both;
	margin: 5px;
	padding: 3px;
	text-align: justify;
	color: #0000ff;
	background-color: #ff0000;
	border-top: 2px outset;
	border-left: 2px outset;
	border-right: 2px outset;
	border-bottom: 2px outset;
}

#DTSubHeader a, #DTSubFooter a, #DTMain a
{
	color: #0000ff;
	font-weight: 600;
	text-decoration: none;
}

#DTSubHeader a:hover, #DTSubFooter a:hover, #DTMain a:hover
{
	color: #0000ff;
	text-decoration: underline;
}

#DTSubHeader a:visited, #DTSubFooter a:visited, #DTMain a:visited
{
	color: #0000ff;
	text-decoration: none;
}

#DTSubHeader a:active, #DTSubFooter a:active, #DTMain a:active
{
	color: #ff0000;
	text-decoration: underline;
}

input.SRK
{
	font-weight: bold;
	font-size: 8pt;
	width: 30px;
	direction: ltr;
	font-family: Verdana;
	height: 20px;
	text-align: center;
}
.modalProgressGreyBackground
{
	background: whitesmoke;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalProgressRedBackground
{
	background: Red;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalPopup
{
	text-align: center;
	padding-top: 30px;
	border-style: solid;
	border-width: 1px;
	background-color: #f4f2be;
	width: 300px;
	height: 100px;
}
.modalTraineePopup
{
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	background-color: palegoldenrod;
	width: 300px;
	height: 200px;
	font-size: small;
	color: olive;
	font-family: Tahoma;
	border-right: #cccc00 thin solid;
	border-top: #cccc00 thin solid;
	border-left: #cccc00 thin solid;
	border-bottom: #cccc00 thin solid;

}
.AjaxButton
{
	color: #000000;
	position: relative;
	background-color: #b2ac60;
	font-family: Tahoma;
	font-weight: bold;
}
.LinkButton
{
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	color: #0066cc;
	border-bottom: #000000 thin solid;
	background-color: #cccccc;
	width: 70px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.frmFileClass
{
	background: #ffffff;
	font-weight: 600;
	text-decoration: none;
}
.SB
{
	background: #ffffff;
	text-decoration: none;
}
.Progress
{
	border-left: 1px solid rgb(0, 0, 0);
	border-right: 1px solid rgb(0, 0, 0);
	border-top: 1px solid rgb(0, 0, 0);
	border-bottom: 1px solid rgb(0, 0, 0);
	border-color:Black;
	padding: 1px;
	background: #ffffff 0% 50%;
	display: inline-block;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
}

.rowHeaderFiles
{
	background:khaki;
	font-weight:bold
}


/*iShetaabVirtualDirectory*/

/*General Template*/

.ibody
{
	margin: 10px 0px;
	border: 0px;
	padding: 0px;
	
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e8ecf6,endColorStr=#ffffff);*/
	/*background-color:#F1F5F6;*/
	background-color:#E8ECF2;
}

.container
{
  text-align: center;
   text-align: -moz-center;
}

#ZSSubFooter
{
	height: 30px;
	margin: 0px;
	/*background-color: #d3e1ea;*/
	padding: 0px;
	color: #6b7994;
	/*background-color:#f6db94;*/
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e8e8de,endColorStr=#f2f2f2);
	
}

.ZSFFSubFooter
{
	height: 30px;
	margin: 0px;
	/*background-color: #d3e1ea;*/
	padding: 0px;
	color: #6b7994;
	/*background-color:#f6db94;*/
	background-image:url(../../Images/Untitled-23.jpg);
	background-repeat:repeat-x;
	
}
#ZSSubHeader
{
	height: 30px;
	margin: 0px;
	padding: 0px;
	color: #6b7994;
	font-size: 8pt; 
	/*background-color: #d3e1ea;*/
	/*background-color:#f6db94;*/
	
	/*background-color:#f2c38d*/
	/*background-color:#f1c28a;*/
	/*background-color:#ecb127;*/
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e8e8de,endColorStr=#f2f2f2);
	}
	
.ZSFFSubHeader
{
	height: 30px;
	margin: 0px;
	padding: 0px;
	color: #6b7994;
	font-size: 8pt; 
	/*background-color: #d3e1ea;*/
	/*background-color:#f6db94;*/
	
	/*background-color:#f2c38d*/
	/*background-color:#f1c28a;*/
	/*background-color:#ecb127;*/
	background-image:url(../../Images/Untitled-23.jpg);
	background-repeat:repeat-x;
	}

div.iliteral
{
	font-size: small;
	text-align: center;
	color: #0D0D0D
;
	margin: 5px;
	padding: 3px;
	border-top: 2px outset;
	border-left: 2px outset;
	border-right: 2px outset;
	border-bottom: 2px outset;
	font-family: Tahoma;
	background-color: #F2F2F2;
	width: 10cm;
	height: 1.5cm;
	clip: rect(auto auto auto 6px);
	font-weight: bold;
}
div.iliteral a:active
{
	color:#A6A49F;
}
div.iliteral a:visited
{
	color:#acb0b6;
}

#ZSMain
{
	vertical-align: top;
	width: 770px;
	height: 300px;
	margin: 5px;
	padding: 5px;
}
/*General Template/*/

/*Menu*/

table.navbar
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px; 
	border: 0px; 
	text-decoration:none;
}

table.menu
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

td.menuNormal
{
	padding: 0px;
	color: #6b7994;
	vertical-align: middle;
	/*background-color: #d3e1ea;*/
	text-decoration:none;
}

div.menuNormal
{
	display: none;
	position: absolute;
}

a.menuitem:link
{
	text-decoration: none;
	color: #6b7994;
	display: block;
}

a.menuitem:visited
{
	text-decoration: none;
	color:  #6b7994;
/*background-color: #d3e1ea;*/
	display: block;
}

a.menuitem:hover
{
	text-decoration: none;
	color:  #6b7994;
	display: block;
}

a.menuitem:active
{
	text-decoration: none;
	color: #6b7994;
	background-color: #e8e8de;
	display: block
}
.menuitem
{
	color: #6b7994;
	text-decoration: none;
}

td.submenuNormal
{
	padding: 0px;
	color:  #6b7994;
	vertical-align: top;
	text-decoration:none;
}

div.submenuNormal
{
	display: none;
	position: absolute;
	background-color:#F1F5F6;
}

.menuitemTop
{
text-decoration: none;
color: Blue;
background-color: White;
display: block;
}

.menuitemTop a:visited
{
text-decoration: none;
color: Blue;
background-color: White;
display: block;
}

/*Menu/*/

/* AdvancedSearchTemplate*/

.PublicSearch
{
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#91A7B4,endColorStr=#cde4f0);*/
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#c0c4ca,endColorStr=#F2F2F2);
	width: 700px;
}

.FFPublicSearch
{
	background-image:url(../../Images/Untitled-19.jpg);
	background-repeat:repeat-x;
	width:700px;
}

.FFPublicSearchForEstate
{
	background-image:url(../../Images/Untitled-16.jpg);
	background-repeat:repeat-x;
	width:700px;
}

.FFPublicSearchForNewsPaper
{
	background-image:url(../../Images/Untitled-22.jpg);
	background-repeat:repeat-x;
	width:700px;
}

.AdvancedSearch
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F2F2F2,endColorStr=#c0c4ca);
	width:700px;
}

.FFAdvancedSearch
{
	background-image:url(../../Images/Untitled-17.jpg);
	background-repeat:repeat-x;
	width:700px;
}

.tblSearch
{
	width:550px;
}

.iSearchButton
{
	color: darkblue;
	background-color: #f1f5f6;
	width: 50px;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;
	height: 19px;
}

.btnShowAdvancedSearch
{
	font-weight: bold;
	color: #cc9900;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	cursor: hand;
		width:100px;
}

.btnhideAdvancedSearch
{
	font-weight: bold;
	color: #efdf46;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	cursor: hand;
	width:100px;
}

/* AdvancedSearchTemplate/*/

/* DynamicTables*/

.HeaderCell
{
	height: 30px;
	width: 400px;
	text-align: center;
	text-decoration:none;
	color: #003399;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#ced3d9);
	
}

.HeaderCell a
{
	text-decoration:none;
}

.DynimicTable
{
	border-right: #f1f5f6 double;
	border-top: #f1f5f6 double;
	border-left: #f1f5f6 double;
	border-bottom: #f1f5f6 double;
	border-color:#91A7B4;
	padding: 0px;
	margin: 0px;
}

.CellStyle
{
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
}

.TableCell
{
vertical-align:super;

}
.DotStarTableCell
{
vertical-align:bottom;

}
.NumberTableCell
{
	vertical-align:middle;
}
.PhoneTableCell
{
	vertical-align: super;
	direction: ltr;
	float: left;
	clip: rect(5px auto auto auto);
}

.SupplierName
{
	vertical-align:bottom;
	text-decoration:none;
	font-weight:bold;
}

/* DynamicTables/*/



/*TemplateForAuditPage*/
td.BHLabel
{
	width: 150px;
	text-align: center;
	padding: 1px;
	color: Black; /*	border-top: solid; 	border-left: solid; 	border-right: solid; 	border-bottom: solid;*/
	/*background-color: palegoldenrod;*/
	/*background-color:#F2F2E9;*/
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#d3d7d8,endColorStr=#F1F5F6);
	background-color:#F1F5F6;
	
	
	/* سبزbackground-color: #e4e5b2;*/
}

td.BHLabel2
{
	width: 150px;
	text-align: center;
	padding: 1px;
	color: Black; /*	border-top: solid; 	border-left: solid; 	border-right: solid; 	border-bottom: solid;*/
	/*background-color: palegoldenrod;*/
	background-color:#F1F5F6;
	
	/* سبزbackground-color: #e4e5b2;*/
}

td.BHControl
{
	width: 200px;
	padding: 2px;
	width: 400px;
	color: #000000; /*	background-color: White;*/
	 background-color: #F1F5F6;
	/*سبزbackground-color: #f9fdd4;*/
}

.BHListTitle
{
	color: #5c6654;
	height:15px;
	font-weight:bold;
	vertical-align:middle;
}
div.ZSSubPageTitle
{
	clear: both;
	margin: 5px;
	padding: 2px;
	text-align: center;
	color: #000000;
	background-color: #ceccc8;
	border-top: 1px outset;
	border-left: 1px outset;
	border-right: 1px outset;
	border-bottom: 1px outset;
}

Div.ZSLabelValueRtl
{
	/*border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;*/
	color: #0000ff;
	background: #F2F2E9;
	direction: rtl;
	text-align: justify;
	font-size: 8pt;
	font-family: Tahoma, Sans-Serif;
}


Div.ZSLabelValueLtr
{
	/*border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;*/
	color: #0000ff;
	background: #F2F2E9;
	direction: ltr;
	text-align: justify;
	font-size: 8pt;
	font-family: Verdana, Sans-Serif;
}


div.NothingPageMessage
{
	clear: both;
	margin: 5px;
	padding: 3px;
	color: #000000;
	background-color: #ffffcc;
	border-top: 2px outset;
	border-left: 2px outset;
	border-right: 2px outset;
	border-bottom: 2px outset;
	width:300px;
}

/*SortBy*/
.SortExpand
{
	
	display:block;
	position:absolute;
	padding:0px;
	border:0px;
}
.SortCollapse
{
	display:none;
}

.TableSort
{
	filter: progid:DXImageTransform.Microsoft.DropShadow( offx=4, offy=3, color=#82a5cb);
	width:100px;
	border:0px;
}

.tdSort
{
	height:20px;
}
.SortLinkButton
{
	color:blue;
	text-decoration:none;
}

SortLinkButton:visited
{
	color:Blue;
}
.SortLable
{
	font-weight:bold;
}
.Visited
{
	color:Green;
	font-weight:bold;
	text-decoration:none;
}
/*SortBy*/

/*************************Up**************************************/
#Upbody
{
	margin: 10px 0px;
	border: 0px;
	padding: 0px;
	background-color: #3d5900;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3d5900,endColorStr= #ffffff); /*filter: progid:DXImageTransform.Microsoft.MotionBlur(strength=13, direction=310) filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=2);  filter:progid:DXImageTransform.Microsoft.Wheel(duration=3);*/ /*filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=100,  FinishX=0, StartY=100, FinishY=0);*/
}

#UpLayout
{
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border-top: thin groove;
	border-left: thin groove;
	border-right: thin groove;
	border-bottom: thin groove;
}

#UpSubFooter
{
	text-align: center;
	height: 30px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #6e875a;
	background-repeat: repeat-x;
	background-position: left top;
}
#UptdLanguage
{
	text-align: center;
	height: 20px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #6e875a;
	background-repeat: repeat-x;
	background-position: left top;
	color:White;
}
#UpSubHeader
{
	height: 30px;
	border: 0px;
	margin: 0px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#6e875a,endColorStr=#ccff66);
	vertical-align: middle;
	background-color: #ccff66;
}

#UpMain
{
	vertical-align: top;
	text-align: center;
	width: 770px;
	height: 300px;
	margin: 0px;
	padding: 10px;
}
td.UpLabel
{
	width: 150px;
	text-align: center;
	padding: 1px;
	color: Black;
	background-color:#e4e5b2;
}

td.UpControl
{
	padding: 2px;
	width: 400px;
	color: #000000;
	background-color: #f9fdd4;
	/*text-align:right;*/
}

.UpaccordionHeaderSelected
{
	background-color: Transparent;
	border-style: none;
	background-color: #ccff66;
	height: 20px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ccff66,endColorStr=#ffffff);
}

.UpaccordionHeader
{
	background-color: Transparent;
	border-style: none;
	background-color: #ccff33;
	height: 20px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffff99,endColorStr=#ffffff);
}
.Uphyaccordion
{
	color: White;
}

.UpHeaderCell
{
	height: 30px;
	width: 400px;
	text-align: center;
	color: #003362;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f1f884,endColorStr=#f5ffcb);
}
.UpMainTable
{
	border-right: double;
	border-top: double;
	border-left: double;
	border-bottom: double;
	border-color: #d8e1c2;
}
.UpTableCell
{
	vertical-align: super;
}
.HeaderStyle
{
	color: #e4e5b2;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e4e5b2,endColorStr=#f9fdd4);
}
.UpNameStyle
{
	color: Black;
	font-weight:bold;
	font-family:Tahoma;
	font-size:large;
}
.UpListTitle
{
	color: #5c6654;
	height:15px;
	font-weight:bold;
	vertical-align:middle;
}
.UpStaticMenuItemStyle
{
	width: 154px;
	vertical-align: middle;
	text-align:center;
	Border-Style:inset;
	Border-Color:#4b6a28;
	border-width:1px;
	color:Black;
	font-weight:bold;
}

.UpStaticMenuItemStyle a
{
	width: 100%;
	display: block;
}

.UpHeaderLink
{
	color:#5c6654;
	text-decoration: underline;

}

.UpLanguage
{
	font-size: 8pt;
	font-family: Tahoma, Sans-Serif;
	font-weight:bold;
	color:White;
}







