/**********************************************************************
/* Site-Wide/Master Templates
/**********************************************************************/

html { 
  height: 100%;
  font: 9pt Arial, Tahoma, sans-serif;
  background-color: #ffffff; 
}


body {
  height: 100%;
  font:9pt Arial, Tahoma, sans-serif;
  background-color: #ffffff; 
  margin: 0;
/* 
  padding-left: 20px;
  padding-right: 30px;
*/
}

.print-break { 
  display: none;
  visibility: hidden;
}

.edit { 
  display: block;
  border: 1px solid red;
  background-color: #c0c0c0;
  color: red
}

/* Text Styles */

h1 { 
  font-size: 120%;
  margin-bottom: 12px; 
}


h2 {
  font-size: 120%;
  margin-bottom: 12px;
  color: #024c85;
}

h2 a:hover {
  text-decoration: underline;
}

h4 {
  font-size: 105%;
  margin-bottom: 12px;
}

.section-label { 
  font-size: 0;
}

.action-link { 
  margin: 0px;
}

.action-link a { 
  border: 1px dotted #ffffff;
}

.action-link a:hover { 
  border: 1px dotted #c0c0c0;
  background-color: #e0e0e0;
}

.left { 
  float: left;
}

.right { 
  float: right;
}

a { 
  text-decoration: none;
  color: #044d86;
}

a:visited { 
  color: #044d86;
}

a:hover { 
  color: #0a94ff;
}




#site-logo a { 
  display: block;
  background: url('/graphics/prlogo.png') top left no-repeat; 
  width: 269px;
  height: 78px;
  margin: 0px 15px 0px 15px;
  font-size: 0;
  color: #000000;
}

#pr_logo {
	float: left;
	position: absolute;
	top: 3px;
	display: block;
	margin: 0px 15px 0px 15px;
}

#dfm_logo {
	position: relative;
	float: right;
	top: 3px;
	display: block;
	margin: 0px 15px 0px 15px;
}

#pr_site_header {
	height: 78px;
	background: #00548b url('/images/privateraise_banner_bg_1x78.gif')  repeat-x;
}

.pr_site_header {
	margin: 0;
	background: url('/images/privateraise_banner_bg_1x78.gif')  repeat-x;
}

#header_ad_banner {
	position: absolute;
	left: 0;
	top: 6px;
	text-align: center;
	width: 100%;
}

#banner1 { 
  float:right;	
  display: block;
  width: 430px;
  margin: 0px 15px 0px 15px;
  padding:0;
  text-align: center;
  font-size: 7pt;
}

#banner1 a { 
  display: block;
  width: 430px;
  margin:0; padding:0;
}


#page-body {
  font:9pt Arial, Tahoma, sans-serif;
  color: #000000;
  display: block;
  background-color: #ffffff;
/*
  background: url('/graphics/shadow-left.png') top left repeat-y; 
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 8px;
  margin-top: 0px;
*/
}

#page-div {
/*  font-size: 0.85em; */
  color: #000000;
  display: block;
  background-color: #ffffff;
/*
  background: url('/graphics/shadow-right.png') top right repeat-y;
  padding-right: 8px;
  min-width: 1000px;
*/
}

#page-div p { 
  padding-left: 10px;
  padding-right: 10px;
}

#page-div h1 { 
  font-family: Arial, Tahoma, sans-serif;
  font-size: 120%;
/*  background:#024c85; */
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-align: left;
}



#page-div h2 {
  font-family: Arial, Tahoma, sans-serif;
/*  background: url('/graphics/header-bg.gif') top left repeat-x;  */
/*  height: 30px; */
/*
  color: #ffffff; 
  background-color: #024c85;
*/
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-size: 120%;

}


#page-div h2.section {
/*   font-family: times new roman, serif; */
  background: none;
  font-size: 120%;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 10px;
  padding-bottom: 0px;
  text-align: left;
  border-bottom: 1px dotted #808080;
  vertical-align: bottom;
}

#page-div h3.section {
  font-family: times new roman, serif;
  font-size: 120%;
  font-weight: bold;
}

#page-div h2.headline {
  font-family: times new roman, serif;
  background: none;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  border-bottom: 1px dotted #808080;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: left;
  vertical-align: bottom;
  height: auto;
}

#page-div h3.subheadline {
  font-family: times new roman, serif;
  font-size: 10pt;
  font-weight: bold;
  margin-left: 10px;
}

#newslist { 
  border-top: 1px dotted #808080;
}


pre {
  margin-left:30px;
  margin-right:30px;
}

.dateline {
  font-size: 10pt;
  margin-bottom: 1em;
  margin-left: 10px;
}

.dateline a {
  font-weight: normal;
  font-style: italic;
}

#page-div h2 a{ 
  color: #ffffff;
}

#page-div h2.section a{ 
  color: #000000;
}

#site-header {
  display: block;
  text-align: left;
  color: #505050;
  z-index: 10;
  margin-top: 0;
  padding-top: 5px;

}

#site-footer {
  text-align: center;
  color: #505050;
  font-size: 8pt;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
  margin-bottom: -10px;
  border-top: 1px solid #c0c0c0;
}

#site-footer a {
  color: #505050;
}

#site-footer table { 
  padding-left: 10px;
  padding-right : 10px;
}


#top-navbar 
{
  font-size: 8pt;
  display: block;
  background-color: #024c85;
  height: 20px;
  white-space: nowrap;
  overflow:hidden;
  border:1px solid red;
}

table.navbar { 
  width: 100%;
  height: 20px;
}

table.navbar th { 
  vertical-align: middle;
  width: 14%;
  text-align: center;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding:0;
}

table.navbar a { 
  height: 20px;
  padding-top: 3px;
  margin:0;
  display: block;
  color: #ffffff;
}
table.navbar a:visited { 
  color: #ffffff;
}
table.navbar a:hover{
  color: #FFFFFF;
  background: #348ed4;
}

