/* -- Hifn Style Sheet -- */

/* Tag Definitions */
body {
	font: 12px Helvetica, sans-serif;
	margin: 0;
	color: #333;
	text-align: left;
	background-color: #bbbdbf;
}
h1, h2, h3, h4, h5, h6 { margin: 0; }
a { color: #002B5C; }
p { margin: 5px 0; line-height: 1.4em; }
img { border: none; }
ul { list-style: none; margin: 0; padding: 0;  }
/* Should Fix All UL elements provided they are within a <p> tag if not : use classs disc */
p ul { list-style: disc; }
.disc {list-style: disc; }

li { margin: 0; padding: 0; }

h1 {
	color: #002B5C;
	font-size: 18px;
	font-weight: normal;
}

/* Global Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inline { display: inline; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.colorBrown, .colorBrown a {
	color: #844C00;
}

a.button {
  background: transparent url(/SocMe/Images/bg_button_a.gif) no-repeat scroll top right;
  color: #fff;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  padding-right: 9px;
  text-decoration: none;
}
a.button span {
  background: transparent url(/SocMe/Images/bg_button_span.gif) no-repeat;
  display: block;
  line-height: 12px;
  padding: 5px 4px 5px 12px;
}
a.button2 {
  background: transparent url(/SocMe/Images/bg_button_a2.gif) no-repeat scroll top right;
  color: #00407A;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  padding-right: 9px;
  text-decoration: none;
}
a.button2 span {
  background: transparent url(/SocMe/Images/bg_button_span2.gif) no-repeat;
  display: block;
  line-height: 12px;
  padding: 5px 4px 5px 12px;
}
a.button3 {
  background: transparent url(/SocMe/Images/bg_button_a3.gif) no-repeat scroll top right;
  color: #fff;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  padding-right: 9px;
  text-decoration: none;
}
a.button3 span {
  background: transparent url(/SocMe/Images/bg_button_span3.gif) no-repeat;
  display: block;
  line-height: 12px;
  padding: 5px 4px 5px 12px;
}
a.button4 {
  background: transparent url(/SocMe/Images/bg_button_a4.gif) no-repeat scroll top right;
  color: #fff;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  padding-right: 9px;
  text-decoration: none;
}
a.button4 span {
  background: transparent url(/SocMe/Images/bg_button_span4.gif) no-repeat;
  display: block;
  line-height: 12px;
  padding: 5px 4px 5px 12px;
}

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }

.p10 { padding: 10px; }

.pr5 { padding-right: 5px; }

.pl20 { padding-left: 20px; }



.h20 { height: 20px; }

.tdn { text-decoration: none; }

.colTwoThird { width: 818px; }
.colOneThird { width: 160px; }
.colOneThird h1 { color: #002B5C; font-size: 18px; }
.colOneThird h2 { color: #002B5C; font-size: 15px; }

.colGrayOutline {
	border: 1px solid #BFBFBF;
	padding: 10px 5px;
	
}

.tab {
	border-bottom: 2px solid #BBB5AB;
}

.tab ul li {
	float: left;
	
	background: #4D4D4D;
	padding: 5px 20px 2px 20px;
}
.tab ul li a {
	color: #fff;
	text-decoration: none;
}

.tabR {
	border-bottom: 2px solid #BBB5AB;
}

.tabR ul li {
	float: right;
	background: #4D4D4D;
	padding: 5px 20px 2px 20px;
}
.tabR ul li a {
	color: #fff;
	text-decoration: none;
}

/* Layout */
#wrapper {
	width: 987px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #fff;
}
#header {
	padding-top: 15px;
}
#header #logo {
	float: left;
}
#header #navMain {
	margin-bottom: 30px;
	float: right;
	width: 760px;
	border: 1px solid #e1e1e2;
	background: url(/SocMe/Images/navmain_bg.gif) repeat-x #f7f7f8;
}
#header #navMain ul li {
	float: left;
}

#header #navMain ul li a.pNavLink {
    display:block;
    padding: 11px 25px 7px 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#header #navMain ul li.first a.pNavLink {
    padding: 11px 25px 7px 24px;
}

#header #navMain ul li.selected a.pNavLink, #header #navMain ul li.hovered a.pNavLink {
	color: #fff;
	background: #002b5c;
}

