﻿/* Set Body properties */
 

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0 auto;
	height: 100%;
	font: 11px;
}

a, a:link {
	color: #4a92cd;
	text-decoration: none;
	border:none;
	outline:none;
}

a:hover {
	color: #4a92cd;
	text-decoration: underline;
}

a:visited { 
	color: #4a92cd; /* Added visted link to overide globally with the blue color - Madhu -Bob Dec 6th */

}


a[disabled]
{
    color: Gray !important;
    text-decoration:none !important; 
}


img {
	border: 0;
}

#piln-page-wrapper-100
{
    width: 100%;
    background-image: url('/_layouts/piln/images/bgk-page.png');
    background-repeat: repeat-x;
    margin-top: -5px; /* To remove white line at the top - Added Madhu Nov 14 */
}

#piln-wrapper{
	text-align: left;
	margin: 0px auto;
	padding: 0px 0 0 0;
	width: 980px;
	background-image: url('/_layouts/piln/images/bgk-page.png');
	background-repeat: repeat-x;
}

/* Div that contains the Country selection, and login/logout functionality */
#piln-custom-header
{
    width: 960px;
}

#piln-header-wrapper {
	background-image: url('/_layouts/piln/images/bgk-header.jpg');
	background-repeat:no-repeat;
	
}

.piln-header-topheader {
	/*margin-top: 4px; *//* Commented this and added padding-top 10px to*/
	padding-top: 10px;
	display: block;
	font-size: 12px;
}
.piln-header-topheader-country {
	float: left;
	color:#333;
}
.piln-header-topheader-country a {

	font-weight: normal;
}
.piln-header-topheader-authentication {
	float: right;
	color:#333;
}
/* Div that contains the logo, search bar, and sponsor logo */
.piln-header-logosearch {
	clear: both;
	padding-top: 24px;
	padding-bottom: 10px;
}
#piln-header-logocenter { 
    padding:0 0px; /* removed padding left adn right 80px to 0 - Madhu -Nov 10th */
}
.piln-header-logosearch-masterlogo {
	float: left;
	height: 50px;/* Added height to match redline - Madhu nov 10th */
	width: 253px;/* Added height to match redline - Madhu nov 10th */
	margin-right: 68px;/* Added margin to match redline - Madhu nov 10th */
    padding-top: 10px; /* Added on Nov 19th as per New Redlined Madhu */
}
.piln-header-logosearch-searcharea {
	float: left;
    margin-left:0px; /*Replaced 68 to 0 to match redlines*/
    margin-right:0px; /*Replaced 68 to 0 to match redlines*/
	margin-top:15px;
	width:335px;
}
.piln-header-logosearch-partners {
	float: right;
	font-size: 9px;
    height: 60px;/* Added height to match redline - Madhu nov 10th */
	width: 243px;/* Added height to match redline - Madhu nov 10th */
	border: 0px solid red;
    display: table-cell;
    vertical-align: middle;
}
.piln-header-logosearch-partners img {
    max-height: 60px;
    max-width: 245px;
}


/* Div that contains the Country selection, and login/logout functionality */

.piln-header-topheader {
	margin-top: 4px;
	display: block;
	font-size: 12px;
}
.piln-header-topheader-country {
	float: left;
	color:#333;
}
.piln-header-topheader-country a {

	font-weight: normal;
}
.piln-header-topheader-authentication {
	float: right;
	color:#333;
}

/* Navigation*/
/* Div that contains the navigation bar */
#piln-global-navigation .menu-horizontal ul.static li
{
    margin-top:-1px;

}



#piln-Masterpage-container-content 
{
    width: 980px;
    padding: 5px 10px;
    
}


    
#piln-container-content {
	float: left;
	color: #333;
	width: 698px;
	display: inline;
	font-size: 0.9em;
	margin: 25px 0 0 0;
}
#piln-container-content h2 {
	color: #1e7a29;
	font-family: Segoe UI;
	font-size: 1.5em;
	font-weight: normal;
	margin: -15px 0 0 0;
}
#piln-container-left {
	color: #333;
	width: 240px;
	float: left;
	padding-right: 20px;
}
#piln-container-left h2 {
	color: #1e7a29;
	font-family: Segoe UI;
	font-size: 1.5em;
	font-weight: normal;
	margin: -15px 0 0 0;
}

#piln-container-right {
	color: #333;
	width: 240px;
	float: right;
	padding-left: 20px;
}









#piln-footer
{
    margin-top:20px;    
    margin-bottom:20px;
    font-size: 10px; /* added 10px to footer reduced the font size - Madhu Nov 19th */
}
.piln-footer-links
{
    float:right;
}

piln-footer-logo
{
}


/* Top Horizontal Navigation Bar */
.s4-tn
{
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4A92CD;
    width: 100%;
    height: 40px;
}

.menu-horizontal
{
    padding-left: 60px;
}

.menu-item
{
    padding-top: 8px;
}

.menu-item-text
{
    color: #FFFFFF;
}


/* fix scrolling on list pages */
#s4-bodyContainer
{
    position: relative;
}

#s4-workspace 
{
    clear: both;
    overflow: visible !important;
    overflow-y: visible !important;
}
                
/* popout breadcrumb menu needs background color for firefox */
.s4-breadcrumb-menu
{
    background:#F2F2F2;
}

/* if you want to change the left nav width, change this and the margin-left in .s4-ca */
body #s4-leftpanel
{
    width:155px;
}		


/* body area normally has a white background */
.s4-ca 
{
    background:transparent none repeat scroll 0 0;
    margin-left:155px;
}

.s4-ribbonrow 
{
    display: none;
    
    
}

#s4-ribbonrow /* To reduce Ribbon Height. Added to move Site Actions on top left to move 10px top - Madhu Nov 14*/
{
    margin-top: -20px;

}

/* Start - Overide to change the Background color of Ribbob and Site Action Bgk Madhu - Nov 15th */
body #s4-ribbonrow
{
    background-color: #4a92cd; 
}
.ms-siteactionsmenuinner,.ms-siteactionsmenuhover
{
    background-color: #4a92cd;
    border: 0px;
}

/* End - Overide to change the Background color of Ribbob and Site Action Bgk Madhu - Nov 15th */

.s4-search INPUT.ms-sbplain
{
    width: 225px !important;
}

.ms-mini-socialNotif-Container
{
    text-align: right;
}

/*
---------------
--- Non-SharePoint Specific Classes
---------------
*/

/* Div that contains the Country selection, and login/logout functionality */
.PiLNv3_TopHeader
{
    margin-top: 15px;
    display: block;
}

.PiLNv3_CountryArea
{
    float: left;
    font-weight: bold;
}

.PiLNv3_CountryArea a
{
    color: #243E7F;
    font-weight: normal;
}

.PiLNv3_AuthenticationArea
{
    float: right;
}

/* Div that contains the logo, search bar, and sponsor logo */
.PiLNv3_LogoHeader
{
    clear: both;
    padding-top: 25px;
    padding-bottom: 10px;
}

.PiLNv3_MasterLogo
{
    float: left;
    padding-left: 90px;
}

.PiLNv3_LogoImage
{
    border: 0;
}

.PiLNv3_SearchArea
{
    float: left;
    padding-left: 70px;
}

.PiLNv3_SponsorshipArea
{
    float: left;
    padding-left: 90px;
}

/* Div that contains the navigation bar */

.PiLNv3_NavigationBarArea
{
    padding-top: 0px;
    clear: both;
    width: 100%;
}

.PiLNv3_NavigationBar
{
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4A92CD;
    width: 100%;
    height: 40px;
    display: none;
}

.PiLNv3_NavigationBarLeftPadding
{
    float: left;
    width: 60px;
}

.PiLNv3_NavigationBar a
{
    float: left;
    padding: 10px 15px 15px 10px;
}

.PiLNv3_NavigationBar a:active
{
    color: #FFFFFF;
}

.PiLNv3_NavigationBar a:link
{
    color: #FFFFFF;
}

.PiLNv3_NavigationBar a:visited
{
    color: #FFFFFF;
}

.PiLNv3_NavigationBar a:hover
{
    color: #4A92CD;
    background-color: #FFFFFF;
}

/* Breadcrumbs Div */
.PiLNv3_BreadCrumbsArea
{
    padding-top: 10px;
    white-space: nowrap;
}

#s4-titlerow
{
    padding-left:15px;
    color: #1e7a29;
    font-size:1.8em;
    padding-bottom:5px;
    font-family: Segoe UI
}

#s4-titlerow a
{
  
    color: #4a92cd;
  }



/* Search Box */
.piln-searchArea { /* ariel */
	/*float: left;*/
	/*width: 336px;*/
	height: 28px;
	/*margin-left: 20px;*/ /* updated */
	border: 0px solid #CCCCCC;
	background-color: #e7f3fc;
	/*padding:4px 2px 2px 4px;*/
	padding: 6px 0px 2px 6px; /* Madhu added to match 6px on all sides Nov 10th */
	width:338px;
	margin-top: -2px;
}
.piln-searchTermInput { /* Ariel */
	float: left; /* uncommented - float this instead of the search icon for cross-browser compatibility */
	width: 300px;
	height: 20px;
	border: none;
	border: 1px solid #b1b0b1;
	font-style: normal;
	color: #999999;
	line-height: 18px; /* added */
	padding-left: 4px; /* added */
	margin-left: 0px; /* added */
}

.piln-searchTermInput1 {
	/*float: left;*/
	width: 290px;
	font-style: normal;
	color: #999999;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
}

.piln-search-icon 
{
    width:23px;
    padding-left: 5px;
}
.piln-header-searchtext{
	font-size: 11px;
	font-style: italic;
	color: #999999;
	padding:  0 0 0 5px;
	line-height:24px;
}

.piln-searchGoButton { /* Ariel */ 
	/*margin: -13px 0px 0 2px;*/
	/*float: right;*/
	/*margin-right:2px;
    margin-top:0px;*/ /* -- All items commented out as they break the in-line behavior in one browser or another -- */
}

.piln-searchScopeFlyout
{
    margin-left:0px;
    margin-top:0px;
    position:relative;
    z-index:1;
    width:305px;
}
.piln-searchScopeFlyout-content
{
    background-color:#FFFFFF;
    position:relative;
    z-index:1;
    border:1px solid #b1b0b1;
    padding:10px 10px 5px 10px;
}

.piln-searchScopeFlyout-content TD label
{
    margin-left:0px; /* Changed from 4px to 0 to move labels towards Radio Button*/
    font-size:1.1em;
}

.search-flyout-title
{
   font-size:11px;
}

.piln-btnCloseScopeFlyout
{
    left:0px; /* Changed from 225 to 0 so that its left aligned and fits within the conontianer. This is a fix for Ukraine logo going out of the boundary - Bug #4546: Home Page: Search Close Link on Search Scope Pop up is at the the pop up edge. Madhu Nov 10th*/
    position:relative;
    top:0;
    text-align: right; /* Added text-align:right so that all text will start from right and expand to left - fix for Bug #4546: localized version of close - Madhu Nov 10th*/
    margin:0px 0px 5px
}

.piln-btnCloseScopeFlyout a
{
    left:0px; /* Changed from 225 to 0 so that its left aligned and fits within the conontianer. This is a fix for Ukraine logo going out of the boundary - Bug #4546: Home Page: Search Close Link on Search Scope Pop up is at the the pop up edge. Madhu Nov 10th*/
    position:relative;
    top:0;
    text-align: right; /* Added text-align:right so that all text will start from right and expand to left - fix for Bug #4546: localized version of close - Madhu Nov 10th*/
    margin:0px 0px 5px;
    text-decoration: none;
    color: #4a92cd;
    
}

.piln-btnCloseScopeFlyout img
{
    margin:0 3px;
    vertical-align:bottom;
}

.spacer {
}

#piln-home-page-top
{
 width: 100%; 
 padding: 0px; 
 margin: 0 0 20px 0;
 }

#piln-home-page-top-left
{
    vertical-align:top;
    width:760px;
    padding-right:15px;
}

#piln-home-page-top-right
{
    vertical-align:top; 
    width:220px;
    padding-left:15px;  
    padding-top: 15px; 
}

#piln-home-page-middle
{
 width: 100%; 
 padding: 0px 4px 0 0; 
}

#piln-home-page-middle-left
{
    vertical-align:top;
    width:50%;
    padding-right: 15px;

}
    
#piln-home-page-middle-right
{
    vertical-align:top;
    width:50%;
    padding-left: 15px;

}


/** CUSTOM WEBPART CSS **/
/* Global Community Webpart */
#piln-global-community-wrapper
{
    background: url('/_layouts/piln/images/global-community.png') top right no-repeat;
    width:100%;
}
#piln-global-community-content
{
    padding:15px 20px;
    color:#333;
}
#piln-global-community-content DIV
{
    line-height:18px;
}
#piln-global-community-actions
{
    padding:10px 0;
    margin-left:-2px;
}
#piln-global-community-actions a
{
	text-decoration:none; 
	font-weight:bold;
	border-style: none; /* changed border-style: solid to none Bug #4960: Home Page: View All Communities Overlaps In FF when a new uer signs up with PiLN - Madhu Dec 4th*/
	border-width: 1; 
	padding:6px 10px;
	background-color: #4A92CD;
	color:#ffffff;
}

/* v4 CORE CSS OVERRIDES */


.s4-tn 
{
    font-family: Segoe UI;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    
}
.menu-horizontal 
{
    padding-left:65px;
}

.s4-tn a.selected
{
    background-color:#ffffff;
}

.s4-tn a.selected span.menu-item-text /* Changed Black to Blue color selected link  as per redlines Madhu Nov 19th */
{
    color:#4a92cd;
}

.s4-tn li.static > .menu-item  /* Ariel */
{
    padding:11px 15px;
    height:auto;
    margin-top: -1px; /* Added to fix IE6 and IE7 issues where a 1px band of blue was at the top of selected */
}

.s4-tn li.static > a:hover {

text-decoration:none; 
}


.ms-WPHeader, .ms-WPHeader td {
background-color:#4a92cd;
border: 1px solid #4a92cd;
border-left:0 none;
color:#FFF;
padding: 3px 0 3px 0; /* Added to Featured member in Connect for  blueband*/
}

.ms-WPBorder, .ms-WPBorderBorderOnly {
border:1px solid #4A92CD;
background-color: #fff;

}

/* This overrides left and right margin in OOB WebParts */
.ms-wpContentDivSpace
{
 margin-left:0;
 margin-right:0;   
}

.ms-WPBody
{
  font-family: Verdana !important; 

}


    

/* Styles from legacy CSS - 21st October 2010*/

p /* Alex */
{
	font-size: 12px!important;
}




.introText
{
	color: #333;
	font-size: 12px;
	line-height:19px; /*changed from 15px to 19px to - Madhu & Bob */
	padding-bottom:15px;
	margin-left: 15px;
}

.mainContainer /* Alex */
{
	border:1px solid #FFB631;
	background-color:#fff;
	padding:10px 20px;
	width:673px;
	font-size:12px/15px;
}

