/*#Global#*/
.RTL
{
	
}
.LTR
{
	direction:ltr;
	text-align:justified;
}	 

body
{
	background:#fff url(../App_Themes/CorporateSite/Images/bg.jpg) repeat-x top center;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin: 0 auto;
	padding:0;
	
}

h1
{
	color: #ffa21e;
	
}

h2
{
	font-size: 130%
}

h3
{
	font-size: 120%
}

h4
{
	font-size: 110%
}

h5
{
	font-size: 100%
}

h2,h3,h4,h5
{
	color: #002756;
}

a
{
	text-decoration: none;
	color: #036CB6;
}

a:hover
{
	text-decoration: underline;
	
}

.ErrorMessage
{
	color: #666465;
	float:right;
	font-size:11px;
	padding:6px 9px 6px 5px;
	background-color:#FCAE3A;
	-moz-border-radius:4px 0px 0px 4px;
	text-align:left;
	margin-top:6px;
}

.PageTitle
{
	font-weight: bold;
	font-size: 20px;
	color: black;
	vertical-align: top;
	text-align: left;
}

.IE6 .PageTitleHeader
{
	text-align: left;
}


/*#Global/Logon form#*/
.LoginPanelPasswordRetrieval input[type="submit"]
{
	width: 120px;
}

.LogonTextBox
{
	width: 150px;
}

/*#Global/Language Selector#*/

.languageContainer{
	background:#DBDCDE;
	width:979px;
	float:left;
	padding:4px 10px;
	border-bottom:2px dashed #E7E8EA;
	clear:both;
	height:30px
	
}
.languageSelection img
{
	border: none;
}

.languageSelectionWithCultures, .languageSelection
{
	text-align: left;
}

.languageSelectionWithCultures a
{
	padding: 0px 2px;
	text-decoration:none
}
.languageSelectionWithCultures a:hover
{
	padding: 0px 2px;
	text-decoration:none;
	color:#2E3494;
}

.languageSelection span, .languageSelectionWithCultures span
{
	padding: 0px 2px;
}

.languageSelectionWithCultures img
{
	vertical-align: text-bottom;
}

/*#Global/Message & Errors labels#*/
.EditingFormErrorLabel, .EventManagerRegError
{
	color: #ff0000;
}

/*#Zone Box#*/

.zoneWrapperBox1{
	float:right;
	width:230px;
	margin-top:40px;	
}
.zoneBox1{
	background:url(../App_Themes/CorporateSite/Images/middleBox1.gif) repeat-y top right;
	width:183px;
	padding:5px 20px;
	color:#333;
}
.zoneTopBox1{
	background:url(../App_Themes/CorporateSite/Images/topBox1.gif) no-repeat top right;
	width:183px;
	height:17px;
	padding:0px 20px;
}
.zoneFootBox1{
	background:url(../App_Themes/CorporateSite/Images/footBox1.gif) no-repeat bottom right;
	width:183px;
	height:34px;
	padding:0px 20px;
}

.en-zoneWrapperBox1{
	float:left;
	width:230px;
	margin-top:40px;	
}
.en-zoneBox1{
	background:url(../App_Themes/CorporateSite/Images/middleBox1.gif) repeat-y top left;
	width:183px;
	padding:5px 20px;
	color:#333;
	direction:ltr;
	text-align:justified;
}
.en-zoneTopBox1{
	background:url(../App_Themes/CorporateSite/Images/topBox1.gif) no-repeat top left;
	width:183px;
	height:17px;
	padding:0px 20px;
}
.en-zoneFootBox1{
	background:url(../App_Themes/CorporateSite/Images/footBox1.gif) no-repeat bottom left;
	width:183px;
	height:34px;
	padding:0px 20px;
}

/*#Zone News Box#*/

.zoneWrapperNewsBox{
	/*float:left; */
	width:355px; 
	padding-top:10px;
	
}
.zoneNewsBox{
	background:url(../App_Themes/CorporateSite/Images/middleNewsBox.gif) repeat-y top left;
	width:315px;
	padding:5px 20px;
	color:#333;
}
.zoneTopNewsBox{
	background:url(../App_Themes/CorporateSite/Images/topNewsBox.gif) no-repeat top left;
	width:315px;
	height:17px;
	padding:0px 20px;
	
}
.zoneFootNewsBox{
	background:url(../App_Themes/CorporateSite/Images/footNewsBox.gif) no-repeat bottom left;
	width:315px;
	height:17px;
	padding:0px 20px;
}

.en-zoneWrapperNewsBox{
	/*float:left; */
	width:355px; 
	padding-top:10px;
	
}
.en-zoneNewsBox{
	background:url(../App_Themes/CorporateSite/Images/middleNewsBox.gif) repeat-y top left;
	width:315px;
	padding:5px 20px;
	color:#333;
	direction:ltr;
	text-align:justified;
}
.en-zoneTopNewsBox{
	background:url(../App_Themes/CorporateSite/Images/topNewsBox.gif) no-repeat top left;
	width:315px;
	height:17px;
	padding:0px 20px;
	
}
.en-zoneFootNewsBox{
	background:url(../App_Themes/CorporateSite/Images/footNewsBox.gif) no-repeat bottom left;
	width:315px;
	height:17px;
	padding:0px 20px;
}

/*#Content Box#*/

.zoneContentBox{
	float:right;
	width:600px;
	margin-top:40px;
	font-size:12px;	
	line-height:18px;
}
.zoneContentMiddleBox{
	background:url(../App_Themes/CorporateSite/Images/contentMiddleBox.gif) repeat-y top right;
	width:560px;
	padding:5px 20px;
	color:#333;
}
.zoneContentTopBox{
	background:url(../App_Themes/CorporateSite/Images/contentTopBox.gif) no-repeat top right;
	width:560px;
	height:17px;
	padding:0px 20px;
}
.zoneContentFootBox{
	background:url(../App_Themes/CorporateSite/Images/contentFootBox5.gif) no-repeat bottom right;
	width:560px;
	height:34px;
	padding:0px 20px;
}


.en-zoneContentBox{
	float:left;
	width:600px;
	margin-top:40px;
	font-size:12px;	
	line-height:18px;
}
.en-zoneContentMiddleBox{
	background:url(../App_Themes/CorporateSite/Images/contentMiddleBox.gif) repeat-y top left;
	width:650px;
	padding:5px 20px;
	color:#333;
	direction:ltr;
	text-align:justified;
}
.en-zoneContentTopBox{
	background:url(../App_Themes/CorporateSite/Images/contentTopBox.gif) no-repeat top left;
	width:560px;
	height:17px;
	padding:0px 20px;
}
.en-zoneContentFootBox{
	background:url(../App_Themes/CorporateSite/Images/contentFootBox.gif) no-repeat bottom left;
	width:560px;
	height:34px;
	padding:0px 20px;
}