table.navbar a:active{
  color: #000000;
  background: #91c7f1;
}

#search-navbar 
{
  font-size: 8pt;
  display: block;
  text-align: right;
  background: #c6c7c9 url('/graphics/shadow-bottom.png') bottom left repeat-x; 
  height: 18px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 10px;
  margin: 20px 0px 15px 0;
}

#search-navbar input { 
  float:right;
  height: 15px;
  padding: 0;
  margin: 0;
}

#search-navbar a.button { 
  float:right;
  height: 2px;
  padding: 0px 5px 0px 5px;
  margin-left: 5px;
  border: 1px solid #808080;
}


#welcome-message
{
  float: left;
  text-align: left;
  padding-left: 5px;
}


#left-navbar 
{
  float: left;
  /* background-color: #eeeeec; */
  background-color: #ffffff;
  /* width: 150px; */
  width: 170px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

#right-navbar 
{
  float: right;
  width: 150px;
  margin-left: 0px;
  margin-right: 5px;
  text-align: center;
  font-size: 7pt;
}

#right-navbar img
{
  margin-bottom: 10px;
}

#right-navbar .border
{
  border: 1px solid #808080;
}

#main-body { 
/*   background: url('/graphics/left-column-bg.png') top left repeat-y;  */
/*   height: 100%; */
}

#fixed-body { 
/*   background: url('/graphics/left-column-bg.png') top left repeat-y;  */
/*   height: 100%; */
  width:1100px;
}

#main-div { 
  margin: 0;
  margin-left: 190px;
  margin-right: 160px; 
  padding: 0;
  padding-right: 5px; 
/*  border-right: 1px solid #c0c0c0; */
/*  min-height:500px; */
}

#rm-spac-main-div { 
  margin: 0;
  margin-left: 190px;
  /*margin-right: 160px; */
  padding: 0;
  padding-right: 10px; 
  /*border-right: 1px solid #c0c0c0;*/
/*  min-height:500px; */
}

#content-div { 
  margin-left: 190px;
  margin-right: 10px;
  margin-top: 0px;
  padding: 0;
/*  min-height:500px; */
}

p { 
  margin-bottom: 1em;
}

input { 
  border: 1px solid #808080;
  background-color: #cbdcea;
  margin-right: 5px;
  margin:0; padding:0;
  padding:2px 0px 2px 0px;
  font-size:10pt;
}


select { 
  border: 1px solid #808080;
  background-color: #cbdcea;
  margin:0; padding:0;
  width: 168px;
}


input.text { 
  text-align: left;
}

input.number { 
  width: 100px;
  padding: 0;
  text-align: left;
}


select.number { 
  width: 100px;
  padding: 0;
  text-align: right;
}

input.symbol { 
  width: 100px;
  padding: 0;
}


select.symbol { 
  width: 70px;
  padding: 0;
}

select.boolean { 
  width: 50px;
  padding: 0;
}


select.text { 
  width: 212px;
  padding: 0;
  text-align: left;
}

input.widetext { 
  width: 250px;
}


select.widetext { 
  width: 250px;
  padding: 0;
  text-align: left;
}

input.widetextplacement { 
  width: 250px;
}


select.widetextplacement { 
  width: 330px;
  padding: 0;
  text-align: left;
}

input.verywidetext { 
  width: 400px;
}


select.date { 
  width: 65px;
  padding: 0;
  text-align: center;
}

select.multiselect { 
  height: 175px;
  width: 20em; 
  padding-right: 1px;
}


textarea { 
  border: 1px solid #808080;
  background-color: #cbdcea;
  width: 400px;
}

blockquote { 
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 3em;
  margin-right: 3em;
  padding: 1em;
/*
  border: 1px solid #c0c0c0;
  background-color: #eeeeee;
  color: #002060;
*/
  clear: right;
}

blockquote .attribution { 
  margin-top: 1em;
  text-align: right;
}


.subtitle { 
  margin-top: -1em;
  display: block;
  color: #004792;
  margin-bottom: 1em;
}

ul, ol { 
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

ie-wrapper {
  height: 100%;
}

.timeStampHeader1 {
	font-size: 11px;
	color: #666666;
}

#content-tab {
  border: 0px solid green;
  padding: 0px; 
  margin:0;
  margin-left: 160px;
  margin-bottom: 10px;
  margin-top: 30px;
}


#right-column {
  width:180px;
  float:right;
  margin-top:5px;
  margin-left: 10px;
/*  font-size:0.9em; */
} 


#top-navbar:after 
{ 
  display: block; 
  content: 'X'; 
  height: 0; 
  visibility: hidden;
}

.footnote { 
  font-size:8pt;
  margin-left: 2em;
  margin-right: 2em;
}


li.odd { 
  background-color: #cbdcea;
} 

li.even { 
  background-color: #ffffff;
} 

tr.odd { 
  background-color: #cbdcea;
} 

tr.even { 

} 

tr.oddnews {  
  background-color: #cbdcea;
  height:10px;
} 

tr.oddnews:hover {
background-color: #e0e0e0;
}

td.cell{  
   border-bottom:1px dotted #808080;
}  

tr.evennews { 
height:10px;
}

tr.evennews:hover {
background-color: #e0e0e0;
} 

.plain ul { 
  list-style: none;
  text-align: left;
  margin-left: 2em; 
  white-space: nowrap;
  margin-bottom: 1em;
}

.simple { 
  text-align:center;
  white-space: nowrap;
}

.simple h3 { 
  font-weight: bold;
  text-align:left;
  padding-bottom: 3px;
  border-bottom: 3px solid #044d86;
  color: #000000;
}

.simple ul { 
  list-style: none;
  text-align: left;
  margin: 0; 
  padding: 0;
  white-space: nowrap;
  margin-bottom: 1em;
}