.mainContainer ol li, .mainContainer ul li
{
	margin-bottom:8px;
}

.itn-contactMemberForm
{
	
	width:682px!important;
	border: 1px solid #4a92cd !important;
}



.itn-contactMemberTitle
{
	padding:12px 0 12px 10px!important;
	
	background-color:#4a92cd!important; 
	width:auto!important;
	font-size:13px!important;
	font-family: Verdana;

}

.itn-contactMemberFormEntry
{
	padding:0!important;
	width:692px!important;
}

.piln-emailBody Alex added this class and its properties
{
	font-size:12px!important; 
	line-height:16px!important; 
	font-family: Helvetica, Arial, Verdana, sans-serif!important; 
	color:#5c5d60!important; 
	background-color:#fff!important;
}

.piln-emailBodyWelcomeMessage 
{
	padding-left:5px!important;	
}

/* end Invite Member lightbox edits */

div.itn-listView th .ms-vb a
{
	color: #333;

	
}

.ms-vb a:hover /* Alex added this class */
{
	color:#4a92cd;
}

/* Community home styles => added by Alex 


.ms-announcementtitle 
{  
	font-weight:bold;
	font-size:17px;
	line-height:20px;}*/

.ms-summarycustombody /* Madhu Overide for  CommunityHeader.ascx(Community Details Page) padding for the contents inside Announcement, Discussion, Events, Links, Shared Documents, Photos webparts  */
{
    padding: 8px 5px;
    width: 500px;
}

.ms-PartSpacingVertical  /* Madhu Overide for  CommunityHeader.ascx(Community Details Page) top-padding (line spacing for webparts) Announcement, Discussion, Events, Links, Shared Documents, Photos webparts  */
{
    padding-top: 15px;    
}
.ms-announcementtitle 
{ 
	font-weight:bold;font-size:12px;color: #4a92cd}


/*end*/


/*set width of page to 100% of available space*/

.itn-pageTitleArea
{
	background-color:Transparent;
}

.ms-main
{
	background-color:Transparent;
	/*width: 886px;*/
    width:980px;
	background-image: none;
	margin: 0 auto; /* Alex */
}

h2.ms-pagetitle
{
	display: block;
	word-break: break-all;
}

h1.ms-sitetitle
{
	display: none;
}

/*Content area for all pages - set to Transparent for ITN* Madhu*/
.ms-bodyareacell 
{
	background-color:Transparent;
	color: #505050;
	font-size: 11pt;
}



.itn-mainContent /* Alex */
{
	padding: 0px;
	width: 100%;
    font-size: 12px;
}

.itn-mainContentBody
{
}

/* Shorthand - Madhu */
.itn-mainContentTitle {
font: bold 24px Helvetica, Arial, Verdana, sans-serif;
color: #1e5e93;
padding-top: 10px;
}

/* Shorthand Madhu */
.itn-pageHeaderDescText
{
	font-size:12px;/* added */
	padding: 2px 5px; 
}


.ms-propertysheet a:link, .ms-propertysheet a:visited /* Alex */
{
	text-decoration: none;
	color:#4a92cd;/*color: #1e5e93;*/
}

.ms-propertysheet a:hover /* Alex */
{
	color:#4a92cd;
	text-decoration: underline;
}

.ms-titlearea
{
	display: none;
}

/* SH - Madhu */
h2.ms-pagetitle
{
	font: bold Helvetica, Arial, Verdana, sans-serif;
	color: #1e5e93;
}

/* SH - Madhu */
.ms-SpLink
{
	height: 14px;
	white-space: nowrap;	
    margin: 0 20px 8px 0;
}


.ms-SpLinkButtonActive
{
	margin-right: 19px;
        margin-bottom: 7px;
	_margin-bottom: 9px;
}

.ms-viewselector, .ms-listheaderlabel
{
	display: none;
}

.ms-sectionline
{
    background-color: Transparent;
}

/*Left area and right area are on either side of the page. Not visible in ITN since 
main page width is set to 100%. Set to transparent to avoid a narrow line showing up
on either side of the page. */

.ms-leftareacell
{
	background-color: Transparent;
	background-image: none;
}

.ms-rightareacell
{
	background-color: Transparent;
	background-image: none;
	border-width: thick;
	vertical-align: top;
	padding-top: 20px;
}

.ms-consolemptablerow
{
	border-left: solid 0px black;
	border-right: solid 0px black;
	background-color: Transparent;
	background-image:none;
}

.ms-sitetitle
{
	visibility: hidden;
}

.ms-consoletitleareaframe
{
	background-image: none;
	background-color:Transparent;
	display: none;
}

/*set the sytle and margin for the page*/

.ms-bodyareapagemargin, .ms-pagebottommargin, .ms-pagebottommarginleft, .ms-pagebottommarginright
{
	display: none;
}

/*Sets the background style for the ITN Logo.*/ /*Madhu */
td.ms-titleimagearea
{
	background-color:Transparent;
	background-image: none;
	padding: 0 0 5px 0;
	
}

td.ms-titleimagearea img
{
    margin: 20px 0px 0px 5px
}

/*Sets the background style for the Banner for the Logo.*/    

.ms-globalTitleArea
{
	height: 75px;
	padding-top: 0px;
	padding-left: 0px;
	background-color:Transparent;
	background-image: none;
}

/*This table is contained within the banner area at the top of the page.*/

.ms-globalTitleArea table
{
	background-color:Transparent;
	background-position: top right;
	height: 100%;
	background-image:none;
}

.ms-globalTitleArea table table
{
	background-image: none;
	background-color:Transparent;
}

/*Styles for the bread crumbs */

/*table used for breadcrumbs at the top of the screen -not used on all screens */
.ms-pagebreadcrumb /* Alex */
{
	background-color:Transparent;
	background-image:none;
	/*font-family: Helvetica;*/
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
    /*font-size:10pt;*/
	font-size:12px;/* added */
	border:solid 0px Blue;
	display: none;
}

.breadcrumb /* Alex */
{
 /*display: none;  changed as we will show breadcrumb in piln v3 */
 background-color:Transparent;
 background-image:none;
 /*font-family: Helvetica;*/
 /*font-family: Helvetica, Arial, Verdana, sans-serif;*/
    font-size:10pt;
 border:solid 0px Blue;
}


/*style for the portion of the breadcrumb that is for the current page*/

.breadcrumbCurrent /* Alex */
{
	background-color:Transparent;
	background-image:none;
	/*font-family: Helvetica;*/
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
    /*font-size:10pt;*/
	font-size:12px;/* added */
	border:solid 0px Blue;
}

#breadcrumbs  /* Alex */
{ 
	margin-bottom:5px; 
	margin-left:15px;
}

/*style for the non-current page of the bread crumb.*/
.ms-sitemapdirectional /* Alex */
{
	background-image:none;
	/*font-family: Helvetica;*/
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
    /*font-size:10pt;*/
	font-size:12px;/* added */
	color: #DDDDDD;
}

.ms-titlearea a
{
	color: White;
}

.ms-titlearea
{
	color: #DDDDDD;
}

/* Styles for global breadcrumbs */

.ms-globalbreadcrumb
{
	display: none;
}

.ms-globallinks /* Alex */
{
	background-image:none;
	/*font-family: Helvetica;*/
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
    /*font-size:10pt;*/
	font-size:12px;/* added */
	background-color:Transparent;
	vertical-align: bottom;
}

/*Styles for the search controls*/


.ms-sbscopes
{
	display: none;
}

td.ms-sbcell
{
	border: none;
}

.ms-sbrow /* Alex */
{
	/*height: 12;*/
	height: 12px;
}

/*Formatting stles for within the content area on the page*/

div.ms-pagemargin /* Alex */ 
{
	height:auto!important;
}
.ms-bodyareaframe, .ms-bodyareapagemargin, td.ms-rightareacell div.ms-pagemargin
{
	border: none;
	background-image: none;
	background-color:Transparent;
	padding: 0px;
}

/*Formatting styles around the content area of the screen*/
.ms-nav, .ms-pagemargin, div.ms-titleareaframe, div.ms-pagemargin, td.ms-rightareacell div.ms-pagemargin
{
	background-image: none;
	background-color: Transparent;
}

/*title area left and right not visible in ITN as we run at 100% width.*/

.ms-titlearealeft, .ms-titleareaframe, .ms-pagetitleareaframe
{
	display: none;
}

.ms-titlearearight
{
	display: none;
}

/* Sets the style for the table that hosts all of the top nav controls
- does not span the Site actions area*/
.ms-banner
{
	background-color: Transparent;
	padding: 0px;
}

/* Sets the style for the table that hosts all of the top nav controls
- includes Site Actions*/

.ms-bannerContainer
{
	background-color: Transparent;
	padding: 0px;
	/* background-image: url("/_layouts/itn/images/piln_menuBg.png");
    background-repeat:repeat-x;*/
   background-image: url("/_layouts/itn/images/PILN_GlobalNavBkgrd.png");
	background-repeat: repeat-y;
	background-position: left; /* added */
	border-left: solid 0px inherit;
	border-right: solid 0px inherit;
	border-top: solid 0px inherit;
	border-bottom: solid 1px #ffb631;
}



/*this frame wraps the banner container (above)*/

.ms-bannerframe
{
	background-color: Transparent; /*#DEDBDE;*/
	padding: 2px 2px 2px 0px;
	vertical-align: middle;
	background-image: none;
}

/*This style spans the entire area behind the top nav controls*/

#zz1_TopNavigationMenun0
{
	display: none;
}

#zz1_TopNavigationMenu
{
	
	border-left-width: 2px;
	border-right-width: 2px;
	border-color:#FAB631;
}

.ms-topnav
{
	background-color:Transparent;
	border:none; /* Alex */
}

/* The table hosting each top nav control*//*Madhu */
.ms-topNavContainer table
{
	background-color:Transparent;
	background-image: none;
}

/*This style is for the non-selected top nav controls*/


table.ms-topnav /* Alex */
{
	
	height: 36px;
	font-weight: bold;
	font-size: 11pt;
	border-left: solid 0px inherit;
	border-right: solid 0px inherit;
	border-top: solid 0px inherit;
}

/*This style is for the selected top nav controls
Hover is set to the same style turning off the hover functionality*/

table.ms-topnavselected, table.ms-topnavhover /* Shorthand Madhu */
{
	height: 36px;
	font-weight: bold;
	font-size: 11pt;
	border-left:solid 0px inherit;
	border-right:solid 0px inherit;
	border-top:solid 0px inherit;
}


/*Sets the font and background for the hyperlink in each nav control */

.ms-topnav a /* Alex */
{
	color:#5c5d60;
	background-image: none;
	padding-top:8px;
	padding-bottom:8px;
	margin-left: 1px;
	font-size:15px!important; /* added */
}

.ms-topnavhover a
{
	color:#ffffff;
	padding-top:8px;
	padding-bottom:8px;
}

/*Sets the font and background for the hyperlink in the selected nav control */

.ms-topnavselected a /* Alex */
{
	color: #fff;
	padding-top:8px;
	padding-bottom:8px;
	font-size:15px!important; /* added */
}

/*Defines the layout of the buttons */
.piln-joinButton
{
	cursor: pointer;
	float: left;
}

.piln-joinButton a span
{
	white-space: nowrap;
	font-size: 9pt;
	padding-right: 10px;
}

.piln-joinButtonTextArea /* Alex */
{
	float: left;
	height: 29px;
	background-image: url("/_layouts/itn/images/piln_imageButtonTextBG.png");
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-right: 2px;
	color: #5c5d60;
	/*font-family: Helvetica;*/
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
   /* font-size: 10pt;*/
	font-size:12px; /* added */
}

.piln-imageButton
{
	cursor: pointer;
	float: right;
}

.piln-imageButtonTextArea /* Alex */
{
	float: left;
	height: 29px;
	background-image: url("/_layouts/itn/images/piln_imageButtonTextBG.png");
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-right: 2px;
	color: #4a92cd;  /*bug 4646 - Dave Z - fixed white text masking the link*/
	/*font-family: Helvetica;*/
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
    font-size: 10pt;
}

.piln-imageButtonTextArea a, .piln-joinButtonTextArea a /* Alex */
{
	color:#5c5d60!important;
}

.piln-imageButtonTextArea a:hover, .piln-joinButtonTextArea a:hover
{
	color: #5c5d60!important;
	text-decoration:none;
}

.piln-imageButtonLeft, .piln-joinButtonLeft
{
	float: left;
	width: 16px;
	height: 29px;
	background-image: url("/_layouts/itn/images/piln_imageButtonLeft.png");
	
}

.piln-imageButtonRight, .piln-joinButtonRight
{
	float: left;
	width: 29px;
	height: 29px;
	background-image: url("/_layouts/itn/images/piln_imageButtonRight.png");

}

.piln-imageButtonLeft180, .piln-joinButtonLeft180
{
	float: left;
	width: 29px;
	height: 29px;
	background-image: url("/_layouts/itn/images/piln_imageButtonLeft180.png");
}

.piln-imageButtonRight180, .piln-joinButtonRight180
{
	float: left;
	width: 16px;
	height: 29px;
	background-image: url("/_layouts/itn/images/piln_imageButtonRight180.png");
}

/*Custom tags for ITN Footer*/

.piln-footermain
{
	padding: 0;
	vertical-align: 0px;
	height: 55px;
	width: 100%;
}

/* SH- madhu*/
.itn-Footer
{
	background-color:Transparent;
	background-image: url("/_layouts/itn/images/piln_footerGradient.png");
	border:None;
	width: 100%;
	height:55px;
	padding: 0;
}

/*Sets style for the table row that has the top line of the footer. */
.itn-FooterBorder
{
	background-color:Transparent;
}

/*Sets style for the table cell containing links in the footer. */
.itn-FooterLinks
{
	background-color: Transparent;
	height: 20px;
	padding-top: 4px;
	color: #808080;
	font-size: 8pt;
	float: left;
	padding-left: 20px;
}

/*Sets style for each of the links in the footer. */

.itn-FooterLinks a
{
	color: #9A9A9A;
	text-decoration: none;
}

.itn-FooterLinks a:hover
{
	color: #666666;
	text-decoration: underline;
}

/*Sets style for cell containing the "brought to you by MS" image. */
.itn-FooterMs
{
	color: #9A9A9A;
	font-size: 8pt;
	float: right;
	padding-right: 20px;
}

/**************** Web Parts *******************/
   /*
 tr.ms-WPHeader td
{
    height: 23px;
    font-size: 21px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background-color:Transparent;
    background-image: url("/_layouts/itn/images/itn_menuBg.gif");
    background-repeat:repeat-x;
    
  background-image: url(/_layouts/itn/images/itn_wpTopLeftCorner.gif);
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: top left;
}*/

tr.ms-WPHeader
{
	border-right: solid 1px #CCCCCC;
}



.ms-WPHeader a:hover /* Alex */
{
	color:#4a92cd;
	text-decoration:underline;
}

.srch-Title
{
    font-size: 10pt;
}

.srch-Description
{
    font-size: 10pt;
}

.srch-WPBody /* Alex */
{
	border: 0px;
	padding: 0px;
	vertical-align: middle;
	/*height: 30px;*/
	/*padding-top: 5px;*/
	padding:5px 15px 0; /* added */
	background-color: #fff;
	border: solid 1px #4a92cd;
}

.ms-vh2, .ms-vh
{
	background-color: Transparent;
	
}


th.ms-vh2 a, th.ms-vh a /* Alex added all properties to this */
{
	color:#333;
    /*font-size:10pt;*/
	font-size:12px;/* added */
	text-decoration: none;
	font-weight: bold;
	padding: 30px 0 0 5px;
	
}

th.ms-vh2 a:hover, th.ms-vh a:hover /* Alex added all properties to this */
{
	color:#5c5d60;
	text-decoration: underline;
	
}

.ms-HoverCellInActive
{
	/*background-image: url(/_layouts/itn/images/itn_wpTopRightCorner.gif);*/
    background-color: Transparent;
	background-repeat: no-repeat;
	background-position: right top;
}

.ms-HoverCellActiveDark
{
	/*background-image: url(/_layouts/itn/images/itn_wpTopRightCorner.gif);*/
    background-color: Blue;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/_layouts/itn/images/itn_WPBgTop.gif);
	background-repeat: repeat-x;
}



