body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#696969;
	font-size:12px;
	background: #dedede url(/_Global/24/img/bg/main.jpg) scroll repeat-x top left;
}
img {
	border: none;
}
a {
	color: #194b70;
	text-decoration: underlline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin:10px 0;
}
.fl {
	float:left !important;
}
.fr {
	float:right !important;
}
.pr 
{
    position:relative;
}
ul.no_style {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}

ul.bullet {
	list-style:disc;
	list-style-position:inside;
}

.blkText {
	color:#000;
}

.blueText {
	color:#194b70;
}

.clear_block {
	clear:both;
	display:block;
	height:0;
}

.sub-header {
	font-weight:bold;
	color:#194b70;
	font-size:18px;
	display:block;
}
.para-header {
	font-weight:bold;
	color:#194b70;
	display:block;
	margin:10px 0;
}

.font11px {
	font-size:11px;
}

.font12px {
	font-size:12px;
}

.font13px {
	font-size:13px;
}

.lhn {
	line-height:normal;
}

a.no_underline_no_hover,
no_underline_no_hover:hover 
{
    text-decoration:none;
}

a.no_underline 
{
    text-decoration:none;
}

a.no_underline:hover 
{
    text-decoration:underline;
} 

.grey_links {
	color:#6a6a6a;
	text-decoration:none;
}

.grey_links:hover {
	text-decoration:underline;
}

/* @form */
input.searchBox {
	width: 120px;
	border: 0;
	margin:0;
	margin-top:5px;
	padding:0;
	padding-left:5px;
	background-color:#f7f7f7;
	font-size:11px;
	color:#194b70;
}
.textBox {
	padding:0;
	border:1px solid #4a7eae;
	width:100px;
}
.help {
	font-size:11px;
	color:#7c7c7c;
}

a.blButton {
	font-size:12px;
	color:#fff;
	background:transparent url(../img/bg/blue_button_left.gif) no-repeat left top;
	padding:0 0 0 5px;
	height:29px;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
}

a.blButton:hover {
	text-decoration:none;
}

a.blButton span {
	background:transparent url(../img/bg/blue_button_right.gif) no-repeat right top;
	display:inline;
	float:left;
	padding:0 15px 0 10px;
	line-height:29px;
}
/* @end */

#divWrapper {
	width: 975px;
	margin: 0 auto;
}

#divWrapperContent {
	width:955px;
	padding:0 10px;
	background-color:#fff;
}

/* @Top Bar */
#divWrapperSearch {
	width: 975px;
	height: 35px;
	padding-top: 9px;
	font-size:11px;
	color: #fff;
}
#divTopMenu {
	padding-top:5px;
}
#divSearchBox {
	float: right;
	text-align: right;
}
#divSearchInput {
	width:125px;
	height:25px;
	background-color:#f7f7f7;
}
#divSearchButton {
	width:24px;
	height:25px;
	background-color:#f7f7f7;
}
#divTopLinks {
	padding-top: 5px;
	white-space:nowrap;
}
#divWrapperSearch a {
	color: #fff;
	padding: 0 10px;
	text-decoration:none;
}
#divWrapperSearch a:hover {
	text-decoration:underline;
}

#divSearchBox #divSearchButton {
}

/* @end */

/* @Logo */

#divWrapperLogo {
	width: 975px;
    height: 48px;
    padding-top: 24px;
}
#divLogoBox {
}
#divLogoImageBox {
}

/* @end */

/* @Menu */

#divWrapperMenu {
	width: 975px;
	height: 29px;
	padding: 0;
	z-index: 10000;
	background-color:#fff;
}
#divMenuTop {
	height:25px;
	background-color:#fff;
}
#divMenuBottom {
	height:27px;
	background:#fff url(/_Global/24/img/bg/blue_highlight.jpg) no-repeat center bottom;
}

#nav {
	width:955px;
	margin:0 auto !important;
	z-index:10000;
}
#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
}

#nav a.mainMenu {
	background:#fff url(/_Global/24/img/bg/primary_menu.jpg) no-repeat right top;
	color:#2e5270;
	display:block;
	padding:7px 16px 7px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

#nav li.sub_menu a.mainMenu {
	background:#fff url(/_Global/24/img/bg/primary_sub_menu.jpg) no-repeat right top;
	padding-right:26px;
}
#nav a.mainMenu:hover,
#nav a.mainMenuOn,
#nav li.sub_menu a.mainMenuHover,
#nav li.sub_menu a.mainMenuOn {
	color:#fff;
	background-color:#194b70;
	background-position:right -29px;
}
#nav a{
	text-decoration:none;
	color:#8fe4ff;
}

#nav a:hover{
	color:#fff;
}

#nav li {
	float:left;
	position:relative;
	background:url(/_Global/24/img/bg/primary_menu_separator.jpg) no-repeat left top;
	padding-left:1px;
	display:block;
}

#nav li ul {
	padding:15px 0;
}

#nav li.first,
#nav li ul li {
	background:none;
}
 
#nav li ul li {
	clear: both;
	float:none;
	padding:5px 20px;
}

#nav li ul li.first {
	padding-top:15px;
}

#nav li ul li.last {
	padding-bottom:15px;
}

#nav li ul li a.parent {
	padding-right:10px;
	background:url(/_Global/24/img/bg/sub_menu_arrow.gif) no-repeat right center;
}

#nav ul {
	position:absolute;
	width:220px;
	background-color: #194b70;
	display:none;
}

#nav ul ul {
	position:absolute;
	top:-15px;
	left: 220px;
	margin:0;
	background-color:#144264;
}

* html #nav ul ul {
	left: 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

/* @end */

/* @Side Nav */

ul.side_nav 
  {
      margin:25px 24px;
      font-size:12px;
      color:#194b70;
  }
  ul.side_nav li
  {
      padding-bottom:15px;
  }
  ul.side_nav li.parent 
  {
      font-weight:bold;
      padding:0 0 15px 10px;
      cursor:pointer;
  }
  ul.side_nav li.expand 
  {
      background:url(/_Global/24/img/bg/expand_blue.gif) no-repeat 0 6px;
  }
   ul.side_nav li.collapse
  {
      background:url(/_Global/24/img/bg/collapse_blue.gif) no-repeat 0 6px;
  }
  ul.side_nav ul
  {
      display:none;
      margin-top:15px;
  }
  ul.side_nav li.on ul 
  {
      display:block;
  }
  ul.side_nav ul li 
  {
      color:#65696c;
      font-weight:normal;
      padding-left:15px;
  }
  ul.side_nav ul li a.on 
  {
      text-decoration:underline;
  }