.simple ul b { 
  float: left;
}

.simple ul li { 
  border-bottom: 1px dotted #808080;
  padding: 3px 10px 3px 10px;
  text-align: left;
}

.totals { 
/*  width: 49.5%; */
  text-align:left;
  white-space: nowrap;
}

.totals h2 { 
  font-weight: bold;
  text-align:left;
  padding-bottom: 2px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-left: 5px;
  border-bottom: 3px solid #044d86;
  color: #000000;
}

.totals h3 { 
  font-weight: bold;
  font-size: 10pt;	
  text-align:left;
  margin-left: 0px;
  padding-left: 5px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  border-bottom: 3px solid #044d86;
  color: #000000;
}


.totals ul { 
  list-style: none;
  text-align: right;
  margin: 0; 
  padding: 0;
  white-space: nowrap;
}

.totals ul b { 
  float: left;
}

.totals ul li { 
  border-bottom: 1px dotted #808080;
  padding: 2px 10px 2px 10px;
  text-align: right;
}

.totals ul li.subtotal { 
  color: #990000;
} 

.totals li:hover {
  background-color: #d0d0d0;
} 

.totals a:hover { 
  border-bottom: 1px solid #808080;
}


.toolbox {
  float: left;
}

.toolbox table {
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
}

.toolbox th {
  text-align: left;
  border: 1px solid #c0c0c0;
  font-weight: bold;
  background-color: #0067b2;
  color: #ffffff;
  padding: 3px;
  margin: 1em;
}

.toolbox td {
  text-align: left;
  border: 1px solid #c0c0c0;
  padding: 3px;
  margin: 1em;
}



#viewadp-mini-calendar { 
  width: 100px;
  float: left;
}

#viewadp-mini-calendar ul { 
  margin: 10px;
}

#events { 
  margin-left: 120px;
}

.mini-calendar { 
  display: none;
}




#lower-left { 
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
  width: 100%;
}

#lower-left ul { 
  list-style: none;
  margin-left: 0;
}

#lower-right { 
  float: right;
  width: 50%;
  border-left: 1px solid #0067b2; 
  padding-left: 20px;
}

#welcome-photo { 
  float: right;
  width: 180px;
  height: 270px;
  padding: 0;
  margin: 0;
}

#welcome-photo img { 
  border: 1px solid #0067b2;
}

#page-photo { 
  float: right;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

#page-photo img { 
  border: 1px solid #0067b2;
}

div.caption { 
  background-color: #c0d0e0;
}

#page-body:after
{ 
  clear: both; 
  display: block; 
  content: 'X'; 
  height: 0; 
  visibility: hidden;
}

#page-body hr { 
  height: 1px;
  border-top: 1px dotted black;
  margin-left: 5em;
  margin-right: 5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.content-box { 
  margin-left: 165px; 
  margin-right: 10px; 
}


.content-box h3 { margin: 0; padding: 0;}


.content {   
  font-family: verdana, arial, sans-serif;
  margin-right: 10px;
}

/*
   .content ol {  
  padding-left: 2em;
  padding-bottom: 1em;
}
*/
.content blockquote {  
  margin-left: 2em;
  margin-right: 2em;
}


/* Context Bar */

#context-bar {
  font-size: 8pt;
  position: absolute;
  top: 130px;
  left: 40px;
  display: block;
  float: left;
}

#context-bar #breadcrumbs {
  display: block;
  display: none;
  width: 100%;
  float: left;
  font-weight: bold;
  margin-left: 150px;	
  padding-left: 0px;
}

#context-bar #breadcrumbs a {
  font-weight: normal;
}

#context-bar #breadcrumbs ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
} 
#context-bar #breadcrumbs ul li {
  margin-left: 0;
  padding-right: 2px;
  border: none;
  list-style: none;
  display: inline;
}
#context-bar #navlinks {
  float: right;
}

.left { 
  float: left;
  margin-right: 10px;
}

.right { 
  float: right;
  margin-left: 10px;
}


.widget { 
  margin-bottom: 10px;
  text-align: left;
  background: url('/graphics/border.png') bottom left repeat-x;
}

.brochure-widget { 
  background: url('/graphics/blue-box-bg.png') top left repeat-x;
  font-size:10pt;
  margin-bottom: 10px;
  text-align: left;
}

.brochure-widget-home {
  font-size:10pt;
  margin-bottom: 10px;
  text-align: left; 
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #DBE6EB),
	color-stop(1, #FFFFFF)
  );
  background-image: -o-linear-gradient(bottom, #DBE6EB 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #DBE6EB 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #DBE6EB 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #DBE6EB 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #DBE6EB 0%, #FFFFFF 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.widget-header { 
  display: block;
  background: url('/graphics/tr-corner.png') top right no-repeat #024c85;
  text-align: center;
}

.widget-header h1 { 
  color: #ffffff;
  background: url('/graphics/tl-corner.png') top left no-repeat;
}

.widget-header h2 { 
  color: #ffffff;
  background: url('/graphics/tl-corner.png') top left no-repeat;
}

.widget-top { 
  display: block;
  background: url('/graphics/tr-blue-corner.png') top right no-repeat;
  text-align: center;
  height:10px;
}

.widget-top div { 
  background: url('/graphics/tl-blue-corner.png') top left no-repeat;
  height:10px;
}

.widget-footer { 
  display: block;
  background: url('/graphics/br-corner.png') bottom right no-repeat;
  text-align: center;
  height:10px;
}
.widget-footer div{ 
  color: #ffffff;
  background: url('/graphics/bl-corner.png') bottom left no-repeat;
  height:10px;
}


.widget-header select { 
  margin: 1px;
  float:right;
}

#content-div .widget-header { 
  text-align: left;
}

#content-div .widget-body { 
  border:0;
  padding-left: 0;
  padding-right: 0;
}