#header #navSeconday {
	float: right;
	width: 760px;
	height: 25px;
	background: url(/SocMe/Images/navsecond_bg.gif) repeat-x #fff;
	border: 1px solid #e7e7e8;
}

#header #navMain .subnavigation {
    position:absolute;
    z-index:100;
    top:50px;
    padding:0 25px;
    background:#D0DCE2;
}

#header #navMain .subnavigation ul li {
    padding:0;
    margin:0;
    color:#002B5C;
}

#header #navMain .subnavigation ul li a {
    display:block;
    padding:2px 5px;
    color:#002B5C;
    text-decoration:none;
}

#header #navBar {
	clear: both;
	border-top: 2px solid #999;
}
#header #navBar ul li {
	float: left;
	padding: 7px 15px;
}
#header #navBar ul li.first { padding-left: 0; }
#header #navBar ul li a {
	text-decoration: none;
	color: #4D4D4D;
}
#breadCrumb {
	clear: both;
	margin-top: 10px;
	padding-bottom: 5px;
}
#breadCrumb ul li {
	float: left;
	display: inline;
	margin-right: 5px;
}
#breadCrumb ul li a {
	background: url(/SocMe/Images/breadcrumb_list.gif) right no-repeat;
	padding-right: 10px;
	color: #4D4D4D;
	text-decoration: none;
}

#contentOne {
	clear: both;
	margin-top: 10px;
}

#contentOne h1 {
	color: #002B5C;
	font-size: 18px;
}

.tableOne td.title a {
	font-weight: bold;
	text-decoration: none;
}

#contentOne .tableOne {
	margin: 10px 0;
}
 
#contentOne .tableOne tr th {
	background: #E5E5E5;
	padding: 7px;
}
#contentOne .tableOne tr td {
	padding: 5px 7px;
	border-bottom: 1px dashed #999;
}

#contentOne .tableTwo h1 {
	color: #333;
	font-size: 14px;
	display: inline;
}
#contentOne .tableTwo tr td {
	padding: 5px 0px;
}
#contentOne .tableTwo img {
	padding-right: 5px;
}
#contentOne .tableTwo a {
	color: #804C00;
	text-decoration: none;
}
#contentOne .tableTwo h2 {
	background: #E6821E;
	font-size: 13px;
	color: #fff;
	display: inline;
	padding: 1px 5px;
}

#contentOne .tableOne tr td.border {
	/* background: url(/SocMe/Images/border_gray_dot.gif) repeat-y left; */
	border-left: 1px dashed #bfbfbf;
}

#footer {
	clear: both;
	border-top: 2px solid #bbb5ab;
	text-align: center;
	padding: 5px;
}
#footer ul li {
	display: inline;
	background: url(/SocMe/Images/footer_pipe.gif) no-repeat;
	padding: 0 12px;
}
#footer ul li.first {
	background-image: none;
}
#footer ul li a {
	color: #333;
	text-decoration: none;
}

/* Home */
#home #nav {
	float: left;
	background: url(/SocMe/Images/home_bg.gif) repeat-x;
	padding: 10px;
	width: 357px;
	height: 395px;
}
#home #nav h1 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin: 5px 0;
}
#home #nav ul.navText li {
	background: url(/SocMe/Images/home_nav_bg.gif) no-repeat 340px center;
	border-bottom: 1px solid #9aa7bd;
	padding: 7px 0;
}
#home #nav ul.navText li.first {
	border-top: 1px solid #9aa7bd;
	border-bottom: 1px solid #9aa7bd;
}
#home #nav ul.navText li a {
	color: #fff;
	text-decoration: none;
}

#home #nav ul.navButton li {
	float: left;
	padding-right: 10px;
}

#home .hero {
	float: left;
	width: 610px;
	height: 415px;
}

#home .hero p {
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
}

#home .hero #text {
	padding: 100px 0 0 45px;
	width: 400px;
}
#home .hero ul {
	padding: 50px 0 0 45px;
}
#home #bottom {
	clear: both;
	padding-top: 20px;
	
}
#home .colOneThird {
	float: left;
	width: 320px;
	padding-left: 13px;
}
#home #bottom .firstCol {
	padding-left: 0px;
}
#home #bottom h1 {
	color: #002B5C;
	font-size: 18px;
	font-weight: normal;
	background: #d9d9d9;
	padding: 10px 7px;
}
#home .contentBlock {
	padding: 10px 7px;
	background: #ececec;
}
#home .contentBlock h2 {
	font-size: 13px;
	color: #333;
}
#home .contentBlock a {
	color: #804C00;
	text-decoration: none;
}
#home .contentBlock img.link {
	vertical-align: middle;
	padding-right: 5px;
}