/* @end */

/* @Tenant Handbook TOC */

#spanTenantHandBookTOC ul.side_nav,
#tocLeft ul.side_nav,
#tocRight ul.side_nav
  {
      margin:25px 24px;
      font-size:12px;
      color:#194b70;
  }
#spanTenantHandBookTOC  ul.side_nav li,
#tocLeft  ul.side_nav li,
#tocRight  ul.side_nav li
  {
      padding-bottom:0px;
  }
 #spanTenantHandBookTOC ul.side_nav li.parent,
 #tocLeft ul.side_nav li.parent,
 #tocRight ul.side_nav li.parent
  {
      font-weight:bold;
      padding:0 0 15px 10px;
      cursor:default;
  }
 #spanTenantHandBookTOC ul.side_nav li.expand,
 #tocLeft ul.side_nav li.expand,
 #tocRight ul.side_nav li.expand
  {
      background:none;
      padding-bottom:0;
  }
 #spanTenantHandBookTOC ul.side_nav li.collapse,
 #tocLeft ul.side_nav li.collapse,
 #tocRight ul.side_nav li.collapse
  {
      background:none;
  }
  #spanTenantHandBookTOC ul.side_nav ul,
  #tocLeft ul.side_nav ul,
  #tocRight ul.side_nav ul
  {
      display:block;
      margin-top:0;
  }
  #spanTenantHandBookTOC ul.side_nav li.on ul,
  #tocLeft ul.side_nav li.on ul,
  #tocRight ul.side_nav li.on ul
  {
      display:block;
  }
  #spanTenantHandBookTOC  ul.side_nav ul li,
  #tocLeft  ul.side_nav ul li,
  #tocRight  ul.side_nav ul li
  {
      color:#65696c;
      font-weight:normal;
      padding-left:15px;
  }
  #spanTenantHandBookTOC  ul.side_nav ul li a,
  #tocLeft  ul.side_nav ul li a,
  #tocRight  ul.side_nav ul li a 
  {
      text-decoration:none;
  }
  #spanTenantHandBookTOC  ul.side_nav ul li a:hover,
  #tocLeft  ul.side_nav ul li a:hover,
  #tocRight  ul.side_nav ul li a:hover 
  {
      text-decoration:underline;
  }

/* @end */


/* @Printer Friendly */
#PrinterFriendly 
{
    font-size:11px;
    text-align:right;
    line-height:normal;
    clear:both;
    display:block;
    padding-right:10px;
}

#print_close 
{
        text-align:right;
        padding:0 25px;
        font-size:11px;
        clear:both;
     display:block;
}

/* @end */




a.openInNewWindow {
	padding: 0 5px;
	background: transparent url(/_Global/13/img/target.gif) no-repeat center right;
}

/** This link class can be used to have a "tick" image to say that the link is already visited. **/

a.updatedLinks {
	color: #00578f;
	text-decoration: none;
	padding-right: 12px;
	background: url(/_Global/1/img/target.gif) no-repeat 100% 50%;
}

#divWrapperContentLeft a:visited {
	padding-right: 12px;
	background: url(/_Global/1/img/tick.gif) no-repeat 100% 50%;
}

#divWrapperContentFull a:visited {
}


a.bottomMenu {
	color: #4a4a4a;
	padding: 5px;
}

a.commonsharesLink {
	color: #00467f;
	font-weight: bold;
	padding: 8px;
	border: 1px solid #7f98ac;
}

div.shareHeaders a {
	color: #fff;
	text-decoration: underline;
}

div.shareHeaders a:hover {
	text-decoration: none;
}

#divWrapperBreadcrumb a {
	color:#7D7D7D;
	text-decoration:underline;
}

#divWrapperBreadcrumb a:hover {
	text-decoration: none;
}

input.formTextBox {
	height: 20px;
	border: 1px solid #999999;
	display: inline;
	background-color: #f8f8f8;
	width: 100px;

}

input.formButton {
	padding: 5px 10px;
	background-color: #00467f;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
}

.formTextArea {
	border: 1px solid #999999;
	display: inline;
	background-color: #f8f8f8;
}

.adminButton {
	padding: 3px 10px;
	background-color: #f0f0f0;
	border: 1px solid #d9d9d9;
	font-size: 11px;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	height: 22px;
}

#divWrapperAdmin .adminButton {
	border: none;
}

#divWrapperAdmin .adminActions {
	padding: 3px 0;
	margin: 0 2px;
	border: 1px solid #d9d9d9;
}

div.shareHeaders a.prefsharesTextButton {
	padding: 3px 10px 4px;
	background-color: #f0f0f0;
	border: 1px solid #d9d9d9;
	font-size: 11px;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	height: 22px;
}

div.shareHeaders input.prefsharesInputButton {
	padding: 0px 6px;
	background-color: #f0f0f0;
	border: 1px solid #d9d9d9;
	font-size: 11px;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	height: 23px;
}

.formSelectBox{
	height: 20px;
	background-color:#f8f8f8;
	border: 1px solid #999999;
}

.adminSelectBox{
	width: 100px;
	height: 24px;
	background-color:#fff;
	border: 1px solid #d9d9d9;
	margin-right: 5px;
}

.adminSelectBox2{
	width: 250px;
	height: 24px;
	background-color:#fff;
	border: 1px solid #d9d9d9;
	margin-right: 5px;
}

.formTextareaBox {
	border: 1px solid #999999;
	display: inline;
	background-color: #f8f8f8;
}

.formTextBox,
.formSelectBox,
.formTextareaBox {
                font-size: 11px;
                font-family:Arial, Helvetica, sans-serif;
}


.asterisk {
	color: #FF0033;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	color: #194b70;
	margin: 5px 0;
}

h2 {
	font-size: 17px;
	margin-top: 0;
}

h2.blueHeader,
.blueHeader {
	font-size: 15px;
	color: #00467f;
	margin-top: 0;
}

h2.newsBox {
	text-transform:uppercase;
	font-size: 12px;
	color: #1a425f;
	margin-top: 0;
	margin-bottom: 10px;
}

h2.keyLinks {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 10px;
	clear: both;
}

h3.newsBox {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 5px;
}