.widget-body { 
  padding: 10px;
  border-left:1px solid #024c85;
  border-right:1px solid #024c85;
}
.widget-body-home {
  padding: 10px;
  border:1px solid #024c85; 
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.widget-box { 
  padding: 10px;
  border-left:1px solid #024c85;
  border-right:1px solid #024c85;
}

#left-navbar .widget-body { 
  padding: 0px;
}



/********************************************************************** */
/* Widgets */
/**********************************************************************/

/* Various forms of links */

.action-list { 
  padding: 0;
}

.action-list ul { 
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}

.action-list ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: inline;
}

a.refresh {
  color: white;
  text-decoration: underline;
}
a.refresh:hover {
  color: red;
  text-decoration: underline;
}


a.button { 
  border: 1px solid #000000;
  background-color: #cbdcea;
  text-align: center; 
  padding: 4px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}

a.button:link { 
  text-decoration: none;
}
a.button:visited { 
  text-decoration: none;
}
a.button:hover { 
  text-decoration: none;
  background-color: #eeeeec;
  border: 1px solid #000000;
}
a.button:active { 
  text-decoration: none;
  color: #eeeeec;
  background-color: #808080;
  border: 1px solid #808080;
}


a.block { 
  display: block;
  width: 250px;
}




a.disabled { 
  color: #808080;
}

ul.action-links li {
  list-style: circle url(/resources/acs-subsite/action-link-marker.png);
  margin: 8px;
  margin-left: -16px;
}



.small {
  font-size: 100%;
}

.highlight { 
  background-color: #ffc; 
}



/**********************************************************************
   /* DEPRECATED CLASSES
      /**********************************************************************/

      /* Deprecated, not sure what it's replaced with just yet */
      a.action {
  margin: 8px;
  margin-left: 24px;
  display: list-item;
  list-style: circle url(/resources/acs-subsite/right.gif);
}


.cards { 
  margin-left: 10px;
  float: left;
  display: block;
  clear: right;
}

.cards ul { 
  background: url(/graphics/tab-left.png) top left no-repeat;  
  float: left;
  margin: 0;
  margin-left: -5px;
  padding: 0;
}
.cards ul:first-child { 
  margin-left: 0;
}
.cards ul:last-child { 
  margin-right: 0;
}
.cards ul:hover { 
  background: url(/graphics/tab-left-hover.png) top left no-repeat;  
}

.cards ul.current { 
  background: url(/graphics/tab-left-selected.png) top left no-repeat;  
}
.cards li { 
  background: url(/graphics/tab-right.png) top right no-repeat;  
  float: left;
  display: block;
  color: #0067b2;
  height: 33px;
  padding-left: 30px;
  padding-right: 40px;
  text-align: center;
}
.cards li:hover { 
  background: url(/graphics/tab-right-hover.png) top right no-repeat;  
}
.cards ul.current li { 
  background: url(/graphics/tab-right-selected.png) top right no-repeat;  
}

.cards a {  
  display: block;
  font-family: verdana, arial, sans-serif;
/*   font-size: 10pt; */
  text-decoration: none;
  color: #404040;
  margin-top: 5px;
  height: 33px;
  border: 0;
}

.cards h2 { 
  display: block;
  font-family: verdana, arial, sans-serif;
/*   font-size: 10pt; */
  text-decoration: none;
  color: #404040;
  margin-top: 5px;
  height: 33px;
  border: 0;
  
}

.cards a:hover { 
  color: #0167b2;
}

.tabs { 
  display: block;
  height: 31px; 
  border-bottom: 1px solid #808080;
  background: #ffffff;
  font-size: 8pt;
  line-height: 9pt;
}
.tabs-home { 
  display: block;
  height: 40px; 
  border-bottom: 1px solid #808080;
  background: #ffffff;
  font-size: 8pt;
  line-height: 9pt;
}
.tabs-home ul { 
  display: inline;
  margin: 0;
  padding: 0;
  height: 30px;
}



.tabs ul { 
  display: inline;
  margin: 0;
  padding: 0;
  height: 30px;
}

.tabs li { 
  background: url('/graphics/tab-bg.png') bottom left repeat-x; 
  float: left;
  display: inline;
  height: 30px;
  margin-left: 5px;
  margin-right: 0px;
  border:1px solid #808080;
  text-align: center;
  vertical-align: bottom;
  font-weight: bold;
}

.tabs-home li { 
  float: left;
  display: inline;
  height: 40px;
  margin-left: 5px;
  margin-right: 0px;
  text-align: center;
  vertical-align: bottom;
  font-weight: bold;

}

.tabs li:hover { 
/*  background: url('/graphics/tab-bg-hover.png') bottom left repeat-x;  */
  background: #ffffff;
}

.tabs li:active { 
/*  background: url('/graphics/tab-bg-active.png') bottom left repeat-x;  */
  background: #a0a0a0;
}

.tabs ul li.current { 
  background: #ffffff;
  border-bottom:1px solid #ffffff;
}

.tabs-home ul li.current { 
  background: #ffffff;
  border-bottom:1px solid #ffffff;
  color:#000000;
}

.tabs-home ul li.current  a{ 
  background: #ffffff;
  border-bottom:1px solid #ffffff;
  color:#000000;
}

.tabs ul li.clicked { 
  background: #ffffff;
 }

.tabs a { 
  display: block;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
  height: 20px;
  color: #404040;
}
.tabs-home a { 
  display: block;
  text-decoration: none;
  padding-left: 0px;
  padding-right: 0px;
  height: 40px;
  color: #ffffff;
}

.tabs h2 { 
  display: block;
  font-family: verdana, arial, sans-serif;
/*   font-size: 10pt; */
  text-decoration: none;
  color: #404040;
  border: 0;
  padding: 0;
  margin:0;
}