#home .contentBlock ul li {
	float: right;
	padding-right: 10px;
}
#home .contentBlock ul li a {
	color: #fff;
} 
/* Heroes */
#heroTwo {
	clear: both;
	height: 80px;
	padding: 10px;
}
#heroTwo h1 {
	color: #fff;
	font-weight: normal;
}

#heroThree {
	clear: both;
	float: left;
	width: 318px;
	height: 175px;
}
#heroThree h1 {
	color: #fff;
	font-weight: normal;
	padding: 10px;
}
/* Nav Tert */
#navTertButtons ul li {
	float: left;
	padding-right: 5px;
}

/* Product Details */
#productDetailImg 
{
    float: left;
    width: 140px;
    background: #fff;
    height: 161px;
    padding: 7px 0 7px 10px;
}
#productDetail {
	float: left;
	width: 320px;
	padding: 7px 15px;
	background: #FFF;
	height: 161px;
}
#productDetail img {
	padding-right: 10px;
}
#productDetail h1 {
	font-size: 18px;
	color: #002B5C;
}
#expert {
	padding: 20px 0;
}
#expert #leftColumn {
	float: left;
	width: 154px;
}
#expert #leftColumn h1 {
	color: #002B5C;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 10px;
}
#expert #rightColumn {
	float: right;
	width: 640px;
}
#expert #rightColumn h2 {
	font-size: 14px;
}
#expert #rightColumn .topRight {
	float: right;
}
#expert #rightColumn .topRight img {
	vertical-align: middle;
	padding: 0 2px 0 10px;
}
#expert #rightColumn .response {
	background: #F2F2F2;
	padding: 10px;
}

/* Product Landing */
#product #nav {
	float: left;
	width: 320px;
	height: 134px;
	padding: 10px 10px 0px 10px;
	background: url(/SocMe/Images/product_nav_bg.gif) repeat-x #00407a;
} 
#product #nav h1 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 5px;
}
#product #nav ul li {
	/* background: url(/SocMe/Images/home_nav_bg.gif) no-repeat 340px center; */
	border-bottom: 1px solid #9aa7bd;
	padding: 7px 0;
}
#product #nav ul li.first {
	border-top: 1px solid #9aa7bd;
	border-bottom: 1px solid #9aa7bd;
}
#product #nav ul li a {
	color: #fff;
	text-decoration: none;
}

#product #hero {
	float: left;
	width: 647px;
	height: 144px;
}
#product #hero h1 {
	color: #fff;
	font-size: 14px;
	padding: 37px 0 0 23px;
}
#product #hero p {
	color: #fff;
	padding: 0 0 0 23px;
	width: 458px; 
}
#product #button {
	clear: both;
	
}
#product #button ul li {
	float: left;
	padding: 5px 7px 0 0;
}

#product #bottom {
	clear: both;
	padding: 20px 0;
	
}
#product .colOneThird {
	float: left;
	width: 320px;
	padding-left: 13px;
}
#product #bottom .firstCol {
	padding-left: 0px;
}
#product #bottom h1 {
	color: #002B5C;
	font-size: 18px;
	font-weight: normal;
	background: #d9d9d9;
	padding: 10px 7px;
}
#product .contentBlock {
	padding: 10px 7px;
	background: #ececec;
}
#product .contentBlock h2 {
	font-size: 13px;
	color: #333;
}
#product .contentBlock a {
	color: #804C00;
	text-decoration: none;
}
#product .contentBlock a.events {
	display: block;
	padding: 7px 0;
}
#product .contentBlock img.link {
	vertical-align: middle;
	padding-right: 5px;
}

#product .contentBlock2 {
	border: 1px solid #bbb;
	padding: 10px 10px;
}
#product .contentBlock2 a {
	color: #804C00;
	text-decoration: none;
}

#product .contentBlock2 h3 {
	font-size: 18px;
	color: #002B5C;
	font-weight: normal;
	
}