/*#Main styles#*/

/*#Main styles/General#*/

.zoneLeft
{
	width: 355px;
}

.zoneRight
{
	width: 190px;
        margin-right:12px;
}

.largeLeftContent 
{
	width: 225px;!important
}


.zoneContent
{
	width: 650px;
	direction:ltr;
	margin: 10px 50px 0 0px;
	overflow: hidden;
	padding-right:60px;
	text-align:justify;
	
}

.zoneContent h1
{
	width:500px;
	background-color:#EFF0F2;
	-moz-border-radius :5px;
	padding:5px;
	color:#FDA62B;
	font-size:12px;
	font-style:italic;
	
	margin-bottom: 20px;	
}


/*#Main styles/Events page#*/

.userContributinons .zoneTop
{
	width: 100%;
}

/*#Main styles/Events page#*/

.eventCalendarDetail .zoneTop
{
	width: 100%;
	margin-bottom: 10px;
}

.eventCalendarDetail .zoneLeft
{
	width: 450px;
}

.eventCalendarDetail .zoneRight
{
	width: 450px;
        
}



/*#Main styles/Blog page#*/

.blogDetail .zoneTop
{
	width: 100%;
	margin-bottom: 10px;
}

.blogDetail .zoneLeft
{
	width: 700px;
}

.blogDetail .zoneRight
{
	width: 200px;
}

/*#Main styles/Master page#*/
/*Top logo, top menu*/
.forumDiv
{
        background:#fff;
        width:1000px;
        margin:0 auto;
        padding:0;
        min-height:350px;
	margin-top:-15px;
}
.mainDiv
{
        background:#fff url(../App_Themes/CorporateSite/Images/mainBg.jpg) no-repeat top center;
        width:1000px;
        margin:0 auto;
        padding:0;
        min-height:350px;
	margin-top:-15px;
}

.mainDiv2
{
        background:#fff url(../App_Themes/CorporateSite/Images/mainBg2.jpg) no-repeat top center;
	
	direction:ltr;
        width:1000px;
        margin:0 auto;
        padding:0;
        min-height:350px;
	margin-top:-15px;
}
.zoneTopInfo
{
	width:1000px;
	padding:0;
	margin:0 auto;
	
}

.zoneRightt
{
	width: 240px;
        margin-right:12px;
	float: right;

	/* padding-right: 10px;*/
}

.zoneMenu
{
	/*width: 1000px;*/
	margin: 0px auto;
	clear: both;
}

.zoneMainContent
{
	margin: 15px 0 0 0;
	min-height: 400px;
}

.zoneMainContent2
{
	margin: 15px 0 0 0;
	
	direction:ltr;
	min-height: 400px;
}


.IE6 .zoneMainContent, .IE7 .zoneMainContent
{
	margin:0;
	
}


.footerr
{
	background: #EBEBEB url(../App_Themes/CorporateSite/Images/bottomBg1.jpg) no-repeat -100% 0;
	text-align:center;
	width:1000px;
	height: 77px;
	padding:0;
	margin:10px 0 0 0;
	
}
.IE6 .footerr
{
	height: 77px;
}

.zoneBottom
{	
	
	padding:6px 0 0 0;
	color: #A8A8A8;
	margin:0;
	text-align:center
}

.IE6 .zoneBottom
{
	height: 217px;
}

.zoneBottom a
{
	color: #969696;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	
}

.zoneBottom a:hover
{
	color: #2F8FC7;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	
}

.zoneLogo
{
	margin: 0px 10px;
	width: 100px;
	float: right;
}

.RTL .zoneLogo
{
	direction: ltr;
}

/*Top logo, left menu*/
.mainDivLeftMenu
{
	width: 1024px;
	margin: 15px auto;
}

.mainDivLeftMenu .zoneMenu
{
	width: 90px;
	margin: 0px 0 10px 0;
	min-height: 400px;
	clear: none !important;
}

.mainDivLeftMenu .verticalCMSMenu
{
	width: 98%;
}

.mainDivLeftMenu .zoneMainContent
{
	padding-left: 4px;
	margin: 0px 0 10px 0;
	min-height: 400px;
	width: 930px;
}

/*#Main styles/Home page#*/


.NewsletterSubscription
{
	
	background:#3ff url(../App_Themes/CorporateSite/Images/loginBg.jpg);
	width:478px;
	height:63px;
	float:right;
}

.NewsletterSubscription .Table td label
{
	width: 65px !important;
	overflow: hidden;
}

.Gecko .NewsletterSubscription .Table td
{
	padding: 2px 2px 2px 0px !important;
}

.homeTopImage3cols .zoneTop
{
	width: 100% !important;
	float: none !important;
}


.homeTopImage3cols .zoneCenter
{
	/* width: 243px; */
	text-align: justify !important;
	margin: 10px 45px 0 0;

	

}

.DesignMode .homeTopImage3cols .zoneCenter
{
	width: 415px !important;
}

/* IE6 hack */
.IE6 .homeTopImage3cols .zoneCenter
{
	width: 243px !important;
}

.IE6 .DesignMode .homeTopImage3cols .zoneCenter
{
	width: 412px !important;
}

.homeTopImage3cols .zoneLeft
{
	width: 355px;
	margin-left:50px;
	line-height:18px;
	font-size:12px
}

.homeTopImage3cols .zoneRight
{
	width: 240px;
}

/* Featured product */
.FeaturedProduct
{
	text-align: center;
	font-weight: bold;
}
.FeaturedProduct a
{
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
	font-weight: normal;
}
.FeaturedProduct img
{
	border: medium none;
}
.FeaturedProduct .ProductPrice
{
	font-size: 120%;
	width: 100%;
}

/*#Main styles/Office list with map#*/
.officeListMap .zoneLeft
{
	width: 250px;
}

.officeListMap .zoneRight
{
	width: 440px;
}

/*#Main styles/Header and text#*/
.textHeader .zoneContent
{
	width: 100% !important;
}

/*#Main styles/Text with left menu and right column#*/
.textColLeftMenu .zoneLeft
{
	width: 25% !important;
}