h1.mainHeader {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 12px;
	color: #1a425f;
	line-height: 25px;
}

.textBlue {
	color: #1a425f;
}

.textBold {
	font-weight: bold;
}

.text11pix {
	font-size: 11px;
}

.text14pix {
	font-size: 14px;
}

#divWrapperHome {
	width: 100%;
	height: 100%;
	background:url(/_Global/13/img/bg/home.jpg) scroll repeat-x top left;
}

/* @end */

/* @Home Flash */

#divWrapperFlashMain {
	height:281px;
	width:955px;
	margin:0 auto;
}

#divWrapperFlash {
	width:955px;
	height:122px;
	margin:0 auto;
}


/* @end */

/* @Home page Middle Blocks */

#divWrapperMiddle {
	height:105px;
	font-size:13px;
}
#divMiddleSearch {
	width:252px;
	height:84px;
	color:#194b70;
	background:url(/_Global/24/img/bg/search_block.jpg) no-repeat 25px 25px;
	padding:21px 0 0 95px;
	border-right:1px solid #dfdfdf;
}
#divMiddleSearch span.header {
	font-size:16px;
	font-weight:bold;
	color:#194b70;
	text-transform:uppercase;
	line-height:normal;
	margin-bottom:3px;
	display:block;
}
#divMiddleSearch a {
	color:#194b70;
	text-decoration:none;
}
#divMiddleSearch a:hover {
	text-decoration:underline;
}
#divMiddleEnvironement {
	width:222px;
	height:84px;
	padding:21px 0px 0px 95px;
	background:url(/_Global/24/img/bg/environmental_block.jpg) no-repeat 25px 25px;
	border-right:1px solid #dfdfdf;
}
#divMiddleEnvironement span.header {
	font-size:16px;
	font-weight:bold;
	color:#194b70;
	text-transform:uppercase;
	line-height:normal;
	margin-bottom:3px;
	display:block;
}
#divMiddleEnvironement span {
	font-weight:bold;
	color:#194b70;
	text-transform:uppercase;
	line-height:normal;
	margin-bottom:0;
	font-size:16px;
}
#divMiddleEnvironement a {
	color:#194b70;
	text-decoration:none;
	font-size:13px;
}
#divMiddleEnvironement a:hover {
	text-decoration:underline;
}
#divMiddleKeyLinks 
{
    position:relative;
    width:264px;
	height:84px;
	padding:21px 0px 0px 25px;
	_padding:21px 0px 0px 20px;
}

#divMiddleKeyLinks span.header {
	font-size:16px;
	font-weight:bold;
	color:#194b70;
	text-transform:uppercase;
	line-height:normal;
	margin-bottom:3px;
	display:block;
}

/* @end */

/* @Content Home */

#divContentTop {
	padding:15px 25px;
	font-size:15px;
	color:#696969;
	line-height:30px;
}
#divContentTop span.header {
	font-weight:bold;
	color:#194b70;
}
#divContentSlogan {
	width:907px;
	height:53px;
	padding-top:30px;
	margin:0 auto;
	background:url(/_Global/24/img/bg/slogan.jpg) no-repeat left top;
	color:#194b70;
	font-size:22px;
	text-align:center;

}
#divWrapperKeyLinks {
	width:907px;
	height:115px;
	margin:0 auto;
	padding-bottom:25px;
	background:url(/_Global/24/img/bg/key_links.jpg) no-repeat left top;
	clear:both;
	display:block;
}
#divKeyLinksHeader {
	width:75px;
	height:75px;
	padding:20px 25px;
	color:#194b70;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	background:url(/_Global/24/img/blue_circle.png) no-repeat 12px 24px;
}

ul.key_links {
	margin:0;
	padding:0;
	padding-left:20px;
	float:left;
	list-style-image:url(/_Global/24/img/blue_circle.png);
	line-height:normal;
}
ul.key_links li {
	color:#194b70;
	font-size:11px;
	margin-bottom:3px;
}

ul.key_links li a {
	font-weight:bold;
	text-transform:uppercase;
}
/* @end */

/* @News Carousel */

#divWrapperNews {
	background-color:#f2f2f2;
	padding:24px 33px;
	border-bottom:1px solid #fff;
}

/*@end */

/* @Bottom Menu */
#divWrapperBottomMenu {
	padding:33px;
	background:#e5e5e5 url(/_Global/24/img/bg/bottom_menu.jpg) repeat-x left top;
	
}

#bottom_nav,
#bottom_nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	display:block;
}
#bottom_nav {
	white-space:nowrap;
}
#bottom_nav li {
	float:left;
	font-size:11px;
	margin-right:25px;
}
#bottom_nav li a {
	color:#488abf;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#bottom_nav ul li {
	float:none;
	margin:10px 0 0 0;
	white-space:normal;
}
#bottom_nav ul li a {
	font-size:11px;
	color:#858e95;
	font-weight:normal;
}
/* @end */

/* @Botto Links */
#divWrapperBottom {
	width: 975px;
	padding: 18px 0;
	color: #4e4e4e;
	font-size: 11px;
}

#divWrapperBottom #divBottomMenu {
	white-space:nowrap;
}
#divBottomLinks a{
	color: #4a4a4a;
	padding: 5px;
}
/* @end */

/* @Breadcrumb */

#divWrapperBreadcrumb {
	width:905px;
	height:16px;
	margin:0 auto;
	padding:25px 25px 0;
	color:#7d7d7d;
	font-size:11px;
}

#divWrapperPageTitle {
	width:905px;
	margin:0 auto;
	padding-bottom:20px;
	color:#194b70;
	font-size:15px;
}

.page_title_box,
.page_title_icon_box {
	width:auto;
	white-space:nowrap;
	padding-right:25px;
}
.page_title_icon_box img {
	padding:10px 5px;
}


#bread_nav {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	display:block;
	height:16px;
}

#bread_nav li {
	float:left;
	margin-right:12px;
	padding-left:12px;
	background:url(../img/bg/breadcrumb_sep.gif) no-repeat left center;
}

#bread_nav li.first {
	padding-left:0;
	background:none;
}

#bread_nav li a {
	color:#7d7d7d;
}
/* @end */

/* @sub content areas*/

#divWrapperSubContent {
	background-color:#fff;
	width:955px;
	border-top:1px solid #d9d9d9;
	font-size:13px;
	/*line-height:25px;*/
}

#divWrapperContentFull {
	padding:24px;
	font-size:13px;
}