/* Solutions */
#heroSecondary {
	width: 100%;
	height: 96px;
	padding-bottom: 10px;
}
#heroSecondary h1 {
	color: #fff;
	font-size: 24px;
	padding: 15px 0 0 15px;
	font-weight: normal;
}

#solutions #leftColumn {
	float: left;
	width: 320px;
	
}
#solutions #leftColumn .contentBlock {
	border: 1px solid #bbb;
	padding: 10px;
	margin-bottom: 5px;
}

#solutions #leftColumn h1 {
	font-size: 18px;
	color: #002B5C;
	font-weight: normal;
}
#solutions #leftColumn h3 {
	color: #006837;
	text-decoration: none;
}
#solutions #leftColumn ul {
	padding: 0 0 10px 10px;
}
#solutions #leftColumn dl {
	padding-left: 10px;
	margin: 0;
}
#solutions #leftColumn dd {
	margin-left: 25px;
}

#solutions #leftColumn h2 {
	color: #002B5C;
	font-size: 14px;
	padding: 5px 0;
}

#solutions #rightColumn {
	float: right;
	width: 650px;
}

#solutions #rightColumn #subLeftColumn {
	float: left;
	width: 310px;
}

#solutions #rightColumn #subRightColumn {
	float: right;
	width: 310px;
	background: #e6e6e6;
}

#solutions #rightColumn #subRightColumn h1 {
	background: #cfcfcf;
	padding: 10px 10px;
}
#solutions #rightColumn #subRightColumn ul {
	padding: 10px 10px;
	list-style-image: url(/SocMe/Images/bullet_blue.gif);
	margin-left: 15px;
}

#solutions #rightColumn #subRightColumn ul li {
	padding: 3px 0;
}

#solutions .tableOne {
	margin: 10px 0;
}
 
#solutions .tableOne tr th {
	background: #E5E5E5;
	padding: 7px;
}
#solutions .tableOne tr td {
	padding: 5px 7px;
	vertical-align: top;
	border-bottom: 1px dashed #999;
}
#solutions table.tableOne img {
	padding-right: 5px;
}
#solutions #pagination {
	border: 1px solid #B2B2B2;
	background: url(/SocMe/Images/pagination_bg.gif) repeat-x;
}
#solutions #pagination ul {
	float: right;
	padding: 3px 30px 3px 0;
}
#solutions #pagination ul li {
	float: left;
	padding: 2px 5px;
}
#solutions #pagination ul li.selected {
	border: 1px solid #333;
}
#solutions #pagination ul li a {
	text-decoration: none;
}

#howItWorks {
	clear: both;
	padding: 20px 0;
}

#howItWorks h1 {
	padding-left: 10px;
}
#howItWorks table h3 {
	font-size: 13px;
}
#howItWorks table td.border {
	border: 1px solid #aaa;
}

/* Glossary */
#glossary #pagination {
	border: 1px solid #B2B2B2;
	background: url(/SocMe/Images/pagination_bg.gif) repeat-x;
}
#glossary #pagination ul {
	padding: 10px 0;
	float: left;
}
#glossary #pagination ul li {
	float: left;
	padding: 2px 4px;
}
#glossary #pagination ul li.selected {
	border: 1px solid #333;
}
#glossary #pagination ul li.search {
	margin: 0 20px;
	padding: 0 10px;
	border-left: 1px solid #B2B2B2; border-right: 1px solid #B2B2B2; 
}
#glossary #pagination ul li a {
	text-decoration: none;
}
#glossary table {
	padding: 10px 0;
}
#glossary table.tableOne td {
	border-top: 2px solid #BAB4AA;
	padding: 5px 0;
	
}
#glossary table h2 {
	font-size: 13px;
}

/******* GLOSSARY LINKS *******/
a.glossary {
    color:#0c4e8d;
}

a.glossary:hover {
    text-decoration:none;
}

.glossaryPopup {
    position:absolute;
    background:#E7EEF8 url(/SocMe/Images/icon_glossary.gif) no-repeat scroll 5px 5px;
    color:#0C4E8D;
    padding:23px 20px 20px 20px;
    width:240px;
    z-index:200;
}

/* Search Results */
#searchResultsTitle h1 {
	background: #4D4D4D;
	color: #fff;
	font-size: 18px;
	padding: 5px 10px;
	
}