.textColLeftMenu .zoneContent
{
	width: 50% !important;
}

.textColLeftMenu .zoneRight
{
	width: 24% !important;
}

/*#Main styles/Three columns#*/
.threeCols .zoneLeft
{
	width: 33% !important;
}

.threeCols .zoneCenter
{
	width: 34% !important;
}

.threeCols .zoneRight
{
	width: 33% !important;
}

/*#Main styles/Three columns with left menu#*/
.threeColsLeftMenu .zoneLeftMenu
{
	width: 24% !important;
}

.threeColsLeftMenu .zoneLeft
{
	width: 25% !important;
}

.threeColsLeftMenu .zoneCenter
{
	width: 26% !important;
}

.threeColsLeftMenu .zoneRight
{
	width: 25% !important;
}

/*#Main styles/Two columns with left menu#*/
.twoColsLeftMenu .zoneLeftMenu
{
	width: 26% !important;
}

.twoColsLeftMenu .zoneLeft
{
	width: 37% !important;
}

.twoColsLeftMenu .zoneRight
{
	width: 37% !important;
}

/* Menu design */
.CMSTreeMenuTable
{
	/*font-size: 120%;*/
	width: 224px;
        
}

.CMSTreeMenuTable a
{
	white-space: nowrap;
        display:block;
}

.subCMSTreeMenuTable
{
	margin-left: 10px;
        text-align:right;display:block;
}

.CMSTreeMenuTable a:hover
{
	text-decoration: none;
        display:block;
        background-color:#FFDC78;
        height:20px;
}

.CMSTreeMenuItem, .CMSTreeMenuSelectedItem
{
	background-color: #EDEDED;
	padding: 5px;display:block;
        height:20px;text-align:right;
}

.subCMSTreeMenuItem, .subCMSTreeMenuSelectedItem
{
	background-color: #EDEDED;
	text-align:right;
}

.CMSTreeMenuLink
{
	padding-right: 12px;
	text-decoration: none;
	color: #929292;
        text-align:right;
	/*background: url(../App_Themes/CorporateSite/Images/treeMenuItemBackground.png) no-repeat left center;*/
}

.subCMSTreeMenuLink
{
	text-decoration: none;
	
	/*background: url(../App_Themes/CorporateSite/Images/treeMenuItemBackground.png) no-repeat 8px center;*/
}

.CMSTreeMenuSelectedLink
{
	/*background: url(../App_Themes/CorporateSite/Images/treeMenuItemBackgroundActive.png) no-repeat left center;
	background-color:#FFDC78;*/
	text-decoration: none;
	color:#FFB901;
        padding-right: 12px;
        font-weight:600;
}

.subCMSTreeMenuSelectedLink
{
	/*background: url(../App_Themes/CorporateSite/Images/treeMenuItemBackgroundActive.png) no-repeat 8px center;*/
	display:block;
}

/*#Top menu styles#*/
.horizontalmenu
{
	height: 49px;
	width:999px;
	background: #04669E url(../App_Themes/CorporateSite/Images/menuBg.gif) left;
        direction:rtl;
        text-align:center;
        margin:0 auto;
        
}
.en-horizontalmenu
{
	height: 49px;
	width:999px;
	background: #04669E url(../App_Themes/CorporateSite/Images/menuBg.gif) left;
        direction:ltr;
        text-align:center;
        margin:0 auto;
        
}

.verticalmenu
{
	background: none;
}
/*#Top menu styles/Horizontal#*/
.horizontalCMSMenu
{
	height: 49px;
	color: #ffffff;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size : 11px;
	padding-bottom : 5px;padding-right:20px;
	/* background: #04669E url(../App_Themes/CorporateSite/Images/menuBg.gif) no-repeat left; */
}

.horizontalsubCMSMenu
{
	background: black;
	color: #ffffff;
}

.horizontalsubCMSMenu tr
{
	background: black;
	text-align : center;
}

.horizontalsubCMSMenuItem
{
	white-space: nowrap;
	display: block;
}

.horizontalsubCMSMenuItem, .horizontalsubCMSMenuItemMouseOver, .horizontalsubCMSMenuItemMouseDown,
.horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, 
.horizontalsubCMSMenuHighlightedMenuItemMouseDown
{
	width:90px;
	min-width: 90px;
	white-space: nowrap;
	display: block;
}

.horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, 
.horizontalsubCMSMenuHighlightedMenuItemMouseDown, .horizontalsubCMSMenuItemMouseOver
{
	background: #001127;
	width:90px;
}

.horizontalCMSMenuItem, .horizontalCMSMenuItemMouseOver, .horizontalCMSMenuItemMouseDown, 
.horizontalCMSMenuHighlightedMenuItem, .horizontalCMSMenuHighlightedMenuItemMouseOver, 
.horizontalCMSMenuHighlightedMenuItemMouseDown, 

.horizontalCMSMenuItemMouseUp, .horizontalCMSMenuHighlightedMenuItemMouseUp
{
	font-size: 12px;
	width:92px;
	text-align : center;
}

.horizontalCMSMenuItemMouseOver, .horizontalCMSMenuHighlightedMenuItem, 
.horizontalCMSMenuHighlightedMenuItemMouseOver, .horizontalCMSMenuHighlightedMenuItemMouseDown
{
	background: url(../App_Themes/CorporateSite/Images/topMenuBgHover3.gif) no-repeat center bottom;
	width:92px;
}


.horizontalSeparator{
	background: url(../App_Themes/CorporateSite/Images/topMenuItemDivider2.gif) no-repeat bottom right;
}

/*#Top menu styles/Vertical#*/
.verticalCMSMenu
{
/*	height: 34px;*/
	width: 110px;
	color: #ffffff;
	padding: 3px;
	background: #000000 url(../App_Themes/CorporateSite/Images/topMenuBackground.gif);

}

.verticalsubCMSMenu
{
	background: black;
	color: #ffffff;
	height: 34px;
}

.verticalsubCMSMenu tr
{
	background: black;
}

.verticalsubCMSMenuItem
{
	white-space: nowrap;
	display: block;
}

.verticalsubCMSMenuItem, .verticalsubCMSMenuItemMouseOver, .verticalsubCMSMenuItemMouseDown,
.verticalsubCMSMenuHighlightedMenuItem, .verticalsubCMSMenuHighlightedMenuItemMouseOver, 
.verticalsubCMSMenuHighlightedMenuItemMouseDown
{
	padding: 5px 3px;
	min-width: 101px;
	min-height: 24px;
	white-space: nowrap;
	display: block;
}