#divContentLeftCustom {
	width: 576px;
	float:left;
	padding:25px;
	font-size:13px;
}

#divContentRightCustom {
	width: 304px;
	float:left;
	padding:25px 25px 25px 0;
	font-size:13px;
	line-height:normal;
	overflow: hidden;
}

#divContentLeft {
	width: 603px;
	float:left;
	padding:25px 32px 5px 25px;
	font-size:13px;
}

#divContentRight {
	width: 270px;
	float:left;
	padding:25px 25px 5px 0;
	font-size:13px;
	line-height:normal;
}

#divContentThird {
	clear:both;
	display:block;
	padding:0 25px 25px;
}
/* @end */
/* @Property Listing */
.property_listing {
	position:relative;
	color:#696969;
	font-size:13px;
	line-height:22px;
}

.property_listing li {
	float:left;
	width:452px;
	padding-bottom:11px;
}

.property_listing .list_item {
	width:445px;
	height:168px;
	border:1px solid #d9d9d9;
}

.property_listing .list_image {
	width:194px;
	height:149px;
	float:left;
	border:2px solid #fff;
}

.property_listing .list_info {
	width:245px;
	height:149px;
	float:left;
	padding:0;
	border:2px solid #fff;
	border-left:0;
}

.list_info .heading {
	display:block;
	font-weight:bold;
	color:#194b70;
	padding:10px 15px;
	line-height:normal;
	margin-bottom:10px;
	background:url(/_Global/24/img/bg/listing.jpg) repeat-x scroll left bottom transparent;
}

.list_info .heading a 
{
    text-decoration: none;
}

.list_info .heading a:hover
{
    text-decoration: underline;
}

a.prop-list 
{
    color:#696969;
    text-decoration:none;
}
a.prop-list:hover
{
    text-decoration:underline;
}
/* @end  */

/* @Recent Transactions */
#recent_transactions {
	position:relative;
	color:#696969;
	font-size:13px;
	line-height:22px;
}

#recent_transactions li {
	margin-bottom:30px;
}

#recent_transactions .list_item {
	border:1px solid #d9d9d9;
	background: #fefefe url(/_Global/24/img/bg/transactions.jpg) repeat-x left bottom;
	width:100%;
}

.list_item_inside {
	border:2px solid #fff;
}

#recent_transactions .list_image {
	width:194px;
	float:left;
}

#recent_transactions .list_info {
	width:709px;
	float:left;
	border-left:0;
	background:url(/_Global/24/img/bg/listing.jpg) repeat-x left top;
	font-size:12px;
}

#divContentLeft #recent_transactions .list_info {
	width:599px;
}

.list_info .heading {
	display:block;
	font-weight:bold;
	color:#194b70;
	margin-bottom:15px;
	font-size:15px;
}
/* @end  */

/* @stock Quote */

#divWrapperStocks {
	background:#f1f1f1 url(/_Global/24/img/bg/stock_quote.jpg) repeat-x left top;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	font-size:14px;
}

#divStocksHeader {
	width:90px;
	padding:20px 20px 20px 48px;
	color:#194b70;
	font-weight:bold;
	background:url(/_Global/24/img/blue_circle.png) no-repeat 35px 23px;
	border-right:1px solid #d6d6d6;
}
#divStocks {
	padding:20px 35px 20px 20px;
	border-left:1px solid #eeeeee;
	color:#00457d;
}
/* @end */

/* @Tab Navigation */

#tabs_nav {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	background:url(/_Global/24/img/bg/tabs.jpg) repeat-x left bottom;
	height:41px;
}

#tabs_nav li {
	float:left;
	border-right:1px solid #d6d6d6;
}

#tabs_nav li a {
	color:#194b70;
	font-size:15px;
	padding:11px 20px;
	display:block;
	text-decoration:none;
}

#tabs_nav li a:hover,
#tabs_nav li.on a {
	color:#fff;
	background-color:#194b70;
}

#tabs_nav li.first {
	border-left:1px solid #d6d6d6;
}

/* @end */ 

/* @sub tab nav */
#sub_links {
	padding:17px 25px;
	background-color:#f0f0f0;
	line-height:normal;
}
#sub_tab_nav {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	height:27px;
	font-size:13px;
}

#sub_tab_nav li {
	float:left;
	margin-right:18px;
}

#sub_tab_nav li img {
	float:left;
	margin-right:8px;
}

#sub_tab_nav li a {
	color:#194b70;
	text-decoration:none;
	margin-top:5px;
	display:inline-block;
}

#sub_tab_nav li a:hover,
#sub_tab_nav li.on a {
	text-decoration:underline;
}

/* @end */

/* @contact List */

.contact_list {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	font-size:13px;
	line-height:normal;
	float:left;
}

.contact_list li {
	float:left;
	width:288px;
	margin-bottom:25px;
}

.contact_list li img {
	float:left;
	margin-right:28px;
	border:2px solid #dfdfdf;
}

.contact_list li a {
	color:#194b70;
	text-decoration:none;
}

.contact_list li a:hover {
	text-decoration:underline;
}
/* @end */

/* @Boxed header */

.boxedHeader {
	font-weight:bold;
	font-size:14px;
	background:#fff url(/_Global/24/img/bg/title.jpg) repeat-x left bottom;
	border:1px solid #d9d9d9;
	padding:13px 12px;
	color: #194b70;
	line-height:normal;
	margin:10px 0;
}

/* @end */

/* @Grey Box */

.gray_box_cust,
#divContentRightCustom .contentRightLinks {
	width: 302px;
	margin-bottom:20px;
	font-size:12px;
	color:#194b70;
	border:1px solid #d9d9d9;
	background:#fff url(/_Global/24/img/bg/box_gray.jpg) repeat-x left bottom;
	float:left;
	clear:both;
	display:block;
	padding-bottom:15px;
}

.gray_box_cust a,
#divContentRightCustom .contentRightLinks a {
	text-decoration:none;
}

.gray_box_cust a:hover,
#divContentRightCustom .contentRightLinks a:hover {
	text-decoration:underline;
}

.gray_box_cust .title,
#divContentRightCustom .contentRightLinks .relatedLinksHeader {
	font-weight:bold;
	font-size:13px;
	background:#fff url(/_Global/24/img/bg/title.jpg) repeat-x left bottom;
	border-bottom:1px solid #d9d9d9;
	padding:12px 15px;
}