#searchResults #pagination {
	border: 1px solid #B2B2B2;
	background: url(/SocMe/Images/pagination_bg.gif) repeat-x;
	width: 650px;
}
#searchResults #pagination ul {
	padding: 10px 0;
	float: left;
}
#searchResults #pagination ul li {
	float: left;
	padding: 2px 4px;
}
#searchResults #pagination ul li.selected {
	border: 1px solid #333;
}
#searchResults #pagination ul li.found {
	margin: 0 20px;
	padding: 0 10px;
	border-left: 1px solid #B2B2B2; border-right: 1px solid #B2B2B2; 
}
#searchResults #pagination ul li a {
	text-decoration: none;
}

#searchResults #filters {
	float: left;
	padding: 10px;
}

#searchResults #bottom #pagination {
	width: 100%;
	margin-bottom: 20px;
}


/* Press Releases */

#pressReleases table.tableOne {
	width: 100%;
}
#pressReleases table.tableOne th {
	background: #f5f5f5;
	padding: 5px 10px;
}
#pressReleases table.tableOne th.first {
	background: #ebebeb;
}
#pressReleases table.tableOne ul li {
	float: left;
	padding: 0 5px;
}
#pressReleases table.tableOne td {
	padding: 5px 10px;
}

#pressReleases table.tableOne tr td a {
	color: #834C00;
}
#pressReleases #pagination {
	border: 1px solid #B2B2B2;
	background: url(images/pagination_bg.gif) repeat-x;
	padding: 0 10px;
}
#pressReleases #pagination ul {
	padding: 5px 0;
}
#pressReleases #pagination ul li {
	float: left;
	padding: 2px 4px;
}
#pressReleases #pagination ul li.selected {
	border: 1px solid #333;
}
#pressReleases #pagination ul li a {
	text-decoration: none;
}

/* Press Release */
#pressRelease #content1 {
	padding: 0 10px 10px 10px;
}
#pressRelease h2 {
	font-size: 14px;
}
#pressRelease #legalCopy {
	padding: 10px;
	font-size: 10px;
}

/* My Hifn */

#myHifn #bottom {
	clear: both;
	padding-top: 20px;	
}
#myHifn .colOneThird {
	float: left;
	width: 320px;
	padding-left: 13px;
}
#myHifn #bottom .firstCol {
	padding-left: 0px;
}
#myHifn #bottom h1 {
	color: #002B5C;
	font-size: 18px;
	font-weight: normal;
	background: #d9d9d9;
	padding: 10px 7px;
}
#myHifn .contentBlock {
	padding: 10px 7px;
	background: #ececec;
}
#myHifn .contentBlock h2 {
	font-size: 13px;
	color: #333;
}
#myHifn .contentBlock a {
	color: #804C00;
	text-decoration: none;
}
#myHifn .contentBlock img.link {
	vertical-align: middle;
	padding-right: 5px;
}

#myHifn .contentBlock ul li {
	float: right;
	padding-right: 10px;
}
#myHifn .contentBlock ul li a {
	color: #00407A;
}
#myHifn .contentBlock #form {
	padding-bottom: 15px;
}
#myHifn .contentBlock #form input {
	display: block;
	width: 100%;
	margin: 4px 0;
}
#myHifn .contentBlock #form a {
	display: block;
	float: right;
}
#myHifn .contentBlock #form br {
	clear: both;
}

#myHifn .contentBlock #pressReleases a {
	display: block;
	padding: 3px 0;
	margin-bottom: 5px;
}

#myHifn .contentBlock #rate a {
	display: block;
	padding: 3px 0;
}

/* News Events */

#newsEvents .tabR {
	margin: 10px 0;
}
#newsEvents h2 {
	font-size: 14px;
}

/* About */
#about h2 {
	font-size: 14px;
}
#about #left {
	float: left;
	width: 48%;
}
#about #right {
	float: right;
	width: 48%;
}

#about #right ul li {
	padding: 5px 0;
}
#about #right ul li img {
	vertical-align: middle;
	padding-right: 5px;
}

/* Product Category */
#productCategory {
	padding-bottom: 5px;
}

#productCategory #button {
	padding-bottom: 10px;
}

#productCategory #button ul li {
	float: left;
	padding-right: 5px;
}

