
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600);

html, body, #form1{
    height:100%;
}

body
{
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-family: 'open sans', sans-serif, Arial,Segoe UI,Helvetica;
    font-weight:300;
    font-size: 15px;
    color: #333;
}

h1, .LoggedInH1
{
    color: #6b7a11;
    font-size: 2.400em;
    padding-top: 0px;
    padding-bottom:8px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #f9b37b;
    font-weight: normal;
}

.LoggedInH1
{
    color: #2a5891 !important;
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

h2
{
    color: #6b7a11;
    font-size:2.000em;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: normal;
    
}

h3
{
    color: #6b7a11;
    font-size: 1.733em;
    font-weight: normal;
    /*margin-bottom: 0px;*/
    border-bottom: 1px solid #f9b37b;

}

h4
{
    color: #6b7a11;
    font-size:1.467em;
    margin-bottom: 0px;
    font-weight: normal;

}

h5
{
    color: #6b7a11;
    font-size: 1.33em;
    margin-bottom: 0px;
    font-weight: normal;

}

h6
{
    color: #6b7a11;
    font-size: 1.200em;
    margin-bottom: 0px;
    font-weight: normal;

}

#page
{
    width: auto;
    padding: 0px;
    margin: 0 auto;
}

.HeaderLine
{
    position: relative;
    height: 3px;
    width: auto;
    top: 58px;
    min-width: 100%;
    max-width: 100%;
    background: url('../_img/HeaderLine.png');
    z-index: 1;
}


#page-inner
{
    height: auto;
    width: 964px;
    float: left;
    /*overflow: auto;*/
}

.DefaultNavigationBorder
{
    height: 55px;
    width: 964px;
    margin: 0 auto;
}

.MemberNavigationBorder
{
    height: 55px;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    background: #fff;
    border-bottom:#999 1px solid;
    box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.20);
}

.MemberNavigationInnerBorder
{
    position: relative;
    height: 55px;
    width: 964px;
    margin: 0 auto;
}

/* @group navigation */
#navigation ul
{
    list-style: none;
    display: inline;
    float: right;
    height: 25px;
    position: relative;
}
#navigation ul li
{
    list-style: none;
    display: block;
    width: auto;
    float: left;
    border: none;
    position: relative;
}
/* @end */

/* @group header */

/*#home #header*/
#header, #headerMember
{
    position: relative;
    width: auto;
  border-bottom: 1px solid #bebebd;
}

 #headerMember
 {
     
     background: #6a7910;
     overflow:hidden; 
 }
 
/*#home #header-inner*/
#header-inner
{
    position: relative;
    height: auto;
    width: 964px;
    padding: 13px 0;
    margin: 0 auto;
}
#home #header a.header-logo
{
    position: relative;
    left: 20px;
    top: 20px;
}




/* @end */

/* @group content */
/* begin #content styles */
/*Nalini Issue:12429*/


#home #content
{
    
}

#content .CenterContent,
#content .HomeCenter,
#content .OtherPageCenter
{
    width: 964px;
    margin: 0 auto;
}

#content .LeftCol, #content .CenterCol
{
    position: relative;
    height: auto;
    width: 220px;
    float: left;
}
/*Tm:For Fellow serach div to align right*/

#FellowSearch
{
    /*overflow:hidden;*/
    clear:both;
}

#FellowSearch .RightCol
{
     width: 660px;
     float: left;
  
}

#FellowSearch .LeftCol
{
     width: 250px;
     float: left;
     margin: 0 20px 0 0; 
}

/*End*/
#content .CenterCol
{
    width: 744px;
}

.CenterContent .ColFull
{
    padding: 10px 0;
}

.HomeFull
{
    /*height: 400px;*/
    height: auto;
    background: url(../_img/SliderBackground.png);
}

.MemberHomeFull
{
    position: relative;
    height: 166px;
    width: 100%;
    background: #f8f8f8;
}

.MemberHomeFull .MemberHeaderWrapper
{
    height: 166px;
    width: 964px;
    background: #f8f8f8;
    margin: 0 auto;
}

#content .SmallSliderImageBorder
{
    height: 142px;
    background: url(../_img/SmallSliderBackground.png);
}

#content .SmallSliderImageBorder .SliderImageBorder
{
    height: 117px;
    width: 964px;
    margin: 0 auto
}

#content .SmallSliderImageBorder .breadcrumbBorder
{
    height: 25px;
    line-height: 25px;
    width: 964px;
    margin: 0 auto;
    background: #fff;    
}

#content .breadcrumbWrapper,
#content .memberBreadcrumbWrapper
{
    height: auto;
    width: 100% !important;
    background: #F8F8F8;
}

#content .memberBreadcrumbWrapper h1
{
    color: #2a5891 !important;
    border-bottom: none !important;
    padding-bottom: 20px !important;
}

#content .memberBreadcrumbWrapper .rsmLink, #content .memberBreadcrumbWrapper .rsmLink:hover
{
    color: #636161 !important;
    text-decoration: none;
}

#content .memberBreadcrumbWrapper .rsmLink:hover
{
    text-decoration: underline;
}

#content .breadcrumbWrapper .breadcrumbBorder,
#content .memberBreadcrumbWrapper .breadcrumbBorder
{
    height: auto;
    width: 964px !important;
    margin: 0 auto;
    background: #F8F8F8; 
    margin-top:10px;   
}

/* Breadcrumb link */
.rsmLink, .rsmLink:hover
{
    color: #57621a !important;
    text-decoration: none;
}

.rsmLink:hover
{
    text-decoration: underline;
}

.rsmItem
{
    color: #57621a !important;
}

.sfBreadcrumbNodeSeparator
{
    height: 25px;
    width: 15px;
    color: #57621a;
}

#home #contentLeft
{
    float: left;
    width: 300px;
    vertical-align: top;
}


#home #contentMiddle
{
    float: left;
    margin: 2px;
    vertical-align: top;
    width: 350px;
}

#home #contentRight
{
    float: right;
    width: 300px;
    vertical-align: top;
}
#home .contact-info
{
    background: transparent url(../../App_Themes/ICE/_img/home-contact-bg.png) top left repeat-x;
    padding: 20px;
    width: 210px;
    margin: 0px 0px 0px 0px;
    float: left;
}
#home .contact-info h3
{
    padding: 0px 0px 5px 0px;
    color: #005CAB;
}
#home .contact-info p
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
#home #content .right
{
    margin: 0px 0px 0px 10px;
}

/* end #content styles */
/* @end */

/* @group sidebar */
#home #sidebar
{
    width: 350px;
    float: left; /*background: transparent url(../../App_Themes/ICE/_img/sidebar-home-bg.png) no-repeat;*/
    background: url("../../App_Themes/ICE/_img/page-home-bg.png") repeat-x scroll 0 0 transparent;
    padding: 10px;
    position: relative;
}

#sidebar
{
    width: 200px;
    float: left;
    padding: 10px;
    position: relative;
}
/* @end */



/* @group footer */
#TopWrapper{
    height:auto;
    min-height:100%;
}
#TopWrapperInner{
    padding-bottom:100px;
}

#footerWrapper
{
    position: relative;
    height: 100px;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    /*margin: 0px auto 4px auto;
    padding: 7px 1px 22px 8px;
    background-color: #ffffff;*/
    background: #f4f7e5;
    border-top: 7px solid #c5c7bc;
    margin-top: 40px;
    
    clear: both;
    margin-top: -100px;
    z-index: 10;
}
#footer
{
    height: auto;
    width: 964px;
    background: #f4f7e5;
    padding-top: 20px;
    margin: 0 auto;
    font-size:13px;

}
#footer ul
{
    list-style: none;
    display: inline;
    float: left;
}
#footer ul li
{
    list-style: none;
    display: inline;
}
#footer ul li a
{
    display: block;
    float: left;
    /*padding: 0px 8px 0px 0px;*/
    margin: 0px 28px 0px 0px;    
    color: #5c5c5a;
    text-decoration: none;
    border-bottom: 1px #75766e dotted;
    padding-bottom: 3px !important;
}
#footer ul li a:hover
{
    display: block;
    float: left;
    /*padding: 0px 8px 0px 0px;*/
    margin: 0px 28px 0px 0px;    
    color: #5c5c5a;
    text-decoration: none;
    border-bottom:1px transparent solid;
    padding-bottom: 3px !important;
}

#footer ul li.last a
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-right: none;
}

#footer p
{
    float: right;
    width: 370px;
    text-align: right;
    padding-right: 4px;
}

#footer hr
{
    color: #d9c6a6;
    height: 1px;
    /*change by dilip */
     /*width: 99%;*/
    margin-top: 1em;
}

/* @end */



/* @group clearfix */
/* begin clearfix styles */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */
/* end clearfix styles */

.test-div
{
    height: 10px;
    background: fuchsia;
}

#EventsAndMeetings
{
    float: left;
    width: 100%;
}

#EventsAndMeetingSpacer
{
    float: left;
    width: 2%;
}

#EventsAndMeetingsLeftContainer
{
    float: left;
    width: 75%;
}

#EventsAndMeetingsRightContainer
{
    float: right;
    width: 22%;
}

.MiddleImage
{
    vertical-align: middle;
}

.PeopleImage
{
    vertical-align: top;
    border: 1px solid #cccccc;
    margin-right: 4px;
}

a.PeopleLink
{
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    color: #333333;
}
a.PeopleLink:hover
{
    text-decoration: underline;
}


/* Sitefinity Search Pagination Style */

div.sf_pagerNumeric
{
    width: 99%;
    float:left;
    text-align:right;
}

div.sf_pagerNumeric a
{
    padding: 0px 4px;
}

div.sf_pagerNumeric a.sf_PagerCurrent
{
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}

/* Sitefinity Search Pagination Style */

div.sf_pagerNumeric
{
    width:99%;
    float:left;
    text-align:right;
    min-height:22px;
}

div.sf_pagerNumeric a
{
    padding: 0px 8px 0px 8px;
    border:1px solid #d9c6a6;
}

div.sf_pagerNumeric a.sf_PagerCurrent
{
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}

.sfsearchBox
{
    float:right;
}

.sfsearchResultHighLighter
{
    border-bottom:1px solid #d9c6a6;
}

	
#shadow-upper {
	background: url("../../App_Themes/ICE/_img/shadow-top.png");
	background-repeat:no-repeat;
	vertical-align: top;
	height: 17px;
	width: 964px;
	margin: auto;
	padding: inherit;
	
}

/* @end */

/* Navin Prasad  SyncProfile Control Start*/

.SyncProfileMainDiv
{
    padding-top:5px;
    background-color: #E2C8A7;
    overflow: auto;
}

.SyncProfileSyncTableDiv
{
    margin: 0px 5px 5px 5px; 

    /*font-family: Segoe UI, Regular; */
    font-size: 11px;
    font-weight: bold; 
    float:left; 
    padding-right: 20px;
}
.SyncProfileSyncTextDiv
{
    width: 100%;
}

/* Navin Prasad  SyncProfile Control End*/

/* Navin Prasad  Profile Control Start*/

.ProfileMainDiv
{
    width: 100%;
}
.ProfileTitleDiv
{
    width: 100%; 
    float: left;
}
.ProfileTitleTable
{
    width: 100%;
}