.tab-body { 
  margin-top: 0px;
  padding-top: 1em;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-top: 0px solid #808080;
}

/* PrivateRaise Link Colors */
a.admin, a.admin:visited  { 
  color: #FF0000;
}

a.unknown, a.unknown:visited { 
  color: maroon;
}
a.locked, a.locked:visited { 
  color: #FF0000;
}

a.current {  
  color: maroon;
}

a.this {  
  color: #000000;
}

table { 
  font-size: 100%;
  border-collapse: collapse;
 }

table td { 
  padding: 2px 10px 2px 10px;
}


table.news { 
  color: #262D63;
}

table.press { 
  border-collapse: collapse;
 }

table.press tr{ 
  border-bottom: 1px solid #808080
}


table.press td { 
  padding: 5px;
}


table.simple { 
  border: 1px solid #00275b;
  text-align:left;
  font-size: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
 }

table.simple td { 
  padding: 2px 10px 2px 10px;
  white-space: normal;
}

table.simple tr:hover { 
  background-color: #d0d0d0;
}

table.press tr:hover { 
  background-color: #d0d0d0;
}


table.twocol { 
  margin-left:10px;
  margin-right:0px;
  margin-bottom: 20px;
  width:95%;
}

table.twocol td { 
  padding:0;
  margin-right:0px;
}

table.twocol td { 
  padding:0;
  margin-right:0px;
}


table.profile tr:hover, table.rmProfile tr:hover { 
  background-color: #d0d0d0;
}

.footnote { 
  text-align: left;
 }


.profile-view { 
  text-align: center;
}

table.profile, table.rmProfile { 
 font-size: 8pt;
 border-collapse: collapse; 
 width: 95%;
  margin-bottom: 2em;
  text-align: left;
  margin-left: 10px;
 }

table.profile  td:first-child { 
  text-align: left;
}


table.profile h3 { 
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  margin:0;
  padding:0;
}

table.profile th { 
  text-align: left;
  padding: 2px 5px 2px 5px;
  border: 1px solid #00275b; 
  vertical-align: top;
}

table.profile  th:first-child { 
  text-align: left;
}

table.profile th a { 
  text-decoration: underline;
}

table.profile td { 
  text-align: left;
  border: 1px solid #00275b; 
  padding: 2px 5px 2px 5px;
  vertical-align: top;
}

table.rmProfile td { 
  text-align: right;
  border-left: 1px solid #00275b;
  border-right: 1px solid #00275b;
  padding: 2px 5px 2px 5px;
  vertical-align: top;
}

table.profile td.footnote { 
  border: none;
  padding: 2px 10px 2px 10px;
}

table.profile td.footnote:hover { 
  background-color: #ffffff;
}

table.profile tr.header { 
  text-align: left;
  vertical-align: bottom;
}

table.profile tr.header:hover { 
  background: #ffffff;
}

table.profile tr.header td { 
  font-family: times new roman, serif;
  font-size: 120%;
  padding-top: 1em;
  padding-bottom: 1em;
  border: none;
  vertical-align: bottom;
}

table.profile tr.header th { 
  border: none;
}

table.profile tr.header td p { 
  text-align: left;
  color: #ffffff;
}
table.profile tr.header a { 
  text-decoration: underline;
}

table.profile tr.totals { 
  border-top:2px solid #000000;
  font-weight: bold;
}

td.fill { 
  width: 98%;
}

table.profile td.stat { 
  text-align:right;
  width: 15%;
  white-space: nowrap;
 }

table.profile td.heading { 
  text-align:left;
  width: 23%;
  min-width: 175px;
}

table.profile th.stat { 
  text-align:right;
  width: 15%;
 }



table.form table tr { 
  border-bottom: none; 
}

table.form table th { 
  width: 100px;
  font-weight: normal;
  white-space: nowrap;
  padding: 2px 10px 2px 0px;
  vertical-align: middle;
}


table.form { 
  font-size: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 98%;
 }


table.form tr { 
  border-bottom: 1px dotted #808080;
 }


table.form th { 
  font-weight: bold;
  text-align: left;
  padding: 6px 10px 6px 0px;
  width: 20%;
}

table.form td { 
  text-align: left;
  padding: 2px 10px 2px 0px;
}

table.form td { 
  vertical-align: middle;
}

table.form table{ 
  width: 98%;
}



table.stats { 
  font-size: 8pt;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  margin-bottom: 2em;
 }

table.stats  td:first-child { 
  text-align: left;
}


table.stats h3 { 
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  margin:0;
  padding:0;
}

table.stats th { 
  text-align: right;
  padding: 2px 10px 2px 10px;
  border: 1px solid #00275b;
}

table.stats  th:first-child { 
  text-align: left;
}


table.stats td { 
  border: 1px solid #00275b;
  padding: 2px 10px 2px 10px;
}

table.stats td.footnote { 
  border: none;
  padding: 2px 10px 2px 10px;
}

table.stats td.footnote:hover { 
  background-color: #ffffff;
}

table.stats tr.header { 
  text-align: center;
  vertical-align: bottom;
}

table.stats tr.header:hover { 
  background: #ffffff;
}

table.stats tr.header td { 
  font-family: times new roman, serif;
  font-size: 120%;
  padding-top: 1em;
  padding-bottom: 1em;
  border: none;
}

table.stats tr.header th { 
  border: none;
}

table.stats tr.header td p { 
  text-align: center;
  color: #ffffff;
}
table.stats tr.header a { 
  text-decoration: underline;
}

table.stats tr.totals { 
  border-top:2px solid #000000;
}



th.stat { 
  text-align:left;
  width: 15%;
 }

td.footnote ol { 
  margin-left: 3em;
}

td.footnote ul { 
  margin-left: 3em;
}

.option {
  margin-left: 25px;
  padding-left: 0;
}

.textbox {
  margin-left: 40px;
  padding-left: 0;
}