.ms-WPBorderBorderOnly /* Alex */
{
	border:1px solid #4A92CD;
background-color: #fff;
}

.ms-WPBody
{
	background-image:none;
	background-color:Transparent;
	
}

.ms-WPBody a:link
{
	color: #4a92cd;;
}

.ms-WPBody a:visited
{
	color: #4a92cd;
}

.ms-WPBody a:hover /* Alex added this class */
{
	color: #4a92cd;
}

.link-item a /* Alex */
{
	/*font-family: Helvetica;*/
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
    font-weight:bold;
	/*font-size:10pt;*/
	font-size:12px;/* added */
	color:#1E5E93;
}

/*Web Part Tool Bar Style Items*/

.ms-menutoolbar
{
	border-bottom:1px solid #1E5E93;
	height:22px;
}

.ms-menutoolbar td
{
	border-top:solid 1px #1E5E93;
	border-bottom:solid 1px #1E5E93;
}




td.ms-addnew /* Alex */
{
	/*padding:10px 0 10px 15px;*/ 
	padding: 12px 0 0 10px; 
}

.ms-addnew
{
    padding-left: 0px;/* Changed left padding from 16px to 0 Please check if any other page breaks */
    font-size: 8pt;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    text-transform: none;
    color:#4a92cd;
    padding: 0 0 15px 15px;
    
}




.ms-addnew a /* SH-Madhu */
{
	font-size: 8pt;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	margin-top:10px;
	color:#4a92cd;
	text-decoration:none;
	padding-left: 5px;
	font-weight: normal;
}