.gray_box_cust .linkItems,
#divContentRightCustom .contentRightLinks .relatedLinksContentWrapper {
	margin-bottom:15px;
	float:left;
	clear:both;
	display:block;
	margin:0 !important;
	padding:15px 15px 0;
	width:272px !important;
}

.gray_box_cust .linkIcon,
#divContentRightCustom .contentRightLinks .relatedLinksIcon {
	width:16px;
	height:16px;
	margin-right:10px;
	float:left;
}

.gray_box_cust .linksLink,
#divContentRightCustom .contentRightLinks .relatedLinksLink {
	width:246px;
	float:left;
}

.gray_box,
#divContentRight .contentRightLinks {
	width: 268px;
	margin-bottom:20px;
	font-size:12px;
	color:#194b70;
	border:1px solid #d9d9d9;
	background:#fff url(/_Global/24/img/bg/box_gray.jpg) repeat-x left bottom;
	float:left;
	clear:both;
	display:block;
	padding-bottom:15px;
}

.gray_box a {
	text-decoration:none;
}

.gray_box a:hover {
	text-decoration:underline;
}

.gray_box .title,
#divContentRight .contentRightLinks .relatedLinksHeader {
	font-weight:bold;
	font-size:13px;
	background:#fff url(/_Global/24/img/bg/title.jpg) repeat-x left bottom;
	padding:12px 15px;
	border-bottom:1px solid #d9d9d9;
}

.gray_box .links,
#divContentRight .contentRightLinks .relatedLinksContentWrapper {
	padding:15px 15px 0;
	width:238px !important;
	float:left;
	clear:both;
	display:block;
	margin:0 !important;
}

.gray_box .linkItems {
	margin-bottom:15px;
}

.gray_box .linkIcon,
#divContentRight .contentRightLinks .relatedLinksIcon {
	width:16px;
	height:16px;
	margin-right:10px;
	float:left;
}

.gray_box .linksLink,
#divContentRight .contentRightLinks .relatedLinksLink {
	width:212px;
	float:left;
}
/* @end */

/* @right container box*/

.content_right_placeholder,
.contentRightImage {
	margin-bottom:20px;
}

/* @End */


/* @Special Links on Content right */

.special_link_area {
	height:28px;
	margin-bottom:15px;
	background:url(/_Global/24/img/bg/special_links.jpg) no-repeat left top;
	padding:12px 0 0 32px;
}

.special_link_area a {
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#194B70;
}

/* @end */


/* @Search Attributes */

.search_attributes,
.search_attributes_2col {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	font-size:13px;
	display:inline-block;
	line-height:38px;
}

.search_attributes li {
	float:left;
	width:125px;
	margin-right:10px;
}

.search_attributes_2col li {
	float:left;
	width:150px;
	margin-right:10px;
}

.half_col_left {
	width:410px;
	border-right:1px solid #ccc;
	padding-right:40px;
}

.half_col_right {
	position:relative;
	width:410px;
	border-left:1px solid #ccc;
	padding-left:40px;
	left:-1px;
}
/* @end */

/* @Quick Search */

.qsTxtBox 
{
    width:300px;
    height:23px;
    padding:2px;
}
.qsDropdownList 
{
    height:29px;
    padding:2px;
    margin-right:5px;
}

/* @end */

/* @Our Team */

.divOurTeamRowWhite 
{
    clear:both;
    float:none;
	padding: 6px;
	position: relative;
}

.divOurTeamRowGrey 
{
    clear:both;
    float:none;
	padding: 6px;
	background-color: #f3f3f3;
	position: relative;
}

.divOurTeamContent {
	margin: 15px 0 25px;
	clear:both;
	width: 100%;
}

.divOurTeamBriefInfo {
	margin-top: 7px;
	width: 100%;
	float:none;
	line-height:normal;
}

.divOurTeamPicture {
	float: left;
	width: 92px;
}

.divOurTeamClose 
{
    position:absolute;
    top:-1px;
    right:0;
}

.divOurTeamClose a:hover {
	text-decoration: none;
}

/* @end */


/* @FAQ */
#ctl00_ctl04_upPref,
#collapsible-items 
{
}

.expanded-item div.title,
.collapsed-item div.title {
	cursor: pointer;
	width: 915px;
}

.expand_all,
.collapse_all {
	width:auto;
	float:left;
	margin-right:17px;
	padding-bottom:25px;
	color:#194b70;
	font-size:12px;
	cursor:pointer;
	white-space:nowrap;
	line-height:normal;
}

.collapsed-item,
.expanded-item {
	padding-bottom:18px;
	display: block;
	clear: both;
	border:1px solid #e5e5e5;
	margin:0;
	margin-bottom:18px;
	padding:18px;
	background:url(/_Global/24/img/bg/box_gray.jpg) repeat-x scroll left bottom #fff;
}
.collapsed-item .item-copy {
	display:none;
	clear: both;
}

.expanded-item .item-copy {
	padding-left:20px;
	clear: both;
	display:block;
	color:#4c4c4c;
	font-size:12px;
}

.item-title-link 
{
	font-size:14px;
	color:#194b70;
}

.collapsed-item .item-title-link a {
    background:url(/_Global/24/img/button_expand.gif) no-repeat left top;
    padding-left:20px;
    cursor:pointer;
	line-height:normal;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
}

.expanded-item .item-title-link a {
    background:url(/_Global/24/img/button_collapse.gif) no-repeat left top;
    padding-left:20px;
    cursor:pointer;
	line-height:normal;
	font-size:14px;
	text-decoration:none;	
	display:inline-block;	
}

#divWrapperContentFull .item-title-link a.faqTextButton:visited,
#divWrapperContentLeft .item-title-link a.faqTextButton:visited
{
    background:#d2d2d2 none !important;
    display:inline-block;
    padding:4px 10px !important;
}


.item-title-link .faqTextButton 
{
    background:#d2d2d2 none !important;
    display:inline-block;
    padding:4px 10px !important;
    color:#000;
}

.item-title-link .faqTextButton:hover 
{
    text-decoration:none;
}

/* @end */

/* @Career Table */

table.header {
	border-collapse: separate;
	border-spacing: 2px;
	font-size:13px;
	line-height:normal;
}

table.career {
	border-collapse: separate;
	border-spacing: 2px;
	font-size:13px;
	line-height:normal;
}

table.header td {
	padding: 5px;
	border: 1px solid #cccccc;
}