.verticalsubCMSMenuHighlightedMenuItem, .verticalsubCMSMenuHighlightedMenuItemMouseOver, 
.verticalsubCMSMenuHighlightedMenuItemMouseDown, .verticalsubCMSMenuItemMouseOver
{
	background: #eb6d24;
}

.verticalCMSMenuItem, .verticalCMSMenuItemMouseOver, .verticalCMSMenuItemMouseDown, 
.verticalCMSMenuHighlightedMenuItem, .verticalCMSMenuHighlightedMenuItemMouseOver, 
.verticalCMSMenuHighlightedMenuItemMouseDown, 

.verticalCMSMenuItemMouseUp, .verticalCMSMenuHighlightedMenuItemMouseUp
{
	height: 34px;
	font-size: 15px;
	padding: 0px 10px;
	background: #000000 url(../App_Themes/CorporateSite/Images/topMenuBackground.gif);
}

.verticallCMSMenuItemMouseOver, .verticalCMSMenuHighlightedMenuItem, 
.verticalCMSMenuHighlightedMenuItemMouseOver, .verticalCMSMenuHighlightedMenuItemMouseDown
{
	background: url(../App_Themes/CorporateSite/Images/topMenuItemHover.gif) repeat-x;
}

/*#Other css styles#*/

/*#Other css styles/Language selector#*/
.languageselector
{
	float: right;
	margin: 30px 10px 0px 0px;
}

.languageselector img
{
	border: none;
	margin-left: 5px;
	margin-right: 3px;
}

.languageselector a
{
	color: #000000;
	text-decoration: none;
}

/*#Other css styles/Search box#*/
.searchbox
{
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;

	
}

.mainSearchBox
{
padding:0 0 0 8px;
position:relative;
top:0;
margin-top:25px;
}
.IE7 .mainSearchBox
{
margin-top:35px;
}
.mainSearchBox .searchTxtbox{
	background: url(http://www.dpholding.com/App_Themes/CorporateSite/Images/bgTxtboxSearch1.jpg) no-repeat top left;
	width:148px;
	height:23px;
	padding:3px 5px 0 5px;
	border:none;
	position:absolute;
	top:6px;
	color:#8A8A8A;
	font-size:12px;
	left:0
		
}

.searchBtnn
{
	/*margin-top:7px;*/
	position:absolute;
	top:6px;
	right:13px;
}

/*
.searchbox input[type=image]
{
	margin: 0px 0px 0px 0px;
}
*/

.searchbox label
{
	margin-right: 0px;
	padding-bottom: 0px;
}

.currentUser
{
	text-align: left;
	float: right;
	padding-top: 0px;
}

.signOut
{
	padding-top: 17px;
	padding-right: 5px;
	float: left;
}

.shoppingCartPreview
{
	float: right;
	width: 100%;
	text-align: right;
	margin-top: 5px;
}
.shoppingCartPreview table
{
	float: right;
}
.SmallTextLabel
{
	font-size: 12px;
}

/*#Other css styles/Polls#*/
.PollTitle
{
	font-weight:bold;
	display:none;
	margin-bottom:10px
}

.PollAnswers{
	font-size: 10px;
	margin-top: 5px;
}

.PollGraph
{
	height: 8px;
	border: 1px solid gray;
}

.PollGraph div
{
	height: 8px;
	background: url(../App_Themes/CorporateSite/Images/poll02.gif) 100% 0% repeat-x;
	line-height: 0px;
	font-size: 0px;
}

.PollGraph div.PollGraph0
{
	background: url(../App_Themes/CorporateSite/Images/poll01.gif) 100% 0% repeat-x;
}

.PollGraph div.PollGraph2
{
	background: url(../App_Themes/CorporateSite/Images/poll03.gif) 100% 0% repeat-x;
}

.PollQuestion
{
	font-size:14px;
	font-weight: bold;
}

.PollCount
{
	text-align: right;
}

.PollFooter
{
	margin-top:10px;
}

.signOut input, .SubscriptionButton, .PollVoteButton
{
	color: #ffffff;
	border:none;
	background-color:none;
	width:66px;
}

/*#Containers#*/

/*#Containers/Content padding#*/
.ContentPadding
{
	padding: 10px 5px 0px 5px;
}

/*#Containers/Black box#*/
.blackBox
{
	border: 1px solid #545454;
	margin-bottom: 15px;
}

.blackBox .title
{
	background: #e36c26 url(../App_Themes/CorporateSite/Images/topMenuItemDivider.gif) 0% 40% 

repeat-x;
	padding: 3px 5px;
	font-size: 12px;
	margin-top: 0px;
	color: white;
	margin-bottom:0px;	
}

.blackBox .content
{
	padding: 5px;
	background: #f3f3f3;
}
/*#Containers/Orange box#*/
.orangeBox
{
	border: 1px solid #ffd7b4;
	margin-bottom: 15px;
		
}

.orangeBox .title
{
	background: #e36c26 url(../App_Themes/CorporateSite/Images/topMenuItemHover.gif) 0% 40% repeat-x;
	padding: 3px 5px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom:0px;
	color: white;
}

.orangeBox .content
{
	padding: 5px;
}


/*#Containers/Orange box with grey cont.#*/
.orangeBoxGrey
{
			
}

.orangeBoxGrey .title
{
	background: #e36c26 url(../App_Themes/CorporateSite/Images/OrangeBoxTitle.gif) repeat-x;
	padding: 3px 5px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom:0px;
}

.orangeBoxGrey .content
{
	padding: 5px;
	background: #f0f0f0;
}

/*#Containers/Gray box#*/
.grayBox
{
	background: #f0f0f0;
	padding: 5px;
}


/*#Photo Gallery#*/

.photoGallery
{
	margin: auto;
	text-align: center;
	width: 648px;
}

.photoGallery .Slider .Pager
{
	margin-left: 80px;	
}

.photoGalleryContainer
{
	margin: auto;
	text-align: center;
}

.photoGallery img
{
	margin: 0px 5px 5px;
	border: none;
	padding: 2px;
	border: 1px solid #000000;
}

/*#Photo Gallery/Gallery list#*/
.gallery
{
	float: left;
	text-align: center;
}

.gallery h3
{
	background: #cccccc url(../App_Themes/CorporateSite/Images/topMenuBackground.gif) repeat-x center left;
	margin: 0px 5px;
	padding: 2px 0px;
	color: #ffffff;
}


/*#News#*/


.newsMain
{
	width:650px;
	
	text-align:justify;
	padding-top:10px;
	
	
}
.NewsPTitle
{
	
	color:#FBAB2F;
	padding:5px;
	font-size: 11px;
	font-weight: bold;

}

.NewsPTitle a{
	color: #2F8FC7;
	font-weight: bold;
	text-decoration: none;

}

.NewsPTitle a:hover{
	color: #FBAB2F;
	font-weight: bold;
	text-decoration: none;

}

.NewsPBody
{
	background-color:#E8E9EB;
	-moz-border-radius:5px;
	margin-bottom:40px;
	padding:10px 15px;
}
.NewsSummary .Date
{
	font-weight: bold;
	margin-bottom: 10px;
	color:#0368A1;
	font-size:10px;
}

.NewsSummary .Clearer
{
	height: 0;
	line-height: 0;
	font-size: 0pt;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}


.NewsSummary
{
	background-color:#f1f1f1;
	margin-top:10px;
	padding: 15px;
	
}

.newsSummary h1
{
	width:600px;
	background-color:#EFF0F2;
	-moz-border-radius :5px;
	padding:5px;
	color:#FDA62B;
	font-size:12px;
	font-style:italic;
	
	margin-bottom: 20px;
}

.NewsSummary img
{
	background-color: #F9F9F9;
	-moz-border-radius :5px;
	float: left;
	margin: 5px;
	padding:5px;
	
}

.NewsSummary .NewsContent
{
	float: right;
	width: 600px;
	text-align:justify;
}


.NewsBody
{
	background-color:#E8E9EB;
	padding:15px;
}

.NewsBody img
{
	border: none;
}

.NewsDetail
{

}

.NewsTitle
{
	font-size: 16px;
	font-weight: bold;
	color: orange;
}

.NewsDate
{
	font-style: italic;
	padding-top: 5px;
}

.NewsReleaseDate
{
	font-style: italic;
}

.BoxTitle
{
	font-size: 120%;
	color: #002756;
	font-weight: bold;
}
.NewsPreviewTitle
{
	text-align:justify;
	direction:rtl;
	
}
.NewsPreviewTitle a
{
	font-weight:600;
	text-align:right;
	text-decoration:none;
	color:#2F8FC7;
	font-size: 11px;
}
.NewsPreviewTitle a:hover, .NewsPreviewTitle a:visited
{
	font-weight:600;
	text-align:right;
	text-decoration:none;
	color:#FF9B00;
	font-size: 11px;
}

.NewsPreviewDate
{
	font-size:10px;
	text-align:right;
	padding:5px 0 3px;
}

.NewsPreviewSummary
{
	font-size:11px;
}

/*#Tags#*/

.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	padding: 0px !important;
	border: 1px solid #A4B2BC;
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
	background-color: #fff;
}