.label { 
  font-weight: bold;
  color: maroon;
 }

.note { 
  text-align: left;
  color: maroon;
  margin-left: 0;
  padding-left: 0;
 }
 
.noteticker { 
  text-align: left;
  color: maroon;
  margin-left: 40px;
  padding-left: 0;
 }

 
.demo { 
  color: maroon;
 }

.important { 
  font-weight: bold;
  color: red;
 }

.red { 
  color: red;
 }

.error { 
  font-weight: bold;
  color: red;
 }

.good { 
  color: green;
 }

dl.glossary { 
  margin-left: 2em;
  margin-bottom: 2em;
}

dl.glossary dt { 
  font-weight: bold;
  margin-bottom: 1em;
}

dl.glossary dd { 
  margin-left: 2em;
}

dl.sub dt { 
  font-weight: bold;
  margin-bottom: 0;
}

dl.sub dd { 
  margin-left: 0;
}

ul.news { 
  list-style: none;
  text-align: left;
  margin: 0; 
  padding: 0;
  margin-bottom: 5px;
}

ul.news .header {   
  float:left;
  margin-left: -40px;
}

ul.news li { 
  border-bottom: 1px dotted #808080;
  padding: 3px 10px 3px 40px;
  text-align: left;
}

ul.news .content {  
}

ul.fancy { 
  list-style: none;
  text-align: left;
  margin: 0; 
  padding: 0;
/*  overflow:hidden; */
  white-space: nowrap;
  margin-bottom: 5px;
}


ul.fancy .header {   
  display: inline;
  text-align: center;
  white-space: nowrap;
}

ul.fancy .content {  
  margin-left: 10px;
  display: inline;
  white-space: nowrap;
  overflow:hidden;
}


ul.fancy li { 
  border-bottom: 1px dotted #808080;
  padding: 3px 10px 3px 10px;
  text-align: left;
  overflow:hidden;
}

ul.fancy li:first-child { 
  border-top: 1px dotted #808080;
}
ul.fancy li:last-child { 
}

ul.fancy li:hover { 
  background-color: #e0e0e0;
}

ul.fancy li.sub:hover { 
  background-color: #ffffff;
}


ul.fancy ul { 
  margin-bottom: 0;
 }

ul.fancy ul li:last-child { 
  border-bottom: none;
 }

ul.nowrap { 
  white-space: nowrap;
}

ul.criteria {   
  list-style:none;
  margin-left: 0px;  
  padding-left: 0px;  
  border: 1px solid #808080;
}

ul.criteria li {   
  margin-left: 0px;  
  padding: 3px 5px 3px 5px;  
}


ul.blurb { 
  list-style: none;
  text-align: left;
  margin: 0; 
  padding: 0;
}


ul.blurb .header {   
  display: inline;
  text-align: center;
}

ul.blurb .content {  
  margin-left: 10px;
  display: inline;
}

ul.blurb li { 
  margin:0;
  border-bottom: 1px dotted #808080;
  padding: 5px;
  text-align: left;

}

ul.blurb li:hover { 
  background-color: #e0e0e0;
}

.reset-all { 
  float: right;
  font-weight: normal;
}
.reset-one { 
  display: inline;
  font-weight: normal;
}

tr.nohover:hover { 
  background-color: #ffffff;
}

.news { 
  font-size: 110%;
}

.subsection { 
  margin:10px;
}
.subsection { 
  margin:10px 0px 10px 0px;
}

.subsection .tab-body { 
  border: 0;
}

.subsection h3 { 
  margin-left:10px;
}


ul.form { 
  list-style:none;
  margin-left: 10px;
}
ul.form li {
  vertical-align: middle;
  padding:5px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #808080;
}

.form-label {
  float: left;
  margin-right: 10px;
  width: 200px;
}

.form-labelticker {
  float: left;
  width: 100px;
}

.form-sublabel {
  float:left;	
  margin-right: 10px;
  width: 100px;
  text-align:right;
}

ol.plain li {
  border:0;
  padding-top:0px;
  padding-bottom:0px;
}


#qmDropDownWrapper { 
  display: none; 
}


#section-admin { display: none; }
#section-placement { display: none; }
#section-issuer { display: none; }
#section-investor { display: none; }
#section-agent { display: none; }
#section-investment { display: none; }
#section-keyword { display: none; }
#section-submit { display: none; }
#section-shell { display: none; }
#section-rm { display: none; }
#section-pipe { display: none; }
#section-rmp { display: none; }
#section-transactions{ display: none; }
#section-viewstats { display: none; }

#section-company { display: none; }
#section-cash { display: none; }
#section-balance { display: none; }
#section-income { display: none; }
#section-pipe { display: none; }
#section-reg { display: none; }


ul.profile { 
  list-style: none;
  margin:10px;
  padding:0;
  font-size: 8pt;
}


ul.profile li { 
  clear:left;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

ul.profile li.header { 
  font-weight: bold;
  border-top: 1px solid black;
}

ul.profile .status { 
  width: 20px;
  float: left;
  text-align:center;
  border-right: 1px solid black;
  margin: 0px 2px 0px 2px;
  padding: 0px 2px 0px 2px;
}

ul.profile .date { 
  float: left;
  width: 50px;
  border-right: 1px solid black;
  margin: 0px 2px 0px 2px;
  padding: 0px 2px 0px 2px;
}
ul.profile .symbol { 
  float: right;
  width: 50px;
  border-left: 1px solid black;
  margin: 0px 2px 0px 2px;
  padding: 0px 2px 0px 2px;
}
ul.profile .name { 
  float: right;
  width: 100px;
  border-left: 1px solid black;
  margin: 0px 2px 0px 2px;
  padding: 0px 2px 0px 2px;
}
ul.profile .number { 
  float: right;
  width: 100px;
  border-left: 1px solid black;
  margin: 0px 2px 0px 2px;
  padding: 0px 2px 0px 2px;
}


a.excelbutton { 
  background: url('/images/excelicon.png') 2px 1px no-repeat #cbdcea;
  border: 1px solid #000000;
  padding: 4px;
  padding-left: 30px;
  vertical-align: middle;
  text-align:left;
  margin-bottom: 5px;
}

a.print { 
  background: url('/graphics/pdf_logo_18.PNG') 1px 1px no-repeat;
  vertical-align: middle;
  text-align:left;
}


a.excel { 
  background: url('/images/excelicon.png') 2px 2px no-repeat;
  vertical-align: middle;
  text-align:left;
  height: 25px;
}


td.contact { 
/*  height: 124px; */
}

table.qmlinks { 
  width: 341px;
 }


.miscnotes { 
  border: 1px solid #00275b;
  margin:0px 45px 20px 10px;
  padding:10px;
}

#select_div { 
  float: left;
}