table.career input[type="text"],
table.header input[type="text"]  {
	width: 90%;
}

table.career input {
	font-size: 11px;
}

table td.careerHeader {
	background-color: #00467f;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	border: none;
}

.careerHeader a {
    font-weight:bold;
    color:#fff;
    text-decoration:none;
}

.careerHeader a:hover {
    text-decoration:underline;
 }
 
 .careerHeader a:visited {
 	background:none;
 }

.career td.shareFooter {
	background-color:#000000;
	border:medium none;
	text-align:left;
	padding: 0;
	height: 5px;
}

table.career td a:visited {
	background-image: none;
}

table.career td a img {
	padding-right: 3px;
}

table.header td.careerSep {
	border: none;
	padding: 0;
}


/* @end */

/* @pagination */

.pages {
    padding: 0;
    margin: 10px 0;
    clear: left;
    font-size: 11px;
	width: auto;
    float: right;
    line-height:normal;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 2px 5px;
    margin-right: 2px;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #00467f;
    color: #fff;
}

.pages a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

.pages a:hover {
    border-color: #2E6AB1;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
        border: 1px solid #ddd;
        color: #999;
}

/* @end */

/* @Share This */

#divSharethis 
{
    display:block;
    float:right;
    clear:both;
    margin:5px 20px 0 0;
}

#divSharethis a 
{
    text-decoration:none;
}


/* @end */

/* @misc classes */
table.indented_list {}
table.indented_list td {padding:0 15px;}
table.indented_list .para-header {margin:0 0 10px;}
table.indented_list .bullet {margin:0 0 10px;}
/* @end */

/* @Contact page */


.contactFormOuterWrapper,
.contactFormWrapper {
	width: 100%;
	display: block;
	margin-top: 20px;
}

.contactFormWrapper {
	margin-top: 10px;
}

.contactFormHeader {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
}

.contactFormWrapper table td {
	color: #056687;
}


.contactFormWrapper .formTextBox {
	color: #056687;
	font-weight: bold;
	font-size: 15px;
}

.contactFormWrapper .formTextArea {
	background-color: #fff;
	display: block;
	margin: 0;
}

/* @End */

/********** ********************/
/* From here below it will be old styles just kept for maintaining 
consistency among global modules that may need them ***/





#divContentRight .divContentRightItem {
	width: 253px;
	height: 31px;
	margin-top: 8px;
	border: 1px solid #d7dbde;
	background-color: #ffffff;
	padding: 10px 10px 10px 13px;
	border-left: 5px solid #cacaca;
}

*html #divContentRight .divContentRightItem {
	padding-bottom: 9px;
}

.divContentRightItem img {
	padding-right: 20px;
	display: inline;
	text-align: left;
	float: left;
}

.divContentRightItem h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	display: inline;
}

.divContentRightItem a {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	display: inline;
	color: #4a4a4a;
}





#divWrapperSubContent #divWrapperContentLeft {
	width: 640px;
	border: 1px solid #dcdcdc;
	padding: 10px;
	font-size: 12px;
	min-height: 300px;
	margin: 0;
}

#divWrapperSubContent #divWrapperContentRight {
	width: 282px;
	float: right;
	min-height: 300px;
}
/*** /Subpage Content Area ****/

#divContentBottom {
	clear: left;
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
}

#divContentBottom p {
	margin: 10px 0 0;
	font-size: 14px;
}

#divContentBottom p a {
	text-decoration: underline;
}

#divContentBottom p a:hover {
	text-decoration: none;
}

#divWrapperFlash #divFlashTransBorder {
	width:967px;
	height:122px;
	border:4px solid #ffffff;
	filter:alpha (opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	-khtml-opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
}


#divContentLeft .newsItems {
	width: 283px;
	height: 52px;
}

#divContentLeft .newsImage {
	width: 55px;
	padding-right: 5px;
}

#divContentLeft .newsTeaser {
	width: 223px;
}

#divContentLeft .newsSeparator {
	width: 283px;
	height: 1px;
	background-image: url(/_Global/1/img/dash_lgrey.gif);
	background-repeat: repeat-x;
	margin: 10px 0;
}


/***** SUb Pages *********/

table input.formTextBox {
	width: auto;
}

#divWrapperContentFull table td.jobtitle {
	width: 40%;
	text-align: left;
}

#divWrapperContentFull table td.location {
	width: 15%;
}

#divWrapperContentFull table td.postdate {
	width: 15%;
}

#divWrapperContentFull table td.viewapply {
	width: 25%;
}

#divWrapperContentFull table td.eventType {
	width: 9%;
	height: auto;
}

#divWrapperContentFull table td.eventDate {
	width: 12%;
	height: auto;
}

#divWrapperContentFull table td.eventTitle {
	width: 60%;
	text-align: left;
}

#divWrapperContentFull table td.eventRemind {
	width: 9%;
	text-align: center;
	vertical-align: middle;
}

#divWrapperContentFull table td.eventPrior {
	width: 10%;
	text-align: center;
	vertical-align: middle;
}

#divWrapperContentFull table td.viewapply a, a.blueButton {
	color: #ffffff;
	background-color: #00467f;
	padding: 3px;
	xmargin: 5px;
	cursor: pointer;
	border: 1px solid #000000;
}

#divWrapperContentFull table td.viewapply a:visited {
	background-image: none;
}

.subNewsItems {
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 5px;
	display:block;
	clear:both;
	font-size:12px;
	line-height:normal;
	float:left;
	width:581px;
}
#divContentRight .subNewsItems 
{
    width:250px;
}
.newsDate 
{
    float:left;
}
.newsTitle 
{
    width:490px !important;
    float:left !important;
}
.newsTitle a 
{
    text-decoration:none;
}

.newsTitle a:hover
{
    text-decoration:underline;
}

.subNewsItems .subNewsDate {
	width: 80px;
	color: #00467f;
	font-weight: bold;
	border-right: 1px solid #cccccc;
}

.subNewsItems .subNewsTitle {
	padding-left: 5px;
}

.subNewsItems .subNewsStatus {
	width: 80px;
	padding-left: 5px;
}

.subPageListItem {
	width: 268px;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}

.subPageListItemTitle {
	width: auto;
	padding: 10px;
}

.subPageListItemTitle a {
	text-decoration:none;
	font-size:12px;
}

.subPageListItemTitle a:hover {
	text-decoration:underline;
}