.RTL .autocomplete_completionListElement
{
	text-align: right;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	padding: 1px;
	cursor: pointer;
}

.autocomplete_listItem
{
	padding: 1px;
}

/*#Wrapper#*/

.wrapper{
        /*background:#fff url(../App_Themes/CorporateSite/Images/mainBg.jpg) no-repeat top center; */
        width:1000px;
        margin:0 auto;
        padding:0;
        min-height:350px;
}

/*#Blog#*/

.BlogPTitle a
{
	color: #ffffff;
	font-weight: bold;
}

.BlogPTitle
{
	background:#000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x scroll left top;
	color: #ffffff;
	padding: 5px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}

.BlogPBody
{
	padding: 10px 15px;
	border: solid 1px #cccccc;
}

.BlogPBody img
{
	border: none;
}

.BlogPDateWhole
{
	background-color: #f1f1f1;
	padding: 3px 5px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.comments hr
{
	border: solid 1px #cccccc;
}

.BlogCommentsTitle, .BlogLeaveComment
{
	font-weight: bold;
	font-size: 110%;
}

.blogDetail .comments .TextAreaField
{
	width: 280px;
}

.TextAreaField
{
	width: 280px;
	height: 100px;
}

.IE7 .PageTitleHeader table
{
	text-align: left;
}

/*#Board#*/
.CommentDetail .CommentRating
{
clear:both;
}

.BoardLeaveMessage, .BoardMessageTitle, .BlogTrackbacksTitle
{
	font-weight: bold;
	font-size: 110%;
}


/*#Forum#*/

.ForumModerationInfo
{
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.ForumModerationInfoText
{
	margin: 15px;
	border: solid 1px #cccccc;
	padding: 35px;
	background-color: #fff6df;	
}

.ForumSearchResultsInfo
{
	background-color:#cccccc;
	padding: 8px;
	font-weight:bold;
}
	
.Forum .Unapproved
{
	background-color:#fff2cf;
}

.Post img
{
	border: 0px;
}

.PostAttachments
{
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 5px;
	margin: 10px 0px;
}

.PostAttachments .PostAttachmentsList
{
	padding: 2px 0px;
}

.PostAttachments .PostAttachmentsHeader
{
	color: gray;
}

.PostAttachments .PostAttachmentsList a
{
	color: black;
}

/*#Forum/Attachments#*/

.ForumAttachments
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}


.ForumAttachments .AttachmentTable
{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin-top: 12px;
}

.ForumAttachments .AttachmentTable td
{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader
{
	background-color: #eeeeee;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader th, .AttachmentTable .AttachmentFileSize, .AttachmentAction 
{
	text-align: center;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 3px;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader .AttachmentFileName
{
	text-align: left;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
	display: none;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload input
{
	height: 23px;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload .Button
{
	width: 100px;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
	display: none;
}

.ForumAttachments .Title
{
	font-size: 16px;
	font-weight: bold;
}

/*#Forum/Extended actions#*/

.PostExtendedActions
{
	border-top: solid 1px #eeeeee;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.PostExtendedActions span
{
	display: none;
}

.PostExtendedActions .SendMessage
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(../App_themes/Default/Images/CMSModules/Forums/LiveImages/sendmessage.gif);
	margin-right: 7px;
}

.PostExtendedActions .Friendship
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(../App_themes/Default/Images/CMSModules/Forums/LiveImages/friendship.gif);		
}

/*#Forum/Extended search#*/

.ForumExtendedSearch .TextBox 
{
	width: 300px;
}

.ForumExtendedSearch .DropDownList
{
	width: 304px;
}


.ForumExtendedSearch .Button
{
	margin-top: 20px;
	width: 150px;
}

/*#Forum/Mark as answer#*/

.Post .AcceptedSolution
{
	background-color: #efffef;
}

.AcceptedSolutionArea
{
	color:Green;
	font-size:14pt;
	width:100%;
	margin-bottom: 5px;
}

.AcceptedSolutionArea td 
{
 	padding-left: 5px !important;
	padding-bottom: 5px !important;
}
 
.AcceptedSolutionArea .AcceptedSolutionText
{
	width:100%;
}

/*#Forum/Quote#*/

.PostText blockquote
{
	border: solid 1px #d4d4d4;
	background-color: #eeeeee;
	padding: 4px;
	margin-left: 10px;
}

.PostText blockquote cite 
{
	display: block;
	font-weight: bold;
}

/*#Forum/Manage#*/

.ForumManage
{
	border: 1px solid #cccccc;
	margin: 4px 0px 5px 5px;
	padding: 2px 5px;
	background-color: #eeeeee;
}

.PostManageEdit table

{
	border: none !important;
}

.PostManageEdit .ForumNewPost td
{
	border-bottom: none !important;
}

.ForumNewPost .SignatureAreaItem
{
	width: 500px;
	height: 50px;
}

.SignatureArea
{
	width: 100%;
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}

.ForumTree .PostTree .SignatureArea
{
	width: 100%;
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}


/*#Forum/Forum Group#*/
.ForumGroup
{
	width: 100%;
}

.ForumGroup *
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.ForumGroup .Table
{
	width: 100%;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	background-color: #ffffff;
}

.ForumGroup .Table td
{
	padding: 6px;
}

.ForumGroup .Table .Header td
{
	font-weight: bold;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x top left;
}

.ForumGroup .Table .Info td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x top left;
	height: 55px;
	vertical-align: top;
}

.ForumGroup .Table .GroupName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #ffffff;
}

.ForumGroup .Table .GroupDescription
{
	display: block;
	padding-left: 10px;
	color: #dddddd;
}


.ForumGroup .Table .ForumInfo
{

	padding-top: 10px;
	padding-bottom: 10px;
}

.ForumGroup .Table .Threads
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .Posts
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumGroup .Table .PostTime
{
	white-space: nowrap;
}

.ForumGroup .Table .PostUser
{
	white-space: nowrap;
	font-weight: bold;
	color: #e36c26;
}

.ForumGroup .ForumOdd td
{
	background-color: #f8f8ff;
}

.ForumGroup .Forum td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}



.ForumGroup .Forum .ForumName
{
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color: black;
}

.ForumGroup .Forum .ForumDescription
{
	padding-left: 10px;
}


/*#Forum/Forum flat layout#*/
.ForumFlat *
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.ForumFlat .Table
{
	width: 100%;
	background-color: #ffffff;
}

.ForumFlat .Table td
{
	padding: 6px;
}


.ForumFlat .Table .Info td
{
	border: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x top left;
	height: 55px;
	vertical-align: top;
}

.ForumFlat .Table .ForumContent
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	/*font-size: 110%;*/
}

.ForumFlat .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}