#select_div li { 
  margin:0;
  padding:0;
}


table.admin { 
  table-layout: fixed;
  width: 700px;
  padding:0;
  margin:0;
}

table.admin tr td { 
  width: 500px;
  vertical-align:top;
  padding:5px 0px 5px 0px;
  margin:0;
}

table.admin th { 
  width: 200px;
  font-weight: bold;
  padding:5px 0px 5px 5px;
  text-align:left;
  vertical-align:top;
}

table.admin textarea { 
  width: 500px;
}

select.datelimit { 
  float:right;
  margin-top:-32px;
  margin-right: 0px;
  padding:0;
}

hr.brochure { 
  border-top: 1px dotted #808080;
}

a.blue-button { 
  display:block;
  background: url('/graphics/blue-button-bg-106x20.png') top left no-repeat; 
  height: 20px;
  width: 106px;
  text-align:center;
  font-size: 10px;
  color: #ffffff;
  font-size:10pt;
  font-weight:bold;
  margin:auto;
  margin-top:5px; 
}

a.bluenews-button { 
  display:block;
  background: url('/graphics/blue-button-bg2-106x20.png') top left no-repeat; 
  height: 18px;
  width: 90px;
  text-align:center;
  vertical-align: middle;
  font-size: 8px;
  color: #ffffff;
  font-size:8pt;
  margin:auto;

}

a.download-button { 
  display:block;
  background: url('/graphics/downloadbutton.jpg') top left no-repeat; 
  height: 25px;
  width: 125px;
  text-align:center;
  vertical-align: center;
  font-size: 10px;
  color: #ffffff;
  font-size:10pt;
  margin:auto;
}


a.go-button { 
  display:block;
  background: url('/graphics/go-button-bg-30x20.png') top left no-repeat; 
  height: 20px;
  width: 30px;
  text-align:center;
  font-size: 10px;
  color: #ffffff;
  font-size:10pt;
  font-weight:bold;
  margin:auto;
}

#menuh a.current { 
  background: #348ed4;
  color: #ffffff;
}
#menuh h2.current { 
  background: #348ed4;
  color: #ffffff;
}

ul.brochure { 
  margin:10px 10px 10px 20px;
  font-size:10pt;
}

ul.brochure li { 
  padding-bottom: 5px;
}

.remember-me { 
  margin-top:5px;
}

h2.brochure { 
  color:#000000;
  padding-top:0px;
  vertical-align:top;
}

h3.brochure { 
  font-size:9pt;
  margin:0px 10px 10px 10px;
}

img.brochure-right { 
  display: block;
/*  float:left; */
  margin: 5px 10px 10px 10px;
/*  border: 1px solid #024c85; */
}

img.brochure-left { 
  display: block;
/*  float:left; */
  margin: 5px 30px 30px 10px;
/*  border: 1px solid #024c85; */
 }

table.timeline { 
  font-size:9pt;
  margin-right:-10px;
}

table.timeline th{ 
  font-weight: normal;
  text-align: right;
  vertical-align: top;
}

table.timeline td{ 
  border-left:1px solid #204c85;
  vertical-align: top;
  padding-left:0px;
}

#login-widget { 
 margin-top:12px;
}

#site-search-input { 
 width:120px;
 margin:7px 0px 0px 5px;
}

#activity-left-div { 
  float:left;
  width:150px;
  margin-left:-10px;
}

#activity-right-div { 
  border-left:0px solid #024c85;
  padding-left:10px;
  margin-left:140px;
}

#activity-left-div p { 
  margin:0;
  padding:0px 0px 10px 0px;
}

#activity-right-div table { 
 width:100%;
}

table.activity { 
  width:150px;
 }
td.activity { 
  width:150px;
 }
h3.activity { 
  padding-left:0;
 }
textarea.multi_symbol {
  width:240px;
 }
 
/*Start- Added / Modified  by <Jenish Pandya> for <TDM-1563>*/
.entitytype_options {
    margin-top: 20px;
    margin-left:16px;
}
.entitytype_textbox {
    margin-top: 16px;
    margin-left:18px;
}
.investor_note {
    color:maroon;
    margin-left: 85px;
    text-align: left;
}
.agent_note {
    color:maroon;
    margin-left: 140px;
    text-align: left;
}
.legalcounsel_note {
    color:maroon;
    margin-left: 127px;
    text-align: left; 
}
.entitytype_submit {
    margin-top:15px;
}
#entityList {
    margin-top:20px;
    margin-left: 10px;
}
/*End- Added / Modified  by <Jenish Pandya> for <TDM-1563>*/
/*Start- Added / Modified  by <Jenish Pandya> for <TDM-1658>*/
.profile_admin:nth-child(odd) {
    background-color: #cbdcea;
}
.profile_admin:nth-child(even) {
    background-color: none;
/*End- Added / Modified  by <Jenish Pandya> for <TDM-1658>*/
}
/*Start- Added / Modified by <Jenish Pandya> for <TDM-1713>*/
.demo_text{
    text-align: center;
    width:100%;
    margin-top:10px;
}
.demo_text a{
    text-align:left;
    font-size:20px;
}
.demo_text_link{
    color:#000000;
}
.demo_try_text{
    color:#348ed4;
    font-family:Arial; 
}
.demo_content{
    margin:auto 8px;
}
.remember_checkbox{
    border:none;
    background:none;
    margin-top: -5px;
}
/*End Added / Modified by <Jenish Pandya> for <TDM-1713>*/