#productCategory h2 {
	font-size: 14px;
}
#productCategory #left {
	float: left;
	width: 48%;
}
#productCategory #right {
	float: right;
	width: 48%;
}
#productCategory #right ul li {
	padding: 5px 0;
}
#productCategory #right ul li img {
	vertical-align: middle;
	padding-right: 5px;
}

#productCategory #bottom {
	padding: 10px 0;
}

#productCategory #bottom .colOneHalf {
	float: left;
	width: 49%;
	padding-left: 13px;
}
#productCategory #bottom .firstCol {
	padding-left: 0px;
}
#productCategory #bottom h1 {
	color: #002B5C;
	font-size: 18px;
	font-weight: normal;
	background: #d9d9d9;
	padding: 10px 7px;
}
#productCategory .contentBlock {
	padding: 10px 7px;
	background: #ececec;
}
#productCategory .contentBlock h2 {
	font-size: 13px;
	color: #333;
}
#productCategory .contentBlock a {
	color: #804C00;
	text-decoration: none;
}
#productCategory .contentBlock img.link {
	vertical-align: middle;
	padding-right: 5px;
}
#productCategory #bottom ul {
	list-style: disc;
	margin-left: 15px;
}

/* News Events */
#newsEvents {
	padding: 15px 0;
}
#newsEvents a {
	color: #834C00;
}
#newsEvents table {
	float: left;
}
#newsEvents table tr td {
	vertical-align: top;
	padding: 2px 5px;
}
#newsEvents #right {
	float: right;
	width: 400px;
}

#newsEvents #right .colOneThird {
	float: left;
	width: 320px;
	padding-left: 13px;
}
#newsEvents #right .firstCol {
	padding-left: 0px;
}
#newsEvents #right .padtop {
	padding-top: 10px;
}
#newsEvents #right h1 {
	color: #002B5C;
	font-size: 18px;
	font-weight: normal;
	background: #d9d9d9;
	padding: 10px 7px;
}
#newsEvents #right .contentBlock {
	padding: 10px 7px;
	background: #ececec;
}
#newsEvents #right .contentBlock h2 {
	font-size: 13px;
	color: #333;
}
#home .contentBlock a {
	color: #804C00;
	text-decoration: none;
}
#newsEvents #pagination {
	width: 350px;
	margin-top: 10px;
}
#newsEvents #pagination a {
	color: #002B5C;
}

/* Customers */
.bulletList ul {
	list-style: disc;
	margin-left: 20px;
}

#rightColumn ul {
    list-style: disc;
    margin-left: 15px;
}

/* Investor - do not change already sent to client */
#heroImage {
	clear: both;
	margin-top: 35px;
	height: 80px;
	padding: 10px;
}
#heroImage h1 {
	color: #fff;
}
#investor {
	margin-top: 10px;
}
#investor .colOne {
	float: left;
	width: 180px;
}
#investor .colOne h1 { font-size: 13px; margin: 5px 0;}
#investor .colOne h1 a {
	font-size: 13px;
}
#investor .colTwo {
	float: left;
	width: 600px;
}
#investor .colTwo h1 {
	background: #d1d1d1;
	color: #002b5c;
	width: 100%;
	font-size: 18px;
	padding: 10px 0 5px 0;
	text-indent: 10px;
}
#investor .colTwo h2 {
	font-size: 12px;
}

#investor .colThree {
	float: right;
	width: 170px;
}
#investor .colThree .colContainer {
	border: 1px solid #dedede;
	padding: 5px;
	margin-bottom: 10px;
}
#investor .colThree h1 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #002b5c;
	margin-bottom: 10px;
}

ul.icons li {
	padding: 0 0 7px 20px;
}
ul.icons li.shareholder { background: url(/SocMe/Images/icon_shareholder.gif) no-repeat; }
ul.icons li.printmat { background: url(/SocMe/Images/icon_printmat.gif) no-repeat; }
ul.icons li.emailalerts { background: url(/SocMe/Images/icon_emailalerts.gif) no-repeat; }
ul.icons li.downlibrary { background: url(/SocMe/Images/icon_downlibrary.gif) no-repeat; }
ul.icons li.glossary { background: url(/SocMe/Images/icon_glossary.gif) no-repeat; }
ul.icons li.rssnews { background: url(/SocMe/Images/icon_rssnews.gif) no-repeat; }