.ForumFlat .Table .ForumName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	/*text-decoration: underline;*/
	color: #ffffff;
}

.ForumFlat .Table .ForumDescription
{
	display: block;
	padding-left: 10px;
	color: #dddddd;
}

.ForumFlat .Table .Informations td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
	background-color: #fffec0;
}

.ForumFlat .Table .Actions td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
}

.ForumFlat .Table .Actions .ActionLink
{
	color: #e36c26; 
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}


.ForumFlat .Table .Posts td
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0px;
}

.ForumFlat .Table .PostsTable
{
	width: 100%;
}

.ForumFlat .Table .PostsTable td
{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .Pager td
{
	background-color: #eeeeee;
	border: none;
	padding: 0px;
	height: 23px;
	font-weight: bold;
	text-align: center;
}

.ForumFlat .Pager a
{
	font-weight: bold;
	text-decoration: underline;
	color: #65a02f;
}

.ForumFlat .ThreadTable
{
	border-left: solid 1px #cccccc;
}

.ForumFlat .ThreadTable td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .ThreadTable .Header td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../App_Themes/CorporateSite/Images/genbackground.gif);
}

.ForumFlat .ThreadTable .Author
{
	text-align: center;
	width: 200px;
	color: #e36c26;
}

.ForumFlat .ThreadTable .Posts, .ForumFlat .ThreadTable .Views
{
	text-align: center;
	width: 50px;
}

.ForumFlat .ThreadTable .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumFlat .ThreadTable .PostTime
{
	white-space: nowrap;
}

.ForumFlat .ThreadTable .PostUser
{

	white-space: nowrap;
	font-weight: bold;
	color: #e36c26;
}

.ForumFlat .ThreadTable .ThreadInfo
{
	text-align: left;
}

.ForumFlat .ThreadTable .ThreadInfo .ThreadName
{
	font-weight: bold;
	text-decoration: underline;

	color: #e36c26;
}

.ForumFlat .ForumBreadCrumbs