#divWrapperContentRight .contentRightText {
	width: 260px;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 10px 0;
	margin-top: 0;
}

#divWrapperContentRight .contentRightLegend {
	width: 280px;
	border: 1px solid #cccccc;
	margin: 10px 0;
	margin-top: 0;
	background-color: #ececec;
}

.contentRightLegend .boxLegend {
	width: 52px;
	color: #00467f;
	font-weight: bold;
	padding: 8px;
}

.contentRightLegend .boxDetails {
	width: 196px;
	color: #00467f;
	padding: 8px;
	background-color: #ffffff;
	font-size: 11px;
}

.divShareHeader {
	color: #ffffff;
	background-color: #00467f;
	width: 100%;
	margin: 3px 0;
	padding-bottom: 10px;
}

.sharePlusMinus {
	margin: 10px;
}

.shareHeaders {
	width: 65%;
	margin: 10px 10px 0 0;
}

.shareButton {
	width: auto;
	float: right;
	text-align: center;
}

.shareButton a {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #698ca9;
	display: block;
	margin: 10px 5px; 
}

table.share {
	border-collapse: collapse;
	border: 2px solid #ffffff;
}

table td.shareHeader {
	background-color: #000;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	border: none;
}

.sharePaging {
	paddings: 2px;
	border: 1px solid #d9d9d9;
	margin: 3px;	
}

.sharePagingOn {
	border: 1px solid #d9d9d9;
	margin: 3px;
	color: #fff;
	background-color: #00467f;
	padding: 1px 5px;
}

.sharePaging a {
	font-size: 10px;
	display: block;
	color: #000;
	background-color: #fff;
	padding: 2px 5px;
}

.sharePaging a:hover {
	color: #fff;
	background-color: #00467f;	
}

/**** Language DD *****/
#langNav, #langNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:14px; 
}

#langNav a {
	display:block;
	padding:0px 0 11px 10px;
	color:#fff;
	background-color: #013763; 
}

#langNav a:hover {
	text-decoration: none;
}

#langNav li ul a {
	padding:5px 0 5px 10px;
    width: 100px;
	height:auto;
	float:left;
}

#langNav li ul a:hover {
	width: 100px;
	height:auto;
	float:left;
	background-color: #fff;
	color: #194562;
}

#langNav li {
	float:left;
	position:relative;
}

#langNav ul {
	position:absolute;
	display:none;
	border: 1px solid #013763;
}

#langNav li:hover ul {
	display:block;
}

/**** Language DD Ends *****/




#divWrapperContentFull table.admin td {
	border: none;
}

a.widget_link {
	border:1px solid #ccc;
	background-color: #fff;
	color: #000;
	font-weight: normal;
	font-size: 10px;
	heights:16px;
	padding:2px 5px;
	position:absolute;
	left:0;
	top:0;
}

.hidden_element {
	display:none;
}

.display_element {
	visibility: visible;
}

.TLRBorders {
	padding: 4px  9px 5px 9px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.noBorders {
	padding: 5px  10px;
	border: none;
}

#adminMPLink {
	width: 120px;
	z-index: 10;
}

#adminMPLinkExpanded {
	width: 380px;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: -1px;
	z-index: 1;
}

#adminLangLink {
	width: 150px;
	z-index: 10;
}

#adminLangLinkExpanded {
	width: 380px;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: -1px;
	z-index: 1;
}


cpy table, cpy tr, cpy td {
                border-collapse: collapse;
                 border-spacing: 0;
}

a img {
                border: none;
}

tr.border td {
                border-top: #DBDBDB 1px solid;
}

tr.oddrow a, tr.oddrow_border a, tr.evenrow a {
                text-decoration: none;
}

tr.oddrow_border td {
                background-color: #f1f1f1;
                background-image: url(/_Global/1/img/css/bg_table.gif);
                background-repeat: repeat-x;
                border-bottom: #DBDBDB 1px solid;
                border-top: #DBDBDB 1px solid;
}

.FineText, .Fine {
                font-size:80%;
}

.MaskedEditFocus {
background-color:#FFFFCC;
color:#000000;
}
.MaskedEditMessage {
color:#FF0000;
font-weight:bold;
}
.MaskedEditError {
background-color:#FFCCCC;
}
.MaskedEditFocusNegative {
background-color:#FFFFCC;
color:#FF0000;
}
.MaskedEditBlurNegative {
color:#FF0000;
}
.MyCalendar .ajax__calendar_container {
background-color:lemonchiffon;
border:1px solid #646464;
color:red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year {
color:black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year {
color:black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year {
color:black;
font-weight:bold;
}


.homeEditSharedContent {
	margin-bottom: 10px;
	display: block;
}

.containerStatus
{
	border: solid 1px #FFFF66;
	background-color: #FFFFCC; width:542px;
	color:Black; padding:5px; margin: 15px 10px 15px 10px; 
}


/** WYSIWYG editor of Home page KeyLinks **/
#ctl00_ctl09_pnlEdit {
	z-index: 1000;
	background-color: #fff;
}


#ctl00_ctl08_pnlAddRelatedLink,
#ctl00_cphMainContent_pnlUserDetails {
	width: 100%;
}



/*** Calendar **/
.ajax__calendar {
    position: relative;
    left: 0px;
    top: 0px;
    visibility: visible; display: block;
	z-index: 1000000;
}
.ajax__calendar iframe
{
    left: 0px;
    top: 0px;
}
/*.ajax__calendar { z-index: 1000000; }*/
.ajax__calendar_container {z-index : 1000000 ; padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(WebResource.axd?d=x6lt9HfG5Si8NZjMNt1DLcY6US8hUl3G4muzIFtahMQFZTbwxJ00qsx5N8jeAW90ZvGxZ6SJJh48yx62JKItzQ2&t=633053122925312500);}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(WebResource.axd?d=x6lt9HfG5Si8NZjMNt1DLcY6US8hUl3G4muzIFtahMQFZTbwxJ00qsx5N8jeAW90HZemRms4wXOo1BZWTwWtNQ2&t=633053122925312500);}
.ajax__calendar_title {cursor:pointer;font-weight:bold; width: 150px;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

#ctl00_ctl10_lnkInsertContent,
#ctl00_ctl10_lnkEdit {
	font-size: 13px;
	display: block;
}

#ctl00_ctl10_lnkInsertContent {
	margin: 5px 0;
}