.ProfileUpperDiv
{
    width: 90%;
}
.ProfileLinkedInDiv
{
    margin: 0px 5px 5px 5px; 

    /*font-family: Segoe UI, Regular; */
    font-size: 11px;
    padding-top: 5px;
    
}
/*Anil Changess for issue 12718*/
.ProfileMiddleDiv
{
    width: 100%;
}

.ProfileRightDiv
{
    width: 77%; 
    float: right;
}
.ProfileLeftDiv
{
    width: 18%; 
    float: left;
}
/*End*/
.ProfileLowerDiv
{
    
}


.BorderDiv
{
    padding-right: 0px; 
    padding-left: 0px; 
    border:1px solid #E7D2B6; 
}





/* Anil Bisen changess for issue 12718  */
.tdWebAccountInfo
{
    background:url(../../App_Themes/ICE/_img/web-icon.png) #957140;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    color:White;
    background-position: 1% center;
    vertical-align: middle;
}

.tdContactInfo
{
    background:url(../../App_Themes/ICE/_img/contact-icon.png) #957140;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    color:White;
    background-position: 1% center;
    vertical-align: middle;
}

.tdTopicofInterestInfo
{
    background:url(../../App_Themes/ICE/_img/topic-of-int.png) #957140;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    color:White;
    background-position: 1% center;
    vertical-align: middle;
}

.tdPersonalInfo
{
    background: url(../../App_Themes/ICE/_img/personal-icon.png) #957140;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: White;  
    background-position: 1% center;
    vertical-align: middle;
  
}

.tdImage
{
   
    background-position: 4% center;
    padding-left: 15px;
   
  
}

.SyncProfileSyncMessageDiv
{
    margin: 0px 5px 5px 5px; 
    font-size: 13px;
}
.SyncProfileLinkedInDiv
{
    margin: 0px 5px 5px 5px;
}
/* Anil Bisen  */

/* Navin Prasad  Profile Control End*/

/* Navin Prasad Meeting Control Start */

.MeetingMainDiv
{
    width:100%;
   overflow:auto;
}
.MeetingLeftDiv
{
    width:72%;
     float: left;
     overflow:hidden;

 
}
.MeetingSepDiv
{
     width:3%;
     float: left;
}
.MeetingRightDiv
{
    width:25%;
    float: left;
    overflow:hidden;

}
.MeetingTitleDiv
{
    font-weight:bold ;
    font-size:18px;
    color: #E97C00;
}

.MeetingWebDescriptionDiv
{
    text-align: justify;
}
.MeetingDetailDiv
{
    width:100%;
}
.SpeakerDetailsDiv
{
}
 /*Dilip changes 12721*/
.SpeakerDetailHeader, .SheduleDetailHeader, .DiscussionForumHeader
{
    background-repeat: no-repeat;
    font-weight: bold; 
    font-size: 12px; 
    height: 28px;
    padding:0px 0px 3px 45px;    
    color:#6c573d;    
}

.SpeakerDetailHeader
{
    background-image:url(../../App_Themes/ICE/_img/speaker-icon.png) ;
}

.SheduleDetailHeader
{
    background-image:url(../../App_Themes/ICE/_img/schedule-icon.png) ;
}

.DiscussionForumHeader
{
    background-color:#e7d2b6;
     /* width:250px;*/
   /* background-image:url(../../App_Themes/ICE/_img/discussion-icon.png) 5px 3px;  */
    background:url(../../App_Themes/ICE/_img/discussion-icon.png) no-repeat #e7d2b6 5px 3px; 
    
}

.PeopleAtMeetingHeader,.TravelDiscountHeader,.RelatedEventsHeader
{
    background-color: #e7d2b6;
    color:#74573b;
    
}
.tdPeopleAtMeetingHeader,.tdTravelDiscountHeader,.tdRelatedEventsHeader
{
     
    font-weight: bold; 
    font-size: 12px; 
    height: 28px;
   /*dilip issue 12721*/
    
   /* padding-left: 27px;  */
    padding-left: 31px;  
   
   
}
 /*dilip issue 12721*/
 
.tdPeopleAtMeetingHeader
{
   
    background:url(../../App_Themes/ICE/_img/people-icon.png) no-repeat #E7D2B6 5px 3px;
  
}

.tdTravelDiscountHeader
{
   
    background:url(../../App_Themes/ICE/_img/travel-icon.png) no-repeat #E7D2B6 5px 3px;
}

.tdRelatedEventsHeader
{
      background:url(../../App_Themes/ICE/_img/event-icon.png) no-repeat #E7D2B6 5px 3px;
}

.meeting-label
{
    width:15%;
    font-weight:bold;
}

/* Navin Prasad Meeting Control End */


/* Navin Prasad MeetingDirection control Start   */
.DirAddressDiv
{
    Width:98%; display:block; margin-bottom:2em;
}
.dirOrAddressDiv
{
    Width:40%; float:left; border:1px solid #c7baa6;
}
.Dirheader
{
    background-color:#b19463; color:White; font-size:12px; font-weight:bold; padding-left: 4px; padding-top:2px;
}
.DirArrow
{
    Width:15%; text-align:center; vertical-align:middle; float:left;
      background-image:url(../../App_Themes/ICE/_img/arrow.png);
}
.divGoogleMap
{
    width:100%; float:left; border:1px solid #c7baa6; height:500px;
}

/* Navin Prasad MeetingDirection control End   */
		  

/* suvarna Deshmukh IssueID-12433,12430 and 12434 On Dec 13, 2011 */

.BrowseProduct
{
    font-style:normal;
    color:white;
    font-weight:bold;    
    padding-left:0px;
    /*padding-top:3px;*/   
    padding-bottom:3px; 
    font-size:12px;
}

.BrowseProduct h6
{
    background: url(../../App_Themes/ICE/_img/browse-bg.jpg) repeat;
    min-height:22px;
    /*position: relative; */
}

.CategorySeparator
{
    background: url(../../App_Themes/ICE/_img/category-saperator.jpg) repeat-x ;
    position: relative;
}

div.ProductCategory
{
    width:100%;
    float:left;
    border-color:#e2d3bb
}

.OuterDiv
{
    width: 100%;    
    height:100%;
}

.ProductCategoryDiv
{
    width: 22%; 
    height:100%; 
    float:left;
}

.ProdCategory
{
   float:left; 
   background-color: #ede0ca; 
   border:1px solid #d1b88e; 
   color:#a56813;
   min-height:450px;  
   width:99%; 
}

.FindProduct
{
    background-color: #ede0ca; padding-left:4px; padding-right:4px; padding-bottom:4px; padding-top:4px;
}
    
.div
{
float: left; 
margin-left:25px;
}

.textfont
{
   font-size:18px;   
   /*color:#f48f0b; */
}

.textfontsub
{
   font-size:18px;   
   color:#f48f0b;
}

.ICELabel
{
    Color:#f48f0b;
    font-size:12px;
    font-weight:bold;    
}

.DivGrid 
{   
    
   
    vertical-align:top;
    padding: 3px 0px 15px 0px;
    float:left;
    width:99%;
    
    /*padding-top:0px;
    border:1px solid #e7d2b6;
    border-collapse:separate;
    background-color:White;
     */
}

.Imgproduct
{
    height: 200px;
    width: 190px;
    background-color: White;
    padding: 10px;
    border: 1px solid #ccc;
}

.Image
{
    background-color:#e2e2e2;
    padding:5Px;
    Height:80px;
    Width:75px;
}

/*Anil changess issue 12996*/
.ICETBLabel
{
    text-align: left; 
    /*padding-left: 10px;
    padding-bottom: 5px;    
    padding-right: 5px;   */
    width: 10%;
}

.ICETBLabelVal
{
    text-align: left; 
    padding-left: 3px; 
    padding-bottom: 5px; 
     width:30%;
}

.btnCart
{
    height: 70%; 
    padding: 10px; 
    vertical-align:top;
    text-align:center;   
}

.msgCart
{
     /*padding-left: 5px; */
     padding-bottom: 5px; 
     padding-top: 5px;
     text-align:left;
}

.btnProdCart
{
      Width:110px;
}

.ProdDetails
{
    float: left; 
    margin-right: 10px;
    width:100%;
}

.ProdButtonLink 
{ 
    color:#7a582d; 
    font-weight:bold; 
    font-size:12px; 
    border:none; 
    background: none; 
    cursor: pointer; 
       /* width:124px; */
  text-decoration:underline; 
}

.product-listing
{
    background-color:transparent;
  padding:10px;
    vertical-align:top;
  /*  min-height:180px; */
}

.GriditemMargin
{
    background-color:transparent;
    padding-right:10px;
    padding-top:10px;
    vertical-align:top;
    
}

.lnkDecoration
{ 
  font-size:12px;
  color:#a56813; 
  font-weight:bold;
}