{


	font-weight: normal;
	font-size: 9pt;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .ForumNewPost
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

/*#Forum/Forum flat layout/Post#*/
.ForumFlat .ForumPost
{
	padding: 8px 8px 8px 8px;
}

.ForumFlat .PostIndent .ForumPost
{
	border-left: solid 1px #cccccc;
}

.ForumFlat .PostIndent
{
	padding-left: 30px;
}

.ForumFlat .PostUser, .ForumFlat .PostUserLink
{
	white-space: nowrap;
	font-weight: bold;
	color: #e36c26;
}

.ForumFlat .PostUser
{
	text-decoration: none;
}

.ForumFlat .PostSubject
{

	display: block;
	font-weight: bold;
	font-size: 13px;
}

.ForumFlat .PostText
{
	display: block;
	padding: 3px 5px 3px 5px;
}

.ForumFlat .PostActionLink
{
	text-decoration: underline;
	color: #e36c26;
	padding: 0px 5px 0px 5px;
}

/*#Forum/New post form#*/
.ForumNewPost
{
	padding: 5px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.ForumNewPost .PostReply
{
	border: solid 1px #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .FormPadding
{
	/*border: solid 1px #cccccc;*/
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .Title
{
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

.ForumFlat .ForumNewPost .PostForm td
{
	border: none;
}

.ForumNewPost .ItemLabel
{
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
}

.ForumNewPost .Button
{
	width: 100px;
}

.ForumNewPost .TextboxItem
{
	width: 500px;
}

.ForumNewPost .TextboxItemShort
{
	width: 300px;
}



.ForumNewPost .TextareaItem
{
	width: 500px;
	height: 200px;
}


/*#Forum/Tree layout#*/
.ForumTree *
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.ForumTree .Table

{
	width: 100%;
	background-color: #ffffff;
}

.ForumTree .Table td
{
	padding: 6px;
}


.ForumTree .Table .Info td
{
	background-color: #5c99e8;
	border: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x top 

left;
	height: 55px;
	vertical-align: top;
}

.ForumTree .Table .ForumName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	/*text-decoration: underline;*/
	color: #ffffff;
}

.ForumTree .Table .ForumDescription
{
	display: block;
	padding-left: 10px;
	color: #dddddd;
}

.ForumTree .Table .Actions td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
}

.ForumTree .Table .Actions .ActionLink
{
	color: #e36c26;
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}

.ForumTree .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0px;
}

.ForumTree .Table .Posts .PostTree td
{
	padding: 0px;
}

.ForumTree .Table .Posts .PostTree
{
	padding: 5px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.ForumTree .ForumNewPost .PostForm td
{
	border: none;
}

/*#Forum/Tree layout/Post#*/
.ForumTree .ForumPost
{
	padding: 8px 8px 8px 8px;
}

.ForumTree .PostDetail .ForumPost
{
	border-bottom: solid 1px #cccccc;
}

.ForumTree .PostUser, .ForumTree .PostUserLink
{
	color: #e36c26;
	font-weight: bold;
	white-space: nowrap;
}

.ForumTree .PostUser
{
	text-decoration: none;
}

.ForumTree .PostSubject
{
	display: block;
	font-weight: bold;
	font-size: 13px;
}

.ForumTree .PostText
{
	display: block;
	padding: 3px 5px 3px 5px;
}

.ForumTree .PostActionLink
{
	color: #e36c26;
	padding: 0px 5px;
	text-decoration: underline;
}

.ForumTree .PostTree .ForumPost
{
	 border: solid 1px #cccccc;
	 width: 600px;
}

/* Overall */






.HiddenButton
{
	display: none;
}



/* Tree Items*/
.ForumTree .PostTree td
{
	vertical-align: top;
}

.ThreadPost, .SubThreadPost, .RootPostItem, .ThreadPostSelected
{
	padding: 3px 3px 1px 3px;
	overflow: hidden;
	color: #000000;
	font-weight: bold;
}

.ThreadPostSelected
{
	background-color: #cccccc;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	padding: 3px 20px 1px 3px;
}


.PostSeparator
{
	padding: 0 3px;
}

/*#Forums/Images#*/
.ForumGroup .Forum .ForumImageDefault, .ForumGroup .Forum .ForumImage, .ForumGroup .Forum .ForumImageLocked, 
.ForumFlat .ThreadTable .ThreadImageDefault, .ForumFlat .ThreadTable .ThreadImage, .ForumFlat .ThreadTable .ThreadImageLocked, .ForumFlat .ThreadTable .ThreadImageAnnouncement, .ForumFlat .ThreadTable .ThreadImageSticky
{
	background-repeat:no-repeat;
	background-position:center;
	border-right: none;
	width: 24px;
	text-align: center;
	border-right: 1px solid #cccccc;
}

.ForumGroup .Forum .ForumImageDefault, .ForumGroup .Forum .ForumImage
{
	background-image: url(../App_Themes/Default/Images/CMSModules/Forums/LiveImages/Forum_default.gif);
}

.ForumGroup .Forum .ForumImageLocked
{
	background-image: url(../App_Themes/Default/Images/CMSModules/Forums/LiveImages/Forum_locked.gif);
}


.ForumFlat .ThreadTable .ThreadImageDefault, .ForumFlat .ThreadTable .ThreadImage
{
	background-image: url(../App_Themes/Default/Images/CMSModules/Forums/LiveImages/Thread_default.gif);
}

.ForumFlat .ThreadTable .ThreadImageLocked
{
	background-image: url(../App_Themes/Default/Images/CMSModules/Forums/LiveImages/Thread_locked.gif);
}

.ForumFlat .ThreadTable .ThreadImageAnnouncement
{
	background-image: url(../App_Themes/Default/Images/CMSModules/Forums/LiveImages/Thread_announcement.gif);
}

.ForumFlat .ThreadTable .ThreadImageSticky
{
	background-image: url(../App_Themes/Default/Images/CMSModules/Forums/LiveImages/Thread_sticked.gif);
}


.OfficeName
{
	padding: 2px 0 2px 0;
	font-weight: bold;
}

/*#NewsLetter#*/

.newsLetterLoginBox{

        background:url(../App_Themes/CorporateSite/Images/loginBg.gif) no-repeat top right;
	width:490px;
	height:55px;
	float:right;
	text-align:right;
	margin:0;
	padding:0;
        color:#5B595A;


}
.txtbox{
	width:117px;
        height :17px;
	/*background-image:url(../App_Themes/CorporateSite/Images/backT.gif);*/
        background-color:#E9E9E9;
        border:1px solid #ABABAB;
        color:#5B595A;
        float:right;
	
}
.mainTr{
	width:180px;
	float:right;
	margin-right:4px;
	text-align:right;
        padding:10px 5px 3px 5px;

	
}
.mainTxt{
	width:50px;
        padding:0;
        margin:0;
        text-align:right;
        float:right;
        direction:rtl;
}
.mainTxtBox{
	width:120px;
        padding:0;
        margin:0;
        text-align:right;
        float:right;	
}
.mainTrBtn{
	width:70px;
	float:right;
	padding:10px 5px 3px 5px;
	text-align:center;
}
.mainBtn{
	width:66px;
	height:25px;
	background: url(../App_Themes/CorporateSite/Images/btnSubmit.gif) no-repeat;
	border:none;
        color:#fff;
        font-size:11px;
}

/*#Events#*/

.EventCalendar
{
	width: 100%;
}

.EventCalendar *
{
	padding: 0px;
}

.EventCalendar .Title
{
	background:#000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x scroll left top;
	color: #ffffff;
	padding: 5px;
	height: 35px;
	font-weight: bold;
	vertical-align: middle;
}

.EventCalendar .Navigation
{
	font-weight: bold;
	width: 50px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.EventCalendar .DayHeader
{
	height: 25px;
	background-color: #222222;
	color: White;
	font-weight: bold;
	border-style: none;
	vertical-align: middle;
	font-size: 11px;
}

.EventCalendar .Day, .EventCalendar .OtherMonth, .EventCalendar .Weekend, .EventCalendar .Today
{
	height: 50px;
	padding: 3px;
	background-color: #eeeeee;
	font-size: 11px;
}

.EventCalendar .Today
{
	background-color: #222222;
	color: White;
	font-weight: bold;
}

.EventCalendar .Today a
{
	color: White;
	font-weight: bold;
	font-size: 11px;
}

.EventCalendar .ContentEvent a

{
	margin-top: 3px;
	color: Orange;
	font-weight: bold;
}

.EventCalendar .OtherMonth
{
	color: Gray;
	background-color: White;
}

.EventManagerRegTitle
{
	display: block;
	color: #002756;
	font-weight: bold;
	margin-bottom: 5px;
}
.EventManagerOutlookLink
{
	display: block;
	margin-top: 5px;
}

.EventManagerRegLabel
{
	font-weight: bold;
}

/*#Examples#*/

.Slider .Pager
{
}

.Slider .Pager a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	text-align: center;
	padding: 0px 3px 0px 3px;
	display: block;
	width: 10px;
}

.Slider .PagerPage, .Slider .Control
{
	margin: 0px 15px 0px 0px;
	float: left;
}

.Slider .Control a
{
	width: 30px;
}

.SearchResult
{
	padding-top: 10px;
	padding-bottom: 10px; 
}

.ResultTitle a
{
	color: #e36c26;
	font-weight: bold;
}

.CMSSearchResultsNoResultsLabel
{
	padding-top: 10px;
	padding-left: 5px;
	display: block;
	font-weight: bold;
}

.examListMenu ul
{
	list-style: none;
}
.examListMenu .CMSListMenuUL .CMSListMenuLI .CMSListMenuUL
{
	display: none;
}
.examListMenu .CMSListMenuUL .CMSListMenuLI .CMSListMenuUL .CMSListMenuLI .CMSListMenuUL
{
	display: none;
}
.examListMenu .CMSListMenuUL .CMSListMenuLI
{











	background: url(../App_Themes/CorporateSite/Images/treeMenuItemBackground.png) no-repeat center 

left;
	padding-left: 10px;
}


.examListMenu .CMSListMenuUL .CMSListMenuHighlightedLI
{
	background: url(../App_Themes/CorporateSite/Images/treeMenuItemBackgroundActive.png) no-repeat 

0px 4px;

	padding-left: 10px;
}

.ecommerceExample
{
	width: 720px !important;
}

.forumsExample
{
	width: 703px !important;
}

.CustomRegistrationForm .ConfirmationSeparator
{
	height: 6px;
}



/*#Examples/Media Libraries#*/


.MediaLibraryListDescription
{
	vertical-align: top;	
}

.MediaLibraryListDescription a
{
	font-size: 18px;
}

.MediaLibraryListPhoto
{
	padding: 4px 20px 1px 5px; 
}


.MediaListItem
{
	margin: 10px 0px; 
	width: 743px;
	background: url(../App_Themes/CorporateSite/Images/Examples/MediaListTop.gif) no-repeat;
}

.MediaListItemBottom
{
	height: 6px;
	background: url(../App_Themes/CorporateSite/Images/Examples/MediaListBottom.gif) no-repeat;

}

.MediaLibraryListDescriptionText
{
	padding-top: 10px;
	font-size: 12px; 
}


/*#Examples/Event manager#*/

.EventManagerRegText
{
	width: 230px;
}

/*#Examples/Pager control#*/
.PagerControl
{
    text-align: center;
}

.PagerResults
{
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}

.PagerNumberArea
{
    padding-top: 10px;
}



/*#Examples/My profile#*/

.MyProfilePanel input[type="text"]

{
    width: 235px;
}

.MyProfilePanel .MyProfileLanguage
{
    width: 239px;
}

.MyProfilePanel .MyProfileUserSignature
{
    width: 235px;
}

.IE6 .MyProfilePanel textarea
{
    width: 435px;
}

.MyProfilePanel input[type="submit"]
{
    width: 100px;
}

/*#Examples/Change password#*/
.ChangePasswordTable .FieldLabel
{
    
}

.ChangePasswordTable .FieldInput input[type="text"]
{
    
}

/*#Examples/Report#*/
.Report table
{
    border: solid 1px #cccccc;
}

.Report table th
{
    background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x scroll left top;
    padding: 5px 10px;
    color: #ffffff;
}

.Report table td
{
    padding: 3px 10px;
}


/*#Examples/Vertical css menu#*/

.Vertical
{	
	width: 150px;	
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #e2e2e2;
	border: 1px solid #c2c2c2;	
}

.Vertical ul 
{		

	list-style: none;
	margin: 0;
	padding: 0;	
}

.Vertical li 

{
}
.welcomeTitle{
float:left;
}

/*#right menu menu#*/

.rightMenuu{
float:right;
width:226px;
text-align:right;
padding:10px 16px 0 0;
margin:0;
}
.IE6 .rightMenuu,.IE7 .rightMenuu
{
padding:0px 16px 0 0;
}

.rightMenuu ul{
list-style:none;
padding:0;
margin:0;
}
.rightMenuu ul li{
margin-bottom:2px;
width:220px;
}
.rightMenuu ul li a{
display:block;
background:#EDEDED;
text-decoration:none;
padding:7px;
color:#333;

}
.rightMenuu ul li a:hover{
background:#FFE08F;
text-decoration:none;
padding:7px;
color:#858585;
}

.clr{
clear:both;
height:1%;
}


.en-partner
{
	width:550px;
	clear:both;
	
}
.en-partner p
{
	color:#FDA62B;
	font-style:italic;
}
.en-partner img
{
	padding:0px 5px 5px 5px;
	float:left;
}

.partner
{
	width:550px;
	clear:both;
	
}
.partner p
{
	color:#FDA62B;
	font-style:italic;
}
partner img
{
	padding:0px 0px 0 14px;
	float:right;
}

.LogonPageBackground
{
float:left;
}

.LogonDialog table
{
direction:ltr;

}

.LogonDialog table td
{
	direction:ltr;

}

.LogonDialog table input
{
	direction:ltr;
	text-align:left;
float:left;
}

