﻿body 
{

	background-image: url(images/design_header.png);
	background-repeat: no-repeat;
	background-position:top;


}

h2
{
	color: #097833;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	
}

li
{
	margin-bottom: 5px;	
}

#PageNavigation
{
	 margin-top: 60px;
}

#PageContent
{
	width: 780px;
	text-align: right;
	padding-bottom: 100px;
	
	background-image: url(images/design_page_footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#PageContent_LeftNavigation
{
	/*width: 200px;*/
	/*padding-left: 111px;*/
	width: 250px;
	padding-left: 61px;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
	
	color: #EF5822;

}

#PageContent_LeftImages
{
	margin-right: 27px;
}

#PageContent_LeftImages img
{
	margin-bottom: 15px;
	padding: 5px;
	border: 1px dotted #EF5822;
	/*border-left: solid 10px #EF5822;*/
	
	
}

#PageContent_LeftNavigation li
{
	margin-bottom: 10px;
	
}

#PageContent_LeftNavigation a:link,
#PageContent_LeftNavigation a:visited
{
	color: #EF5822;
	text-decoration: none;
}

#PageContent_LeftNavigation a:hover
{
	color: #097833;
	text-decoration: underline;
}

#PageContent_RightContent
{
	width: 405px;
	padding-right: 70px;
	padding-left: 5px;
	padding-bottom: 50px;
	
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
	line-height: 16px;
	/*color: #0DB14B;*/
	color: #097833;
	text-align: left;

}

#PageContent_AdministrationContent
{
	width: 600px;
	padding-right: 70px;
	padding-bottom: 50px;
	
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
	line-height: 16px;
	/*color: #0DB14B;*/
	color: #097833;
	text-align: left;

}

#PageContent_RightContent p
{
	 text-align: justify;	
}

#PageContent_RightContent hr
{
	height: 1px;
	color: #0DB14B;
}

#PageContent_RightContent a:link,
#PageContent_RightContent a:visited,
#PageContent_AdministrationContent a:link,
#PageContent_AdministrationContent a:visited
{
	color: #EF5822;
}

#PageContent_RightContent a:hover,
#PageContent_AdministrationContent a:hover
{
	color: #0DB14B;
}

.NavigationControl
{
		
}

.NavigationControl ul
{
	direction: rtl;
}

.NavigationControl li
{
	margin-bottom: 3px;
}


.DataGrid
{}

.DataGrid_Filter
{
	
}

.DataGrid_Filter caption
{
	background-color: 	#EF5822;
	color: white;
	font-weight: bold;
	text-align: left;	
}

.DataGrid_Header
{
	background-color: 	#EF5822;
	color: white;
	font-weight: bold;
}



.DataGrid td
{
	border-bottom: dotted 1px 	#EF5822;
	font-size: 11px;
}

#PageContent_RightContent .DataGrid_Header a,
#PageContent_AdministrationContent .DataGrid_Header a
{
	color: white;
	font-weight: bold;
}

.DataGrid_AlternatingItem
{}


.DataGrid_Item_OrderNotConfirmed
{
	 font-weight: bold;	
}

.DataGrid_Item_OrderInProcess
{
	 color:Red;
}

.DataGrid_Item_OrderCompleted
{
	 color: gray;
	
}

.DataGrid_Item_OrderCancelled
{
	 color: Silver;
	 text-decoration: line-through;
}

.DataGrid_Item_OrderCancelled a,
.DataGrid_Item_OrderCompleted a,
.DataGrid_Item_OrderInProcess a,
.DataGrid_Item_OrderNotConfirmed a
{
	 text-decoration: underline;
	 color: #0DB14B;	
}

.TextBox
{
	border-left: solid 1px #EF5822;
	border-bottom: solid 1px #EF5822;
	border-top: none;
	border-right: none;
	color: #097833;
}

.ErrorNote
{
	color:Red;
	font-weight: bold;	
}

.About
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 9px;
	color: Silver;	
}

.About a
{
	font-size: 9px;
	color: Silver;	
}

.FooterContact
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 9px;
	color: #097833;
}

.FooterContact a
{
	color: #097833;
}

.ImageInText
{
	margin: 5px;
	padding: 5px;
	border: 1px dotted #097833;
}

.PriceListHeader
{
	 text-transform: uppercase;
	 font-weight: bold;
	 border: solid 1px #F9C474;
	 padding: 2px;
	 background-color: #FFFAB6;	
}