/* Widget Update for PIPEs Sector Start <TDM-1781> */
.pipeSecTbl .widget{
    background: none;
    width: auto;
}
.pipeSecTbl .widget-header{
    background: #115589;
}
.pipeSecTbl .widget-header h2{
    background: #115589;
    font:bold 15px Arial;
    margin: 0;
    padding: 5px 0;
}
.pipeSecTbl .widget-header h2 span{
    font-weight: normal;
}
.pipeSecTbl .widget-box{
    border: 0;
}
.pipeSecTbl .tab-body{
    border: 0;
    padding-top:0;
}
.pipeSecTbl table{
    width: 100%;
    border-collapse: collapse;
    border: 0;
}
.pipeSecTbl table td{
    width: 48%;
    padding: 2px 0;
}
.pipeSecTbl table td:first-child{
    padding: 2px 2% 2px 0;
}
.pipeSecTbl .totals h3{
    margin: 0;
}
/* Widget Update for PIPEs Sector End <TDM-1781> */
/*Start- Added / Modified by <Jenish Pandya> for <TDM-1625> and <TDM-1890>*/
.lawfirm_result:nth-child(even) {
    background-color: #cbdcea;
}
.lawfirm_result.even {
    background-color: #cbdcea;
}
.lawfirm_result:nth-child(odd) {
    background: none;
}
.lawfirm_result.odd {
    background: none;
}
/*End- Added / Modified by <Jenish Pandya> for <TDM-1625> and <TDM-1890>*/
/*Start- Added / Modified by <Jenish Pandya> for <TDM-1905>*/
.investor_source_div {
    float:left;
    margin-left:10px;
    text-align:left;
    width:100%;
}
table.profile td.investor_source { /*Added / Modified by <Jenish Pandya> for <TDM-1947>*/
    min-width: 175px;
    text-align: left;
    width: 23%;
    border: 1px solid #00275b;
    padding: 2px 5px;
}
/*End- Added / Modified by <Jenish Pandya> for <TDM-1905>*/
/*Start- Added / Modified by <Jenish Pandya> for <TDM-1867>*/
#sectionMatchingInvestors {
    float:right;
    width:19%;
}
#sectionInvestors h2.section{
    border:none;
}
/*End- Added / Modified by <Jenish Pandya> for <TDM-1867>*/

/*Start- Added / Modified by <Jenish Pandya> for <TDM-1942>*/
.platform_pipe{
    width:700px;
}
.platform_pipe_content{
    width:550px;
}
.platform_pipe_criteria{
    width:170px;
    padding-left:0;
}
.platform_pipe_criteria ul{
    margin-left:25px;
}
.lawyer_deal{
    float:left;
    width:700px;
    margin-top:20px;
}
.lawyer_deal_left{
    float:left;
    width:300px;
}
.lawyer_deal_right{
    float:right;
    width:200px;
}
.lawyer_deal_right img{
    float:right;
}
.lawyer_league_tabl{
    float:left;
    clear:both;
    width:700px;
    margin-top:20px;
}
.lawyer_league_tabl_left{
    float:left;
    width:300px;
}
.lawyer_league_tabl_right{
    float:right;
}
.lawyer_content{
    clear:both;
    width:700px;
}
.demo_content_1{
	text-align:left;
	padding:0 10px 0 0;
	font-size:12pt;
}
.demo_content_2{
	border-left:1px solid #024c85;
	text-align:left;
	padding:0 0 0 10px;
	font-size:12pt;
}
.demo_content_3{
	border-left:1px solid #024c85;
	text-align:left;
	padding:0px;
	font-size:9pt;
}
/*End- Added / Modified by <Jenish Pandya> for <TDM-1942>*/

/* Added/Modified by <Nataliya Gutina> for <TDM-1978>*/
#chartOptionsEquity {
	padding: 3px 0px;
	font-size: 11px;
	font-weight: bold;
}

#chartOptionsEquity a {
	color: #044d86;
	text-decoration: none;
}
#chartOptionsEquity a:hover {
	color: #0a94ff;
}
#chartOptionsEquity .active {
	text-decoration: underline;
	font-weight: normal;	
}
#symbolChartImg {
	padding-top: 6px;
}
.tstChart {
	border: 1px solid #808080;
}
/*End- Added / Modified by <Nataliya Gutina> for <TDM-1978>*/
/*Start- Added/Modified by <Nataliya Gutina> for <TDM-2183>*/
.adviser_history{
    width:100%;
    float:left;
    position:relative;
}
.adviser_section{
    float:left;
    width:32%;
    display: inline-block;
}
.adviser_date{
    width:20%;
    text-align:center;
}
.adviser_name{
    width:75%;
    text-align:center;
}
.adviser_investor_title{
    width:60%;
    text-align:center;
}
.no_adviser{
    border: 1px solid black;
    color: red;
    float: left;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 20px;
    text-align: center;
}
/* End- Added/Modified by <Nataliya Gutina> for <TDM-2183>*/
/*Start- Added/Modified by <Jenish Pandya> for <TDM-1941>*/
.stock-percentage{
    font-style: italic;
    color:#FF0000;
    font-weight: bold;
    padding-left: 20px;
}
/* End- Added/Modified by <Jenish Pandya> for <TDM-1941>*/