input#ctl00_ctl10_btnUpdateSharedContent {
	clear: both;
	display: block;
}

table.bodTable {
	font-size: 11px;
}


/* content repository */
.divSoxListItemWrapper {
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px dashed #dadada;
                float: left;
                height: auto;
                clear: both;
                display: block;
}

.divSoxHeader {
                color: #013763;
                font-size: 14px;
                font-weight: bold;
                margin-bottom: 10px;
                display: block;
}

.divSoxListItem {
                border: 1px solid #dadada;
                background-color: #f3f3f3;
                padding: 20px;
                width: 890px;
                margin: 5px 0;
}

.soxItemLink {
                border:1px solid #D9D9D9;
                padding:5px 10px;
}

.divSoxListItem td {
                padding: 10px 0;
}

.divSoxNoteFlyoutContainer {
                display: none;
                border-left: 1px solid #bcbcbc;
                border-right: 1px solid #bcbcbc;
                border-bottom: 1px solid #bcbcbc;
                padding: 15px;
                background-color: fafafa;
                width: 400px;
                margin-left: 20px;
                margin-top: -5px;
}

.divSoxFlyoutNotesContainer {
                display: none;
                border-left: 1px solid #bcbcbc;
                border-right: 1px solid #bcbcbc;
                border-bottom: 1px solid #bcbcbc;
                padding: 15px;
                background-color: fafafa;
                width: 600px;
                margin: -5px 0 5px 20px;
}

.topNotesItem {
                border: 1px solid #bcbcbc;
                width: 580px;
                padding: 10px;
                background-color: #f6f4e0;
                margin-top: 5px;
}
.notesItem {
                border: 1px solid #bcbcbc;
                width: 580px;
                padding: 10px;
                background-color: #ffffff;
                margin-top: 5px;
}

.soxClose {
                border: 1px solid #d9d9d9;
                padding-top: 1px;
                padding-bottom: 2px;
                padding-right: 5px;
                padding-left: 5px;
}

.soxFlyoutTextArea{
                border: 1px solid #abadb3;
                width: 398px;
                height: 100px;
                font: Arial, Helvetica, sans-serif;
                font-size: 12px;
}

.soxMenuWrapper {
                float: left;
                position: relative;
                top: -40px;
                left: 0;
                background: transparent;
                z-index: 100;
}

a.soxMenu {
                font-weight: bold;
                text-decoration: none;
                font-size: 11px;
                padding: 7px;
                display: block;
                border: 1px solid #bfbfbf;
                margin-right: 3px;
                color: #000;
                background: transparent url(/_Global/1/img/bg_sox_menu.jpg) repeat-x scroll top left;
}

a.soxMenu:hover,
a.soxMenuOn {
                font-weight: bold;
                text-decoration: none;
                font-size: 11px;
                padding: 7px;
                display: block;
                border: 1px solid #bfbfbf;
                
                margin-right: 3px;
                background: #fff;
                color: #000;
}

#divWrapperSubContent table.datatable {
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	margin:20px 0;
}

table.datatable td.datacellheading {
	border-bottom:1px solid #999999;
	text-align:right;
}

/***** Search Page Starts ***/

.searchWrapper {
	width: 659px;
	background-color: rgb(247, 247, 247);
	left:-10px;
	top:-10px;
	
}

.searchResTop {
	background-color:#FFFFFF;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	width:639px;
}


.searchItem {
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	width:639px;
}


.searchSep {
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	margin-bottom:0;
	margin-left:10px;
	margin-right:0;
	margin-top:10px;
	padding-bottom:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	width:619px;
}

.searchResBot {
	clear:both;
	width:639px;
	left: 10px;
}


.searchWrapper {
	width: 639px;
	background-color: #f7f7f7;
}

.searchResTop {
	background-color: #fff;
	width: 639px;
	border-bottom: 1px solid #cccccc;
	padding: 15px 0;
	text-align: center;
}

.searchItem {
	width: 619px;
	padding: 10px;
}

.searchResBot {
	width: 639px;
	clear: both;
	padding: 15px 0;
}

.searchSep {
	width: 617px;
	padding: 0 10px;
	margin-top: 10px;
	border-top: 1px solid #cccccc;
}

.searchResBot .pages {
	width: 90%;
	margin-left: 10px;
}

.pages a:visited {
	background: none !important;
	padding: 2px 5px !important;
}

/****** Search Page Ends ***/





.pnlAdminEditContentWrapper {
	clear: left;
}


/***** Prefereed shares  ****/
.shareExpand {
	width: 100%;
}

#ctl00_ctl09_pnlForm,
#ctl00_ctl09_apfForm_divApplicationForm {
	width: 639px;
}

#ctl00_ctl07_pnlModuleImageAdmin {
	line-height: 25px;
}

/*** Modal window ***/

#litLangOverlay,
.ModalOverlay
{
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #000;
	z-index:10000001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);

}

#litModalWhiteArea,
.ModalWhiteArea
{
	position:fixed;
	width: 600px;
	min-height: 300px;
	background-color: #fff;
	border: 1px solid #7f7f7f;
	left:50%;
	padding: 20px;
	clear: both;
	float: none;
	top: 20%;
	z-index: 1000000001;
	font-size: 14px;
	color: #013763;
	margin: 0 0 0 -300px;
}

/**** /modal window ***/


/***** Tabs ***/

#dvTabsWrapper {
	width: 100%;
	float: none;
	clear: both;
	display: block;
	font-size: 12px;
	border-bottom: 1px solid #d9d9d9;
	height: 29px;
}
.dvTabsOn {
	float: left;
	background-color: #ffffff;
	display: block;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #d9d9d9;
}
.dvTabsOff {
	float: left;
	background: #fff url(/_Global/14/img/bg_tabs.jpg) scroll repeat-x 1px;
	display: block;
	color: #000;
	border-top: 1px solid #d9d9d9;
}

.dvTabsOff a {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 7px 13px 6px;
	display: block;
}

.dvTabsOn a {
	display: block;
	padding: 7px 13px 7px;
}

#dvTabsWrapper a {
	color: #000000;
}
#dvTabsWrapper a:hover {
}

#dvTabsWrapper a:visited {
	background: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.dvTabSep {
	float: left;
	width: 1px;
	background-color: #d9d9d9;
	height: 29px;
}

/***** /Tabs ***/

/* @group map addresses */
#map_addresses li.hover { font-weight: bold; }