#investor .colThree table tr.alt {
	background: #f2f2f2;
}

/* added by spc */
.aspnetDisplayNone {
    display:none;
} 

/**************************************** Modal Popup */
div.modalBackground
{
	background-color:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
}

div.modalPopup {
    position:relative;
    background:#D9E1F2;
    width:500px;
}

div.modalPopup_IconBar {
    margin-bottom:10px;
}

div.modalPopup_IconBar a.closeIcon {
    float:right;
    display:inline-block;
    background:transparent url(/SocMe/Images/modal_close.png) no-repeat scroll center right;
    margin:1px;
    padding:0px 26px 0px 2px;
    text-transform:uppercase;
    font-size:11px;
    color:#505F77;
}

.modalPopup_Inner {
    margin:0 15px 15px 15px;
}

div.modalPopup h2 {
    padding-top:5px;
    font-size:21px;
    color:#0b1f38;
    font-weight:normal;
}

div.modalPopup h2.centeredNotice {
    text-align:center;
    padding:0 0 10px 0;
    text-transform:uppercase;
}


div.modalPopup h3 {
    color:#0B1F38;
    text-transform:uppercase;
    margin-bottom:20px;
    font-weight:normal;
}

div.modalPopup ul.padList li {
    padding:0 0 10px 0;
}

div.modalPopup p {
    color:#0C4E8D;
}

div.modalPopup div.white {
    width:210px;
    height:118px;
    overflow:auto;
    padding:10px;
    margin-bottom:10px;
    font-size:11px;
    background:#fff;
}

.w50 {
    float:left;
    width:49.9%;
}

div.modalPopup_Mini {
    width:258px;
    text-align:left;
}
div.modalPopup .w50 .modalForm textarea {
    padding:2px;
}

div.modalPopup .w50 .modalForm .text{
    width:222px;
    margin-bottom:10px;
}

div.modalPopup .modalForm label.formLabel {
    font-size:11px;
    text-transform:uppercase;
    text-align:left;
}

div.modalPopup .modalForm .check input {
    margin-right:4px;
}

div.modalPopup .modalForm .check label {
    font-size:11px;
    position:relative;
    top:-2px;
}

div.modalPopup .squareBtn {
    float:left;
    display:inline-block;
    margin:0 10px 0 0;
}
div.modalPopup .validationError {
    color:#BA0000;
    font-size:10px;
    position:relative;
    top:-8px;
}

div.modalPopup .fieldNote {
    position:relative;
    top:-8px;
    font-size:10px;
    color:#0C4E8D;
}

div.flagPopup {
    width:250px;
    position:absolute;
    margin-top:-2px;
    margin-left:-200px;
    z-index:100;
}

div.flagPopup .sb2 {
    width:103px;
    text-align:center;
}

.flagPopup_Content {
    padding-left:60px;
    margin:0 0 15px 0;
    background:transparent url(/SocMe/Images/flag_lg.png) no-repeat scroll top left;
}

#content1 .optionPopup {
    background:transparent url(/SocMe/Images/option_popup.png) no-repeat scroll;
    position:absolute;
    margin-top:-5px;
    z-index:90;
    width:183px;
    height:135px;
}

.optionPopup_Content {
    padding:20px 10px 10px 10px;
}

.optionPopup_Content a {
    font-size:12px;
    font-weight:normal;
    text-transform:none;
    color:#077AA0;
}

.optionPopup .ratingsWrapper {
    width:90px;
    margin:0 auto;
}

/* Messages */
.message {
	margin: 10px 0;
	padding: 10px;
}
.error { 
	border: solid 1px #dd3c10;
	background: #ffebe8;
}
.warning {
	border: solid 1px #E2C822;
	background: #FFF9D7;
}
.confirm {
	border: 1px solid #129d1d;
	background-color: #d3f0d4;
	/* border: solid 1px #207A29;
	background: #deebdf; */
}


/*** RATINGS ***/
.ratingStar {
    font-size: 0pt;
    width: 17px;
    height: 17px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/SocMe/Images/filledStar.png);

}
.emptyRatingStar {
    background-image: url(/SocMe/Images/emptyStar.png);
}

.savedRatingStar {
    background-image: url(/SocMe/Images/savedStar.png);
}
.registerTable td 
{
  
}

