/* Styles for Team listings */
.teamImg{ float:left; padding-right:10px; padding-bottom:10px;}
.teamName{color: rgb(0, 51, 102); font-weight:bold;}

/* Live Content Styles for the Case Studies page */

.CaseStudies .highslide img {
	border: 0px solid #cccccc;

}
.CaseStudies .highslide:hover img {
	border: 0px solid gray;

}

/* Styles for Live Content of Staff Bio page */

.popupBios{

}

.popupBios A:link{


}

.popupBios A:hover{
     text-decoration:none;

}

.highslide-html-content{
     padding-top:20px;
     padding-left:20px;
     padding-right:20px;
     padding-bottom:20px;
}


/*     CSS STYLES FOR OpenSearchInput */

.xsTxtSearch{ width:250px; border: 1px solid rgb(176, 176, 176);}
.xsCmdSearch{   margin-left:-4px;
                               width:75px;
                               color:white;
                               font-family:Arial,Sans-Serif;
                               font-size:small;
                               font-weight:bold; 
                               background-color:rgb(176, 176, 176); 
                               border:1px solid rgb(176, 176, 176)
}

/*    CSS STYLES FOR OpenSearchResults */

.summary {font-size: 12px;text-align: right;}
.title {font-size: 12px;font-weight: normal; text-align: left;}

.titleBold {font-size: 14px;font-weight:bold;}
.sample {font-size: 11px;font-weight: normal;}
.path {font-size: 11px;font-weight: normal;}
.navigation {font-size: 13px;font-weight: normal;text-align: center;}

.tbheader {font-size: 11pt;width: 100%;margin-top: 5px; }
.summary {font-size: 11px;text-align: right;}
.title {padding-left:10;font-size: 12px;font-weight: bold;}

.titleBold {font-size: 12px;font-weight:bold;display:none;}
.sample {margin-left:10px;font-size: 11px;font-weight: normal;color:black;}
.path {margin-left:10px; font-size: 11px;font-weight: normal;}
.navigation { padding-right:1px; padding-right:1px; font-size: 11px;font-weight: normal;text-align: center;text-decoration:none;}

/* ================================*/
.brown_page_home_menu_top{         float:right; }
.brown_page_home_menu_top a{        color:#003366; }
.brown_page_home_menu_top  .SelectedTab
{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

.brown_page_common_menu_top {    float:right; }
.brown_page_common_menu_top a {   color:#003366; }
.brown_page_common_menu_top  .SelectedTab
{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

.commonbar{
    padding-left:40px;
    font-size:small;
    font-weight:normal;
    color: rgb(255, 255, 255);
}

.commonbar1{

	font-size:medium;
       color:white;
	padding-left:20px;
}

.commonbar1-bar{
    padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	background-color:#00366c;
	}



/* Publish */

/*myNews is for regular Publish News articles*/
.myNews .categoryItemList .itemDate
{
	float:right;
	font-size:small;
    padding-top:5px;
}

.myNews .categoryItemList .itemReadmore
{
	clear:both;
	text-align:right;
        font-size:small;
}

.myNews .categoryItemList .itemTitle
{
	float:left;
	width:80%;
}

.myNews .categoryItemList .itemAuthor
{
	float:left;
	clear:left;
}

.myNews .categoryItemList .itemAuthorDate
{
}

.myNews .categoryItemList .itemEditLink
{
	float:right;
}
.myNews .categoryItemList .itemDescription
{
	clear:right;
}
.myNews .categoryItemList .itemThumbnail
{
	float:left;
	padding-right:5px;
}

.myNews .categoryItemList .divItemContent
{
	float:left;	
}

.categoryItemList .lnkTitle
{
	float:left;
        font-size:small;
}

.myNews .categoryItemList
{
	display:block;
	clear:both;
	background-color:white; /* the background color for the listing */
	margin-bottom:0px; /*this adds spacing below each listing, cleaning up the look */
	padding:0px; /*this would add some spacing around the inside of the div, but causes issues in IE7 */
	/*display:inline-block; this enables the div to wrap around items in IE7 */
	border:solid 0px #b0b0b0; /*adds a border to the bottom of each listing */
	padding-top:5px;
	padding-left:20px;
	padding-bottom:0px;
}

.myNews .categoryItemList A:link
{
    font-size:small;
    color:#003366;
}

.myNews .categoryItemList A:visited
{
    font-size:small;
    color:#003366;
    }

/*myNews-r-home is for home page article list display*/

.myNews-r-home .categoryItemList .itemDate
{
	float:right;
	font-size:large;
}

.myNews-r-home .categoryItemList .itemReadmore
{
	clear:both;
	text-align:right;
}

.myNews-r-home .categoryItemList .itemTitle
{
	float:left;
	width:100%;
}

.myNews-r-home .categoryItemList .itemAuthor
{
	float:left;
	clear:left;
}

.myNews-r-home .categoryItemList .itemAuthorDate
{
}

.myNews-r-home .categoryItemList .itemEditLink
{
	float:right;
}
.myNews-r-home .categoryItemList .itemDescription
{
	clear:right;
}
.myNews-r-home .categoryItemList .itemThumbnail
{
	float:left;
	padding-right:5px;
}

.myNews-r-home .categoryItemList .divItemContent
{
	float:left;	
}

.categoryItemList .lnkTitle
{
	float:left;
}

.myNews-r-home .categoryItemList
{
	display:block;
	clear:both;
	background-color:transparent; /* the background color for the listing */
	display:inline-block; /*this enables the div to wrap around items in IE7 */
	border:solid 0px #b0b0b0; /*adds a border to the bottom of each listing */
	margin-left:-5px;
	margin-bottom:0px; /*this adds spacing below each listing, cleaning up the look */
	padding:0px; /*this would add some spacing around the inside of the div, but causes issues in IE7 */
	padding-top:4px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:10px;
	font-size:x-small;
	line-height:15px;
}


.myNews-r-home .altCategoryItemList
{
	background-color:transparent; /* the background color for the listing */
}

.myNews-r-home .categoryItemList A:link
{
    font-size:small;
    color:#003366;
}

.myNews-r-home .categoryItemList A:visited
{
    font-size:small;
    color:#003366;
    }

.myNews-r-home .Publish_lnkNext{visibility:hidden;}



.Normal{font-size:13px;}



.myHomeFlash{}
.myHomeImage{display:none;}
.frontPageBlurb{margin-top:-360px;}


@media print{

a.control{display:none;}
.myHomeFlash{display:none;}
.myHomeImage{display:block;}
.frontPageBlurb{margin-top:300px;}
}


/*These make the links teal */
.teal A:link
{
	text-decoration: none;
	color: #017881;
        font-weight:bold;
}

.teal A:visited
{
	text-decoration: none;
	color: #017881;
        font-weight:bold;
}

.teal A:hover
{
	text-decoration: underline;
	color: green;	color: #017881;
        font-weight:bold;
}

.teal A:active
{
	text-decoration: none;
	color: #017881;
        font-weight:bold;
}





