.lnkDecoration a:link 
{ color: #a56813; }

.lnkDecoration  a:hover 
{ color: #553916;
  background-color: #dbc195;
 }

.searchcor
{
    background: url(../../App_Themes/ICE/_img/search-corner.png) no-repeat left top; 
    height:33px;
    width:34px;
    float: right; 
}

.searchbg
{
    background-color:#e2c8a7;
    height:34px;
    width: auto;
    float: right;
    width: 260px;
}

/*dilip*/

.tdcalender
{
    background-color:#74573b;
     font-weight:bold;
      font-size:12pt;
       color:White ;
       Height:28px;
       width:10px;
      
}





/* Anil Change for whiteline*/
.SearchContent
{
    background: transparent url(../../App_Themes/ICE/_img/page-home-bg.png) repeat-x;
    height:35%;
    overflow:auto;
}
/* Anil Change end*/
/* End od addition by suvarna Deshmukh IssueID-12433,12430 and 12434 On Dec 13, 2011 */

/* @end */

/*Nalini Issue # 12578*/

.tdbgcolorshipping
{
    background-color:#32547D;
    padding: 7px 0 7px 3px;
}
.tdbgcolorshippingTo
{
    
    background-color:#e7d2b6;
    float:left;
    padding-left:1px;
    
}
.tdchangebuttonshipping
{
    valign=middle;
     align=left;
     padding-left:5px;
     padding-bottom:2px;
}

.tdchangeAddressBackground
{
    background-color: #e7d2b6;
}

.ProdNavBar
{
    float: left; vertical-align:top; width:23%; background-color:#ede0ca; min-height:450px; border:1px solid #d1b88e; overflow:auto;    
}

/* @end */
.paging-style td table td
{
    padding: 0px 5px;
    border: none !important;
}

/* Fixed Widths */

.Width1x 
{
    width: 32px;
}

.Width2x 
{
    width: 64px;
}

.Width3x 
{
    width: 96px;
}

.Width4x 
{
    width: 128px;
}

.Width5x 
{
    width: 160px;
}
.Width6x {
    width: 192px;
}

.Width7x 
{
    width: 224px;
}
.Width8x 
{
    width: 256px;
}

.Width9x 
{
    width: 288px;
}

.Width10x 
{
    width: 320px;
}

.Width11x 
{
    width: 352px;
}

.Width12x 
{
    width: 384px;
}

.Width13x
{
    width: 416px;
}

.Width14x
{
    width: 448px;
}

.Width15x
{
    width: 480px;
}

.Width16x
{
    width: 512px;
}

.Width17x
{
    width: 544px;
}

.Width18x
{
    width: 572px;
}

.Width19x
{
    width: 604px;
}

.Width20x
{
    width: 636px;
}

.Width21x
{
    width: 668px;
}

.Width22x
{
    width: 700px;
}

.Width23x
{
    width: 732px;
}

.Width24x
{
    width: 764px;
}

.Width25x
{
    width: 796px;
}

/* min width */
.MinWidth1x 
{
    min-width: 32px;
    width: expression(this.width <32 ? 32: 'auto');
}

.MinWidth2x 
{
    min-width: 64px;
    width: expression(this.width <64 ? 64: 'auto');
}

.MinWidth3x 
{
    min-width: 96px;
    width: expression(this.width <96 ? 96: 'auto');
}

.MinWidth4x 
{
    min-width: 128px;
    width: expression(this.width <128 ? 128: 'auto');
}

.MinWidth5x 
{
    min-width: 160px;
    width: expression(this.width <160 ? 160: 'auto');
}
.MinWidth6x {
    min-width: 192px;
    width: expression(this.width <192 ? 192: 'auto');
}

.MinWidth7x 
{
    min-width: 224px;
    width: expression(this.width <224 ? 224: 'auto');
}
.MinWidth8x 
{
    min-width: 256px;
    width: expression(this.width <256 ? 256: 'auto');
}

.MinWidth9x 
{
    min-width: 288px;
    width: expression(this.width <288 ? 288: 'auto');
}

.MinWidth10x 
{
    min-width: 320px;
    width: expression(this.width <320 ? 320: 'auto');
}

.MinWidth11x 
{
    min-width: 352px;
    width: expression(this.width <352 ? 352: 'auto');
}

.MinWidth12x 
{
    min-width: 384px;
    width: expression(this.width <384 ? 384: 'auto');
}
/* ~~~ */


#popupContainer
{
    position: absolute;
    height: auto;
    width: 500px;
    top: 30px;
    left: 50%;
    margin-left: -250px;
    background: #fff;
    display: none;
}

.contentContainer
{
    position: relative;
    height: auto;
    width: auto;
}

.jobTeaserContainer
{  
    padding-bottom: 24px;
    overflow:hidden;
    clear:both 
}
.jobTeaserContainer .JobLogo
{
    display:block;
    float:left;
    margin:10px 0 10px 0;
    width:74px;
    text-align:center 
}

.jobTeaserContainer .JobLogo img
{
}

.jobTeaserContainer .JobText
{
    display:block;
    margin-left:74px;
}

 

.jobTitle, .eventTitle
{
    /*font-size: 16px;*/
    font-size: 22px;
    /*font-weight: bold;*/
    color: #294f94;
    text-decoration: none;
    border-bottom: 1px #6f6f6f dotted;
    cursor: pointer;

}

.jobTitle:hover, .eventTitle:hover
{
    border: none;
}

.controlWrapper
{
    position: relative;
    height: auto;
    width: auto;
    padding-bottom: 7px;
    clear: both !important;
}

/*.label, .textbox, .combobox, .calendar, .textarea, .fileUpload
{
    position: relative;
    height: 23px;
    line-height: 23px;
    width: auto;
    float: left;
}

.textarea
{
    height: auto;
    line-height: 18px;
}

.label
{
    text-align: right;
    padding-right: 7px;
}

.fakeButton
{
    position: relative;
    height: 23px;
    line-height: 23px;
    width: 100px;
    text-align: center;
    border: 1px solid #ccc;
    background: #fdfdfd;
    float: right;
}

.button
{
    position: relative;
    height: 23px;
    line-height: 23px;
    width: auto;
    border: 1px solid #ccc;
    float: right;
}*/

.marginLeft1
{
    margin-left: 7px;
}

.multiTextLineHeight
{
    line-height: 23px;
}

.Image
{
    position: relative;
    height: auto !important;
    width: auto !important;
    border: none !important;
}

.clearFloat
{
    position: relative;
    clear: both !important;
    border: none !important;
}

.professionTitle
{
    font-size: 13px;
    font-weight: bold;
}

.validation
{
    color: Red;
    margin:10px 0;
}

.hide, .hideUploadButtonInGridView
{
    display: none;
}

.termsAndConditionBorder
{
    position: relative;
    height: 250px;
    width: auto;
    overflow: scroll;
}

/* ------------- TopicList1 */
ul.TopicList1, ul.TopicList1 ul{
    display:block;
    list-style-type:none;
    padding:0;
    margin:10px 0 10px 0;
    clear:both;
    overflow:hidden;
}
.IsFormPart ul.TopicList1{
    margin:0;
}

ul.TopicList1 ul{
    margin:0 0 0 0;
    padding:5px 0 10px 0;
    border-bottom: #ccc 1px dotted 
}
.IsFormPart ul.TopicList1 ul{
    border-bottom: none;
}

ul.TopicList1 li{
    display:block;
    list-style-type:none;
    padding:0;
    margin:0; 
}
ul.TopicList1 h4{
    padding:0;
    margin:20px 0 5px 0;
}
ul.TopicList1 div{
    color:#666;
}
 
 
ul.TopicList1 li.Level2{
    clear:both;
    font-weight:600;
    padding:10px 0 6px 0;
    margin:0;
}
ul.TopicList1 li.Level3{
    display:block;
    float:left;
    width:30%;
    margin:0 0 4px 20px;
} 


ul.TopicList1 li.Level2Only{
    display:block;
    float:left;
    width:30%;
    margin:0 0 5px 20px;
    font-size :95%;
}

/* Added */

/* http://wearefarmdog.com/blog/how-to-make-bullet-points-with-css-2/ */
ul.LoginBullet, ul.LoginBullet li
{
    padding: 0 0 !important;
}

ul.LoginBullet li
{
    margin-left: 16px !important;
}

ul.LoginBullet li:first-child
{
    padding-top: 7px !important;
}

/*ul.LoginBullet li:before 
{
    content: '';
    margin-right: 5px;
    color: #000;
}*/

ul.BulletPoint
{
    list-style-type: disc;
}

ul.LowerAlpha
{
    list-style-type: lower-alpha !important;
}


ul.BulletPoint li, ul.LowerAlpha li
{
    font-size: 13px;
}

.UnderlineNone
{
    color: #1d6dcf ;
    text-decoration: none ;
    border-bottom: 1px #1d6dcf dotted ;
}

.UnderlineNone:hover
{
     border-bottom:none;
}

.Title
{
    font-size: 13px;
    font-weight: bold;
    padding: 0 !important;
}

.ControlBorder
{
    position: relative;
    /*min-height: 100%;
    max-height: 100%;*/
    height: auto;
    padding-bottom: 9px;
}

.ErrorBorder
{
    position: relative;
    padding: 7px 0;
    color: Red;
}
.ErrorStatus{
    color:Red;
    display:block;
    margin:10px 0;
}

.InfoStatus{
    /*color:#ed781c;*/
    color:#6B7A11; /*JP - 2/07/2014*/
    display:block;
    margin:10px 0;
}

.LeftColumn, .RightColumn
{
    position: relative;
    height: auto;
    /*width: auto;*/
    float: left;
}

.RightColumn
{
    width: 711px;
    float: right;
}

.RightColBorder
{
    width: 300px;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    padding: 10px 0;
}

.FloatLeft
{
    float: left;
}

.FloatRight
{
    float: right !important;
}

/*.Label
{
    padding-right: 7px !important;
    float: left;
}

.TextBox
{
    height: 18px;
    line-height: 18px;
    padding: 0 4px !important;
    float: right;
}

.Button
{
    height: 20px;
    line-height: 20px;
    width: auto;
    padding: 0 7px;
    background: #ccc;
    border: none !important;
}*/

/*select
{
    border: none !important;
    background: #f7f6f6;
}*/

button, input, select, textarea
{
    font-family: inherit;
    font-size: inherit;
}

.Label, .LabelText, .Textbox, .AreaCodeTextbox, .PhoneNumberTextbox, .ExtensionTextbox, .Combobox, .Calendar, .Textarea, .FileUpload, .CheckBoxList, .FakeLabel, .RequiredLabel, .EventSearchCheckBoxList
{
    height: 32px;
    line-height: 32px;
    outline: 0px !important; 
    float: left;
}

.ControlBorder .Label{
    line-height:normal;
    padding-top:4px;
}

.Textbox, .ErrorControl, .Combobox, .AreaCodeTextbox, .PhoneNumberTextbox, .ExtensionTextbox, .ListBox
{
    /* MB: height: 32px;  */ 
    line-height: 32px;
    padding: 0 12px; 
    /* MB:  !important; */
    border: 1px solid #c7c7c7;
    border-radius: 9px 9px;
    background: #f7f6f6;
}

.Textarea
{
    border-radius: 9px 9px;
}

.PhoneNumberTextbox
{
    border-radius: 0 0;
}

.ListBox
{
    border-radius: 0px 0px 0px 0px;
    padding: 0 0 !important;
}

.ListBox option
{
    padding: 5px 12px !important;
}

.CheckBoxList label, .EventSearchCheckBoxList label
{
    padding:0 0 0 12px !important;
}

.CheckBoxList input
{
    margin-left: 0px !important;
}

.star
{
    font-size: 15px !important;
    color: #6b7a11;
}

.Combobox option, .SearchByComboBox option
{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.SearchByComboBox option
{
    width: 100%;
}

.Combobox, .Combobox option
{
    padding: 4px 9px !important;
}

.Textbox:focus, .Combobox:focus, .AreaCodeTextbox:focus, .PhoneNumberTextbox:focus, .Textarea:focus
{
    border: 1px solid #ffc168;
}

.AreaCodeTextbox
{
    border-radius: 9px 0 0 9px;
    border-right-style: none;
}

.ExtensionTextbox, .ExtensionTextbox:focus
{
    border-radius: 0 9px 9px 0;
    border-left-style: none;
}



.Textarea, .CheckBoxList, .EventSearchCheckBoxList
{
    height: auto;
    line-height: 18px;
    padding: 4px 12px !important;
    border: 1px solid #c7c7c7;
    background: #f7f6f6;
}

.CheckBoxList, .EventSearchCheckBoxList
{
    border: none;
    background: transparent;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    padding: 0 0 !important;
}

.Label, .RequiredLabel
{
    text-align: right;
    padding-right: 24px;
}

/*
.RequiredLabel, .RepositionQuestionMarkIcon
{
    margin-top: 27px;
} */

.HyperLink
{
    color: #1d6dcf;
    text-decoration: none;
    border-bottom: 1px #1d6dcf dotted;
}
.HyperLink:hover
{
    border-bottom: none;
}

.Button, .AddAnotherButton, .CancelButton, .NextButton
{
    position: relative;
    height: 32px;
    width: auto;
    border: none !important;
    border-radius: 9px 9px;
    cursor: pointer;
}

.NextButton
{
    background: url('../_img/ButtonArrow.png') right center no-repeat;
}

.LinkButton2
{
    position: relative;
    height: 24px;
    line-height: 24px;
    width: auto;
    border: none !important;
    border-radius: 9px 9px;
    cursor: pointer;
    display: block;
    text-align:center;
    background: #3d90f6;
    color: #fff;
    text-decoration: none;
}
.AddAnotherButton
{
    height: 25px;
    line-height: 25px;
    border: 1px solid #a5a895 !important;
    border-radius: 0px 0px 0px 0px
}

.CancelButton
{
    border: 1px solid #a5a895 !important;
    color: #57640b;
    margin-right: 7px !important;
}

.BankLinkBorder
{
    position: relative;
    height: 20px;
    line-height: 20px;
    margin-top: 12px;
    float: left;
}

.BackLink, .BackLink:hover, .Link, .Link:hover
{
    color: #1d6dcf;
    text-decoration: none;
    border-bottom: 1px #6f6f6f dotted;
    /*padding-bottom: 3px !important;*/
    cursor: pointer;
}

.BackLink
{
    display: inline-block;
    background: url('../_img/BackArrow.png') left center no-repeat;
    padding-left: 13px;
}

.BackLink:hover, .Link:hover
{
    border-color:transparent;
}

.SpanBackLink
{
    color: #6f6f6f;
    font-size: 16px;
}

.AddMore
{
    height: 24px;
    line-height: 24px;
    border: none !important;
    color: #2c6bd7;
    background: url('../_img/AddMore.png') left center no-repeat;
    padding-left: 19px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
}

.RemoveMore
{
    height: 24px;
    line-height: 24px;
    border: none !important;
    color: #2c6bd7;
    background: url('../_img/RemoveMore.png') left center no-repeat;
    padding-left: 19px;
    text-align: left;
    cursor: pointer;
}

.AutoHeight
{
    height: auto !important;
    line-height: 18px;
    word-wrap: break-word;
    text-align: left;
}

.ResizeHeight
{
    height: 25px;
    line-height: 25px;
}

.ClearPadding
{
    padding: 0 0 !important;
}

.ClearMargin
{
    margin: 0 0 !important;
}

.Line
{
    height: 4px;
    background: #f58023;
    margin-bottom: 26px;
}

.PaddingTop1x
{
    padding-top: 5px;
}

.PaddingTop2x
{
    padding-top: 10px;
}

.PaddingTop3x
{
    padding-top: 15px;
}

.PaddingBottomx1
{
    padding-bottom: 5px;
}

.PaddingBottomx2
{
    margin-bottom: 10px !important;
}

.MarginRight1x
{
    margin-right: 25px;
}

.MarginRight2x
{
    margin-right: 10px;
}
.PaddingLeft2x
{
    padding-left:10px;
}
.PaddingRight2x
{
    padding-right:10px;
}


.LoginPage, .ForgotPasswordPage, .RegisterPage, .PageWrapper, .EducationPage
{
    position: relative;
    height: auto !important;
    width: auto;
    padding-bottom: 10px;
}

.LoginPage
{
    width: 800px;
    margin: 0 auto;
}

.ForgotPasswordPage
{
    width: 600px
}

.RegisterPage
{
    width: 868px;
}

.EducationPageSize, .EducationControlSize
{
    width: 427px;
}

.QuestionIcon
{
    position: absolute;
    height: 13px;
    line-height: 13px;
    width: 13px;
    top: 10px;
    left: 220px;
    background: #7f7f7f;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 16px;
    cursor :pointer; 
}

.InfoIcon{
    display:inline-block;
    height: 13px;
    line-height: 13px;
    width: 13px;
    background: #7f7f7f;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 16px;
    cursor :pointer; 
}


.ResizeQuestionIconPosition
{
    top: 18px; 
    left: 118px;
}

.PersonalDetailNavigationWrapper
{
    position: relative;
    height: auto;
    width: 120px;
    border-bottom: 1px #acabab dashed;
}

.FooterTextLink a, .FooterTextLink a:hover
{
    color: #5c5c5a;
    text-decoration: none;
    border-bottom: 1px #75766e dotted;
    padding-bottom: 3px !important;
}

.FooterImageLink a, .FooterImageLink a:hover
.LogoLink a, .LogoLink a:hover
{
    text-decoration: none;
}

.HeaderSearchBorder
{
    position: relative;
    height: auto;
    width: auto;
    clear: both !important;
    padding-top: 20px;
     padding-bottom: 20px;
}

.HeaderSearchTopBorder
{
    position: relative;
    height: 24px;
    width: 141px;
    margin-bottom: 21px;
    float: right;
}

.HeaderSearchBottomBorder
{
    position: relative;
    height: 30px;
    width: auto;
    float: right;
}

.HeaderRegister
{
    margin-right: 7px;
}

.HeaderLogin, .HeaderLogout
{
    height: 24px;
    line-height: 24px;
    width: 67px;
    background: #ebebeb;
    color: #575d35;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: block;
    text-align: center;
}

.HeaderLogout
{
    width: 80px;
    background: #a2b915;
    color: #fff;
}

.HeaderWelcome, .HeaderRegisterLink, .HeaderUsernameLink
{
    height: 24px;
    line-height: 24px;
    color: #fff;
    display: block;
    padding-right: 7px;
}

.HeaderUsernameLink
{
    padding-right: 14px;
}

.HeaderRegisterLink
{
    color: #575d35;
    text-decoration: none;
    padding-right: 14px;
}

.HeaderRegisterLink:hover
{
    text-decoration: underline;
}

.HeaderSearchTextBox, .SearchTextBox
{
    height: 30px;
    width: 168px;
    border-radius: 8px 0px 0px 8px;
    padding: 0 10px;
    background: #e9ebdf;
    border: none;
    float: left;
}

.DefaultHeaderSearchButton, .MemberHeaderSearchButton
{
    height: 30px;
    line-height: 30px;
    width: 57px;
    padding-left: 30px;
    border-radius: 0 8px 8px 0;
    background: #6b7a11 url(../_img/Search.png) left center no-repeat;
    float: right;
    color: #fff;
    font-size: 13px;
    float: right;
}

.MemberHeaderSearchButton
{
    background: #4b5706 url(../_img/Search.png) left center no-repeat;
}

.SearchButton
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    line-height: 30px;
    width: 87px;
    padding-left: 27px;
    background: transparent;
    text-align: left;
    color: #fff;
    border: none;
}
.CommitteesSearchButton
{
    height: 30px;
    line-height: 30px;
    width: 87px;
    padding-left: 27px;
    background: #6b7a11 url(../_img/Search.png) left center no-repeat;
    text-align: left;
    color: #fff;
    border: none;
    border-radius: 0 8px 8px 0;
}

table.RadioButton,
table.ErrorRadioButton,
table.CheckBoxList
{
    border: 1px solid #c7c7c7;
    border-radius: 9px 9px;
    border-spacing: 0px;
    overflow: hidden;
}


table.RadioButton tr td,
table.ErrorRadioButton tr td,
table.CheckBoxList tr td
{
    height: 32px;
    border-bottom: 1px solid #c7c7c7 !important;
    padding:10px 8px;
}

table.RadioButton td label

table.RadioButton tr:last-child td,
table.ErrorRadioButton tr:last-child td,
table.CheckBoxList tr:last-child td
{
    border-bottom: none !important;
}

table.RadioButton label,
.ErrorRadioButton label
{
    padding-left: 25px;
    display:block;
}

table.RadioButton td input
{
    display:block;
    float:left;
}

table.ErrorRadioButton
{
    border-radius: 0 0 9px 9px;
    border-top: none;
}

.Navigation
{
    position: relative;
    height: auto;
    width: 928px;
    float: left;
}

.Label
{
    font-size:14px;
}

.MobileMenu
{
    display:none
}

.HomeIcon
{
    width: 36px;
    height:100%;
    float: left;
}
.HomeIcon a
{
    border-top: 4px solid #fff;
    height:51px;
    display:block;
    padding:0 7px;
    background: url("../_img/HomeIcon.png") no-repeat center 10px transparent;    
}

.HomeIcon a:hover, .HomeIcon a.active
{
    border-top: 4px solid #f58023;
    
}
.HomeIcon a:hover
{
    background-color: #f4f5ed;
    box-shadow: 0 0 2px 2px #b6b6b5;
    
}

.AddingFieldBorder, .AdditionalBorder, .PrivacyBorder
{
    position: relative;
    height: auto;
    width: auto;
    padding-bottom: 7px;
    border-top: 1px solid #b9b3b3;
    border-bottom: 1px solid #b9b3b3;
    margin: 14px 0 9px 0 !important;
}

.AddingFieldBorder
{
    padding-top: 9px;
}

.AdditionalBorder, .PrivacyBorder
{
    border: none;
    margin: 30px 0 7px 0 !important;
}

.PrivacyBorder
{
    position: relative;
    height: 200px;
    line-height: 18px;
    top: 0px;
    left: 0px;
    overflow: auto;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

.PrivacyBorderWrapper
{
    position: absolute;
    height: 250px;
    padding: 0 20px 30px 20px;
    display: none;
    z-index: 1000 !important;
    background: #fff;
}

.CloseModalButton 
{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: small; 
    font-weight: bold; 
    color: #666; 
    text-decoration: none;
    padding: 0px 3px 0px 3px;
    display: block; 
    cursor: pointer;
}

.ModalBackground 
{
    position: fixed;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: none;
    z-index: 999;
}

.AgreeBorder
{
    width: 94%;
    padding: 10px 3%;
    background: transparent;
    border: 1px solid #c7c7c7;
    border-radius: 9px 9px;
}

.UpdateBorder
{
    position: relative;
    height: auto;
    border-top-style: none;
    border-bottom: 1px solid #f9b37b;
    padding-bottom: 16px;
    /*margin: 0 0 7px 0 !important;*/
}

.NoBorder
{
    border: none !important;
}

.Title
{
    color: #6b7a11;
    border-bottom: 1px solid #f9b37b;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    /*    font-size: 16px;*/
    font-size:1.467em;
    font-weight: normal;
    margin-bottom: 15px !important;
}

.NoMargin
{
    margin: 0 0 !important;
}

.NoPadding
{
    padding: 0 0 !important;
}

.SidebarMenuTitle
{
    position: relative;
    height: 21px;
    line-height: 13px;
    width: 219px;
    background: #fff;
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
}

.SidebarMenuBorder .k-widget
{
    position: relative;
    height: auto;
    width: 219px;
    background: #fff;
    border-bottom: 1px solid #ADADAD;
}
 
.SidebarMenuBorder .k-treeview
{
    white-space: normal !important;
}

.SidebarMenuBorder .k-treeview .k-item 
{
    height: auto !important;
    padding: 0 0 !important;
}

.SidebarMenuBorder .k-treeview .k-in
{
    margin: 0px 0px;
    padding: 0px 0px;
    line-height:normal;
}

.SidebarMenuBorder .k-treeview .k-in.k-state-hover, 
.SidebarMenuBorder .k-treeview .k-in.k-state-selected, 
.SidebarMenuBorder .k-treeview .k-in.k-state-focused
{
	padding: 0 0;
	border: none;
}

.SidebarMenuBorder .k-state-hover,
.SidebarMenuBorder .k-state-focused
{
    border-color: transparent !important;
}

.SidebarMenuBorder .k-treeview .k-icon
{
    display: none !important;
}

.SidebarMenuBorder .k-widget ul li a
{
    display: block;
    padding: 8px 0 8px 0 !important;
    width: 219px;
    color: #6b7a11;
    text-decoration: none;
    
    font-size: 0.867em;
    border-top: 1px solid #ADADAD; 
}

/*.SidebarMenuBorder .k-widget ul li
{
 border-bottom: 1px solid #ADADAD; 
}

.SidebarMenuBorder .k-widget ul li li
{
  
    border-bottom: 1px dotted #ADADAD; 
  
}

.SidebarMenuBorder .k-widget ul li li li,
.k-last
{
  
    border-bottom: none; 
  
}*/

/* Second level */
.SidebarMenuBorder .k-treeview .k-item > .k-group li a
{
    height: auto;
    width: 205px !important;
    color: #333;
    padding-left: 14px !important;
}


/*.SidebarMenuBorder .k-treeview .k-item > .k-group li a:nth-child(1)
{
   border-top: 1px dotted #ADADAD;
}*/

.SidebarMenuBorder .k-treeview .k-item > .k-group li .k-in .sfSel
{
    border-top: 1px dotted #ADADAD;
    border-bottom: none;
    background: #EFEFEF;
}

/* Third level */
.SidebarMenuBorder .k-treeview .k-item > .k-group li ul li:first-child
{
    border-top: 1px dotted #ADADAD;
}

.SidebarMenuBorder .k-treeview .k-item > .k-group li ul li a
{
    width: 191px !important;
    color: #333;
    padding-left: 28px !important;
    border: none;
    background: #FBFAFA;
}

.SidebarMenuBorder .k-treeview .k-item > .k-group li ul li .k-in .sfSel
{
    border: none !important;
    font-weight: bold !important;
    background: #FBFAFA !important;
}

/*.SidebarMenuBorder .k-treeview .k-item li .k-in a.sfSel < .SidebarMenuBorder .k-treeview .k-item li ul li .sfSel 
{
    font-weight: normal !important;
}*/


/* MainNav */
/* required for Menu operation .Navigation a.sfNavToggle { display:none} */
.Navigation .sfNavToggle
{
 display:none   
}

/*
.MemberMainNavigation .k-header .k-link:hover, .MemberMainNavigation .k-state-active {
    background: url("../_img/SelectedPageArrow.png") no-repeat scroll center bottom transparent;
    border-top: 4px solid #f58023 !important;
    color: #5c5c5a;
    height: 45px !important;
    overflow: hidden !important;
    padding-bottom: 13px !important;
}
*/

.MainNav.Default .k-menu .k-item, 
.MainNav.Default .k-widget.k-menu-horizontal > .k-item
{
    border: none;
}

.MainNav.Default .k-icon
{
    display:none
}

.MainNav.Default li.k-item{
    width:122px;
    padding:0;
    margin:0;
}

.MainNav.Default li.k-item .k-link
{
    line-height: 18px;
    font-size:13px;
    font-weight:400;
    letter-spacing: -1px;
    color: #5c5c5a;
    display:block;
    height:51px;
    padding:0 !important;
    word-wrap: break-word;
    border-top: 4px solid transparent;
    cursor: pointer !important;
    text-align: left;
}

.MemberNavigationBorder .MainNav.Default li.k-item .k-link
{
    line-height: 36px;
    text-align: center;
}


.MainNav.Default li.k-item .k-link b{
    display:block;
    padding: 4px 5px 0 5px;
    font-weight :400;
}


.DefaultNavigationBorder .MainNav.Default li.k-item.k-first,
.DefaultNavigationBorder .MainNav.Default li.k-item.k-last{
    width: 96px;
}

.DefaultNavigationBorder .MainNav.Default .k-menu .k-group li.k-item.k-first,
.DefaultNavigationBorder .MainNav.Default .k-menu .k-group li.k-item.k-last{
    width: auto;
}

.MainNav.Default .k-header .k-link:hover, 
.MainNav.Default .k-state-active
{
    background-color: #f4f5ed;
    color: #4d5905;
    border-top: 4px solid #f58023 !important;
    box-shadow: 0 0 2px 1px #b6b6b5;
}
.MainNav.Default .k-state-active, .MainNav.Default .k-state-active:hover
{
    border-top: 4px solid #f4f5ed !important;
}

.MainNav.Default .sfSel
{
    color: #4d5905 !important;
    border-top: 4px solid #f58023 !important;
}

.MainNav.Default .k-menu .k-animation-container
{
    background: #f4f5ed;
    border-bottom: 8px solid #f58023;
    box-shadow: 0 1px 2px 1px #b6b6b5;
}

.MainNav.Default .k-menu .k-group
{
    left: 2px !important;
    padding: 0 10px;
    border: none;
    background: #f4f5ed;
    min-width:200px;
    
}

.MainNav.Default .k-menu .k-group .k-item
{
    width: auto;
    border-top: 1px solid #c3c3c3 !important;
}

.MainNav.Default .k-menu .k-group .k-first
{
    border-top: 1px solid #f4f5ed !important;
}


.MainNav.Default .k-menu .k-group .k-link
{
    display:block;
    height: 38px;
    line-height: 38px;
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    text-align: left !important;
}
.MainNav.Default  .k-menu .k-group .k-link:hover
{
    background-color: transparent !important;
    color: #4d5905;
    cursor: pointer;
    border: none !important;
    box-shadow: none !important;
}

 
 



.MemberVerticalNavigation
{
    position: relative;
    width: 100%;
    background: #fbfafa;
    float: left;
    border-bottom: 1px solid #d8d8d8;
}

.MemberVerticalNavigation .k-menu .k-item, 
.MemberVerticalNavigation .k-widget.k-menu-horizontal > .k-item
{
    border: none;
    border-top: 1px solid #d8d8d8 !important;
}

.MemberVerticalNavigation .k-header .k-link
{
    height: auto;
    line-height: 18px;
    width: auto;
    font-size: 13px;
    letter-spacing: -1px;
    color: #636363;
    padding: 9px 10px !important;
    word-wrap: break-word;
    cursor: pointer !important;
}

.MemberVerticalNavigation .k-header .k-link:hover, 
.MemberVerticalNavigation .k-state-active,
.MemberVerticalNavigation .k-state-selected
{
    background-color: #6b7a11;
    color: #fff;
}

/* RadDatePicker style */
.rcTable.rcSingle, .Search .rcTable.rcSingle, div.Calendar .rcTable.rcSingle, div.ErrorCalendar .rcTable.rcSingle
{
    position: relative;
    height: 32px;
    line-height: 32px;
    padding: 0 7px !important;
    border: 1px solid #c7c7c7 !important;
    border-radius: 9px 9px;
    background: #f7f6f6 !important;
}

div.ErrorCalendar .rcTable.rcSingle
{
    border: 1px solid #c7c7c7 !important;
    border-top: none !important;
    border-radius: 0 0 9px 9px !important;
}

.rcTable.rcSingle:focus, .Search .rcTable.rcSingle:focus,
div.Calendar .rcTable.rcSingle:focus, div.ErrorCalendar .rcTable.rcSingle:focus
{
    border: 1px solid #ffc168;
}

.riTextBox, .Search .riTextBox
{
    border: none !important;
    background: #f7f6f6 !important;
    outline: 0px !important;
    color: #000000 !important;
    font-size: 13px !important;
}

.Search .riTextBox, .Search .rcTable.rcSingle
{
    background: #fff !important;
}

/* */

table.NoGrid
{
    width: 100%;
    border-spacing: 0;
    border-width:0 !important;
    border-collapse: collapse !important;
}
table.NoGrid td, table.NoGrid th, table.NoGrid tr
{
    text-align: left;
    border-width: 0;
}


table.GridView1 
{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse !important;
    border: none !important;
    font-size:.867em;
}

table.GridView1 tr td, table.GridView1 tr th, table.GridView1 th.HeadRow
{
    height: auto;
    text-align: left;
    border-right: 1px solid #dfdfdf;
    border-left: none;
    padding: 10px 11px;
}

table.GridView1.SmallPadding tr th, table.GridView1.SmallPadding tr td
{
    padding-right:4px;
    padding-left:4px;
}

table.GridView1 tr td:last-child, table.GridView1 tr th:last-child, table.GridView1 th.HeadRow:last-child
{
    border-right: none !important;
}

table.GridView1 tr
{
    border: none;
}

table.GridView1 tr td {
    background-color: #fff;
    border-top: none;
    border-bottom: none;
}

 table.GridView1 td .Th
{
    display :none;
}

table.GridView1 tr table td {
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    color: #333333;
}

table.GridView1 tr.HeadRow td, table.GridView1 tr.HeadRow th, table.GridView1 th.HeadRow 
{
    color: #fff;
    text-align: left;
    background: #32547d;
}
table.GridView1 tr.HeadRow a{
    color:#fff;
    text-decoration:none;
    border-bottom:#CCC 1px dotted;
}

table.GridView1 .rgRow, table.GridView1 .AltRow
{
    border: none;
}

table.GridView1 .GridViewHeader, table.GridView1 .HeadRow
{
    background-color: #32547D;
    color: #fff;
    font-size: 13px;
    border: none;
}

 
 

table.GridView1 tr.AltRow > td, table.GridView1 tr.SelectedRow > td 
{
    background-color: #f0f3ee;
    color: #333333;
}

table.GridView1 tr.SumRow > td {
    background-color: #ccc;
}

table.GridView1 tr.EditRow > td,
table.GridView1 tr.FooterRow > td 
{
    background-color: #dededd;
}

table.GridView1 tr.PagerRow > td 
{
    background: transparent;
    border-bottom: none;
    padding: 0;
}

table.GridView1 tr.PagerRow table td 
{
    padding: 0;
    border: none;
}

table.GridView1 tr.paging-style table
{
    padding-top: 7px; 
    margin: 0 auto;
}

table.GridView1 tr.paging-style span
{
    color: #fff;
    background: #afb680 !important;
    padding: 7px 14px !important;
    display: block !important;
    border-radius: 100px 100px;
}

table.GridView1 tr.paging-style a
{
    color: #fff;
    display: block !important;
    clear: none !important; /* datagrid! */
    float: left; /* datagrid! */
    background: #6c7341 !important;
    padding: 7px 14px !important;
    margin: 0 1px;
    line-height: 20px;
    text-decoration: none !important;
    border-radius: 100px 100px;
}

table.GridView1 tr.paging-style a:hover
{
    color: #fff;
    background: #909762 !important;
}

table.GridView2
{
    width: 100%;
    
    border-spacing: 0;
    border-collapse: separate !important;
    border-radius: 9px 9px;
    overflow: hidden !important;
    border: 1px solid #E3DFDF;
}

table.GridView2 tr td, table.GridView2 tr th 
{
    height: auto;
    /*padding: 0 4px;*/
    text-align: left;
    border-right: 1px solid #E3DFDF;
    overflow: hidden !important;
    padding: 10px 11px !important;
}

table.GridView2 tr td:last-child, table.GridView2 tr th:last-child
{
    border-right: none !important;
}

table.GridView2 tr
{
    border: none;
}

table.GridView2 tr td {
    background-color: #fff;
    border-top: none;
    border-bottom: none;
}

table.GridView2 tr table td {
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    color: #333333;
}

table.GridView2 tr.HeadRow td, table.GridView2 tr.HeadRow th, table.GridView2 th.HeadRow 
{
    color: #fff;
    text-align: left;
    background: #32547d;
    border: none; /*1px solid #99aabe;*/
}

table.GridView2 .GridViewHeader
{
    background-color: #32547d;
    color: #fff;
    font-size: 13px;
    border: none !important;
}

table.GridView2 .GridItemStyle, table.GridView2 .AltRow
{
    /*border-left: 1px solid #e3dfdf;
    border-right: 1px solid #e3dfdf;
    /*border-bottom: 1px solid #e3dfdf;*/
}

table.GridView2 .GridViewHeader th
{
    /*border: 1px solid #bfc2aa !important;*/
}


table.GridView2 tr.AltRow > td, table.GridView2 tr.SelectedRow > td 
{
    background-color: #f5f6f8;
    color: #333333;
}

table.GridView2 tr.SumRow > td {
    background-color: #ccc;
}

table.GridView2 tr.EditRow > td,
table.GridView2 tr.FooterRow > td 
{
    background-color: #ddebf8;
}

table.GridView2 tr.PagerRow > td 
{
    background: transparent;
    border-bottom: none;
    padding: 0;
}

table.GridView2 tr.PagerRow table td 
{
    padding: 0;
    border: none;
}

table.GridView2 tr.paging-style table
{
    padding-top: 7px; 
    margin: 0 auto;
    /*float: right;*/
}

table.GridView2 tr.paging-style span
{
    color: #fff;
    background: #afb680 !important;
    padding: 7px 14px !important;
    display: block !important;
    border-radius: 100px 100px;
}

table.GridView2 tr.paging-style a
{
    color: #fff;
    display: block !important;
    clear: none !important; /* datagrid! */
    float: left; /* datagrid! */
    background: #6c7341 !important;
    padding: 7px 14px !important;
    margin: 0 1px;
    line-height: 20px;
    text-decoration: none !important;
    border-radius: 100px 100px;
}

table.GridView2 tr.paging-style a:hover
{
    color: #fff;
    background: #909762 !important;
}

.ViewLink, .ViewLink:hover
{
    font-size: 13px;
    color: #1d6dcf;
    text-decoration: none;
    cursor: pointer;
    text-align: center !important;
}

.ViewLink2, .ViewLink2:hover
{
    font-size: 13px;
    color: #1d6dcf;
    text-decoration: none;
    cursor: pointer;
}

.TextAlignment
{
    text-align: left;
}

.GridBorder, .DashboardGridBorder
{
    position: relative;
    height: auto;
    width: auto;
    /*border: 1px solid #e3dfdf;*/
}

.GridBorder
{
    padding: 7px 7px 0 7px;
}

.GridBorderTitle
{
    position: relative;
    height: 40px;
    border-bottom: 1px solid #e3dfdf;
    /*border-left: 1px solid #e3dfdf;
    border-right: 1px solid #e3dfdf;
    border-radius: 9px 9px 0 0;*/
    padding:12px 14px 8px 14px;
}

.GridTitle
{
    position: relative;
    width: auto;
    
    
    
    
    display: inline-block;
    
    
    color:#748220;
    border-bottom:#7f7f7f 1px dotted;
    padding:1px;
    margin:0 0 12px 0;
    font-size:26px;
}

.GridBorderBottom
{
    position: relative;
    border-top: 1px solid #e3dfdf;
    /*border-left: 1px solid #e3dfdf;
    border-right: 1px solid #e3dfdf;
    border-radius: 0 0 9px 9px;*/
}

.CommitteeHeader
{
     float:left;
     width: auto;
    color: #6b7a11;
    font-size: 13px;
    font-weight: bold;
}
.AddIcon
{
    background: url() no-repeat;
    padding-left: 20px;
}
/* Modified TM */
.FakeDropDown
{
    position: relative;
    height: 30px;
    width: 212px;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: url("../_img/DropDownArrow.png") right no-repeat transparent;
}

option
{
    border: none !important;
}

.SearchTopBorder
{
    position: relative;
    height: 30px;
    line-height: 30px;
    width: 236px;
    padding: 7px 10px;
    color: #fff;
    background: #666666;
    font-weight: bold;
}

.SearchBottomBorder
{
    position: relative;
    height: auto;
    width: 236px;
    padding: 7px 10px;
    background: #cccccc;
}

.GridDescriptionBorder
{
    height: auto;
    width: auto;
    padding: 7px 0;
}

.EventInfoBorder
{
    height: auto;
    width: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #c7c7c7;
}

.EventBorderWidth
{
    width: 236px;
}
.ProcedureBorderWidth
{
    width: 212px;
    padding-left: 10px;
    padding-right: 10px;
}
.img
{
    height: 100px;
    width: 150px;
    margin: 0 0 2px 2px;
    float: right;
    clear: right;
}

.ClearTitlePadding
{
    padding-top: 0 !important;
    margin: 0 !important;
}

.SliderBorder
{
    height: auto;
    width: 964px;
    margin: 0 auto;
}

.SliderImageBorder
{
    height: 326px;
    width: 964px;
    margin: 0 auto;
    clear: both !important;
}

.SliderTabBorder
{
    height: 74px;
    width: 964px;
    margin: 0 auto;
    clear: both !important;
}

.SliderTabBorder .SliderTab1,
.SliderTabBorder .SliderTab2,
.SliderTabBorder .SliderTab3
{
    float: left;
    font-size:1.0em;
   /* font-size:15px;*/
}

.SliderTabBorder a
{
    display:block;
    color: #fff;
    text-decoration: none;
    height: 74px;
    width: 321px;
    overflow:hidden;
}
.SliderTabBorder a span
{
    display:block;
    padding:12px 55px 0 18px;
}

.SliderTabBorder .SliderTab1 a
{
    color: #fff;
    background: #90947b url('../_img/SliderArrow1.png') right no-repeat;
}

.SliderTabBorder .SliderTab2 a
{
    color: #676767;
    background: #e9ebdf url('../_img/SliderArrow2.png') right no-repeat;
}

.SliderTabBorder .SliderTab3 a
{
    color: #676767;
    background: #dbdbdb url('../_img/SliderArrow2.png') right no-repeat;
    width: 322px;
}



.SliderTabBorder a b, .SliderTabBorder a strong 
{
    font-size:24px;
    font-weight:300;
}


.LinkWrapper
{
    position: relative;
    height: auto;
    width: 964px;
}

.SiteMapWrapper, .WorkWrapper
{
    height: auto;
    width: 964px;
    clear: both !important;
}

.SiteMapWrapper .SiteMapItemBorder
{
    height: auto;
    width: 311px;
    float: left;
    padding-bottom: 60px;
}

.SiteMapWrapper .SiteMapTitle
{
    font-size:1.467em;
   /* font-size: 22px;*/
    color: #5c5c5a;
    padding-left: 7px;
    padding-bottom: 22px;
    display: block;
}

.SiteMapWrapper .SiteMapItemBorder .SiteMapItemTitle,
.DefaultSiteMapItemTitle, .SiteMapPlusImage, .SiteMapMinusImage
{
    width: 297px;
    font-size:1.467em;
    /*font-size: 18px;*/
    color: #333333;
    padding: 24px 7px;
    border-top: 13px solid #e9ebdf;
    display: block;
}

.SiteMapWrapper .SiteMapItemBorder .SitemapLinkWrapper
{
    height: auto;
    width: 297px;
}

.SiteMapWrapper .SiteMapItemBorder .HyperLinkBorder
{
    padding: 0 7px 11px 7px;
}

.SiteMapWrapper .SiteMapItemBorder a
{
    color: #0062c5;
    padding-bottom: 2px;
    font-size:1.0em;
    border-bottom: 1px dotted #7a7a7a;
    text-decoration: none;
}

.SiteMapWrapper .SiteMapItemBorder a:hover
{
    border-bottom:none;
    /*border-bottom: 1px solid #0062c5;*/
    text-decoration: none;
}

.DefaultSiteMapLinkWrapper
{
    display: block;
}

.ShowSiteMapLink, .HideShiteMapLink
{
    display: block;
    border-top: none;
    border-bottom: none;
}

.WorkWrapper
{
    width: 100%;
    padding-top: 40px;
    clear: both !important;
}

.WorkWrapper .WorkTitle
{
    font-size: 22px;
    color: #5c5c5a;
    padding-left: 7px;
    padding-bottom: 22px;
    display: block;
}

.WorkWrapper .WorkBorder1,
.WorkWrapper .WorkBorder2
{
    height: 100px;
    width: 211px;
    font-size:0.867em;
    padding: 29px 15px;
    background: #fff8d5;
    float: left;
}

.WorkWrapper .WorkBorder2
{
    background: #ebe8e5;
}

.WorkWrapper .WorkBorderTopBorder
{
    height: 35px;
    width: 211px;
    margin-bottom: 15px;
}

.WorkWrapper .WorkImage
{
    height: 35px;
    width: 42px;
    margin-right: 7px;
    float: left;
}

.WorkWrapper .WorkContent
{
    height: 32px;
    line-height: 16px;
    width: 190px;
    font-size:1.133em;
  font-weight:bold;
    color: #4d580c;
    float: both;
}

.WorkWrapper a
{
    height: 42px;
    line-height: 42px;
    width: 964px;
    color: #fff;
    font-size: 16px;
    border-radius: 0 0 9px 9px;
    background: #6c7341;
    text-align: center;
    text-decoration: none;
    margin-bottom: 40px;
    display: block;
}

/*TM:Search Widgets */

.sfsearchBox
{
    border: none!important;
    position: relative;
    height: 30px;
    width: auto;
    float: right;
    padding: 10px 0 0 0;
}
/*TM:Search Widgets */
.sfsearchTxt
{
    height: 30px;
    width: 168px;
    border-radius: 8px 0 0 8px;
    padding: 0 10px;
    background: #e9ebdf;
    border: none;
    float: left;
}
/*TM:Search Result */
#SearchBorder > div .sfsearchSubmit,
#MemberSearchBorder > div .sfsearchSubmit
{
  
    top: 0px;
    right: 0px;
    height: 30px;
    line-height: 30px;
    width: 87px;
    padding-left: 27px;
    background: #6b7a11 url(../_img/Search.png) left center no-repeat;
    text-align: left;
    color: #fff;
    border: none;
    font-size: 13px;
    float: right;
    border-radius: 0 8px 8px 0;
 
}

#MemberSearchBorder > div .sfsearchSubmit
{
    background: #4b5706 url(../_img/Search.png) left center no-repeat;
}

/*TM:Search Result */
.sfsearchResultTitle a
{
    
    font-size:22px;
    border-bottom: 1px dotted #999;
    text-decoration: none; 
   /* padding:0 0 15px 0;*/
    color:#294f94 !important;
    
}

.sfsearchResultTitle a:hover
{
    border-bottom: 1px solid #999;
}

/*TM:Search Result */
.SrSearchDate,
.sfsearchResultSnippet
{
    
    font-size:15px;
    padding:0 0 26px 0 !important;
    margin: 0 0 !important;
    color:#a9a9a8;
    
}

/*TM:Search Result */
.SrSearchDescp,
.sfsearchResultHighLighter
{
    
    font-size:15px;
    padding:0 0 12px 0 !important;
     margin: 0 0 !important;
    color:#333333;    
}


/*TM:Product Search Button */
.ProductSearchButton
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    line-height: 30px;
    width: 87px;
    padding-left: 27px;
    background: #6b7a11 url(../_img/Search.png) left center no-repeat;
    text-align: left;
    color: #fff;
    border: none;
    border-radius: 0 8px 8px 0;
}
/*TM:Search Button */
.sfsearchResultUrl
{
    display: none !important;
}



/* MB: Events*/
.NoBorderGridView1{
    border-width:0 !important;  
    border-collapse:collapse;  
}
.NoBorderGridView1 td{
    border-width:0;
}
.NoBorderGridView1 tr{
    border-width:0;
}

.EventBlock1 a.Title{
    
}
.EventBlock1 .Desc{
    display:block;
    margin:0  0 10px 0;
}

.EventBlock1 .Buttons{
    float:right;
    width:115px;
}
.EventBlock1 .Buttons table{
    border-width:0;

}
.EventBlock1 .Buttons table tr{
    border-width:0;
}
.EventBlock1 .Buttons table td{
    width:110px;
    height: 20px;
    border:1px solid #797979;
    text-align :center;
    padding:0 5px;
}

.Copyright, .ABNNumber
{
    text-align: right;
    
    font-size:13px;
    color:#4e4235;
   
}


#Logo
{
    float: left;
}

#plcLogin, #plcLogout
{
    float: right;    
}

#plcLogout
{
    display: none;
}



#ForgottenBorder
{
    padding-left: 57px;
}

.LoginButtonRightMargin
{
    margin-right: 8px;
}

.FindButtonMargin, .RemoveButtonMargin
{
    margin-left: 8px;
}

.CompanyRepeaterWrapper
{
    width:264px;
    max-height: 300px;
    top: 42px; 
    left: 167px;
    background: #f7f6f6;
    z-index: 100;
    overflow-y: auto !important;
    border: 1px solid #c7c7c7;
}

.CompanyRepeaterItemTemplate
{
    border-top: 1px solid #c7c7c7; 
}
.CompanyRepeaterItemTemplate:first-child
{
    border-top: none;
}

.CompanyRepeaterFooterTemplate
{
    border-top: 1px solid #c7c7c7; 
}

.CompanyRepeaterItemTemplate a,
.CompanyRepeaterFooterTemplate a
{
    display:block;
    padding:6px;
    color: #1d6dcf;
    text-decoration:  none;
}

.CompanyRepeaterItemTemplate:hover,
.CompanyRepeaterFooterTemplate:hover
{
    background: #f0f3ee;
}

.GridHeaderContainer, .GridItemContainer, .GridHeaderWrapper, .GridItemWrapper, 
.GridHeaderContainer2, .GridItemContainer2, .GridHeaderWrapper2, .GridItemWrapper2
{
    position: relative;
    height: auto;
}

.GridHeaderDiv, .GridItemDiv
{
    padding: 10px 4px;
    float: left;
    overflow: hidden;
    /*border-left: 1px solid #E5F2F3;*/
}

.GridHeaderDiv:first-child, .GridItemDiv:first-child
{
    border-left: none;
}

.GridItemDiv
{
    height: auto;
}

.ResizeWidth
{
    width: auto;
}

.PrivacyBorderWidth
{
    width: 512px !important;
}

/* Temporary style only */
.sfNavVerticalWrp ul li
{
    list-style: none;
    margin-bottom: 10px !important;
}

.sfNavVerticalWrp ul li a
{
    color: blue;
    text-decoration: underline;
}

.sfNavVerticalWrp ul li a:hover
{
    text-decoration: underline;
}

.valerror
{
    display:block;
}

.fileUploadError
{
    display: none;
}

.valerror, .fileUploadError, .valerror1
{
    background-color: red;
    font-size:.9em;
    line-height:27px;
    height:27px;
    border-radius: 9px 9px 0 0;
    padding: 0 12px !important;
    color: #fff;
    float: left; 
}

.valerror1
{
    float:none;
}

.val_error {
    background-color: red;
    font-size:.9em;
    line-height:27px;
    height:27px;
    border-radius: 9px 9px 0 0;
    padding: 0 12px !important;
    color: #fff;
}
 

 .rounded_corners
    {
        border: 1px solid #e3dfdf;
    border-radius: 9px 9px 0 0;
        overflow: hidden;
    }
    .rounded_corners td, .rounded_corners th
    {
        border: 1px solid #e3dfdf;
        font-size: 10pt;
        text-align: center;
    }
    .rounded_corners table table td
    {
        border-style: none;
    }
       
     .LoadMoreButton, .MemberMoreButton
     {
         position: relative;
         /*height: 48px;*/
         height: 32px;
         border-radius:9px;
         /*margin-top: 54px;*/
         margin-top: 38px;
         background-color:#6c7341;
         color:White;
         font-size:18px;
         cursor: pointer;
         border: none;
         font-weight :normal;
     }
     
     .MemberMoreButton
     {
         background: #32547d;
     }
     
     .ForumHyperlink
     {
        border-left: 1px solid #e3dfdf;
        border-right: 1px solid #e3dfdf;
        border-bottom: 1px solid #e3dfdf;
                
     }
/* End of style */


/*MB: Style for steps links*/
.MenuBorder {
    border-top: 1px solid #D8D8D8;
    height: auto;
    position: relative;
}
.MenuBorder a.MenuItem, .MenuBorder  a.SelectedMenuItem {
    background-color: #FBFAFA;
    border-bottom: 1px solid #D8D8D8;
    color: #636363;
    cursor: pointer;
    display: block;
    line-height: 30px;
    padding: 0 10px 0 30px;
    text-decoration: none;
}
.MenuBorder a.MenuItem:hover, .MenuBorder a.SelectedMenuItem  {
    background-color: #6B7A11;
    color: #FFF;
    text-decoration: none;
}
.MenuBorder a.MenuItem.aspNetDisabled:hover{
    background-color: #FBFAFA;
    color: #636363;
    cursor:default;
}

.MenuBorder a.InvalidItem, .MenuBorder a.InvalidItem:hover{
    background-image:url(../_img/false.gif);
    background-position: 1px 8px;
    background-repeat :no-repeat; 
}
.MenuBorder a.ValidItem, .MenuBorder a.ValidItem:hover{
    background-image:url(../_img/Tick.png);
    background-position: 1px 8px;
    background-repeat :no-repeat; 
}



.DisplayValidatorError
{
    display: block !important;
}
.ForumTitle
{
    padding-left:90px;
}

.MandatoryField
{
    padding: 13px 0 16px 0;
}

.divWaiting
{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; 
    left: 0;
    background-color: transparent;
    z-index: 100 !important;
    text-align: center;
    
}

.divWaiting .divInner{
    position: fixed;
    top:33%;
    left:33%;
    width:33%;
    padding:20px;
    background:#fff8d5;
    color:#4d580c;
    border:#e2d7a2 1px solid;
    border-radius:6px;
    box-shadow:1px 1px 1px 0px rgba(100, 100, 100, 0.75);
    box-shadow: 0 0 2px 2px #b6b6b5;
} 

/*.RadGrid .rgRow td,
.RadGrid .rgAltRow td,
.RadGrid .rgEditRow td,
.RadGrid .rgMasterTable .rgRow td,
.RadGrid .rgMasterTable .rgAltRow td
{
	border-bottom: 1px solid #e3dfdf !important;
	border-left: 1px solid #e3dfdf !important;
	border-right: 1px solid #e3dfdf !important;
}*/

.GridDiv
{
    position: relative;
    border: 1px solid #E3DFDF;
    
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
    overflow: hidden;
}

/* RadTreeView style */

.RadTreeView .rtLines .rtMid,
.RadTreeView .rtLines .rtTop,
.RadTreeView .rtLines .rtLI,
.RadTreeView .rtLines .rtBot
{
	background-image: none !important;
}

div.rtTop,
div.rtMid,
div.rtBot
{
	margin: 0 0 !important;
	padding: 0 0 !important;
}

.RadTreeView_WebBlue .rtHover .rtIn
{
    padding: 4px 0px 3px !important;
    background: transparent !important;
    border: none !important;
    color: #333 !important;
}

.RadTreeView .rtUL .rtLI .rtUL
{
    padding-left: 0px !important;
}

.RadTreeView .rtPlus, 
.RadTreeView .rtMinus
{
    display: none;
}

.RadTreeView .rtIn
{
    padding: 4px 0px 3px !important;
}

div.rtBot
{
    /*margin: 20px 0 -10px 0 !important;*/
}

/*Tm:LadingPage Bottom Navigation Pane*/

.ContentPageBottomNav ul li
{
    list-style: none;
    margin-bottom: 11px !important;
}
 .ContentPageBottomNav  ul li a
{
    color: #0062c5 !important;
     text-decoration: none;
    border-bottom: 1px #6f6f6f dotted;
}

.ContentPageBottomNav ul li a:hover
{
  border-bottom: none ! important;
   text-decoration:none !important;
}

/*End*/

/*TM LandignPage Horizantal Line*/

div.HrOrgane hr
{
    background:#f58023;
    height:4px;
    width:100%;
    border: none !important;
}

div.Hrgrey hr
{
    background:#eff1e8;
    height:2px;
    width:100%;
    border:none !important;
}

/*End*/

table.ContentBlockTable 
{
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    overflow: hidden !important;
    border: 1px solid #E3DFDF;
    font-size: 13px;
}

table.ContentBlockTable tr td, table.ContentBlockTable tr th 
{
    height: auto;
    text-align: left;
    border-right: 1px solid #E3DFDF;
    padding: 15px 10px;
}

table.ContentBlockTable tr td:last-child, table.ContentBlockTable tr th:last-child
{
    border-right: none !important;
}

table.ContentBlockTable tr:first-child td
{
    background-color: #7E8554 !important;
    color: #fff !important;
}

table.ContentBlockTable tr:nth-child(odd) td
{
    background-color: #F0F3EE;
}

table.ContentBlockTable tr:nth-child(even) td
{
    background-color: #FFFFFF;
}

table.ContentBlockTable.AttachmentTable {
    clear: both;
    width: 49%;
    margin-left: 26%;
    margin-right:25%;
}

.AttachmentLink, .AttachmentLink:hover
{
    color: #1d6dcf;
    text-decoration: none;
    border-bottom: none;
    cursor: pointer;
}

.AttachmentLink:hover
{
    border-bottom: 1px #6f6f6f dotted;
}

.SharingPageWrapper
{
    position: relative;
    height: auto;
    width: 964px !important;
    margin: 20px 0 !important;
    padding-bottom: 20px !important;
    clear: both !important;
    overflow: hidden;
}

.PrintBorder
{
    position: absolute;
    top: 3px;
    right: 0px;
}

.Print
{
    position: relative;
    width: 14px;
    
    font-size: 13px;
    color: #fff;
    background: url('../_img/Print.png') no-repeat;
    /*padding-left: 20px;*/
    cursor: pointer;
    float: right;
    text-decoration: none;
}

.RadSocialShare
{
    border-radius: 0 0;
    border: none !important;
    background: none !important;
    padding: 0 0 !important;
    float: right;
}

.RadSocialShare ul li
{
    margin-right: 8px !important;
    cursor: pointer !important;
}

.RadSocialShare ul li:last-child
{
    margin-right: 20px !important;
}

.sshLinkItem .sshText
{
    
    font-size: 13px !important;
    color: #fff !important;
    text-decoration: none !important;
    padding-left: 4px !important;
    cursor: pointer !important;
    display: none !important;
}

.sfContentBlock
{
    
    font-size: 15px;
    color: #333;
}

table.RelatedWorkCollegeTable, table.VideoCaptionTable
{
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    overflow: hidden !important;
    border: none;
}

table.RelatedWorkCollegeTable tr td, table.RelatedWorkCollegeTable tr th 
{
    height: auto;
    width: 448px;
    text-align: left;
    padding: 14px 11px;
}

table.RelatedWorkCollegeTable tr:nth-child(even) td
{
    background-color: #FFF8D5;
}

table.RelatedWorkCollegeTable tr:nth-child(odd) td
{
    background-color: #E7E5E3;
}

table.RelatedWorkCollegeTable tr:last-child td
{
    padding: 0 0;
    background-color: transparent;
}

table.VideoCaptionTable tr td
{
    background: #F4F5ED;
}

table.VideoCaptionTable tr td:last-child
{
    width: 100%;
    padding: 30px 23px;
    border-bottom: 5px solid #f58023;
    vertical-align: top;
}

table.VideoCaptionTable h4
{
    margin: 0 0 14px 0 !important;
    padding: 0 0 !important;
}

.RelatedWorkCollegeTableSeeMoreWorkLink
{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #6C7341;
    border-radius: 0 0 9px 9px;
    cursor: pointer;
    display: block;
}

table.GridView
{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse !important;
    overflow: hidden !important;
    /*border: 1px solid #E3DFDF;*/
    border: none !important;
}

table.GridView tr td, table.GridView tr th 
{
    height: auto;
    text-align: left;
    overflow: hidden !important;
}

table.GridView tr td:last-child, table.GridView tr th:last-child
{
    border-right: none !important;
}

table.GridView tr
{
    border: none;
}

table.GridView tr td {
    background-color: #fff;
    border-top: none;
    border-bottom: none;
}

table.GridView tr table td {
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    color: #333333;
}

table.GridView tr.HeadRow td, table.GridView tr.HeadRow th, table.GridView th.HeadRow 
{
    color: #fff;
    text-align: left;
    background: #32547d;
    /*border: none; 1px solid #99aabe;*/
}

table.GridView .GridViewHeader
{
    background-color: #7e8554;
    color: #fff;
    font-size: 13px;
    border: none !important;
    z-index: -1;
}

table.GridView .GridItemStyle, table.GridView .AltRow
{
    /*border-left: 1px solid #e3dfdf;
    border-right: 1px solid #e3dfdf;
    /*border-bottom: 1px solid #e3dfdf;*/
}

table.GridView .GridViewHeader th
{
    /*border: 1px solid #bfc2aa !important;*/
}


table.GridView tr.AltRow > td, table.GridView tr.SelectedRow > td 
{
    background-color: #f5f6f8;
    color: #333333;
}

table.GridView tr.SumRow > td {
    background-color: #ccc;
}

table.GridView tr.EditRow > td,
table.GridView tr.FooterRow > td 
{
    background-color: #ddebf8;
}

table.GridView tr.PagerRow > td 
{
    background: transparent;
    border-bottom: none;
    padding: 0;
}

table.GridView tr.PagerRow table td 
{
    padding: 0;
    border: none;
}

table.GridView tr.paging-style table
{
    padding-top: 7px; 
    margin: 0 auto;
    /*float: right;*/
}

table.GridView tr.paging-style span
{
    color: #fff;
    background: #afb680 !important;
    padding: 7px 14px !important;
    display: block !important;
    border-radius: 100px 100px;
}

table.GridView tr.paging-style a
{
    color: #fff;
    display: block !important;
    clear: none !important; /* datagrid! */
    float: left; /* datagrid! */
    background: #6c7341 !important;
    padding: 7px 14px !important;
    margin: 0 1px;
    line-height: 20px;
    text-decoration: none !important;
    border-radius: 100px 100px;
}

table.GridView tr.paging-style a:hover
{
    color: #fff;
    background: #909762 !important;
}

.LeftSideMenuBorder
{
    position: relative;
    height: auto;
    width: 229px;
    border-top: 1px solid #d8d8d8;
}
    
.LeftSideMenuItem, .LeftSideSelectedMenuItem, .LeftSideCompletedItem, .LeftSideCompletedItem:hover
{
    height: 30px !important;
    line-height: 30px !important;
    width: 185px !important;
    padding: 0 23px !important;
    border-bottom: 1px solid #d8d8d8;
    color: #636363;
    text-decoration: none;
    display: block;
    background: #fbfafa;
    overflow: hidden;
}
    
.LeftSideMenuItem:hover, .LeftSideSelectedMenuItem, .LeftSideSelectedMenuItem:hover
{
    color: #fff;
    text-decoration: none;
    background: #6b7a11 !important;
}
    
.LeftSideCompletedItem, .LeftSideCompletedItem:hover
{
    font-weight: bold;
    background: #fbfafa url('../_img/Tick.png') left no-repeat;
}
.ProcedureCompletedcolor
{
    color: #606e0c;
}
.ProcedureNotattemptedcolor
{
    color:#d40202;
}

/* My event style for dashboard */
.MyEventWrapper, .MyTrainingLogbook, .MyTrainingPortfolio
{
    position: relative;
    border: 1px solid #e3dfdf;
    border-radius: 9px 9px;
    padding: 5px 0px 0px 0px;
}

.MyTrainingLogbook, .MyTrainingPortfolio
{
    padding: 5px 14px 25px 14px;
}

.MyEventWrapper .GridDiv
{
    border: none !important;
    border-radius: none !important;
    overflow: visible !important;
}

.MyEventWrapper h1, .MyTrainingPortfolio h1, .MyTrainingLogbook h3
{
    position: relative;
    width: auto;
    color: #6a7910;
    font-size: 1.733em;
    border-bottom: 1px dotted #7F7F7F;
    font-weight: normal;
    margin: 0 14px 12px 14px !important;
    padding-bottom: 0 !important;
    display: inline-block !important;
}

.MyTrainingPortfolio h1
{
    text-decoration: none !important;
}

.MyTrainingPortfolio h1, .MyTrainingLogbook h3
{
    margin: 0 0 25px 0 !important;
}

.MyTrainingPortfolio .ProgressbarPaddingBottom
{
    padding-bottom: 24px !important;
}

.MyTrainingPortfolio .ProgressbarPaddingBottom:last-child
{
    padding-bottom: 0px !important;
}

.MyEventWrapper table.GridView1 tr > td
{
    background-color: transparent;
    padding: 9px 14px !important;
    border-top: 1px solid #e3dfdf;
}

.MyEventWrapper table.GridView1 tr > td:last-child
{
    border-bottom: 1px solid #e3dfdf;
    margin-bottom: 0px;
}

.MyEventWrapper table.GridView1 tr > td a, .MyEventWrapper table.GridView1 tr > td a:hover
{
    font-size: 13px;
    color: #1d6dcf;
    text-decoration: none;
    cursor: pointer;
    text-align: center !important;
    border-bottom: 1px dotted #7F7F7F;
}

.MyEventWrapper table.GridView1 tr > td a:hover
{
    border-bottom: none;
}

.MyEventWrapper .GoPanel
{
    clear: both !important;
    overflow: hidden;
    padding: 18px 0;
}

.MyEventWrapper .GoPanel p
{
    height: auto !important;
    padding: 0 0 !important;
    margin: 0 0 !important;
}

.LinkButton, .MyEventWrapper .GoPanel a
{
    position: relative;
    height: 34px;
    line-height: 34px;
    width: auto;
    
    font-size: 1em;
    border: none !important;
    border-radius: 9px 9px;
    cursor: pointer;
    display: block;
    padding: 0 15px;
    background: #3d90f6;
    color: #fff;
    text-decoration: none;
    margin-right: 14px !important;
    float: right;
}

.LinkButton
{
    margin: 18px 0 18px 14px;
}

/* End of my event style for dashboard */

.DashboardControlBorder
{
    position: relative;
    height: auto;
    padding: 9px 14px;
    border-bottom: 1px solid #e3dfdf;
}

.DashboardControlBorder:last-child
{
    border-bottom: none;
}

.DashboardLabel
{
    
    font-size: 13px;
    color: #707070;
}

.ArticleSearchLeftPanel, .ArticleSearchRightPanel
{
    position: relative;
    height: auto;
    width: auto;
    max-width: 49%;
    float: left;
}

.ArticleSearchRightPanel
{
    float: right;
}

.ArticleImageBorder
{
    height: auto;
    width: 127px;
    float: left;
    border-radius: 3px 3px !important;
}

.ArticleContentBorder
{
    height: auto;
    width: 576px;
    float: right;
}

.LinkButton2
{
    margin: 0px 0 0px 0px;
    position: relative;
    height: 24px;
    line-height: 24px;
    width: auto;
    
    font-size: 1em;
    border: none !important;
    border-radius: 9px 9px;
    cursor: pointer;
    display: block;
    padding: 0 15px;
    background: #3d90f6;
    color: #fff;
    text-decoration: none;
    margin-right: 14px !important;
    float: right;
}

.sshText
{
    display: none !important;
}

.sshLinkItem,
.twitter-share-button,
 .twitter-tweet-button, .twitter-count-none
{
    width: 20px !important;
    overflow: hidden;
}

.btn
{
     border: none !important;
    background: transparent !important;
}

.MarginBottom
{
    margin-bottom: 17px;
}

.ButtonLink
{
    height: 24px;
    line-height: 24px;
    padding:0 10px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center !important;
    border-radius: 9px 9px;
    background: #3d90f6;
    display:inline-block;
}

#AddTitleDiv
{
    position: relative; 
    left: 0px; 
    top: 0px; 
    height: auto;
    width: 100%;
    background: #F8F8F8;
    padding: 10px 0;
    color: #2a5891;
}

.ClearTopMargin
{
    margin-top: 0px !important;
}

.NoEmtpyTemplate, .ErrorBorder
{
    position: relative;
    height: auto;
    width: 96%;
    padding: 10px 2%;
    text-align: center;
    display: block;
}

.ErrorBorder
{
    line-height: 18px;
    background: #fff8d5;
    margin-top: 3% !important;
}

.ErrorControl, table.ErrorControl
{
    border: 1px solid #c7c7c7 /*MB: !important */;
    border-top: none /*MB: !important */;
    border-radius: 0 0 9px 9px /*MB: !important */;
}

.invalid_input, table.invalid_input
{
    border-top: none;
    border-radius: 0 0 9px 9px;
}

.ErrorText
{
    height: auto;
    color: #d60101;
    padding-bottom: 5px;
}


@media print {
   .ExportHide
   {
       display:none;
   }
   
    input[type="button"], input[type="submit"], button , a.sfSubmitBtn
    ,.sf_pagerNumeric, .sfBreadcrumbWrp
    {
        display:none !important;
    }
    
    #content .breadcrumbWrapper .breadcrumbBorder, #content .memberBreadcrumbWrapper .breadcrumbBorder
    {
        background:#fff;
        width:auto !important;   
    }
    
    #content .breadcrumbWrapper, #content .memberBreadcrumbWrapper
    {
         background:#fff;
        width:auto !important;   
    }
}
    

#SimpleToolTip_Tip{
	display:none;
	position:absolute;
	background-color:#25a0da;
	padding:10px;
	color:#fff;
	font-size:12px;
}
input[readonly=readonly], input[readonly=readonly]:focus {
  color: #888; 
  background-color: transparent;
  border: none;
}