.ms-addnew a:hover /* Alex */
{
	font-weight: normal; 
	border: none;
	margin-top:10px;
	color:#4a92cd;
	text-decoration:underline;
	font-size: 8pt;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.ms-addnew img /* Alex - Madhu Edited for Sprite fgimg.png Add Document from Community - Announcement*/
{
	font-weight: bold;
	border: none;
	vertical-align:middle;
	margin-left:0px;
	margin-top: 0px;
	font-size: 12px;
}

.ms-formtable /* Alex */
{
	background-color: #fff;
	border: 0px solid #4a92cd;
}

.ms-formbody /* Alex */
{
	background-color: #fff;
	border: 0px solid #FEB934;
}

.ms-vh2  /* Override for Resources - Partner and Community Events Column Header - Madhu*/
{
    font-family:Verdana , Geneva, Tahoma, sans-serif;    
    font-size: 12px;
    font-weight: bold;
    color: #4a92cd 
    
}



/*used to set the vertical position of the right nav, notfications and etc */

.itn-rightNavVerticalSpace
{
	font-size: 55px;
}

/*
.splashLinkArea
{
    border: none;
}
    




.ms-WPHeader h3
{
    margin: 0px;
    padding: 0px;
    background-image: url(/_layouts/itn/images/itn_wpTopRightCorner.gif);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 11px;
    font-weight: normal;
    padding-left: 8px;
    padding-top: 0px;
    padding-right: 0px;
    height: 23px;
    border: 0px solid #000000;
    width: auto;   
    display: block; 
}




div.ms-HoverCellInActive, div.ms-HoverCellActiveDark
{
    padding: 0px;
    margin: 0px;
    height: 19px;
    width: 49px;
    border: 1px solid #000000;
    text-align: right;
    position: relative;
    left: -12px;
    border: 0px solid #000000;
    padding-top: 5px;
    background-image: url(/_layouts/itn/images/itn_wpTopRightCorner.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

td.ms-WPBorder
{
    background-image: url(/_layouts/itn/images/itn_wpBottomRightCorner.gif);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: right bottom;
    border: 0px;
    width: auto !important;
}

/*

    
}

.ms-WPHeader td
{
    background-image: url(/_layouts/itn/images/itn_wpTopRightCorner.gif);
    background-color: #F2F2F2;
    background-position: top right;
    background-repeat: no-repeat;
}

*/




/* Begin Site Actions Menu */
.ms-siteaction
{
	background-color:Transparent;
	background-image:none;
	text-align: right;
}

.ms-siteactionsmenu
{
	vertical-align: top;
	padding-right: 1px;
	background-color: Transparent;
	background-image: none;
}

td.ms-siteactionsmenu
{
	padding: 5px 20px 2px 2px;
}

/* End Site Actions Menu */

/*  ITNGridView Control */
   
.itn-gridViewPager td
{
	border: none;
	padding: 5px;
}

/* Duplicate Class, have the same at 1784 
.itn-gridviewPagingLinkDisabled
{
	padding: 3px 10px 3px 10px;
	border: solid 1px black;
	background-color: #DDDDDD;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}*/

.itn-gridViewPaging
{
	margin-top: 5px;
}

tr.itn-gridViewPaging td
{
	padding: 10px 5px 5px 2px;
}

/* SH- Madhu*/
.itn-gridViewPaging td a
{
	padding: 2px 8px 2px 8px;
	margin: 2px 2px 2px 2px;
	border: solid 1px black;
	background-color: Ivory;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/* SH-Madhu */
.itn-gridViewPaging td a:hover, .itn-gridViewPaging td span
{
	padding: 2px 8px 2px 8px;
	margin: 2px 2px 2px 2px;
	border: solid 1px black;
	background-color: Gray;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* ------- Alex revised => added float, adjusted width, removed padding ------- */
.itn-gridViewPnl /* Discussion /Start New Discussion Section in Community View - Madhu*/
{
	border: solid 1px #4a92cd;
	background-color:#fff;
	width: 715px; /* In DiscussionListMostRecent.ascx, there was inline with same name itn-gridViewPnl with 100%, was causing problem fro Discussion WP right border Commented that -Madhu Nov 20th*/
	float:left;
	
}

.itn-gridView /* Alex */
{
	background-color:#fff6e4;
	width: 100%;
	border-width: 0;
	border-collapse: separate;

}

.itn-gridView td /* Alex */
{
	border: none;
	padding:15px 15px 5px 15px;/* added */
	border-bottom:0px solid #fff6e4;
	}

.itn-gridView th 
{ 
	border: none;
	padding: 1px;
}

.itn-gridViewResultsCount
{
	font-size: 11px;
	padding: 5px 0 0 15px;
	font-weight: bold;
	display: block;
	float: left;
	width: 97%; /* New Bug Workspace Members Webpart does'nt has Right Border in IE7 & Madhu Nov 21*/
	color: #333;
}

.itn-gridViewHeader /* Alex */
{
    padding: 10px 0 12px 0px;
    width: 100%;
    color:#FFFFFF;
    font:16px Segoe UI;
    background-color: #4a92cd;
    height: 20px;
    margin-top: 0px;/* Added 10px top margin to align properly in Worspaces Page - Madhu Nov 17th* but it was causing problem I removed the 10px from margin-top it fixed in Workspace and Workspace Member  - Nov 21st*/
}

.itn-gridViewHeaderDiscussion{ /* Bug#4951 Added a new class to fix the Discussion Webpart as this is a customized wp and had to call this class in ascx file - Madhu/Jamie - Dec 4th*/
    padding: 10px 0 12px 0px;
    width: 100%;
    color:#FFFFFF;
    font:16px Segoe UI;
    background-color: #4a92cd;
    height: 20px;
    margin-top: 10px;
}

.itn-gridViewHeader DIV
{
    padding-left:18px !important;
    font-weight:normal;
}

.itn-gridViewSortBy /* Alex */
{
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
	font-size:16px; /* added */
	padding-right: 5px;
	text-transform:none; /* added */
}

.itn-gridViewSortBy a 
{
    color: #fff;
    text-decoration:underline;
}


.itn-gridViewMoreLink /* Alex */
{
	font-weight: bold;
	width: 50%; /*  Bug #4791: Workspaces pages missing right borders and show white underline in title bar in IE7 Madhu Nov 19th - This is for right border which is missing*/
	font-size:11px;/* added */
	display: block;
	text-align: left;
	padding: 5px 0 15px 15px;/* added */
	text-transform:uppercase;
	float:left;/* added */
}

.itn-gridViewMoreLink a
{
	color: #1e5e93;
	text-decoration: none;
}

.ms-WPBody
{
    margin-top: 0px /* Added -10px to align the table in InviteMember.ascx CommunityPagesInvite Others - Madhu Nov 7th - 
                    this was deleted as this was causing problem in IE7 for Communities-Help with communities - Bug 4810*/
}

/* Right Navigation Controls */


.itn-rightNav, .itn-nofications, .itn-siteNav, .itn-featuredCommunity /* Alex */
{
    font-size: 10pt;
    width: 220px;
    /*margin: 10px; removed for new layouts*/
    
}

.itn-rightNavSection, .itn-noficationsSection
{
	width:200px;
}

.itn-siteNavSection
{
	padding: 5px;
}

.itn-siteNavSection a:hover
{
	color: #003399;
	text-decoration: none;
}

.itn-siteNavSection a
{
	color: #444444;
	padding: 10px;
	text-decoration: none;
}

.itn-siteNavSection li
{
	padding-left: 10px;
}

.itn-featuredCommunity, .itn-communityFacet
{
    /*background-color: #deefff;*/
    border: #4a92cd 1px solid;

}

.itn-featuredCommunityTitle
{
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
}

/* SH – Madhu */
.itn-featuredCommunityISNLogo
{
	padding: 5px 10px;}


.itn-featuredCommunityBody /* Alex */
{
	padding: 0px 10px 10px 10px;
	float: none;
	width:200px; /* added */
}

.itn-communityMembership /* Alex */
{
    background-image: none;
    background-color: #fff;
    border: solid 1px #4a92cd;
    float:left; /* added */
    margin-bottom: 25px;
}


.itn-communityMembersGroupTitle /* Alex */
{
	display: block;
	width: 205px; /* added */
	border-bottom: solid 0px #CCCCCC;
	margin:5px 0 10px; /* added */
	padding:5px 0 2px 15px; /* added */
    font-size: 12px; /* added */
	font-weight: bold;
	color: #333;
}

.itn-communityMembersData /* Class for Community members Owners & Members Right Webpart - Madhu*/
{
	width: 200px;
	margin-left: 13px;
	
}

.itn-communityMembersEmptyDataText /* Alex */
{
	width:10%; /* added */
	padding:0 10px 5px 5px; /* added */
}

.itn-communityAddMember
{
	font-size: 9pt;
}

.itn-communityAddMemberSection
{
	border-top: solid 1px #CCCCCC;
	padding: 5px 0px 5px 0px;
}

.itn-communityAddMemberSection A
{
	color: #5C5D60;
}

.itn-communityAddMemberSection A:hover
{
	color: #5C5D60;
	text-decoration: underline;
}

.itn-communityAddMemberLink  /* Alex added this class and its properties */
{
	margin-top: 1px;
	width: 220px;	


	
}

/* SH - Madhu */
.itn-communityAddMemberLink a /* Alex */
{
	width: 100%;
	color: #fff;
	font-weight: normal;
    font: normal 16px Segoe UI;
	display: block;
	padding: 5px  0 5px 3px; /* added */
	
	background-color: #3A7FBF;
	text-align: left;
	text-decoration: none;
	text-indent: 10px; /* Added to indent 15px to left fot invite Other, Community in Community - Invite - Invite others - Madhju Nov 7th */
}

.itn-communityAddMemberLink a:hover
{
	
	text-decoration: none;
}


.itn-CommunityMemberMembershipGroup
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size:13px;  
    margin-left: 10px;
    
}

.itn-CommunityMember
{
    padding: 0px;

}


.itn-communityCreateLink /* Alex */ /* this is for more link in Resources Homepage */
{
	width: 100%;
	font-size:12px; /* added */
	display: block;
	text-align: left;
	padding: 5px 0px 0px 25px; /* added */
	color: #4a92cd;
	float:left; /* added */
}

.itn-communityCreateLink a
{
	color: #4a92cd;
	text-decoration: none;
}

.itn-communityCreateLink a:hover
{
	color: #4a92cd;
	text-decoration: underline;
}

/* SH – Madhu */
.itn-communityDescription
{
	padding-top: 5px 10px 5px 0;
	}


.itn-communityDescription span
{
	display: block;
	padding-right: 10px;
}

.itn-communityCreated .itn-title /* Alex */
{
	font-weight: bold;
	font-size:15px; /* added */
	padding: 5px;
}

.itn-communityCreated .itn-body
{
	font-weight: bold;
	padding-bottom: 10px;
}

.itn-communityCreatedTitle td /* Alex */
{
	font-size:17px; /* added */
	font-weight: bold;}

img.itn-communityPrivate
{
	margin-right: 5px;
}

.itn-communityMemberItem /* Alex */
{
	vertical-align: middle;
	font-size:12px; /* added */
}

.itn-communityMemberImage /* Alex */
{
	width: 70px;
	display:block; /* added */
	margin-bottom:5px; /* added */
}

.itn-communityMemberName /* Alex */
{
	width: 230px;
	display:block; /* added */
	font-size:14px;
	margin-bottom:5px; /* added */
}

.itn-communityMemberOwner /* Alex */
{
	width: 150px;
	display:block; /* added */
	margin-bottom:5px; /* added */
}

.itn-communityMemberDateUpdated /* Alex */
{
	width: 170px;
	display:block; /* added */
}

.itn-communityMemberRemove
{
	width: 100%;
	display: block;
}

.itn-communityMemberOwnerAction
{
	width: 100%;
	display: block;
}

.itn-communityMemberActions a /* Alex */
{
	text-decoration: none;
	font-size:12px; /* added */
	color: #1e5e93;
}

.itn-communityMemberActions a:hover /* Alex */
{
	text-decoration: none;
	}

.itn-communityMemberActions /* Alex */
{
	text-align: right;
}

.itn-communityMemberActionsTitle
{
	font-size: 9pt;
	font-weight: bold;
	width: 100%;
	display: block;
}

a.itn-communityMembersDataMore
{
	color: #5c5d60;
	padding: 0px 0px 10px 5px;
	display: block;
}

div.itn-communityFacet /* Alex */
{
	color: #505050;
    font-size: 10pt;
	padding: 0px 0px 5px 0px;
}

.itn-communityFacet div /* Alex */
{
}

div.itn-communityFacet div div
{
	padding: 2px 0px 2px 0px;
}

div.itn-communityFacetAllItems /* Alex * Spelling change -Madhu*/
{
	display: block;
	font-weight: bold;
	font-size:12px; /* added */
	padding-top: 5px;
	padding-bottom: 5px;
    color: #4a92cd;
}


.itn-communityFacetRefineBy /* Alex */
{
	display: block;
	font-weight: bold;
	font-size: 12px; /* added */
	margin-bottom:5px; /* added */
	color: #333;
}

.itn-communityFacetItem /* Alex */
{
	padding-left:15px; /* added */
	padding-bottom: 0.5em;
	font-size:11px;
	color: #4a92cd;
}



/*.itn-communityFacet a
{
	color: #4a92cd;
	
}*/

.itn-communityFacet a:link, .itn-communityFacet a:visited /* Alex */
{
	color: #4a92cd;
}

.itn-communityFacet a:hover /* Alex */
{
	color: #4a92cd; /* added */
	text-decoration:underline; /* added */
}

#communityFacetMoreLink /* Alex */
{
	padding-top: 5px;
	font-weight:bold;
}

div.itn-communityFacetMoreSection
{
	padding: 0px;
}

.itn-communityFacetNotSelected
{
	float: left;
	width: 15px;
	font-weight: bold;
}

.itn-communityFacetSelected /* Alex */
{
	float: left;
	width: 15px;
	font-weight: bold;
	text-align: right;
	margin:3px 2px 0 10px; /* added */
	font-size:14px; /* added */
}

.itn-communityFacetSelected div
{
	font-weight: bold;
}

.itn-communityEditLabel /* Alex */
{
	text-align: right;
	font-weight: normal;
	
	padding-right: 4px;
	
	font-size:12px; /* added */
	
}

.itn-communityEditLabelInstructions
{
	text-align: left;
	padding-top: 2px;
	padding-right: 4px;
	vertical-align: middle;
	font-size:8px;
	font-style:italic;
}

.itn-communityEditInput /* Alex */
{
	font-size:12px; /* added */
}

/* Notifications Section */


.itn-nofications /* Alex */
{
	font-size:12px; /* added */
	background-image: none;
    background-color: #fff;
    border: solid 1px #4a92cd;
    margin-bottom: 30px; /*Added to give Spacing between Notifications Webpart on right side and other webaprts - Madhu - Nov 6th */
    padding-bottom: 5px;

}

.itn-notificationsTitle /* Alex SH-Madhu*/
{
    font-weight: bold;
	background-color: #4a92cd;
	color: #fff;
	padding: 10px 12px 9px 15px; /* added */
	font:16px Segoe UI;
	text-transform: none;
}

.itn-notificationItem
{
	padding: 5px;
}

.itn-notificationItem a img
{
	border: none;
	padding-right: 5px;
}

.itn-notificationItem
{
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
}

.itn-notificationItem a  /* Alex – madhu  removed extra line of duplicate */
{
	text-decoration: none;
	color:#4a92cd; /* added */
	padding-left:4px;
}


.itn-notificationItem a:hover  /* Alex */
{
	text-decoration: underline;
	padding-left:4px;
}

.itn-notificationItem div a  /* Alex */
{
	text-decoration: none;
	color:#4a92cd; /* added */
}

.itn-notificationsIgnore  /* SH-Madhu */
{
	padding: 4px 0 0 0px;
	display: block;
	color: #4a92cd;
	font-weight: bold;
	font-family: Verdana
}

.itn-notificationsIgnore a  /* SH-Madhu */
{
	padding: 4px 0 0 4px;
	display: block;
	color: #4a92cd;
}

/* Right Nav Styles SH-Madhu  Removed Padding Bottom:0*/
#navcontainer  
{
	font-size: 11pt;
	background-color: #fff;
	width:220px;
	border: solid 1px #4a92cd;
	margin-bottom:30px;/* added on nov 5th for spacing between right Community and Featured community in Community page */
	
	
	
}
#navcontainer ul
{
	margin: 0;
	padding: 0;
}

#navcontainer li.itn-siteNavTitle /* Alex */
{
    background-color: Transparent; 
	font: normal 16px Segoe UI;
	color: #fff;
    background-color: #4a92cd;
    text-transform: none;
	padding: 10px 12px 9px 15px; /* added */


}

#navcontainer ul li /* Alex */
{
	margin: 0;
	padding: 0;
	list-style:none; /* added */
	background-color: #fff  ;
	line-height:26px; /* added */
}

#active
{
}

ul#subnavlist li#subactive a#subcurrent  /* Alex added this id and its properties */
{
	color: #4279B5;
	
}

ul#subnavlist li#subactive a#subcurrent:hover /* Alex added this id and its properties */
{
	color: #fff;
	
}

/* ------- Alex revised => adjusted width taking in account padding ------- */
#navcontainer ul li a /*#navcontainer ul li a*/ /* Alex */
{
	color: #4279B5;
	display: block;
	padding: 3px 0 3px 15px;
    text-decoration: none;
	background-color: #fff;
	height:26px;
	font-size:12px; /* added */ 
}

#navcontainer ul li a:hover /* SH-Madhu */
{
	color: #fff;
	background-color: #4279B5}


#navcontainer ul ul /* Alex */
{
	font-size: 9pt;
	margin-left:25px;
	text-indent: 5px;
}

#navcontainer li li/*#navcontainer ul ul li*/ /* Alex */
{
	border-bottom: solid 0px black;
    list-style: disc;
	padding: 2px 2px 2px 0px;
	color: #4279B5;
}

#active
{
	border-bottom: none;
}

#navcontainer li li a /* Alex */
{
	display: block;
	color: #4279b5;
	padding: 0px;
	background-color: #fff;
	height:auto;/* added */
}

#navcontainer li li a:hover /*#navcontainer ul ul a:hover*/ /* Alex */
{
	/*display: block;*/
    color: #fff;
	padding: 0px;
	background-color: #4279B5;
}

#navcontainer li a:link#current, #navcontainer li a:visited#current /* SH-Madhu*/
{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #81BEF7;
}

a#subcurrent, a:visited#subcurrent /* SH-Madhu */
{
	background: #eee;
	color: #000;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

#notactive
{
	display: none;
}

/* Bread Crumbs Styles */

	
.itn-breadCrumbsDiv
{
	padding-bottom: 10px;
	display: block;
	width: 100%;
	word-break: break-all;
	font-weight: bold;
}

#crumbs /* Alex */
{
	border:0px solid #dedede;
	font-size: 10pt;
	
	}

/* SH-Madhu */
#crumbs span
{
	padding: 0 8px 0 0;
	color:#4a92cd;
}


#crumbs span a
{
	background: url(/_layouts/images/arrowright_dark.gif) no-repeat right center;
	display: inline;
	padding: 0 15px 0 0;
}

#crumbs span a:link, #crumbs span a:visited
{
	color:#4a92cd;
	text-decoration: none;
}

#crumbs span a:hover, #crumbs span a:focus
{
	color: #4a92cd;
	text-decoration: underline;
}

/*My Notebook*/



.ms-vb2 NOBR
{
	color:#4a92cd;
}

.ms-vb
{
	color: #333;
	font-size: 12px;
	padding: 10px; /* Added this to give padding to ISP Announcements My NotebookMy WorkspacesInnovative Schools Announcements*/

	/*width: 500px;*/
	font-family: Verdana, Geneva, Tahoma, sans-serif;!important;
}

.ms-vb a
{
}



/* AD */
.ms-summarystandardbody /* Added Padding for Innovative Schools Announcements, My NotebookMy Workspaces Innovative Schools Announcements and Community Details PAge (Dandii Boru School, Addis Ababa, Ethiopia) Madhu Nov 7th*/
{
	margin: 1px 6px 0 10px ;

	
}

.ms-summarystandardbody td
{
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
	
} /* AD end */


.ms-WPBorder .ms-summarystandardbody td /* Verfiy the homepage authenticated Dec 4th */
{
	white-space: normal;
}

/* Discussions */
div.itn-discussionCommunityNameLink
{
	border-bottom: solid 1px #DDDDDD;
}

.itn-discussionCommunityNameLink td
{
	vertical-align: bottom;
}

.itn-discussionCommunityNameLink a
{
	height: 100%;
}

div.itn-discussionCommunityNameLink
{
	width: 100%;
}

div.itn-discussionCommunityNameLink table
{
	width: 100%;
}

.itn-discussionImageColumn
{
	width: 25px;
}

.itn-discussionCommunityImageColumn
{
	background-repeat: repeat-x;
	border: solid 1px #999999;
	width: 100px;
}

.itn-discussionName
{
	font-weight: bold;
	background-repeat: repeat-x;
	border-bottom: solid 1px #999999;
}

.itn-discussionCommunityName
{
	background-repeat: repeat-x;
	border: solid 1px #999999;
	text-align: right;
}

div.itn-discussionPost
{
	background-color: Ivory;
	border: 1px solid #999999;
	padding: 0px 5px 5px 5px;
	display: block;
	height: 100%;
}

.itn-featuredSchoolsItem
{
	width: 94px;
	text-align: left;
	padding-left: 10px;
	display: block;
    font-size: 12px;
}

.itn-memberColleaguesItem /* Alex */
{
	width: 64px; /* Changed 94px to 64px as this was casuing conflicting in Community Member thumbnail homepage- madhu Dec 5th */
	text-align: left;
	display: block;
    font-size: 13px; /* added */
	height: auto; /* changed from 100 to auto so that the long Ukraine names can accomodate and expand vertically as number of lines increases Connect Member Webpart- madhu Dec 5th */
	padding: 5px 2px 5px 5px;/* Added padding to give spacing for thumbnails in Connect Member Web part - madhu Dec 5th */
	
}


.itn-memberColleaguesItem img /* Alex */
{
	margin-bottom:5px; /* added */		
	visibility: hidden;
	float: left;
	display: block;
	position: absolute;
	text-align:center; /* added */

}



.itn-floatRight
{
	float: right;
}

.itn-memberColleagues td
{
	vertical-align: top;
	width: 64px;
	text-align: center;
	

}

.itn-memberColleagues /* SH-Madhu */
{
	border: solid 1px #4a92cd;
	
	background-color: #fff;
	width: 220px;
	margin: 20px 0 0 0;
	padding-bottom: 25px;/* Bug #3792: member name out of boundry in firefox - Connect - View School Madhu Nov 16th */
		
		
}

.itn-memberColleaguesData
{
	width: 90%;
	display: block;
	margin: 0 auto;
}

.itn-memberColleaguesItem a, .itn-memberColleaguesItem a:link /* Alex */
{
	color:#4a92cd; /* added */
	text-decoration: none;
	font-size: 11px; /* added */
	text-align:left;

	}

.itn-memberColleaguesItem a:hover /* Alex */
{
	text-decoration:underline;
	/*color: Blue;*/
}

.itn-communitySchoolMember
{
	vertical-align: middle;
	height: 35px;
}

.itn-communitySchoolMemberImage
{
	display: inline;
	width: 30px;
	height: 100%;
}

.itn-communitySchoolMemberName
{
	vertical-align: top;
	height: 100%;
	display: inline;
	width: 160px;
	padding-left: 5px;
	height: 100%;
}

.itn-communitySchoolMemberName a
{
	color: #1e5e93;
	text-decoration: none;
	font-size: 8pt;
}

.itn-communitySchoolMemberName a:hover
{
	color: Blue;
}

.itn-communityTitle, .itn-communityDescription
{
	word-break: break-word;
	padding: 0 0 5px 0; /* fix for Bug #4962: SP2010: PC workspace with a long title overlaps Remove My Membership - Dec 4th Added padding-bottom 5px adn width:500px*/
	width: 500px;
}


/*.itn-communityNameLink, .itn-communityNameLink a

{
    font-family:Helvetica;
    font-size:10pt;
    color:#3A7FBF
  
}
*/
.itn-communityDescription
{
	/*font-family: Helvetica;*/
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
    /*font-size:9pt;*/
	font-size:12px;/* added */
	color:#333;

}


.itn-communityActions
{
	font-size:12px;/* added */
	color:#333;
margin-top: -14px;
	padding-top: 0px;
	float: right;
	text-align: right;
	white-space: nowrap;
}
.itn-communityActionItem
{
	display: block;
	margin-top: 14px;
}

.itn-communityActions a /* Alex */
{
	font-weight: normal;
	color: #4a92cd;
	text-decoration: none;
	font-size:12px;/* added */

}

.itn-communityActions a:hover /* Alex */
{
	color: #4a92cd;/* added */
	text-decoration: underline;/* added */
	
}

.itn-highlightLink
{
	font-weight: normal;
	color: #1e5e93;
	text-decoration: none;
	font-size: 10px;
}

/*itn-connect-featuredmembers */
.itn-connect-featuredmembers td
{
	vertical-align: top;
	width: 64px;
	text-align: center;
}

.itn-connect-featuredmembers /* Alex */
{
	font-size: 10pt;
	width: 90%;
	padding: 0 10px 0 10px;
	margin: 5px;
}

.itn-connect-featuredmembersData
{
	width: 100%;
	display: block;
}

.itn-connect-featuredmembersItem a, .itn-connect-featuredmembersItem a:link
{
	color: #1e5e93;
	text-decoration: none;
	font-size: 9pt;
}

.itn-connect-featuredmembersItem a:hover
{
	color: #3a7fbf;
}

.itn-controlBody
{
	width: 96%;
    display: block;
	padding: 10px 0px 10px 10px;
	font-family: verdana;
	

}


.itn-control
{
	border: solid 1px #4a92cd; /* Changed from #ffb631 to #fff - Madhu */
	background-color: #fff; /* Changed from #ffb631 to #fff - Madhu */
	margin: 0px 0px 30px 0; /* School Profile WP was 10px down so aligned to Right Notfications WP in Connect*/
	padding-bottom: 20px;
	width:200px;
    
	width: 99.6%; /* Madhu - had CHanged from 100% to 98% to center in invite Collegue Page please check other pages if it breaks*/
	color: #666; }

.itn-welcomeControlTitle /* SH-Madhu */
{
	background-color: #4a92cd; /* changed from #ffb631 to 4a92cd - Madhu*/
	color:#FFFFFF;
    font:16px Segoe UI;
	padding: 12px 0 12px 18px; 

}

.itn-welcomeControlTitle DIV
{
	padding: 8px 0 8px 18px; 
	color:#FFFFFF;
    font:16px Segoe UI;
}

.itn-controlTitle, .itn-communityFacetTitle /* SH-Madhu */
{
	
    
	font: normal 16px Segoe UI;
	color: #fff;
    background-color: #4a92cd; /* changed from #ffb631 to 4a92cd - Madhu*/
	padding: 10px 12px 9px 15px; /* added */
	text-transform: none;
	}

.itn-controlTitle 
{
	margin-bottom:10px;
  font: normal 16px Segoe UI;
	color: #fff;
    background-color: #4a92cd;
	
	padding: 10px 12px 9px 15px; /* added */	
}


.itn-controlTitle-PopularTags 
{
	margin-bottom:10px;
  font: normal 16px Segoe UI;
	color: #fff;
    background-color: #4a92cd;
	
	padding: 10px 12px 9px 15px; /* added */	
}



.itn-controlTitle a, .itn-controlTitle a:link, .itn-controlTitle a:visited /* SH-Madhu */
{
	color: #fff;}

.itn-controlTitle a:hover /* SH-Madhu*/
{  
	color: #fff;}

.itn-controlBodyOrange  /* SH-Madhu Ariel */
{
	display: block;
	padding: 10px; /* updated - effects WYSIWYG content */
}

.itn-controlOrange /* Alex */
{
	border: solid 1px #4a92cd; /* changed from #ffb631 to 4a92cd - Madhu*/
	background-color: #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 0px /* Added margin-top: 10px to align the top of  webpart. Please check if this effects other webpart */
}

.itn-controlTitleOrange /* Alex */
{
	font:16px Segoe UI;
	color: #ffffff;
	background-color: #4a92cd;
	padding: 10px 0px 10px 16px;/* added */
}

.itn-controlTitleOrange a, .itn-controlTitleOrange a:link, .itn-controlTitleOrange a:visited /*SH-Madhu */
{
	color: #fff;
}

/* Membership Forms */

.itn-registrationForm
{
}

.itn-profileActions A
{
	color: #5C5D60;
}

.itn-profileActions A:hover
{
	color: #5C5D60;
	text-decoration: underline;
}

.itn-profileActions A:visited
{
	color: #5C5D60;
}

.itn-CommunityEdit /* Alex */
{
	color: #333;
	background-color:#fff;/* added */
	padding: 10px;/* added */
	display: block;
	width:693px;
	border: #ffb631 1px solid;
	
}

.itn-CommunityEditSection /* Alex */
{
	width: 100%;
	vertical-align: top;




}

.itn-CommunityEdit span /* Alex */
{
	color: #ff0;
	
}

td.itn-CommunityHeader span.itn-CommunityHeader /* SH-Madhu*/
{
    font: bold 14px Verdana;
    color: #333;
    text-align:left;
    vertical-align: top;
    	
}

.itn-CommunityHeader td
{
    color: #333;
    font-family: Verdana;
    font-weight: bold;
    text-align: left;
     vertical-align: top;
        	padding-left: 20px;
        	
       
}

.itn-CommunityItem
{
}
td.itn-CommunityImage
{
	width: 90px;
}
.itn-CommunityBody 
{
}
.itn-CommunityResourceCount
{
}
.itn-CommunityTitle
{
}
.itn-CommunityResourceCount
{
}
td.itn-CommunityActionLinks
{
	text-align: right;
}



/* Profile Edit */

.itn-profileEdit /* Alex */
{
    color: #505050;
	background-color:#fff; /* added */
	
    padding:0px 5px; /* added */
    width:682px; /* Edited the width from 692 to 682 - Bug #4859: Connect->Invite Colleague Has broken web part border*/
}

.itn-profileEditInput label /* Alex */
{
	font-size: 11pt;
}

.itn-profileEdit h3 /* Alex */
{
	font-size: 14pt;
}

.itn-profileEditCheckBox
{
	vertical-align: middle;
}

.itn-profileEditCheckBox label, .itn-checkBox label, .itn-registrationSection label /* Alex */
{
	margin-left:5px;
}

.itn-profileEdit td, .itn-profileEdit tr /* Alex */
{
	padding: 3px;
    font-size: 9pt;
}

.itn-profileEdit span /* Alex */
{
	font-size: 9pt;
	color: #4c4c4c;
}

.itn-profileEditLabel
{
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	width: 150px;
	white-space:nowrap; /* added */
}

.itn-profileEditInput
{
	}

.itn-profileEditLabelMultiLine, td.itn-profileEditLabelMultiLine
{
	vertical-align: top;
	text-align: right; 
	padding-top: 10px;
}

.itn-profileEditSection /* Alex */
{
	color: #5c5d60; /* added */
	font-size: 12px; /* added */
	line-height:16px; /* added */
	margin-bottom:10px; /* added */
}

.itn-profileSubmitButton
{
	text-align: right;
}

.itn-profileEditTimeSpan td
{
	vertical-align: top;
}

.itn-profileViewLinks
{
	padding-bottom: 20px;
}

/* User Control */

.itn-userControl
{
	color: #505050;
    padding: 10px;
}

.itn-userControl label /* Alex */
{
	font-size: 9pt;
}

.itn-userControl h3 /* Alex */
{
	font-size: 14pt;
}

.itn-userControlCheckBox
{
	vertical-align: middle;
}

.itn-userControlCheckBox label, .itn-checkBox label, .itn-registrationSection label /* Alex */
{
	font-size: 9pt;
	margin-left:5px;
}

.itn-userControl td, .itn-userControl tr /* Alex */
{
	padding: 3px;
    font-size: 9pt;
}

.itn-userControl span /* Alex */
{
	font-size: 9pt;
	color: #4c4c4c;
}

.itn-userControlLabel
{
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	white-space:nowrap; /* added */
}

.itn-userControlInput
{
}

.itn-userControlLabelMultiLine, td.itn-userControlLabelMultiLine
{
	vertical-align: top;
	text-align: right;
	padding-top: 10px;
}

.itn-userControlSection /* Alex */
{
    color: #5c5d60; /* added */
	font-size: 12px; /* added */
	line-height:16px; /* added */
	margin-bottom:10px; /* added */
}

.itn-userControlSubmitButton
{
	padding: 0px 8px 0px 8px;
}

.itn-userControlTimeSpan td
{
	vertical-align: top;
}

.itn-userControlViewLinks
{
	padding-bottom: 20px;
}

/* School History */

.itn-schoolHistoryGridView /* Alex */ 
{
	font-size:12px; /* added */
	border:none!important; /* added */
	border-collapse:separate!important; /* added */
	width:100%;
	margin-bottom:10px;
}

.itn-schoolHistoryGridView tr td
{
	border:none!important; /* added */	
}

.itn-schoolHistoryGridView .itn-schoolHistoryGridViewHeader th /* Alex */ 
{
	font-weight:bold!important; /* added */	
	border:1px solid #ccc; /* added */
	border-width:0 0 1px 0!important; /* added */
	text-align:left; /* added */
}

.itn-schoolHistoryGridViewEvenRowBG /* Alex */ 
{
	background-color:#ffefcd; /* added */
}

.itn-inviteColleaguesGridView /* Alex */ 
{
	font-size:12px; /* added */
	border:none!important; /* added */
	border-collapse:separate!important; /* added */
	width:100%;
	margin-bottom:10px;
}

.itn-inviteColleaguesGridView tr td
{
	border:none!important;	
}

.itn-inviteColleaguesGridView .itn-inviteColleaguesGridViewHeader th /* Alex */ 
{
	font-weight:bold!important; /* added */	
	border:1px solid #ccc; /* added */
	border-width:0 0 1px 0!important; /* added */
	text-align:left; /* added */
}

.itn-inviteColleaguesGridViewEvenRowBG /* Alex */ 
{
	background-color:#ffefcd; /* added */
}

.itn-profileEditInput label /* Alex */
{
	font-size: 11pt;
}

.itn-profileEdit h3 /* Alex */
{
	font-size: 14pt;
}

.itn-profileEditCheckBox
{
	vertical-align: middle;
}

.itn-profileEditCheckBox label, .itn-checkBox label, .itn-registrationSection label /* Alex */
{
	font-size: 9pt;
	margin-left:5px;
}

.itn-profileEdit td, .itn-profileEdit tr /* Alex */
{
	padding: 3px;
    font-size: 12px;
	}

.itn-profileEdit span /* Alex */
{
	color: #4c4c4c;
}

.itn-profileEditLabel /* Alex */
{
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	width: 150px;
	white-space: nowrap; /* added */
	vertical-align: top; /* added */
}

.itn-profileEditInput
{
	
}

.itn-profileEditLabelMultiLine, td.itn-profileEditLabelMultiLine
{
	vertical-align: top;
	text-align: right;
	padding-top: 10px;
}

.itn-profileEditSection /* Alex */
{
	color: #5c5d60; /* added */
	font-size: 12px; /* added */
	line-height:16px; /* added */
	margin-bottom:10px; /* added */
}

.itn-profileEditSection label /* Alex */
{
	margin-left:5px; /* added */ 
}

.itn-profileSubmitButton
{
	text-align: right;
}

.itn-profileEditTimeSpan td
{
	vertical-align: top;
}

.itn-profileViewLinks
{
	padding-bottom: 20px;
}

fieldset
{
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:7px;
	padding: 0px 20px 0px 20px;
	margin-bottom: 20px;
}

fieldset legend
{
}

fieldset hr
{
	height: 1px;
	color: #cccccc;
}

.itn-fieldsetChild
{
	padding-top: 15px;
}

.itn-richTextBox td /* SH-Madhu */
{
	padding: 1px 3px;
}

.itn-richTextBox /* Alex */
{
	width:605px;
	margin-left:5px; /* added */
}

.itn-ispProgramOffer
{
	padding: 20px;
	text-align: center;
}

.itn-pictureBorder
{
	padding: 3px;
	text-align: left;
	width: 200px;
}

.itn-pictureBorder img
{
	padding: 0px; /* changed 3px 0 Bug 4797*/
	border: solid 1px #999999;
}

.itn-EditProfileTable /* Alex */
{
	font-size: 10pt;
}

.itn-input /* Alex */
{
	font-size:11px; /* added */
	 font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #333;
	/*padding:2px 0 0px 2px; /* /*Commented padding as padding is given globally for all input line 4117 Madhu Nov 17th */
	display:block; /* added */
	height:18px;
}

.itn-inputFocus, input.itn-inputFocus, textarea.itn-inputFocus /* Alex */
{

	font-size:11px;
	 font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #333;
	padding:2px 0 0px 2px;  /* added */
	display:block; /* added */
	height:18px;
}

.itn-inputStandard /* Alex */
{
	width:300px;
	color: #333;
	padding:2px 0 0px 2px;
	display:block;
	height:18px;
}

.itn-inputWide /* Alex */
{
	font-size:12px; /* added */
	color: #4c4c4c;
	border: solid 1px #999999;
	width: 500px;
	padding:2px 0 2px 4px;
	height: 70px;
}

.itn-inputWideMax /* Alex */
{
	font-size:12px; /* added */
	color: #4c4c4c;
	border: solid 1px #999999;
	width: 100%;
	padding:2px 0 2px 4px;
}

.itn-gridViewHeader th /* SH-Madhu */
{
	border: none!important;
	font-size:13px; /* added */
	text-align: left;
	padding: 3px;
	font-weight: bold;
}

.itn-gridViewOddRowBG
{
}

.itn-gridViewEvenRowBG
{
  
}

.itn-gridViewEvenRowBG td /* Alex */
{
	border: none;
	font-size:12px; /* added */
	
}

.itn-gridViewOddRowBG td /* Alex */
{
	border: none;
	font-size:12px; /* added */
}

.itn-gridView /* Alex */
{
	border: none;
	width: 100%;
	float:left;
	border-collapse:separate!important;
	background-color: #fff;
	  margin-top:10px;
}

.itn-gridView td /* Alex */
{
	color: #505050;
}

.itn-gridViewEditControls
{
	text-align: right;
	padding-right: 10px;
}

/* Duplicate Class, have the same at 1121
.itn-gridViewPager td
{
	border: none;
	padding: 5px;
}*/

.itn-gridviewPagingLinkDisabled /*SH-Madhu */
{
	padding: 3px 10px;
	border: solid 1px black;
	background-color: #DDDDDD;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.itn-gridviewPagingLink /*SH-Madhu*/
{
	padding: 3px 10px;
	border: solid 1px black;
	background-color: #fff;
	color: #000;
	font-weight: bold;
}

.itn-gridViewPaging a:hover /* SH- Madhu*/
{
	padding: 3px 10px;
	border: solid 1px black;
	background-color: Gray;
	color: #fff;
	text-decoration: none;
}

.itn-gridViewPaging a
{
}

.itn-checkBoxList /* SH-Madhu */
{
	padding: 10px;
	width: 100%;
}


.itn-checkBoxList td
{
}

.itn-checkBoxFillIn
{
	padding-left: 20px;
}

.itn-checkBox
{
	padding: 3px;
}

.itn-profileView
{
}

.itn-profileView h3, /* Alex */ .itn-schoolView h3
{
	font-size: 14px; /* added */
	 color:#4a92cd; /* added */
	
}

.itn-profileView h4, .itn-schoolView h4 /* Alex */
{
	
	font-size:13px; /* added */
	margin:3px 0 5px; /* added */
	color:#4a92cd;
}

.itn-profileView ul, .itn-schoolView ul
{
}

.itn-profileView /* Alex */
{
	background-color:#fff;
	padding: 10px 20px;
	border: solid #4a92cd 1px;
	float:left;
	color: #333;
	}

.itn-profileViewSection
{
    font-family: Verdana;
    font-size: 12px;
    padding:2px 0 5px 0;
    line-height: 19px /* added line heigth 19px - Madhu/Bob Dec 6th */
} 


.itn-profileViewSection h4  /* added new classs for h4 to be black , current site had blue color- Madhu/Bob Dec 6th */
{
    font-family: Verdana;
    font-size: 12px;
    color: #333;
    font-weight: bold;
} 

.itn-popup-checkbox label /* Spacing between Checkbox and label for  popup in profile.aspx- Madhu Nov 1st*/
{
    margin-left: 5px;
}


.itn-profileViewPhotoSection
{
    display:inline-block;
    width:250px;
    text-align: right;
    vertical-align:top;
}

.itn-profileViewPhoto
{
    width: 200px;
}

.itn-schoolView /* SH-Madhu */
{
	background-color:#fff;
	padding: 0 0 10px 10px;
	border: solid #FEB934 1px;
}

.itn-schoolViewSection /* Alex */
{
	font-size: 10pt;
	color: #333;
	margin: -20px 0 0 5px;
	float: left;
	clear: left;
	width: 390px;
}

.itn-schoolViewDataindent
{
    margin-left:21px;
}
.itn-schoolViewData
{
    display:inline;
    width:450px;
    text-align: right;
    vertical-align:top;
}

.itn-schoolViewImage
{
    display: inline;
    margin-top:10px;
    width:320px; /* Fix for Bug#4916 QA Ukraine: View School Page has image overlap text - Madhu - Dec 4th changed width from 200 to 320px*/
    padding-right: 10px /* Added padding-right: 10px -Madhu - Dec 4th */
}

.itn-schoolFactSheet /* SH-Madhu */
{
	text-align: left;
	background: url("/_layouts/itn/images/itn_WPBg2.png") repeat-x;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	border-bottom: solid 1px #EEEEEE;
	font-size: 10pt;
	background-color: #fff;
	width: 200px;
	margin: 10px 0 0 10px;
}

.itn-schoolFactSheet h5
{
	font-size: 10pt;
}

.itn-schoolFactSheetSection
{
	padding: 3px;
	font-family: Verdana;
	font-size:12px;
	line-height: 16px;
	color: #333;
	
}

.itn-connectGridView
{
	border: none;
	font-size: 9pt;
}

.itn-connectGridView td
{
	border: none;
}

.itn-hide
{
	display: none;
}

.itn-connectResultsHeader /* SH-Madhu*/
{
	display: block;
	padding: 10px 20px;
	font-size: 12pt;
	background-color: #DDDDDD;
}

.itn-connectResultsCurrent /* SH-Madhu */
{
	padding: 10px 20px;
	font-size: 10pt;
}

/* Country Selector */
table.itn-countrySelector
{
	padding-right: 10px;
}

.itn-countrySelector td /* Alex */
{
	font-size: 10pt;
    text-align: right;
	vertical-align: top;
	white-space: nowrap; /* added */
	color: #333;
	font-weight: bold;
}

.itn-countrySelector a /* SH-Madhu*/
{
	color: #333; /* change color to #333 from #4a92cd */
	text-decoration: none;
	padding: 3px, 5px, 3px, 3px;
	font-size:10pt;
}

.itn-countrySelector a:hover
{
	text-decoration: none;/* change underline to none */
	
}

.itn-countrySelectorFlag
{
	width: 100%;
	display: block;
}

.itn-countrySelectorMenu
{
}

/* Live ID */
.itn-liveIdSignIn /* Alex SH-Madhu*/
{
	display: block;
	width: 90px;
	color: #fff;
	font-size: 8pt;
	text-align: right;
	padding-right: 15px;
}

.itn-liveIdSignIn a /* SH-Madhu*/
{
	color: #fff;
	padding-right: 5px;
}

.itn-liveIdSignIn a:hover /* SH-Madhu*/
{
	color: #fff;
}

.itn-liveIdSignOut /* Alex */
{
	font-size: 8pt;
	text-align: right;
	padding-right: 25px;
	margin: 0px;
}

.itn-liveIdSignOut a
{
	color: #1e5e93;
	text-decoration: none;
}

.itn-liveIdSignOut a:hover
{
	color: blue;
	text-decoration: none;
}

/* ITN CONNECT */

.itn-connectPicture /* Alex */
{
	float:left;
	margin: 5px 0 0 -5px;
	min-width:70px; /* for Firefox and Safari *//*width: 70px;*/
	padding-right: 5px;
}

.itn-connectPictureImg /* Alex */
{
}

.itn-connectPictureAdorn
{
	position:absolute;
	width: 40px;
	height:15px;
	background-color:Transparent;
	bottom:-8px;
	left:28px;
}

.itn-connectItemTitle, .itn-connectItemTitle a /* Alex */
{
	font-weight: bold;    
	font-size: 11px;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
	vertical-align: top;
	margin: 2px 0 0 0px;
}



.itn-connectItemTitle a /* Alex */
{
	font-weight: bold;    
	font-size: 11px;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
	vertical-align: top;
	margin: 2px 0 0 0px;
}

.itn-connectItemSubTitle /* Alex */
{
	font-size: 11px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin: 0 0 0 0px;
}

.itn-connectItemSubTitle, .itn-connectItemSubTitle a, .itn-connectItemSubTitle a:hover /* Alex */
{
	font-size: 11px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin: 0 0 0 0px;
	text-decoration:none;

}

.itn-connectSummary /* Alex */
{
    font-size: 0px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	margin: 0 0 0 0px;
    
}

.itn-connect-featuredmembersData
{
	vertical-align:top;
}

.itn-connect-featuredSchoolsData
{
	vertical-align:top;
}

.itn-connect-InviteColleagueSectionTitle /* Alex SH-Madhu*/
{
	padding: 8px 5px 10px 20px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;           
	background-color: #4a92cd;
	color: #fff;
	margin-bottom: 5px;
}

.itn-connect-InviteColleagueControlTitle /* Alex SH-Madhu*/
{
	padding: 2px 5px;
	font-weight:bold;
	font-size: 13px;           
    }

.itn-connect-InvCollEmailTextArea /* Alex */
{
	font-size: 12px; /* added */
	color: #5c5d60;
	width: 560px;
	height: 170px;
}

.itn-connectHeaderText  /* Alex */
{
	padding: 5px 5px 3px 5px;
	font-size: 13px;          
    }

.watermarked  /* Alex */
{
	color: silver;
	background-color: #f0f8ff;
	font-style:italic;
	border:1px solid #bebebe;
	padding:2px 0 2px 4px;
	width:200px!important; /* added */
	font-size:12px; /* added */
	display:block; /* added */
}

.watermarked:focus { width:200px!important; padding:2px 0 2px 4px!important; }
.ms-error, span.ms-error, .error
{
	color:red;
}

.itn-ResourcesRichTextBox
{
	width: 98%;
	padding: 0px;
}

.itn-ConnectRichTextBox, .ms-rtelong, .ms-long
{
	width: 98%;
	padding: 4px 0;
}

/* Begin Search */

.piln-search
{
	padding-left: 10px;
	font-size: 15px;
	width: 800px;
}

.piln-search a
{
	vertical-align: top;
	height: 100%;
	font-size: 8pt;
}

.piln-searchInputFrame
{
	float: right;
}

.piln-searchInput
{
	position: relative;
	width: 237px;
	top: 2;
}

.piln-searchButtonFrame
{
	float: right;
	padding-top: 2px;
}

.piln-searchButton /* Alex */
{
	background: transparent url("/_layouts/itn/images/piln_imageButtonAnchor.png") no-repeat scroll top right;
	display: block;
	float: left;
	color: #5c5d60;
	font-size: 15pt;
	font-weight: bold;
	height: 25px;
	margin-left: 6px;
	margin-right: 6px;
	padding-right: 23px; /* sliding doors padding */
	text-decoration: none;
}

.piln-searchButton span
{
	background: transparent url("/_layouts/itn/images/piln_imageButtonSpan.png") no-repeat;
	display: block;
	line-height: 22px;
	padding: 0 0 0px 8px;
}

.piln-searchDropdownFrame
{
	float: right;
	padding-top: 1px;
}

.piln-searchDropDown
{
	font-size: 13px;
}

/* End Search */


/* Connect Search */
.itn-connectSearch /* Alex SH-Madhu*/
{
	font-size: 11pt;
	color: #505050;
	padding: 0;
	width: 100%;
}

.itn-connectSearch h3 /* Alex */
{
	font-size: 14pt;
}

.itn-connectSearchCheckBox
{
	vertical-align: middle;
}

.itn-connectSearch td 
{
	padding: 1px  3px; /* Added for blueband for Connect Member Search in Connect */
	font-size: 9pt;
}

.itn-connectSearch span /* Alex */
{
	font-size: 9pt;
	color: #4c4c4c;
}

td.itn-connectSearchLabel
{
	width: 200px;
}


input, select, textarea{ /* Ariel */
font-family: Verdana;
font-size:11px;
margin: 0 3px 2px 0; /* Updated */

}



.piln-select-300{
	width:305px;
}

.piln-select-200{
	width:200px;
}

.piln-input-300 
{
    width:300px;
    color: #333;
	padding:2px 0 0px 2px; /* added */
	display:block; /* added */
	height:18px;
}

.piln-inputFocus, input.piln-inputFocus, textarea.piln-inputFocus /* Alex */
{
    width:300px;
    color: #333;
	padding:2px 0 0px 2px; /* added */
	display:block; /* added */
	height:18px;
}

.itn-connectSearchLabel
{
	text-align: right;
	padding-top: 10px;
	font-family: Verdana,Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	
}

.itn-connectSearchLabelMultiLine, td.itn-connectSearchLabelMultiLine
{
	vertical-align: top;
	text-align: right;
	padding-top: 10px;
}

.itn-connectSearchSection
{
	width: 100%;
	display: block;
	padding-bottom: 10px;
}

.itn-connectSearchSubmitButton
{
}

.itn-connectSearchTimeSpan td
{
	vertical-align: top;
}

/* End Connect Search */


.itn-webDescription
{
	display: none;
}

/* Application Layouts Pages Branding */
               
.itn-mainContentBody, div.ms-areaseparatorright, div.ms-areaseparatorleft, .ms-formareaframe, .ms-vh-icon, .ms-areaseparator, td.ms-areaseparatorleft, .ms-titlearearight .ms-areaseparatorright
{
	background-image: none;
	background-color: Transparent;
	border: none;
}

.ms-pagemargin
{
	background-image: none;
	background-color: Transparent;
}

th.ms-vh2-nograd /* Alex */
{
	background-image: none;
	background-color: Transparent;
	border: none;
	font-size: 10pt;
	color: #808080;
}

th.ms-vh2-nograd a 
{
}

table.ms-pageinformation
{
	border: solid 1px black;
}

.ms-leftareacell, .ms-titlearealeft, .ms-titlearearight
{
    
}

.ms-areaseparator, .ms-titlearearight
{
	height: 25px;
}

h2.ms-pagetitle /* Alex */
{
	padding:0;/* added */
}

.ms-titleareaframe img
{
	display: none;
}

.ms-formareaframe
{
}

.ms-rightareacell
{
	padding: 20px 0px 1px 0px !important; /* Alex */
}

.ms-listdescription /* Alex */
{
	background-color: Transparent;
	border: none;
	font-weight:normal;/* added */
	margin-bottom:10px;/* added */
	padding:0;/* added */
	font-size:12px;/* added */
	color:#5c5d60/* added */
	}

.ms-areaseparator
{
	vertical-align: bottom;
}

.ms-pagetitle
{
	vertical-align: bottom;
}

.ms-pagetitle a /* Alex added this class and its properties */
{
	color:#4a92cd;
}

.ms-pagetitle a:hover /* Alex added this class and its properties */
{
	text-decoration:underline;
}

colgroup
{
	border: solid 1px black;
}

/* Errors */
span.itn-Error, .itn-Error /* Alex SH-Madhu */
{
	font-size: 10pt;
	font-weight: bold;
	color: #f00;
	padding: 10px 0;
}

#divError 
{
    padding: 10px 0;
    color: #f00;
    font-size: 11px;
}
/* Facets */

.itn-connectFacets /* Alex */
{
	border-left: solid 1px #4a92cd;
	border-right: solid 1px #4a92cd;
	border-bottom: solid 1px #4a92cd;
	font-size: 10pt;
	width: 220px;
	margin: 0px;
	

}

.itn-connectFacetsTopLinks /* Alex */
{
	padding:5px 0 5px 10px; /* added */
	display: block;
	background-color: #4a92cd;
	
}

.itn-connectFacetsTopLinks a, .itn-connectFacetsTopLinks a:link
{
	color: #1e5e93;
	text-decoration: none;
	font-size: 10pt;
}

.itn-connectFacetsTopLinks a:hover
{
	color: #1e5e93; /* added */
	text-decoration:underline; /* added */
}

.itn-connectFacetsFacetsLinks
{
	padding:10px 0 10px 15px; /* added */
	display: block;
}

.itn-connectFacetsFacetsLinks a, .itn-connectFacetsFacetsLinks a:link
{
	color: #1e5e93;
	text-decoration: none;
	line-height: 26px; /* added */
	font-size:12px; /* added */
}

.itn-connectFacetsFacetsLinks a:hover /* Alex */
{
}

/* End Facets */

/* Featured Article */

/*.itn-anonFeaturedArticle
{
	display: block;
}*/



.itn-featuredArticleWebPartBody
{
    margin: 18px 10px 35px 5px;
}

.itn-anonFeaturedArticleImage img
{
    margin-right: 10px;
	width: 120px;
	float: left;
}

.itn-anonFeaturedArticleTitle /* Ariel */
{
    font-size: 11px;/* updated */
    color: #4a92cd;
    font-weight: bold;
    line-height: 15px; /* added */
}

.itn-anonFeaturedArticleAuthorLabel /* Ariel */
{
    font-size: 11px; /* updated */
    color: #333333;
    line-height: 15px; /* added */
}

.itn-anonFeaturedArticleAuthorTitleLabel
{
    font-size: 12px;
    font-style: italic;
    color: #333333;
}

.itn-anonFeaturedArticlePublishedLabel /* Ariel */
{
    font-size: 11px; /* updated */
    color: #333333;
    line-height: 15px; /* added */
}

.itn-anonFeaturedArticleContent /* Ariel */
{
	clear: both;
	padding-top: 10px;
    font-size: 12px;
    color: #333333;
    /*text-align:justify; Commented on Nov 7th based on Bob which he wanted all text to align to left  throughout the site*/
    line-height: 19px; /*added*/
}

.itn-anonFeaturedArticleLink
{
    font-size: 11px;/* Reduced the font size from 12 px to 11 px madhu Nov 19th */
    color: #336699;
    margin-bottom: 45px;
}

.itn-anonFeaturedArticleAdditionalArticlesLabel
{
   
    color: #1E7A29;
    margin-bottom: 10px;
    font: normal 16px Segoe UI; /* changed from 18px to 16px and font to Segoe UI Madhu-Bob Dec 6th*/
}

.itn-anonFeaturedArticleAdditionalArticleLink
{
    font-size: 12px;
    color: #4a92cd;
    margin-bottom: 1.5em;
}

.itn-anonfeaturedresources-title /* Changed Style */
{
    font-size: 11px; /* updated - Ariel */
    color: #4a92cd;
    padding-top: 10px;
    font-weight: bold;
    line-height: 15px; /* added */
}

.itn-anonfeaturedresources-image /* Ariel */
{
    padding-top: 10px; /* added */
}

.itn-anonfeaturedresources-desc /* Ariel */
{
    font-size: 12px;
    color: #333333;
    margin-bottom: 18px;
   /*text-align:justify; Commented on Nov 7th based on Bob which he wanted all text to align to left  throughout the site*/
    line-height: 19px; /* added */
}

/* Article Viewer - SH -Madhu*/ 
.itn-articleViewerWebPartBody
{
    padding: 20px 20px 75px 0;
    background-color: #fff;
}

.itn-articleViewerImageLarge img
{
    margin-right: 20px;
	width: 200px;
	float: left;
}

.itn-articleViewerTitle
{
    font-weight: bold;
    border-top: 20px;
    font-size: 12px;
    color: #333333;
    margin-right: 100px;
}

.itn-articleViewerSummary
{
    font-style: italic;
    font-size: 12px;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 5px;
    float: right; /* Added Float: right for Bug #4848 */
    

}

.itn-articleViewerAuthorLabel, .itn-articleViewerPublishedLabel /* changed font size Madhu Nov 19th */
{
 
    font-size: 11px; 
    color: #333333;
    line-height: 15px; 
}

.itn-articleViewerAuthorTitleLabel
{
    font-style: italic;
    font-size: 10px;
    color: #333333;
}

.itn-articleViewerContentBody
{
    display: block;
    clear: both;
    padding-top: 20px;
    _padding-top: 10px;
}

.itn-articleViewerDescription
{
    margin: 0px 20px 20px 0;
    font-size: 12px;
    color: #333333;
    line-height: 19px  /* Added line spacing to match Redlines Madhu Nov 19th */
}

.itn-programOfferingViewerDescription
{
    clear: both;
    margin: 0px 20px 20px 0;
    font-size: 12px;
    color: #333333;
}

.itn-articleViewerSideBar /* SH-Madhu */
{
    float: right;
    margin: 0 0px;
    width: 300px;
    border: solid 1px #4a92cd;
    background-color: #fff;
    padding-bottom: 75px;
}

.itn-articleViewerSideBarHeader
{
    height: 35px;
    margin-bottom: 20px;
    background-color: #4a92cd;
    color: #fff;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
	font-size:16px;
	padding-left: 15px;
    
    line-height: 2em;
}

.itn-articleViewerSideBarArticleLink
{
    margin: 15px;
    font-size: 12px;
    color: #4a92cd;
    margin-bottom: 1.5em;
    
}

.itn-articleViewerReturnLink
{
    clear: both;
    font-size:10px;
}

/* Merge Resource Styles Here */
.itn-ResourceViewerTitle /* Alex */
{
    font-size: 14px;    
	font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
	color: #333; /* changed from 4a92cd to Black Madhu -Bob Dec 6th*/
}

.itn-ResourcesListViewerControlTitle 
{
	background: #4a92cd;
	width:100%;
	margin-top:0px; /* change top 10px to 0 to fix the Innovation Journal WP which was dropped by 10px Workspace - BELLEVUE HIGH SCHOOL (WA, USA)Innovation Journal - Madhu Nov 21st*/
}

.itn-ResourcesListViewerTitle /* Alex */
{
	padding:9px 0 9px 20px; /* added */
	color: #fff;
	font:16px Segoe UI !important;
}

.itn-ResourcesListViewerTitle DIV
{
    display:inline;
}

.itn-connectFacets a:hover /* Alex */
{
	 text-decoration:underline;
}

.itn-ResourcesListViewerTitle a, .itn-ResourcesListViewerTitle a:link, .itn-ResourcesListViewerTitle a:visited, .itn-ResourcesListViewerTitle span
{
	color: #fff;
}

.itn-ResourcesListViewerTitle a:hover
{
	text-decoration: none;
	color: #fff;
}

.itn-ControlTitleRightLink /* Alex */
{
	float : right;
	padding:12px 10px; /* added */
	font-size: 12px;
	color: #fff;
}

.itn-ControlTitleRightLink a, .itn-ControlTitleRightLink a:visited
{
	text-decoration: none;
	color: #fff !important;
}

.itn-ControlTitleRightLink a:hover
{
	text-decoration: none;
	color:#fff; /* added */
}

.itn-ResourceListReader-ItemEdit /* Alex */
{
	font-size: 10px;
	line-height: 25pt;
    font-weight: normal;
}

.itn-ResourceListReader-ItemTitle
{
    font: 12px Verdana, Geneva, Tahoma, sans-serif;
	
}

.itn-ResourceListReader-ItemTitle a
{
	font: 12px Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
	color: #4a92cd;
	text-decoration: underline;
	margin-left: 10px;
}

.itn-ResourceListReader-ItemTitle a:hover
{
	color: #4a92cd;
	text-decoration: underline;
}

.itn-ResourceListReader-DocIcon
{
	float:left;
}

.itn-ResourceListReader-DocIcon img
{
	margin-top:0px;
	vertical-align:middle;
}

.itn-ResourceListReader-RatingsIcon
{
	float:right;
}

.itn-ResourceListReader-RatingsIcon img
{
	margin-top:4px;
	vertical-align:middle;
}

.itn-ResourceListReader-ItemSummary /* Alex */
{
	font-size: 11px;
	line-height:16px;
    color: #333;
	margin: 2px 20px 5px 20px;
}

.itn-ResourceListReader-ItemPublishedByLine /* Alex */
{
	clear:both;
	font-size: 10px;
	line-height:13pt;
    color: #666;
	font-weight: normal;
	margin: 0 20px 0 20px;
	padding-bottom: 15px;

}

.itn-ResourceListReader-ItemPublishedByLine a:hover
{
	color: #4a92cd;
	text-decoration: underline;
	margin-left: 0px;

}

.notuseditn-ResourcesListViewerTitle /* Alex SH-Madhu */
{
    text-transform:uppercase;
	color: #505050;
	background-color: Transparent;
	font-weight: bold;
	font-size: 11pt;
	padding: 2px 0px 2px 15px
}

.itn-ResourcesGridViewPaging
{
	padding-top: 10px;
	margin: 5px 0 10px 15px;
}

.itn-ResourcesGridviewPagingLinkDisabled /* SH-Madhu*/
{
	
	
	  background-color: #4a92cd;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px !important;
    margin: 0px 0 0 0px;
    padding: 2px 5px;

}

.itn-ResourcesGridviewPagingLink, .itn-ResourcesGridViewPaging a:visited /* SH-Madhu*/
{
	margin: 0px 0 0 0px;
    padding: 2px 5px;
	 background-color: #fff;
	color: #4a92cd;

}


.itn-ResourcesGridViewPaging a:hover /* SH-Madhu*/
{
	text-decoration: underline;
}


.itn-ResourcesGridViewPaging a
{
}

.itn-LinkButton
{
	width:120px;
	border: solid 1px black;
	text-align: center;
}

.itn-LinkButton a /*SH-Madhu*/
{
	background-color: #31719C;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px 10px 3px 10px;
}

.itn-LinkButton a:hover
{
	background-color: #63AECE;
	text-decoration: none;
}

/* Merge Resource Styles Here */


/* My Alerts */

.itn-myAlerts /* Alex */
{
	color:#5c5d60; /* added */
	font-size:12px; /* added */
	padding-left:15px; /* added */
}

.itn-myAlertsWelcomeText
{
	padding-top: 10px;
}

.itn-myAlertsSection /* Alex */
{
	padding-bottom: 20px;
	}

.itn-myAlertsSectionTitle /* Alex */
{
	font-size: 12px; /* added */
	color: #333;
	font-weight: bold;
	
}

.itn-myAlertsManageLink /* Alex */
{
	font-size:12px;/* added */
	padding: 3px;
}

/* ISN Functionality */

.itn-profileProgramSection /* Alex */
{
	padding: 10px 0px 10px 10px;
}

.itn-profileProgramTitle span /*SH-Madhu*/
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px;
	color: #4a92cd;
}

div.itn-profileProgramTitle /* Ariel */
{
	font-size: 14px; /* added */
	font-weight: bold; /* added */
	padding: 5px 0px; /* added */
	color: #4a92cd; /* added */
}

.itn-profileProgramBody
{
	border-bottom: solid 0px silver;
}

.itn-profileProgramBody p /* Ariel */
{
	margin: 5px 0px 15px 2px;
	/*text-align:justify; Commented on Nov 7th based on Bob which he wanted all text to align to left  throughout the site*/
}

.itn-profileProgramBody, .itn-profileProgramBody span
{
	font-size: 10pt;
}

.itn-profilePopupBody /* Set width to 300 from 400px and set appropriate padding  for Bug #4575: SP 2010: Textcoming out of confirmation pop up of community creation - Madhu Nov 7th*/
{
	padding: 10px 20px;
	width: 300px;
}

span.itn-profilePopupTitle
{
	display: block;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 20px;
}

.itn-profilePopupText
{
    font-size: 12px;
    color: #333;
}

/*Modal Popup*/
.itn-popupPageBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}



.itn-popup
{
 /*background: url('/_layouts/itn/images/itn-pageBG.jpg') no-repeat fixed left top;*/
 background-color: #fff;
 border: solid 1px #4a92cd;
 padding:0px; /* It had 15px to match Edit Membership Popup, so Please check */
 width:358px;
 padding: 10px; /* Fix for Bug 4893 - Removed Postion and top and left values- Madhu -Dec 6th*/
}
.itn-popupTitle /* Alex SH-Madhu */
{
    font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #4a92cd;
	padding: 15px;
    
	display: block;
}

.itn-popupButtons
{
	display: block;
	text-align: center;
	padding: 10px;
}

.ms-WPTitle /* Alex SH-Madhu*/
{
	background-color: Transparent; 
	font: normal 16px Segoe UI;
	color: #fff;
	border-bottom: none;
	margin-left:15px;
	
	/*height: 100%;*/
}

.ms-WPTitle NOBR /* Madhu added #fff Color for Title Global Community Webpart & Photo Upload*/
{
    color: #fff;  
}

.ms-WPTitle a span /* SH-Madhu*/
{
	color: #fff;
}



/*#ms-WPTitle span a:hover*/
.ms-WPTitle a:hover span /* Alex */
{
	color: #fff; /* Edited on Oct 26th -Madhu */
}

.ms-formareaframe /* Alex */
{
	border:1px solid #FEB934;
	background-color: #fff;
	padding:0!important;
}

.srch-stats
{
	display: none;
}

.srch-WPBody
{
	
}

/* Workspace Assessmet */

.itn-assessmentSurveyTitle /* Alex SH-Madhu*/
{
	font-size : 14pt;
	color: #505050;
	padding: 0;
	display: block;
	width: 100%;
	text-align: left;
}

.itn-assessmentSectionTitle /* Alex SH-Madhu */
{
	font-size : 12pt;
    color: #505050;
	padding: 0;
	display: block;
	width: 100%;
	text-align: left;
}

.itn-assessmentQuestionTitle /* Alex  SH-Madhu*/
{
	font-size : 11pt;
	color: #505050;
	padding: 0;
	display: block;
	width: 100%;
	text-align: left;
}

.itn-assessmentOptionTitle /* Alex SH-Madhu */
{
	font-size : 11pt;
	color: #505050;
	padding: 0;
	display: block;
	width: 100%;
	text-align: left;
}

table.itn-assessmentTable /* SH-Madhu*/
{
	border-color: #000;
	border-style: solid;
	border-width: thin;
	border-spacing: 1px;
	padding: 0px;
	background-color: #000;
}

table.itn-assessmentSectionTable
{
	border-width: thin;
	border-spacing: 1px;
	padding: 3px;
}

/*----------------- Core.css overrides -----------------*/


.ms-vb2 /* Alex */
{
	color:#333!important;


}

.ms-standardheader
{
	padding: 5px 12px 10x 15px; /* added */
	font-size: 16px;
	color: #333 !important;
	font-weight: normal;
}


.ms-partline
{
	background-color:none!important; 
	display:none!important;
}

.ms-sectionheader
{
	color: #fff;
	padding:2px 0 3px 10px;
	display: block;
	font-family: Segoe UI;
	font-size:16px;
	font-weight: bold;
	background-color: #4a92cd;
	height: 25px;
	width:400px;
	text-align: left;
}

.ms-descriptiontext 
{
	font-size:12px;
	display:block;
	padding:0px 0 10px 15px;
	margin: 15px 0 0 0;
}

.ms-SpaceBetButtons
{
	margin-right:10px!important;	
}

.itn-AutoCompleteMembersAdditional
{
	color: #5c5d60!important;
}

#autoCompleteContent
{
	float:right!important; 
	width:410px!important;	
	display:block!important;
}

.ms-propertysheet th
{
	font-size:12px;
	padding:3px;
}

.ms-formlabel
{
    border: 0px; /*Override from border-top: 1px to 0 */
    color: #333;
    
}
.ms-formlabel nobr 
{
	padding-left:10px!important;
	color: #333; /* Added for Resources - Partners Event - New Item Form */
	font-size: 13px; /* Added for Resources - Partners Event - New Item Form */
}

.ms-inputformcontrols 
{
	display:block!important;	
}

.tb 
{
    padding: 0 0 10px 20px;
    
}

/*.ms-WPBody td, .ms-WPBody div
{
	font-size:16px;
	font-family: Segoe UI !important;
    	       
}*/

select 
{
	font-family:Verdana, Arial, Verdana, sans-serif!important;
}

/*----------------- Registration page -----------------*/
.itn-registrationEdit
{
	border:1px solid #FEB934!important;
	background-color:#fff!important;
}

.itn-registrationEdit .itn-profileEdit 
{
	width:100%!important;
}

.itn-registrationSeparator
{
	display:none!important;
	height:0!important;
	margin:0!important;
	width:0!important;
}

.itn-registrationCell 
{ 
	width:47%!important; 
	float:left!important;
	padding:0 15px 0 0!important;
}

.itn-registrationCell h3 
{
	margin:10px 0 10px 0!important;	
}

.itn-contactMemberLabel
{
    vertical-align: top;
}

/* --------------------------- */
/* ISPJournal Links            */
/* --------------------------- */

.itn-ispJournalLinks-mainContainer
{
}

.itn-ispJournalLinks-mainLabel
{
    font-weight: bold;
    padding-bottom: 5px;
}

.itn-ispJournalLinks-linkNameHeaderColumn,
.itn-ispJournalLinks-linkNameDisplay
{
    float:left;
    width: 150px;
}

.itn-ispJournalLinks-linkDescriptionHeaderColumn,
.itn-ispJournalLinks-linkDescriptionDisplay
{
    float:left;
    width: 175px;
}

.itn-ispJournalLinks-linkUrlHeaderColumn,
.itn-ispJournalLinks-linkUrlDisplay
{
    float:left;
    width: 315px;
    word-break: break-all;
}

.itn-ispJournalLinks-removeLink,
.itn-ispJournalLinks-addNewLink
{
    float:left;
    width: 100px;
}

.itn-ispJournalLinks-linkName
{
    float:left;
    width: 150px;
}

.itn-ispJournalLinks-linkDescription
{
    float:left;
    width:175px;
}

.itn-ispJournalLinks-linkUrl
{
    float:left;
    width: 325px;
}

.itn-ispJournalLinks-linkUrlInput
{
    display: inline;
    width: 300px;
}

.itn-ispJournalLinks-linkDisplayContainer
{
    clear:both;
}

.itn-ispJournalLinks-newLinkContainer
{
    clear:both;
    padding-top: 5px;
}
/* --------------------------- */
/* ISPJournal Attachments      */
/* --------------------------- */
.itn-ispJournalAttachments-mainContainer
{
}

.itn-ispJournalAttachments-mainLabel
{
    font-weight: bold;
    padding-bottom: 5px;
}

.itn-ispJournalAttachments-header
{
    display: table-header-group
}

.itn-ispJournalAttachments-attachmentNameHeaderColumn,
.itn-ispJournalAttachments-attachmentNameDisplay
{
    float: left;
    width: 150px;
}

.itn-ispJournalAttachments-attachmentDescriptionHeaderColumn,
.itn-ispJournalAttachments-attachmentDescriptionDisplay
{
    float:left;
    width: 175px;
}

.itn-ispJournalAttachments-attachmentFileNameHeaderColumn,
.itn-ispJournalAttachments-attachmentLinkDisplay
{
    float:left;
    width: 315px;
    word-break: break-all;
}

.itn-ispJournalAttachments-removeAttachment
{
    float:left;
    width: 50px;
}

.itn-ispJournalAttachments-attachmentsRepeatingContainer
{
    clear:both;
}

.itn-ispJournalAttachments-attachmentDisplayContainer
{
    clear:both;
}

.itn-ispJournalAttachments-newAttachmentContainer
{
    clear: both;
    padding-top: 5px;
}

.itn-ispJournalAttachments-attachmentName
{
    float:left;
    width: 150px;
}
.itn-ispJournalAttachments-attachmentDescription
{
    float: left;
    width: 175px;
}

.itn-ispJournalAttachments-attachmentFile
{
    float: left;
    width: 250px;
}

.itn-ispJournalAttachments-addNewAttachment
{
    float: left;
    width: 175px;
}

.itn-ispJournalLinkss-addNewLinkError
.itn-ispJournalAttachments-addNewAttachmentError
{
    color: Red;
    font-weight: bold;
}

/* -------------------------------- */
/* ISP Workspace Assessment Results */
/* -------------------------------- */
.piln-assessmentResults
{
	padding: 10px;
	color: #4c4c4c;
	font-size: 9pt;
}
.piln-assessmentQuestion
{
	padding-top: 20px;
	font-weight: bold;
	font-size: 10pt;
}
.piln-assessmentResponseHeader
{
	padding-left: 40px;
}
.piln-assessmentResponse
{
	padding-left: 70px;
}
.piln-assessmentCommentHeader
{
	padding-left: 40px;
}
.piln-assessmentComment
{
	padding-left: 70px;
}

.piln-rowEven
{
	background-color: #F4F4F8;
}    
.piln-rowOdd
{
	background-color: #EFF1F1;
}

.piln-rowOdd td, .piln-rowEven td, .piln-rowClicked td
{
    border-bottom: 1px solid #CCC;
    border-top: 1px solid transparent;
}

.piln-rowHover /* SH-Madhu */
{
    background-color: #eee;
    color: #000;
}
.piln-rowHover td
{
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.piln-rowClicked /* SH-Madhu */
{
    background-color: #ddd;
    color: #000;
}
.piln-table
{
    border:   1px solid #999;
}
.piln-AllMembers /* SH-Madhu */
{
	background-color: #ddd;
	font-size: 18px; 
	color: #000;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
}

/************************ Pager Control ************************/
.itn-pager  /* SH-Madhu */
{
    clear:both;
    padding: 5px 2px 10px 2px;
}

/* SH-Madhu */
.itn-pagerPage {
    background-color: #fff;
    color: #4a92cd;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px !important;
    margin: 1px;
    padding: 2px 0px 2px 2px;
}

/* SH-Madhu */
.itn-pager a:hover {
    text-decoration : underline;
}

.itn-pagerPageSelected {
    background-color: #4a92cd;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px !important;
    margin: 0px 0 0 9px;
    padding: 2px 5px;

}

/************************ Community Lists ************************/
.itn-communitySearchResultsFrame 
{
}

.itn-communitySearchNoResults
{
    font-weight: bold;
}

.itn-communitySearchTopContent
{
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 5px;
    clear: both;
}

.itn-communitySearchResultCount
{
    margin-right: 10px;
}

.itn-communitySearchResults
{
	clear: both;
	display: inline-block;
	margin: 10px;
}

.itn-communityResult 
{
    padding-top: 15px;
    padding-bottom: 5px;
    display: inline-block;
    clear: both;
    width: 100%;
}

.itn-communityThumbnail
{
    display: inline;
    float: left;
    text-align: center;
    margin-top: 0px; /* Changed margintop from 4 to as it was dropping 4px thumbanil down  - madhu Dec 5th*/
}

.itn-communityThumbnail img
{
    margin-left: 0px;
    margin-right: 10px;
    width: 90px;
}

.itn-communityDetails
{
   float: left;
}

.itn-communityPrivate /* SH-Madhu*/
{
    border: 0;
    }


.itn-communityMembers /* Added on Nov 5th Madhu - padding for communtie member, invite other webparts*/
{
    padding-bottom: 20px;
}
.itn-communityName
{
    font-weight: bold;
    font-size: 11px !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

	

.itn-communityName a:hover
{
     color: #4a92cd;
     text-decoration: underline;
}

.itn-communityMembersCount,.itn-communitySharedResourcesCount
{
     font-size: 10px;
     color: #666
}

.itn-communityContent
{
}

.itn-communityWrapper
{
	padding:5px 15px 0; /* added */
	font-size: 11px;
	color: #333;
	width: 95% /* Added width as this was moving the right border away in My Communities */
}

.itn-communityStatus
{
	font-weight: bold;
	display: block;

	font-size: 10pt;
}



.itn-silverlightControlHost
{
	padding: 20px 10px 14px 10px;
}

/* New Styles Added by Charles Oct 22nd */

.piln-page-content-spacer
{
    height:16px; /* Changed height from 0px to 16px as this was moving the page title close to blue bar - Madhu Dec 6th*/
}
.piln-page-titleArea
{
    color: #1e7a29;
    font-size:1.8em;
    padding:15px 15px 5px 15px;
}
.piln-page-breadcrumb
{
    padding-left:15px;
}
.ms-sitemapdirectional, a.ms-sitemapdirectional
{
    color: #1e7a29;
}

#piln-landing-page-zones
{
    padding:15px;
}
#piln-landing-page-wrapper
{
padding:0px;
width: 100%
}

#piln-landing-page-zone-left
{
    width:100%;
    vertical-align:top;
    padding-right:15px;
}
#piln-landing-page-zone-right
{
    width:236px;
    vertical-align:top;
    padding-left:15px;
}


a.ovalbutton {
	background: transparent url('/_layouts/piln/images/buttonleft.gif') no-repeat top left;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */;
	height: 26px; /* Height of button background height */;
	padding-left: 14px; /* Width of left menu image */;
	text-decoration: none;
	background-color: #4a92cd
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
	color: #FFF; /*button text color*/
}
a.ovalbutton span 
{
 
	background: transparent url('/_layouts/piln/images/buttonright.gif') no-repeat top right;
	display: block;
	padding: 5px 14px 5px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.ovalbutton:hover {	/* Hover state CSS */
	background-position: bottom left;
}

a.ovalbutton:hover span {	/* Hover state CSS */
	background-position: bottom right;
	color: #FFF;
}



/* Spotlight Article Styling */
.piln-spotlightArticles h1 {
	font-family: Segoe UI;
	font-size: 22px;
	color: #1e7a29;
	font-weight: normal;
	margin-top: 0px;
}

.piln-spotlightArticleImageContainer {
    width:340px;
    height:255px; 
    text-align:right;       
}

.piln-spotlightArticleVideoLink {
    background: none transparent scroll repeat 0% 0%;
    background-position: right bottom;
    background-repeat: no-repeat;
    border: 0px 0px 0px 0px;
    display: block;
}

.piln-spotlightPagerButton {
    margin: 2px;
	height: 24px;
	width: 27px;
    padding:6px 9px;
    display:inline;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-image: url('../images/page-spotlight.png');
}

.piln-spotlightPagerButtonActive {
    background: url('../images/page-spotlight-selected.png');
}

.piln-spotlightArticle {
    display:none;
}

.piln-spotlightArticleActive {
    display:block;
}

.piln-spotlightNav a, .piln-spotlightNav a:link, .piln-spotlightNav a:visited {
    text-align: center;
	width: 27px;
	color: #fff;
	line-height:22px;
}

.piln-spotlightRightColumnCell {
    padding-left:18px;
}

.piln-spotlight-title {
    font-family:Verdana;
    font-size: 12px;
    font-weight:bold;
    color:#333;   
}

.piln-spotlight-author {
 /* font-size:10px;
  color:#333;  
  padding-top: 2px; */
  
  /* Changed from Blue to Black as per Redlines - Madhu Nov 19th Copied the class from Featured articles itn-anonFeaturedArticleAuthorLabel to here*/
 font-size: 11px; 
    color: #333333;
    line-height: 15px; 
}

.piln-spotlight-articleDate {
    /*  font-size:10px;
      color: #333;   */ /*Copied the class from Featured articles itn-anonFeaturedArticlePublishedLabel,  to here Madhu Nov 19th*/
      font-size: 11px; /* updated */
    color: #333333;
    line-height: 15px; /* added */  
}

.piln-spotlight-authorTitle {
      font-style:italic;
}

.piln-spotlight-summary {
    margin-top:12px;
    font-size: 12px;
    color: #666;
    line-height: 19px; /* Added to match redlines for Spotlight Summary - Madhu Nov 19th */
}

.piln-spotlight-moreLink {
    margin-top:4px;
    font-size: 11px; /* Reduced the font size from 12 px to 11 px madhu Nov 19th */
    color:#4A92CD;
}
/* End Spotlight */

.itn-webparts-label-bold  /*Added this new class for Add Classroom Resource Form Labels*/
{
 color:#333;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
float: left; /* changed from right to left to align forms in Worskspace Invite Others and Contact Workspace Nov22nd - Madhu*/
padding:10px 0  5px 0;
   
}

.itn-webparts-label-left  /*Added this new class for Invite Community and Contact Community*/
{
 color:#333;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
float: left;
padding:10px 0  5px 0;
   
}

.piln-font10px {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #999;
}

.piln-font11px {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	color: #333;
}



.piln-font13px {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 18px
}


.piln-font12px {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	color: #4a92dc;
}


.piln-fontgrey12px {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	color: #333;
}



/* For peer Welcom Coaching peercoaching.aspx*/

.piln-italicsfont12px {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-style:italic;
	color: #333;

}

.quotes {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-style:italic;
	color: #333;
}

.piln-quoteName {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	color: #333;
	padding-top:5px;
}

.piln-headertxt 
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	color: #4a92dc;
	font-weight: bold;
}

.piln-header-bold{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	line-height: 18px;
}



.piln-contentitem {
	padding: 10px 15px 5px 15px;
	font-size: 12px;
}

.piln-contentitem-wide {
	padding: 0 9px 10px 0px;
	line-height: 19px;
}

.floatright{
	
	float: right
	
}
.piln-clear5px {
	clear: both;
	height: 5px;
}

.piln-clear15px {
	clear: both;
	height: 15px;

}

.piln-table-peercoaching{
		width:100%;
		padding: 10px;
}

.piln-peercoaching-headertxt 
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	color: #4a92dc;
	font-weight: bold;
}

.piln-peercoaching-headertxt a
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	color: #4a92dc;
	font-weight: bold;
}

.piln-peercoaching-headertxt-black 
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
/* Added on Nov 7th  - Madhu*/

.itn-webparts-listtable  /* Added this class for Bug 4565 Branding & Styling: Boundary lines missing in Manage MyResources on MyNotebook !important is needed - madhu Nov 7th*/
{
    
    border: 1px solid #4a92cd !important;   
    background-color: #fff;
    vertical-align: bottom;


}





.ms-listviewtable /* Override added for My Notebook Home page Public Document and Private Document - Madhu Nov 7th */

{
    margin-top: 10px;

}

.ms-vb  /* Override added for My Notebook Home page Public Document and Private Document - Madhu Nov 7th */
{
 /*height: 10px;*//*Fix as per Brian-Bug #4696: Site Actions: Items jumbled up in the tools and programs page  Madhu Nov 21st */
 border: 0px solid red;
 padding: 0px 15px;
}

.ms-vb-icon
{
    
 padding-left:10px   
}

.ms-vb p /* Added to control <P> in My NotebookMy WorkspacesInnovative Schools Announcements as it was extending a horizontally very long Madhu - Nov 8th*/
{
    width: 500px;  
    padding-right: 15px; 
    

}

.ms-viewheadertr
{
    margin-top: -60px;
    
}

.ms-vb-itmcbx  /*Overide Fix for  Bug #4696: Site Actions: Items jumbled up in the tools and programs page  Madhu Nov 16th*/
                /* But this is causing too much height for rows in Communtiy Homepage -> Share Documetns */
{
    
 /*height: 80px;*/ /*Commenting this as per Brians Comments on Bug 4817 that we shud be careful while overrding OOB, maybe we have to find a another solution for Bug 4696*/
 
} 



table.ms-listviewtable > tbody >tr> td /* Override For Resources -> Shared Documents.Added height:80px for .ms-vb-itmcbx for 4696 but it had a conflict in Shared Documents hence had to override this class - Madhu Nov 16th*/
{ 
   /* height:80px;*/ /* Commenting this as per Brians Comments on Bug 4817 that we shud be careful while overrding OOB, maybe we have to find a another solution for Bug 4696*/
}

.ms-formlabel nobr /* Override to aligning the Form Label to Right in Community - Add New Link Item Form */
{
    float: right;    
}

div.ms-MenuUIPopupScreen div.ms-MenuUIPopupInner ul.ms-MenuUIUL a span.ms-MenuUIIconLarge, div.ms-MenuUIPopupScreen div.ms-MenuUIPopupInner ul.ms-MenuUIUL a span.ms-MenuUIIconLargeRtl

{
    height: 15px; /* Bug #4687: Demo 3.0: Remove the description from the country/region selector Fix  -Madhu Nov 18th*/
}

/* Commented this class which I had introduced as this was causing conflicting in Community Homepage a border was appearing on Community Page */
/* .s4-wpcell-plain .s4-wpTopTable { border: 1px solid #4a92cd; } */ 

/*.clearfix:after {content:".";display:inline;height:0;clear:both;visibility:hidden;} */
.clearfix:after {content:".";} /* new class for fixing But 4678 */

/*  Bug #4678: Demo 3.0: Resource Home page link update Close Editor  
Removed class =itn-webparts-listtable from Line 13  asp:GridView and added <div class="itn-webparts-listtable clearfix" > in Line 12 as the earlier fix was causing a blue border in Community Home page- Madhu Nov 18th*/

ms-standardheader ms-inputformheader { color: #fff} /* Bug #4605: Header color changed from Black to white*/

/* IE 7 fix for blue border not showing up rpoeprly. Fix properly later*/
.ms-wpTdSpace {border-bottom: transparent 0px solid !important} /*  Bug #4791: Workspaces pages missing right borders and show white underline in title bar in IE7 Madhu Nov 19th*/


/* Hide ribbon by default. MP will enable it for contributors and above */
#s4-ribbonrow
{
    display: none;
}
        
/* Show ribbon for all users when in popup dialog */
.ms-dialog body #s4-ribbonrow
{
    display: block;
}

/* Bug 4812: Hide list view settings for all users */
.ms-ltviewselectormenuheader
{
    display: none;
}

.ms-dialog body #piln-wrapper, .ms-dialog body #piln-page-wrapper-100
{
    background-image: none;
}
/* added by DBC for DucumentView WP*/
.piln-userdocumentemptydatawrapper td
{
    padding: 10px;    
}


/* Social Sharing Links */
.piln-socialsharelinks
{
    font-family: Verdana;
    font-weight: normal;
    padding-right:236px;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}


