.boundary_mainmenu_item_left {
  width: auto !important;
  right: 9px;}
.boundary_mainmenu_item_right {
  width: 9px !important;}
.border_mainmenu_item, .boundary_mainmenu_item_left, .boundary_mainmenu_item_right, .logo_facebook, .logo_linkedin, .logo_vatornews {
  background: url('/images/css_sprite.png?1319048116') no-repeat;
}
.border_mainmenu_item { background-position: 0px 0px; width: 2px; height: 32px; }
.boundary_mainmenu_item_left { background-position: 0px -37px; width: 200px; height: 32px; }
.boundary_mainmenu_item_right { background-position: 0px -74px; width: 9px; height: 32px; }
.logo_facebook { background-position: 0px -111px; width: 33px; height: 33px; }
.logo_linkedin { background-position: 0px -149px; width: 32px; height: 32px; }
.logo_vator { background: url('/images/logo/vator_logo.png') no-repeat; width: 200px; height: 66px; }
.logo_vator_small { background: url('/images/vator.png') no-repeat; background-position: -8px -7px; width: 33px; height: 33px; }
.logo_vatornews { background-position: 0px -254px; width: 246px; height: 55px; }


/* Body */
body, html {
	/* Remove from small.css */
	position: absolute;
	height: 100%;
	min-width: 100%;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/* Links */
a:link, a:active, a:visited {
	text-decoration: none;
	color: #4b6198;
}
a:hover{
	text-decoration: underline;
	color: #4b6198;
}
/* Tables */
td {
	padding: 0;
}
.thleft th {
  text-align: left;
}
/* Misc */
input, textarea {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	font-size: 12px;
}
input[type="text"], input[type="password"], textarea {
	border: 1px solid #cccccc;
	padding: 3px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #888888;
}
textarea {
	padding: 2px;
}
a img {
	border: 0;
}
iframe {
  border: 0;
}

#investor-selected {
  border: none;
  font-weight: bold;
}
.auto_search_complete {
    width: 20em;
}
.investor_email {
    width: 20em;
}


/* Top div */
.wrapper {
	background: #ffffff;
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
}
/* New stuff, smaller version */
#an_header, #an_header_simple {
	position: relative;
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 5px 5px 4px 5px;
	font-size: 1.1em;
	background-color: #fff;
}
#an_header {
	border-bottom: 1px solid #B4CBFF;
}
.an_logo_small {
	position:absolute;
	right:0;
	top:-2px;
}
.tlink {
	margin-right: 8px;
}
span.ttab {
	font-weight: bold;
}
.search_form {
	/*margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
	text-align: right;*/
	position: relative;
	top: -40px;
	margin-right: 20px;
}
.search_form .home_search {
	width:150px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
	padding: 5px 27px 6px 12px;
	font-size: 12px;
	line-height: 1;
	color: #292f33;
	background-color: #f5f8fa;
	border: 1px solid #e1e8ed;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
	-webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  -ms-transition: width 1s ease;
  transition: width 1s ease;
}

.search_form .home_search:focus {
	color: #292f33;
	text-shadow: none;
	background-color: #fff;
	box-shadow: none;
	opacity: 1
	outline:none;
	width:200px;
}

.search_form input[type="submit"] {
	display: none;
}

.header .logo_news .search_form {
	/*margin-top: 12px;*/
	position: relative;
	top: -40px;
	margin-right: 20px;
}
/* Header */
.header {
  margin-bottom: 10px;
}
.width-wrapper-border {
  width: 1002px;
  margin: 0 auto 0 auto;
}
.width-wrapper {
  width: 1000px;
  margin: 0 auto 0 auto;
}
.header #top_menu {
  min-height: 15px;
}
.header .logo {
	/*float: left;*/
	text-align: right;
	display: inline-block;
}
.header .logo a {
	display: block;
	text-decoration: none !important;
}
.header .logo_news {
	/*float: left;*/
	text-align: right;
	display: inline-block;
}
.header .logo_news a {
	display: block;
	text-decoration: none !important;
  /*background: url(../images/logo/vatornews.png) center left no-repeat;
	width: 260px;
	height: 55px;*/
}
.header .leaderboard {
	/*float: right;*/
	text-align: center;
	display: inline-block;
}
.header .leaderboard img {
  display: block;
}
.header .leaderboard a {
	display: block;
	text-decoration: none !important;
	width: 728px;
	height: 90px;
}
.header .right {
	float:right;
	width:700px;
	height:20px;
	text-align:right;
	margin-bottom:5px;
	margin-top:5px;
	padding-top:5px;
}
.header .right a:link, .header .right a:visited, .header .right a:active {
	color: #50a156;
	font-weight:bold;
	text-decoration:none !important;
}
.header .right a:hover {
	color: #50a156;
	text-decoration:underline !important;
}
.header .right form {
	margin-top:7px;
}
.header .upload_link2 {
	float:right;
	text-align:center;
	width:80px;
	height:25px;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:10px;
}
.header .upload_link2 a:link, .header .upload_link2 a:hover, .header .upload_link2 a:active, .header .upload_link2 a:visited
{
	display:block;
	background:url(/images/valefor/create.png) center right no-repeat;
	text-decoration:none !important;
	width:80px;
	height:25px;
}
.header_private {
  width: 100%;
  height: 500px;
  overflow: hidden;
  text-align: center;
  position: relative;
  /*width: 1000px;
	margin: 0 auto 0 auto;*/
}

.header_private img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  margin:-15% 0 0 0;
}

#private_label_image.small {
  height: 170px;
}

.header_private img.small {
 margin: 0% 0 0 0;
}

.header_private #competition_header_caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* font: 0/0 a; */
}

.header_private #competition_header_caption p {
  font-size: 32px;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.header_private #competition_header_caption span {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 60%;
  left: 0;
  text-align: center;
  width: 100%;
}

.header_private #competition_header_caption span.small {
  top: 70%;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

.clear {
  clear: both;
}

#competition_menu {
  float: left;
}

#competition_menu ul {
  float: right;
  margin-top: 0;
  padding: 0;
}

#competition_menu li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
  min-width: 35px;
  font-size: 12px;
  color: #4a4a4a;
}

#competition_menu li:hover {
  cursor: pointer;
}

#competition_menu li.underline {
  padding-bottom: 5px;
  border-bottom: 8px solid #60d3c2;
}

#competition_menu li.separator {
  min-width: 0;
  cursor: default;
}

.comp_btn {
  font-weight: bold;
  font-size: 16px;
  color: white;
  border-radius: 4px;
  background-color: #5870a5;
  box-shadow: 0 2px 0 #465a84;
  border: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  min-width: 175px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 20px;
}

.comp_btn.large {
  padding: 11px 40px;
}

.comp_btn.btn_wrap {
  white-space: normal;
}

#competition_right #competition_schedule {
  padding: 10px 10px 0 10px;
}

#competition_right #competition_schedule .centered_text {
  font-size: 15px;
}

#competition_right #competition_schedule .centered_text > span {
  /*padding: 10px;*/
  font-size: 22px;
  font-weight: bold;
  color: #4a4a4a;
}



/*.header_private p {
  left: 0;
  position:absolute;
  top: 15%;
  width: 100%;
  font-size: 32px;
  color: #fff;
  vertical-align: middle;
  line-height: 300px;
}*/
/* Main menu */
.boundary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: -1;
}
.boundary .left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
/* we need to override .header .right here */
.boundary .right,
body .boundary .right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.main_menu {
  margin: 0;
  margin-bottom: 8px;
  height: 32px;
  background: transparent left top repeat-x url("/images/background.main_menu.png");
}
.main_menu .width-wrapper {
  position: relative;
}
.main_menu ul.tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 32px;
  background: transparent left top no-repeat url("/images/border.main_menu.item.png");
}
.main_menu ul.tabs li {
  position: relative;
  z-index: 1;
  float: left;
  height: 32px;
  background: transparent right top no-repeat url("/images/border.main_menu.item.png");
}
.main_menu ul.tabs li.selected {
  margin-left: -2px;
}
.main_menu ul.tabs li a {
  display: block;
  padding: 7px 15px 5px;
  color: white;
  text-decoration: none;
  font-size: 13px;
}
.main_menu ul.tabs li.selected a {
  color: #3399ff;
}
.main_menu ul.user {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
  color: white;
}
.main_menu ul.user li {
  float: left;
  margin-left: 10px;
}
.main_menu ul.user li.welcome {
  margin-right: 15px;
}
.main_menu ul.user li.exposure {
  margin-right: 3px;
  font-weight: bold;
}
.main_menu ul.user li.register {
  margin-left: 0;
  margin-right: 5px;
}
.main_menu ul.user li a {
  color: white;
  text-decoration: underline;
}
/* New menu */
vtmenu {
	font-size: 1.1em;
	z-index: 100;
}
ul.vtmenu, .vtsubmenu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
.vtmenu li {
	position: relative;
	z-index: 100;
	margin: 0;
	float: left;
}
.vtmenu .menu_link, .vtmenu .menu_span {
	padding: 6px 10px 6px 10px;
	display: block;
}
.vtmenu .left_menu_item .menu_link {
	padding: 6px 10px 6px 0;
}
.vtmenu li a {
	color: #000;
}
.vtmenu li.hover:hover, .vtmenu li.hover:hover>a {
	background-color: #516597;
	color: #fff;
}
.vtmenu .selected a:hover {
	text-decoration: none;
}
.vtsubmenu {
	background:#b4cbff;
	position: absolute;
	border-top: 1px solid #516597;
	top: 25px;
	left: 0;
	padding: 5px;
	width: 250px;
	z-index: 100;
}
.vtsubmenu li {
	position: relative;
	margin: 0;
	padding: 3px 0 3px 10px;
	float: none;
	color: #000 !important;
}
.vtsubmenu_profiles {
	padding-bottom: 3px;
}
#an_submenu {
	width: 1000px;
	margin: 0 auto;
}
.an_submenu_blue {
	background-color: #B4CBFF;
}
/* Middle container */
#an_container {
	width: 1000px;
	margin:0 auto;
	padding-bottom: 42px;
	/*border:1px solid #b4cbff;*/
	position:relative;
	background-color: #fff;
}
#an_container.an_newsroom {
  background: transparent left top repeat-x url("../images/background.newsroom.submenu.png");
}
#an_container_in {
	padding: 10px 0 0 0;
}
#an_container_in.an_newsroom {
	padding: 0;
}
#an_container_in.an_container_in_top {
	padding-top: 0 !important;
}
#an_container_in.an_container_in_no_borders {
	padding-top: 0 !important;
	padding: 10px 0;
}
#an_container_in.an_container_in_bigger {
  font-size: 13px;
}
.an_container_simple {
	padding:15px !important;
}
.an_container_vertical {
  min-height: 100%;
}
.vertical_middle {
  margin: auto;
}
/*
.an_container_clean, .an_container_clean_top {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
}
.an_container_clean {
	border-top: 0 !important;
}
.an_container_clean_top {
	border-top: 2px solid #B4CBFF !important;
}
*/
/* Three columns layout */
/* 150 - 570 - 260 */
#tc_outter {
  position: relative;
  min-height: 200px;
}
#tc_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}
#tc_left_find_investor {
  float: left;
  top: 0;
  left: 0;
  width: 150px;
}
#tc_right_outter {
  margin-left: 160px;
}
#tc_right_outter_find_investor {
  float: right;
  width: 84%;
}
#tc_middle {
  float: left;
  width: 570px;
}
#tc_right {
  float: right;
  width: 260px;
}
/* 150 - 530 - 300 */
#tc_left.tc1 {
  width: 150px;
}
#tc_middle.tc1 {
  float: left;
  width: 530px;
}
#tc_right.tc1 {
  float: right;
  width: 300px;
}
/* 180 - 500 - 300 */
#tc_left.tc2 {
  width: 180px;
}
#tc_right_outter.tc2 {
  margin-left: 190px;
}
#tc_middle.tc2 {
  float: left;
  width: 500px;
}
#tc_right.tc2 {
  float: right;
  width: 300px;
}
/* Main columns */
#an_left_col {
	float: left;
	width: 660px;
	/*border-right: 1px dashed #a5deab;*/
}
#an_left_col_wide {
	float: left;
	width: 680px;
}
#an_left_col_small {
	float: left;
	width: 200px;
}
#an_middle_col {
	float: left;
	width: 460px;
	margin-left: 10px;
	margin-right: 10px;
}
#an_right_col {
	float: right;
	width: 320px;
}
#an_left_col, #an_left_col_small, #an_right_col {
	margin-bottom: 10px;
}
.an_col_inner {
	padding: 10px;
}
.main_left {
	float: left;
	width: 320px;
}
.main_right {
	float: right;
	width: 670px;
}
.main_left2 {
	float: left;
	width: 300px;
}
.main_right2 {
	float: right;
	width: 690px;
}
/* Footer */
#footer2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 8px 0 0 0;
  height: 32px;
  background: transparent left top repeat-x url("/images/background.footer.png");
  color: #f3f3f3;
  /*color: #444;*/
  font-size: 12px;
  word-spacing: 0.1em;
}
#footer2_inner {
  padding-top: 9px;
  /*border-top: 1px solid #5B72BD;
  padding: 8px 0 8px 0;*/
}
#footer2 a {
  float: left;
  margin-left: 5px;
  padding-left: 5px;
  /*border-left: solid 1px #666;*/
  border-left: solid 1px #d2e0f2;
  color: #f3f3f3;
}
#footer2 a:first-child {
  border-left: none;
}
.finner_left {
  width: 250px;
  float: left;
}
.finner_right2 {
  width: auto;
  float: right;
  text-align: right;
}


.center_div {
    text-align: center;
    vertical-align: middle
}

/* Basics */
.centered {
	margin-left:auto;
	margin-right:auto;
}
.centered_text {
	text-align: center;
}
.required {
	font-weight: bold;
}
.bold {
  font-weight: bold;
}
.table_padded td {
	padding: 4px !important;
}
.table_padded2 td {
  padding: 2px !important;
}
.highlight { background-color: yellow; }
/* Shades */
.an_desc_grey,  .an_desc_grey  a { color: #333 !important; }
.an_light_grey, .an_light_grey a { color: #888 !important; }
/* Sizes */
.an_w_full   { width: 1000px; }
.an_w_wide   { width:  800px; }
.an_w_medium { width:  600px; }
.an_w_small  { width:  300px; }
.an_w_th_large  { width:  320px; }
.an_w_th_medium { width:  200px; }
.an_w_th_small { width:  150px; }
.an_size_max_th_large { max-width: 320px; max-height: 240px; }
.an_size_max_th_medium { max-width: 200px; max-height: 150px; }
.an_size_forced_th_large { width: 320px; height: 240px; overflow-y: hidden; }
.an_size_forced_th_medium { width: 200px; height: 150px; overflow-y: hidden; }
.an_size_forced_th_small { width: 150px; height: 113px; overflow-y: hidden; }
.an_size_forced_th_smallish { width: 120px; height: 90px; overflow-y: hidden; }
.an_lmargin_large { margin-left: 330px; }
.an_lmargin_medium { margin-left: 210px; }
.an_lmargin_small { margin-left: 160px; }
.an_lmargin_smallish { margin-left: 130px; }
.an_lmargin_smaller { margin-left: 100px; }
/* For clearing, see http://www.quirksmode.org/css/clearing.html - add this class to container */
.clearing {
	clear: both;
	overflow: hidden;
	width: 100%;
}
.clear { clear:both; }
.clear_small {
	clear:both;
	font-size:6px;
}
.clear_mini {
	clear:both;
	font-size:3px;
}
.indent_small {
	margin-left: 10px;
}
/* Text and fonts */
/* an_hx should be moved back to an_elements.css whenever possible */
.no_style, .no_style a {
	color: #000000 !important;
	text-decoration: none !important;
}
.black, .black a {
	color: #000000 !important;
}
.link {
	color: #4B6198;
}
.link:hover {
	text-decoration: underline;
}
.an_h1_landing_title {
	color: #26478C;
	font-size: 24px !important;
	margin: 0 auto 30px auto;
	text-align:center;
}
h1.top_name {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 28px !important;
	font-weight: bold;
	display: inline;
}
.vator_h1 {
	font-size: 18px !important;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
	margin-top:0;
}
.an_h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 15px;
	padding: 0;
}
.vh1 {
	font-size: 28px !important;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 15px;
}
.vh2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 15px;
}
.vh3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 8px;
}
.vh4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 6px;
}
.vh5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
.vh3_not_bold {
	font-size: 16px;
	margin-bottom: 4px;
}
.vh4 a, .vh5 a {
	color: #000 !important;
}
.vh4 a, .vh5 a:hover {
	text-decoration: none;
}
.info_tiny, .info_tiny_grey, .info_tiny_desc_grey {
	font-size: 10px;
}
.info_small, .info_small_grey {
	font-size: 11px;
}
.info_tiny_grey, .info_small_grey, .info_grey {
	color: #888888 !important;
}
.info_tiny_desc_grey {
	color: #333 !important;
}
.info_medium {
	font-size: 130%;
}
.text_spacing_1 {
	line-height: 1.4em;
}
.text_spacing_1_bis, .text_spaced {
	line-height: 1.4em;
	word-spacing: 0.08em;
}
.text_spaced {
	font-size: 13px;
	line-height: 1.3em;
	word-spacing: 0.06em;
	color: #222222 !important;
}
.text_spacing_2 {
	line-height: 1.5em;
}
.bordered_image img, img.bordered_image {
	border: 1px solid #ccc;
}
ul.clean_list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.paginator .disabled {
	display: none;
}
/* Round corners */
.rounded_sm {
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
.rounded_med {
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 border-radius: 10px;
}
.rounded_lg {
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 -o-border-radius: 15px;
 border-radius: 15px;
}
/* Lines */
.an_separation {
	border-bottom: 1px solid #ddd;
	height: 0;
	margin: 12px auto 8px auto;
}
/* Tag tags category categories */
.vtag {
  font-size: 98%;
  display: inline-block;
  background-color: #DEE7F8;
  border: 1px solid #CAD8F3;
  border-radius: 2px;
  padding: 1px 4px;
  margin: 0 4px 3px 0;
}
/* Tooltips */
.tooltipq {
	font-size: 10px; !important;
	font-weight: bold !important;
	background-color: #B4CBFF;
	padding-left:3px;
	padding-right:3px;
}
.tooltip {
	font-size: 1.2em !important;
	padding: 10px 15px 10px 15px;
	background-color: #fff;
	border: 1px solid #80C05F;
	width: 400px;
	z-index: 1000;
}
/* campaigns */
.vator_campaign {
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
}
.vator_campaign_orange {
	border: 1px solid orange;
	background-color: #ffffcc;
}
.vator_campaign_blue {
	border: 1px solid #5B72BD;
	background-color: #ffffff;
}
.vator_campaign_blue_grey {
  border: 1px solid #5B72BD;
  background-color: #EFEFEF;
}
.vator_campaign_blue2 {
	border: 1px solid #B4CBFF;
	background-color: #ffffff;
}
.vator_campaign_grey {
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}
/* Image example */
.img_eg {
  padding: 5px;
  border: 1px solid #dddddd;
}
.img_space {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* Buttons */
.load_more {
  background: url("../images/background.newsroom.short_news.png") repeat-x scroll left top transparent;
  border: 1px solid #E4E4E4;
  margin: 5px 0;
  min-height: 5px;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  position: relative;
}
a.social_link {
  color: #333 !important;
}
.social_button {
  border: 1px solid #DADADA;
  background-color: #EFEFEF;
  padding: 4px 6px;
  height: 33px;
  width: 216px;
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: normal;
  word-spacing: 0.08em;
  cursor: pointer;
}
.social_button_white {
  background-color: white;
}
.social_logo {
  display: inline-block;
}
.social_button_inner {
  display: inline-block;
  margin-left: 3px;
  vertical-align: 11px;
  font-weight: bold;
}
.boundary-button {
  display: inline-block;
  height: 27px;
  position: relative;
  z-index: 1;
}
.boundary-button input {
  border: 0;
  padding: 0;
  background: none;
  color: #4B6198;
  cursor: pointer;
}
.boundary-button .button2_action {
    display: block;
  cursor: pointer;
  font-size: 12px !important;
  letter-spacing: normal !important;
  word-spacing: 0 !important;
  line-height: normal !important;
    padding: 5px 10px 0;
}
body .boundary-button .boundary .left {
  background-image: url("../images/boundary.button_menu.hover.left.png");
  right: 8px;
}
body .boundary-button .boundary .right {
  background-image: url("../images/boundary.button_menu.hover.right.png");
  width: 8px;
}
/* Signin/reg campaigns */
#an_reg_campaign {
	width: 600px;
	margin: 0 auto 10px auto;
	font-size: 130%;
}
/* Navigation boxes on pitch and user profile */
.nav_boxes {
	background: #efefef;
	border:1px solid #ccc;
	padding-left:5px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.nav_boxes a {
	display:block;
	padding:5px;
	padding-left:22px;
	background:url(http://s7.addthis.com/static/btn/sm-plus.gif) 0px 5px no-repeat;
}
.nav_boxes a.nav_clean {
	display: inline;
	padding: 0;
	background: none;
}
.nav_boxes b {
	display:block;
	font-size:14px;
	padding-top:10px;
}
.nav_boxes a.linkedInCiwToggle {
	//padding-left:0;
	background: none;
	position: relative;
}
.nav_boxes .linkedInCiwToggle img {
	position: absolute;
	left: 0;
	border:none;
}
.nav_boxes a.collapsible,
.nav_boxes a.collapsed {
	padding-left:0;
	font-weight:bold;
	color: black;
	font-size:12px;
	background:url(/images/icons/content_minus.gif) right 8px no-repeat;
}
.nav_boxes a.collapsed {
	background:url(/images/icons/content_plus.gif) right 8px no-repeat;
}
.nav_boxes a.contact { background:url(/images/icons/user_suit.png) 0px 5px no-repeat; }
.nav_boxes a.share { background:url(/images/icons/email.png) 0px 5px no-repeat; }
.nav_boxes a.testimonial { background:url(/images/icons/user_comment.png) 0px 5px no-repeat; }
.nav_boxes a.update { background:url(/images/icons/pencil.png) 0px 5px no-repeat; }
.nav_boxes a.upload { background:url(/images/icons/film.png) 0px 5px no-repeat; }
.nav_boxes a.follow { background:url(/images/icons/building_go.png) 0px 5px no-repeat; }
.nav_boxes a.invite_followers { background:url(/images/icons/arrow_in.png) 0px 5px no-repeat; }
.nav_boxes a.profile_settings { background:url(/images/icons/page_edit.png) 0px 5px no-repeat; }
.nav_boxes a.logo_edit { background:url(/images/icons/picture_edit.png) 0px 5px no-repeat; }
.nav_boxes a.logo_add { background:url(/images/icons/picture_add.png) 0px 5px no-repeat; }
.nav_boxes a.competition { background:url(/images/icons/medal_gold.png) 0px 5px no-repeat; }
.nav_boxes a.video { background:url(/images/icons/film.png) 0px 5px no-repeat; }
.nav_boxes a.lrating { background:url(/images/icons/star.png) 0px 5px no-repeat; }
.nav_boxes a.admin_add { background:url(/images/icons/vcard_add.png) 0px 5px no-repeat; }
.nav_boxes a.admin_edit { background:url(/images/icons/vcard_edit.png) 0px 5px no-repeat; }
.nav_boxes a.spacer { margin-top:10px; }
/* Block of user images */
.small-avatar {
    border: #000000 1px solid;
    float: left;
    height: 32px;
    margin-right: 10px;
    width: 32px
}

.avatar {
    border: #000000 1px solid;
    float: left;
    height: 50px;
    margin: 2px;
    width: 50px
}

.large-avatar {
    border: #000000 1px solid;
    float: left;
    height: 64px;
    margin-right: 10px;
    width: 64px
}

/* FAQ */
#faq_toc, #faq_content {
  font-size: 14px;
  line-height: 1.3em;
  word-spacing: 0.06em;
  color: #222222 !important;
}
#faq_content ul {
  margin-top: 0;
}
.faq_content_a {
  margin-left: 15px;
  margin-bottom: 15px;
}
/* Tabs, modified from madrobby */
#tabs{
    margin-left: 4px;
    padding: 0;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 5px;
}
#tabs ul{
    margin:0;
    padding:0;
    list-style:none;
}
#tabs li{
    display:inline;
    margin:0 2px 0 0;
    padding:0;
}
#tabs a{
    float:left;
    background: #efefef;
    margin:0 2px 0 0;
    padding:0 0 1px 3px;
    text-decoration:none;
}
#tabs a span{
    float:left;
    display:block;
    padding:4px 9px 2px 6px;
}
#tabs a span{float:none;}
#tabs a:visited, #tabs a:link, #tabs a:active { color: #000 !important }
#tabs a:hover{background-color: #ccc;font-weight:bold;}
#tabs a:hover span{background-color: #ccc;}
#tabHeaderActive span, #tabHeaderActive a { background-color: #ccc; font-weight:bold;}
.tabContent {
    clear:both;
    border:1px solid #ccc;
    padding:10px;
    background-color:#FFF;
}
/* Text logo */
.an_txt_logo { font-weight: bold; }
.an_vator { color: #26478c; }
.an_dottv { color: #84ce89; }
/* How to use */
#an_use_vator .an_use_vator_item_desc {
	line-height: 1.3em;
}
#an_use_vator h4 {
	font-size: 16px;
	margin:0;
	margin-bottom: 6px;
}
.an_use_vator_img {
	float: left;
	margin-right: 10px;
}
.an_use_vator_item_mid_v {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Button action stuff */
.button_action {
	cursor: pointer;
	display: inline;
	background-color: #4B6198; /* Was #80c05f, dark blue: 26478C */
	padding: 3px 10px 4px 10px;
	font-size: 16px;
}
.button_action a, a.button_action, input.button_action, .goog-button-action a {
	color: #fff !important;
}
.goog-button-action {
	border-top: solid 1px #80c05f !important;
	border-left: solid 1px #80c05f !important;
	border-right: solid 1px #80c05f !important;
	background-color: #80c05f !important;
}
input.button_action {
	border: none;
	padding: 2px 8px 3px 8px;
}
/* Do more on Vator blocks */
.do_more {
	padding: 10px;
	border: 1px solid #5B72BD;
	margin-bottom: 10px;
	background-color: #fff;
}
.do_more_title, .do_more_title a {
	font-size: 14px;
	color: #26478C;
	font-weight: bold;
	padding-bottom: 5px;
}
.do_more_content, a.do_more_content {
	line-height: 1.2em;
	color: #555;
}
a.do_more_content:hover {
	text-decoration: none !important;
}
.do_more_footer {
	margin-top: 8px;
	float:right;
	clear:both;
}
.do_more_link {
	font-size: 12px;
	display: inline;
	margin-right: 10px;
}
.do_more_action {
	float:right;
	margin: 0;
}
/* Div tables */
.an_div_table {
	display:table;
	border-collapse:separate;
}
.an_div_row {
	display:table-row;
}
.an_div_cell {
	display:table-cell;
}
/* Selector list */
ul.selector, .selector ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.selector.selector_company {
 clear: both;
}

.selector li {
	float: left;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	font-size: 12px !important;
	line-height: normal !important;
	background-color: #EFEFEF;
	border: 1px solid #DADADA;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 10px 10px 0;
}
.selector li:hover {
	border-color: #888;
	background-color: #ddd;
}
.selector li.selected:hover {
	border-color: black;
	background-color: #EFEFEF;
}
.selector li.selected {
	border: 1px solid black;
}
.selector .li_checkmark {
	display:none;
	position: absolute;
	bottom: 1px;
	right: 3px;
	font-size: 14px;
}
.selector li.selected .li_checkmark {
	display:block;
}
.selector li>div.li_content {
	margin: 5px;
}
.selector_user li {
	width: 150px;
	height: 70px;
}
.selector_company li {
	width: 250px;
	height: 120px;
}
/* LinkedIn Selector list */
ul.linkedin_selector, .selector ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.linkedin_selector.selector_company {
 clear: both;
}

.linkedin_selector li {
	float: left;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	font-size: 12px !important;
	line-height: normal !important;
	background-color: #FFFFFF;
	border: 1px solid #DADADA;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 10px 0;
}
.linkedin_selector li:hover {
	border-color: #888;
	background-color: #ddd;
}
.linkedin_selector li.selected:hover {
	border-color: black;
	background-color: #FFFFFF;
}
.linkedin_selector li.selected {
	border: 1px solid gray;
}
.linkedin_selector .li_checkmark {
	display:none;
	position: absolute;
	bottom: 1px;
	right: 3px;
	font-size: 14px;
}
.linkedin_selector li.selected .li_checkmark {
	display:block;
}
.linkedin_selector li>div.li_content {
	margin: 5px;
}
/* Bordered container div and other containers */
.an_dcontainer {
	margin-bottom: 10px;
}
.an_dcontainer_title, .an_dcontainer_title_alt1, .an_dcontainer_title_edit {
	font-weight: bold;
	font-size: 16px;
}
.an_dcontainer_title_alt1 {
	border-bottom: 1px solid #b4cbff
}
.an_dcontainer_title_inner, .an_dcontainer_title_inner_alt1, .an_dcontainer_title_inner_edit {
	padding: 5px;
}
.an_dcontainer_title_inner, .an_dcontainer_title_inner_alt1 {
	background-color: #b4cbff;
}
.an_dcontainer_title_inner_edit {
	background-color: #80C05F;
	color: white;
}
.an_dcontainer_title_inner_alt1 {
	display: inline-block;
}
.an_dcontainer_in, .an_dcontainer_in_alt1 {
	border: 1px solid #b4cbff;
}
.an_dcontainer_in_edit {
	border: 1px solid #80C05F;
}
.an_dcontainer_in, .an_dcontainer_in_alt1, .an_dcontainer_in_edit {
	padding: 10px;
}
.an_dcontainer_in_alt1, .an_dcontainer_in_edit {
	border-top: 0;
}
.an_cont_simple {
	margin-bottom: 10px;
}
.an_cont_simple_title {
	font-size: 12px;
	padding-bottom: 1px;
	border-bottom: 1px solid #888;
	margin-bottom: 6px;
}
.an_cont_simple2_title {
	font-size: 13px;
	padding-bottom: 1px;
	border-bottom: 1px solid #888;
	margin-bottom: 10px;
}
.an_cont_simple_content {
    overflow: hidden
}
.an_container_orange {
	background: #ffffcc !important;
	border: 1px solid orange !important;
}
.an_campaign_top {
	margin: 0 0 15px 0;
	padding: 10px;
}
.an_success {
	color: green;
	font-weight: bold;
}
.an_success_sign {
	background: url(../images/success.gif) no-repeat top left white;
	padding-left: 40px;
}
.an_warning_sign {
	background: url(../images/warning_large2.gif) no-repeat;
	padding-left: 80px;
}
.an_error_sign {
	background: url(../images/warning_large.gif) no-repeat 10px 0px;
	padding-left: 60px;
}
/* Other */
.reg_container {
  background:#efefef;
  border:1px solid #dfdfdf;
  padding:5px;
  width:700px;
  padding-bottom:10px;
  margin-bottom:10px;
  color: black;
  font-size:12px;
}
div.faded_bg {
 width:400px;
 padding:8px;
 background: #d7dee8;
 border:1px solid #ccc;
 margin:0 auto;
}
.refund_policy_out {
	height: 140px;
	overflow: auto;
	border: 1px solid #C6C6C6;
	padding: 5px;
}
.refund_policy {
	line-height: 1.4em;
}
.draggable {
	cursor: move;
}
.draggable:hover {
	text-decoration: underline;
}
/* Credit Card form */
.an_payment_form {

}
#an_cc_form, #an_billing_adress_form, #an_fp_form {
	margin-bottom: 15px;
}
.an_fp_form_title {
	font-weight: bold;
}
/* Vator user and company profile forms */
td .field_with_errors {
  display: inline;
}
.error_explanation {
  color: red;
  border: red 1px solid;
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.vator_form {
	font-size: 13px;
}
.vator_form form {
	padding-bottom: 0 !important;
}
.vator_form .goog-tab-content {
	padding: 10px 15px 15px 25px;
}
.vator_form .section_content {
	margin-top: 8px;
	margin-bottom: 20px;
}
.vator_form td {
	padding-bottom: 8px;
}
.vator_form .clean_td td {
	padding-bottom: 0;
}
.form_field_notes, .form_field_notes_above {
	color: #444444 !important;
	font-size: .95em;
}
.form_field_notes {
	margin-top: 4px;
}
.form_field_notes_above {
	color: #444444 !important;
	font-size: .95em;
	margin-bottom: 4px;
}
/* Simple forms */
/*
.fieldWithErrors input {
	background-color: #FFE4C4;
}*/
.form_buttons, .form_buttons_bottom {
	text-align: center;
	margin: 15px 0 15px 0;
}
.form_buttons_bottom {
	margin: 15px 0 0 0;
}
.fieldWithErrors {
	display: inline;
}
.label1 {
	font-size: 1.1em;
}
.icon_checkbox {
	vertical-align: -20%;
}
td.td_text_area, .td_text_area td {
	vertical-align: top;
}
ul.ul_checkboxes {
	list-style: none;
	padding: 0;
}
.ul_checkboxes input {
	margin-right: 8px;
}
.form {
	margin:40px;
}
.form label {
	font-size:12px;
	font-weight:bold;
}
.form .label {
	width:120px;
	float:left;
	padding-right:10px;
	text-align:right;
}
.form .value {
	width:500px;
	float:left;
	padding-bottom:20px;
}
.form .value textarea {
	width:300px;
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.form .value .inner_value {
	width:150px;
	padding-right:10px;
	float:left;
	padding-bottom:10px;
}
#xhr_save_outter {
	position: fixed;
	z-index: 1000;
	top: 0;
	width:1000px;
	text-align: center;
}
.xhr_save {
	display: inline-block;
	padding: 6px 12px 6px 12px;
	color: white;
	font-size: 130%;
}
.save_sending {
	background-color: red;
}
.save_receive, #xhr_deleted {
	background-color: #80C05F;
}
#saving_error {
	background-color: orange;
}
/* Reg leads */
.reg_lead {
	margin-bottom: 6px;
}
/* VatorProductions stuff */
#vatorproductions .vpdiv {
	float: left;
	width: 200px;
	padding: 5px;
	border: 1px solid #ddd
}
#vatorproductions .vpdivmiddle {
	margin-left: 7px;
	margin-right: 7px;
}
#vatorproductions .vpdiv ul {
	padding-left: 15px;
}
/* Featured news block used accross Vator */
.featured {
    margin: 5px 0;
}
.featured h2 {
    margin: 0 0 1px 0;
    padding: 8px 10px;
    background: #cccccc;
    color: black;
    font-weight: bold;
    font-size: 13px;
}
.featured ul {
    margin: 0;
	padding: 0;
    list-style: none;
}
.featured-boxed ul {
    padding: 10px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
}
.featured ul li {
    position: relative;
    min-height: 60px;
    margin: 0 0 10px 0;
    padding: 0 0 0 82px;
}
.featured ul li .f_title {
    font-weight: bold;
    color: black;
}
.featured ul li .f_title a {
    color: black;
}
.featured ul li .f_thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #ddd;
}
/* Transition */
.old_popup {
	margin: 0 auto;
}
/* Misc */
.admin_info {
	position:fixed;
	bottom:2px;
	left:2px;
	border:solid 1px red;
	background:#ddd;
	padding:10px;
	z-index: 1000;
}
.div_sticky {
  position: fixed !important;
  top: 0;
}
/* From elements.css */

/* MCE editor customization */
.mceEditorIframe {
	background-color: #fff;
	padding: 4px;
}
/* Google Closure Dialog style */
.modal-dialog-bg {
    position: absolute;
    background-color: #666;
    top: 0;
    left: 0;
	z-index: 1000;
}
.modal-dialog {
    position: absolute;
	border: 2px solid #5B72BD;
    font-family: arial, sans-serif;
    width: 475px;
	max-height: 90%;
	overflow: auto;
    color: #000;
    outline: none;
	z-index: 1000;
}
.modal-dialog-medium[role="dialog"] {
	width: 600px;
}
.modal-dialog-notitle.modal-dialog-title {
	display: none;
}
.modal-dialog-big[role="dialog"] {
	width: 800px;
}
.modal-dialog-uploader[role="dialog"] {
	width: 670px;
}
.modal-dialog a, .modal-dialog a:link, .modal-dialog a:visited {
    color: #0066cc;
    cursor: pointer;
}
.modal-dialog-title {
    position: relative;
    background-color: #EFEFEF;
    color: #000000;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
}
.modal-dialog-title-close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 15px;
    height: 16px;
    background: url("/images/close.gif") no-repeat center;
    cursor: default;
}
.modal-dialog-content {
    padding: 10px;
    background-color: #fff;
}
.modal-dialog-buttons {
	text-align: right;
	font-size: 120%;
    padding: 0 15px 15px;
    background-color: #fff;
}
.goog-buttonset-default {
    font-weight: bold;
}
/* The following is a modified version of files used in:
 * http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/tabbar.html
 * http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/menu.html
 * http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/submenus.html
 */
/*
Use of this source code is governed by an Apache 2.0 License.
See the http://vator.tv/COPYING_GOOGLE_CLOSURE file for details.
*/
/* Copyright 2008 Google Inc.  All Rights Reserved. */
/*
 * Styles used by goog.ui.TabRenderer.
 */
.goog-tab, .goog-tab-like, .goog-tab-prefix {
  position: relative;
  border: 2px solid #B4CBFF;
  padding: 4px 6px;
  color: #333;
font-weight: bold;
  background: #B4CBFF;
  cursor: default;
}
.goog-tab-prefix {
  border: 0;
  background: white;
  margin-top: 2px;
}
.goog-tab-bar-top .goog-tab, .goog-tab-bar-top .goog-tab-like, .goog-tab-bar-top .goog-tab-prefix {
  margin: 3px 20px 0 0;
  border-bottom: 0;
  float: left;
}
.goog-tab-bar-bottom .goog-tab, .goog-tab-bar-bottom .goog-tab-like {
  margin: 0 4px 1px 0;
  border-top: 0;
  float: left;
}
.goog-tab-bar-start .goog-tab, .goog-tab-bar-start .goog-tab-like {
  margin: 0 0 4px 1px;
  border-right: 0;
}
.goog-tab-bar-end .goog-tab, .goog-tab-bar-end .goog-tab-like {
  margin: 0 1px 4px 0;
  border-left: 0;
}
/* State: Hover */
.goog-tab-hover {
  /*color: #fff;*/
}
/* State: Disabled */
.goog-tab-disabled {
  color: #fff;
  background: #ccc;
  border-color: #ccc;
}
/* State: Selected */
.goog-tab-selected {
  background: #fff !important; /* Selected trumps hover. */
}
/*
 * Shift selected tabs 1px towards the contents (and compensate via margin and
 * padding) to visually merge the borders of the tab with the borders of the
 * content area.
 */
.goog-tab-bar-top .goog-tab-selected {
  top: 1px;
  margin-top: 0;
  padding-bottom: 5px;
}

.goog-tab-keep-border .goog-tab {
  border: 1px solid #B4CBFF;
}
.goog-tab-keep-border .goog-tab-selected {
  padding-bottom: 4px;
}

.goog-tab-bar-bottom .goog-tab-selected {
  top: -1px;
  margin-bottom: 0;
  padding-top: 5px;
}

.goog-tab-bar-start .goog-tab-selected {
  left: 1px;
  margin-left: 0;
  padding-right: 9px;
}

.goog-tab-bar-end .goog-tab-selected {
  left: -1px;
  margin-right: 0;
  padding-left: 9px;
}
/*
Use of this source code is governed by an Apache 2.0 License.
See the http://vator.tv/COPYING_GOOGLE_CLOSURE file for details.
*/
/* Copyright 2008 Google Inc.  All Rights Reserved. */
/*
 * Styles used by goog.ui.TabBarRenderer.
 */
.goog-tab-bar {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  outline: none;
}
.goog-tab-bar-clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.goog-tab-bar-start {
  float: left;
}
.goog-tab-bar-end {
  float: right;
}
/*
 * IE6-only hacks to fix the gap between the floated tabs and the content.
 * IE7 and later will ignore these.
 */
/* @if user.agent ie6 */
* html .goog-tab-bar-start {
  margin-right: -3px;
}
* html .goog-tab-bar-end {
  margin-left: -3px;
}
/* @endif */
/* More from HTML http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/tabbar.html */
.goog-tab-content {
  border: 1px solid #B4CBFF;
  padding: 4px 8px;
}
.goog-tab-content, .goog-tab-content-simple {
  margin: 0;
  overflow: auto;
  padding-top: 8px;
}
.goog-tab-content-simple {
  padding-left: 2px; /* Otherwise overflow hides some pixels */
}
.goog-tab-content-space {
  padding: 15px;
}
/* Google menu and submenu */
.goog-menu {
  background: #fff;
  border: 1px solid #ccc;
  cursor: default;
  font-size: 13px;
  margin: 0;
  outline: none;
  padding: 4px 0;
  position: absolute;
  z-index: 900;
}
.goog-menu-top {
  background: #efefef;
  position: relative;
  border: none;
  border-top: 1px solid #dadada;
}
.goog-menu-top.div_sticky {
  border: none;
}
.goog-menuitem, .googmenunoitem {
  color: #000;
  font-size: 13px;
  list-style: none;
  margin: 0;
  /* 28px on the left for icon or checkbox; 7em on the right for shortcut. */
  padding: 4px 7em 4px 28px;
  white-space: nowrap;
}
.goog-menu-top > .goog-menuitem, .goog-menu-top > .googmenunoitem {
  padding: 4px;
  padding-left: 9px;
}
/* If a menu doesn't have checkable items or items with icons, remove padding. */
.goog-menu-nocheckbox .goog-menuitem, .goog-menu-nocheckbox .goognomenuitem,
.goog-menu-noicon .goog-menuitem, .goog-menu-noicon .goognomenuitem {
  padding-left: 12px;
}
/*
 * If a menu doesn't have items with shortcuts, leave just enough room for
 * submenu arrows, if they are rendered.
 */
.goog-menu-noaccel .goog-menuitem, .goog-menu-noaccel .goognomenuitem {
  padding-right: 20px;
}
.goog-menuitem-content {
  color: #000;
  font-size: 13px;
}
/* State: disabled. */
.goog-menuitem-disabled .goog-menuitem-accel, .goog-menuitem-disabled .goog-menuitem-content {
  color: #ccc !important;
}
.goog-menuitem-disabled .goog-menuitem-icon {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}
.goog-menuitem-highlight, .goog-menuitem-hover {
  background-color: #dce5fa;
  /* Use an explicit top and bottom border so that the selection is visible
   * in high contrast mode. */
  border-color: #dce5fa;
  border-style: dotted;
  border-width: 1px 0;
  padding-bottom: 3px !important;
  padding-top: 3px !important;
}
.goog-menuitem-checkbox, .goog-menuitem-icon {
  background-repeat: no-repeat;
  height: 16px;
  left: 6px;
  position: absolute;
  right: auto;
  vertical-align: middle;
  width: 16px;
}
.goog-option-selected .goog-menuitem-checkbox, .goog-option-selected .goog-menuitem-icon {
  /* Client apps may override the URL at which they serve the sprite. */
  background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -512px 0;
}

/* Keyboard shortcut ("accelerator") style. */
.goog-menuitem-accel {
  color: #999;
  /* Keyboard shortcuts are untranslated; always left-to-right. */
  /* @noflip */ direction: ltr;
  left: auto;
  padding: 0 6px;
  position: absolute;
  right: 0;
  text-align: right;
}
.goog-menuseparator {
  border-top: 1px solid #dadada;
  margin: 4px 8px;
  padding: 0;
}
.goog-submenu-arrow {
  color: #000;
  left: auto;
  padding-right: 6px;
  position: absolute;
  right: 0;
  text-align: right;
}
/* State: disabled. */
.goog-menuitem-disabled .goog-submenu-arrow {
  color: #ccc;
}

/* New styling */
#pitch_info {
  float: left;
  margin-top: 20px;
}

#pitch_info ul {
  float: right;
  margin-top: 0;
  padding: 0;
}

#pitch_info li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
  min-width: 35px;
  font-size: 12px;
  color: #4a4a4a;
}

#pitch_info li:hover {
  cursor: pointer;
}

#pitch_info li.underline {
  padding-bottom: 5px;
  border-bottom: 8px solid #60d3c2;
}

#pitch_info li.separator {
  min-width: 0;
  cursor: default;
}


.blue-button {
    background: url('../images/boundary.button_menu.hover.right.png') no-repeat right top;
    display: inline-block;
    overflow: none
}

.blue-button-text {
    background-image: url('../images/boundary.button_menu.hover.left.png');
    font: 9pt Helvetica, Verdana, Arial, sans-serif;
    height: 22px;
    margin-right: 8px;
    padding-left: 8px;
    padding-top: 5px;
    text-align: center
}


.blue-button-hyperlink {
    color: #4B6198;
    text-decoration: none
}

.blue-button-hyperlink:hover {
    text-decoration: underline
}


/* Company profile */
/* Top info */
#top_info_left {
	float:left;
	width:500px;
	margin-bottom:10px;
}
#top_info_right {
	position:relative;
	float:right;
	width:180px;
	padding-top:10px;
}
.top_summary {
	font-size:13px;
}
.top_action {
	position:relative;
	margin-bottom: 10px;
	font-size:13px;
}
.top_action_stat {
	position:absolute;
	right:0;
	top:5px;
}
.pitch_status_message {
	font-size: 14px;
	text-align: center;
}
/* Other */
.admins_list,
.admins_list li {
	margin:0;
	padding:0;
	list-style:none;
}
.admins_list li {
	margin-bottom:10px;
}
.admins_list .img img {
	width:80px;
}
.admins_list a.img {
	float:left;
	text-decoration: none;
}
.admins_list .info {
	margin-left:90px;
}
/* Company create/edit */
.vator_form .business_name, .vator_form .business_name input {
	font-size: 13px;
}


/* Company profile style */
/* DEPRECATED 2011-04 */
.company_heading {
	font-size:12px;
	padding:0;
	margin-top: 10px;
	margin-bottom:0;
}
.company_information .label {
	font-size:12px;
	padding:3px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}
.company_information .rlabel { border:2px solid #CC0000; }
.company_information .rlabel { border:2px solid #0000CC; }
.company_information .logo {
	height:90px;
	padding-bottom:10px;
}
.company_information .info .pitch_summary {
	line-height: 1.3em;
}
.company_information .info .creed {
	font-size:14px;
}
.company_information .info .pitch_type {
	font-weight:bold;
}
.company_information .info .heading_competitions {
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}
.company_information .info .heading_competitions a {
	display:block;
}
.company_information .info h1, .company_information .info h2, .company_information .info h3 { margin:0; padding:0; }
.company_information .info h2, .company_information .info h3 { border: 0 !important; }
.company_information .info h2 {
	display:block;
	width:100%;
	margin-bottom:10px;
	font-weight:normal;
}
.company_information .overview {
	margin-bottom: 10px;
}
.company_information .overview .follow {
	padding-top:5px;
	padding-bottom:5px;
}
.company_information .overview .counts, 
.company_information .competitions {
	color: #999;
	font-size:12px;
	margin-top:5px;
	margin-bottom: 5px;
	padding:5px;
}
.company_information .competitions {
	background: #efefef;
	border:1px solid #ccc;
}
.company_information .overview .counts a {
	color:#333;
}
.company_information .left h1 {
	font-size: 18px !important;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
	margin-top:15px;
}
.company_information .left .tag_list a {
	display:block;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #efefef;
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}
.company_information .left .tag_list a:hover {
	background:#fafafa;
	border:1px solid #ccc;
}
/* See also .vator_h1 in an_vator.css */
.company_information .content h1 {
	font-size: 18px !important;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
	margin-top:0;
}
.company_information .content .comments,
.company_information .content .comments li {
	margin:0;
	padding:0;
	list-style:none;
}
.company_information .content .comments li { margin-bottom: 10px; }
.company_information .content .comments .img {
	width:80px; float:left;
	padding-right:5px;
}
.company_information .content .comments .comment {
	width: 300px;
	float: left;
}
.company_information .content .comments .comment_wide {
	margin-top:5px;
	background:#efefef;
	padding:5px;
}
.company_information .content .comments .comment span {
	font-size:12px;
	font-weight:bold;
}
.company_information .content .comments .comment_wide .testimonial_head {
	display:block;
	padding:2px;
	font-size:12px;
	font-weight:bold;
	color: #333;
}
.expandable-section {
	max-height:70px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.expandable-link {
	font-size:12px;
	background:url(/images/icons/content_plus.gif) 3px 5px no-repeat;
	padding:3px;
	padding-left:16px;
	display:block;
}
.button_link {
	display:block;
	float:left;
	width:auto;
	background:url(/images/buttons/button_bg.png) top left repeat-x;
	margin-left:6px;
	margin-right:10px;
	cursor:pointer;
}
.button_link div {
	width:6px;
	height:22px;
	float:left;
	background:url(/images/buttons/button_left.png) top left no-repeat;
	margin-left:-6px;
}
.button_link span {
	display:block;
	float:left;
	width:auto;
	background:url(/images/buttons/button_right.png) top right no-repeat;
	font-size:12px;
	font-weight:bold;
	color: black;
	padding-top:3px;
	padding-right:11px;
	padding-left:5px;
	margin-right:-6px;
	height:22px;
}
.button_link_yellow {
	background:url(/images/buttons/button_yellow_bg.png) top left repeat-x;
}
.button_link_yellow div {
	background:url(/images/buttons/button_yellow_left.png) top left no-repeat;
}
.button_link_yellow span {
	background:url(/images/buttons/button_yellow_right.png) top right no-repeat;
}
.company_information .right .playlist {
	margin:0;
}
.company_information .right .playlist ul,
.company_information .right .playlist li {
	margin:0;
	padding:0;
	list-style:none;
}
.company_information .right .playlist li  { 
	cursor:pointer; 
	padding: 5px;
	margin-bottom:10px;
}
.company_information .right .playlist li:hover,
.company_information .right .playlist li.now_playing {
	background:#ffc;
}
.company_information .right .playlist .thumb {
	width:90px;
	float:left;
}
.company_information .right .playlist .description {
	width:180px;
	float:left;
	padding-left:10px;
}
.company_information .right .related {
	border:2px solid #efefef;
	margin:0;
	width:316px;
	margin-top:10px;
}
.company_information .right .related h1 {
	font-size:11px !important;
	padding:3px;
	margin:0;
	border-bottom:1px solid #ddd;
	background:#efefef;
	text-align:center;
	color: #888;
}
.company_information .right .related_companies h1 {
	background: #738bc8;
}
.company_information .right .related_blogs h1 {
	background: #ffa800;
}
.company_information .right .related ul,
.company_information .right .related li {
	margin:0;
	padding:0;
	list-style:none;
}
.company_information .right .related li  { 
	padding: 5px;
	margin-bottom:10px;
}
.company_information .right .related .thumb {
	width:90px;
	float:left;
}
.company_information .right .related .description {
	width:180px;
	float:left;
	padding-left:10px;
}

/* Rating related styles */
.cstar,
.cstar_selected,
.cstar_half {
	display:block;
	float:left;
	width:25px;
	height:24px;
	background:url(/images/star_large_off.gif) top left no-repeat;
	margin-right:4px;
}
.cstar_selected {
	background:url(/images/star_large.gif) top left no-repeat;
}
#rating_head {
	display:block;
	float:left;
	padding-top: 5px;
	padding-left: 5px;
}

/* Competition related styles */
#dont-forget {
	text-align: center;
	font-size:14px;
	font-weight:bold;
	color: orange;
}
.pitch_show_competition_nav {
	background-color: #B4CBFF;
	padding: 8px;
}
/* Company creation page style */
.pitch_type_box {
	border: 1px solid #cccccc;
	background-color: #efefef;
	float: left;
	width: 280px;
	height: 150px;
	padding: 15px 10px 15px 10px;
	font-size:16px;
	margin-right:20px;
	text-align:center;
}
.pitch_type_box .type_box_content {
}
.pitch_type_box .type_box_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pitch_type_box p {
	margin:0;
}
/* Form specific stuff */
.funding_box_form {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}


/* Layout is currently used on the home page */
.an_news_item { }
.an_news_item_photo {
	float: left;
}
.an_news_item_desc {
	margin-left: 210px;
	width: 350px; /* default width subject to change */	
}
.an_news_item_subtitle {
	margin-top: 10px;
}
.an_news_item_info {
	margin-top: 15px;
}


.show_all {
    margin-top: 16px;
    text-align: right
}









/* User section */
.about_me {
	position: relative;
	font-family: 'Raleway', arial, sans-serif; /*'Josefin Sans',*/
	/*font-family: 'Helvetica Neue', arial, sans-serif;*/
	font-size: 24px;
	color: #333;
	margin: 0 0 10px 0;
	padding: 8px 20px 8px 35px;
	line-height: 1.3em;
}
.user_basic_info {
	font-size: 13px;
	margin-bottom: 15px;
}
.user_title {
	font-weight:bold;
	font-size:14px;
	margin-bottom:2px;
}
.member_since {
}
.an_user_name_link {
	/* Bring link_black stuff in here */
	font-weight: bold;
}
/* User snapshots */
.an_user_snap {
	padding-top: 10px;
	padding-bottom: 10px;
}
.an_user_snap_img {
	float: left;
	margin-right: 10px;
	border: 1px solid #C5C5C5;
	padding: 1px;
	overflow: hidden;
}
.an_user_snap_img_small {
	width: 60px;
	height: 60px;
}
.an_user_snap_img_wide {
	width: 90px;
	height: 70px;
}
.an_user_snap_info {
	float: left;
}
.an_user_snap_name {
	margin-bottom: 2px;
}
/* VEQ */
ul#user_veq, #user_veq ul {
    margin: 0;
	padding: 0;
    list-style: none;
}
/* User questions */
.user_questions {
	font-size: 13px;
	line-height: 1.5em;
}
.user_questions .user_question {
	margin-bottom: 10px;
}
.user_questions .uq_question {
	font-weight: bold;
}
.user_questions .uq_answer {
	margin-top: 4px;
	margin-left: 20px;
	color: #333;
}
.user_container_left {
	border: 1px solid #bbb;
	background-color: white;
	margin-top: 10px;
	padding: 8px;
}
/* Edit/form customization */
.vator_form .user_form_questions td {
	padding-right: 10px;
}
.vator_form .user_form_questions option, .vator_form .user_form_questions select {
	font-size: 14px;
}
.vator_form .subquestion td.qleft {
	padding-left: 15px;
}

/* Added */
.vator_form .user_form_questions ul.holder li {
	white-space: initial;
}

/*.mceLayout {
	width: 515px !important;
}*/
.wysiwyg {
	height: 400px;
}
/* Temporary stuff to remove... */
.subheading_text {
	color: black;
	font-size: 13px;
}
.my_profile_textfield {
	/*border: none;*/
	font-size: 13px;
	font-weight: normal;
}

/* New styling */
#user_info {
  float: left;
}

#user_info ul {
  float: right;
  margin-top: 0;
  padding: 0;
}

#user_info li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
  min-width: 35px;
  font-size: 12px;
  color: #4a4a4a;
}

#user_info li:hover {
  cursor: pointer;
}

#user_info li.underline {
  padding-bottom: 5px;
  border-bottom: 8px solid #60d3c2;
}

#user_info li.separator {
  min-width: 0;
  cursor: default;
}


/* Resources tab */
/* Resources */
#resource_sp {
	float: left;
}
#resource_presentation {
	margin-left: 320px;
}
#resource_presentation h2 {
	margin-top: 0;
}
.resource_description {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size:1.1em;
}
#resource_instructions {
	font-weight: bold;
	color: #555;
}
#resource_gotolink {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
}
#resource_action {
	margin: 20px auto 20px 0;
}
#resource_result {
	border: 1px solid green;
	padding: 8px;
	font-size: 14px;
}
#resource_errors {
	padding-top: 5px;
}
#resource_form {
	margin-top: 10px;
}
#resource_autocomplete {
	padding-bottom: 5px;
}
.an_lead_form label, .an_lead_form_fake_label {
	float: left;
	width: 140px;
}
.an_lead_form label.an_required {
	font-weight: bold;
}
.an_lead_form label.label_inline {
	float: none;
	width: auto;
}
.an_lead_form select {
	width: 150px;
}
.an_lead_form_submit {
}
/* Resources snapshots */
.snap_resource {
	margin-bottom: 15px;
}
.snap_resource_logo {
	float: left;
}
.snap_resource_medium .snap_resource_info {
	margin-left: 100px;
}
/* Service provider snapshots */
.snap_sp {
	border: 1px solid #bbb;
	padding: 5px 10px 10px 10px;
	width: 280px;
	min-height: 50px;
}
.snap_sp_logo {
	text-align: center;
	margin: 5px auto 10px auto;
}
.snap_sp_brochure {
	margin: 8px auto 0 auto;
}
.snap_sp_brochure_preview {
	text-align: center;
}
.snap_sp_brochure_preview img {
	margin-top: 10px;
}
.snap_sp_profile {
	text-align: right;
	margin-top: 10px;
}
.snap_sp_desc ul {
	padding-left: 10px;
}
/* Premium providers */
#an_services_partners {
	margin-bottom: 20px;
}
#an_services_partners .an_vatorad {
	height: 240px; /* +10px padding */
}
#an_services_sp {
	width: 620px;
	overflow: hidden;
	float: left;
}
#an_services_resources {
	float:right;
	width: 320px;
}
#an_services_resources .an_resource_info {
	width: 240px;
}
/* START - Old stuff for VendorSeek */
#an_services_vendorseek {
	width: 600px;
	overflow: hidden;
	float: left;
}
#an_services_vendorseek #services {
	width:600px;
}
#an_services_vendorseek .boxtop, #an_services_vendorseek .boxcontent, #an_services_vendorseek .boxbottom {
	width:600px;
}
#an_services_vendorseek .boxcontent p {
	text-indent: 15px;
	width: 33%;
}
#an_services_vendorseek .an_h2 {
	margin-bottom: 5px;
}
/* END - Old stuff for VendorSeek */


/* Voice of the Entrepreneur - Company updates */
.link_black {
	color:#000000 !important;
	text-decoration:none !important;
}
/*
Anything above shouldn't be there
*/
h1#voice_title {
	text-align: center;
	font-size: 2.4em !important;
}

#voice {
	padding: 5px 5px 5px 5px;
}

.follower_stats {
    margin-left: 128px
}

.voice_outer {
	position: relative;
}

#voice span {
	font-weight: normal !important;
}

.voice_create {
	max-width: 430px;
	margin: 0 auto;
}

.voice_top {
	margin-top:10px;
	margin-bottom: 4px;
	position:relative;
}

#voice_title {
	padding-right: 36px;
	font-size: 18px;
}

.voice_remaining, .voice_comment_remaining {
	position:absolute;
	right:0;
	bottom:0;
	font-size: 19px;
	font-weight: bold;
	color: #999999;
}

.voice_remaining {
	bottom:0;
}

.voice_comment_remaining {
	top: 0;
}

.voice_update_button {
	float:right;
	width: 175px;
}

#voice_add {
	margin-bottom: 5px;
}

.dashboard_event .voice {
	padding:0;
}

.voice {
	padding: 2px;
	margin-bottom: 4px;
}

.dashboard_event .voice {
	border: none;
	background-color: white;
}

#voice_main_top {
  position: relative;
}

.voice_textarea_voice {
	border: 1px solid #999;
	width: 420px;
	padding: 4px;
	margin-bottom:8px;
	color: #555;
}

.voice_link_twitter {
	border: 1px solid #35ccff;
	text-align: center;
	background-color: #eee;
	float:left;
	width: 240px;
	padding: 10px;
	font-size: 12px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	line-height: 1.7em;
	margin-bottom: 15px;
}

.voice_message {
	line-height: 1.2em;
	font-size: 1.1em;
	margin-bottom: 3px;
}

.voice_info {
	padding-bottom: 3px;
}

.voice_extra_info {
	text-align: left;
}

.voice_time {
	color: #888888 !important;
	font-size:10px;
}

.voice_comments, .voice_votes {
	max-width: 450px;	
}

.voice_comment, .voice_votes_inner {
    position:relative;
	background-color: #efefef;
	border-top: 1px solid #dadada;
	padding: 2px;
	margin-bottom:4px;
}

.voice_votes_inner {
	margin-bottom: 6px;
}

.voice_votes_you {
	font-weight: bold;
}

.voice_comment_info, .voice_comment_message {
	margin-left:35px;
}

.voice_comment_message {
	line-height: 1.2;
}

.voice_textarea_comment {
	border: 1px solid #5C72AB;
	padding: 2px;
	width: 99%;
}

.voice_comment_submit {
	position: relative;
}

.voice_comment_button {
	float:left;
}

.voice_comment_remaining {
	font-size: 19px;
}

.voice_register {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #50A156;
	margin-bottom:2px;
}

img.thumb_up {
	vertical-align: -30%;
}

/* Moved dashboard events from default.css here - maybe not the best place */
.dashboard_events {
	padding:5px 0px 5px;
}

.dashboard_events span1 {
	margin:4px 0px 5px 10px;
	padding:4px 0px 5px;
}

.dashboard_event_date {
	font-weight: bold;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 5px;
}

.dashboard_event {
	padding-bottom: 5px;
}

.dashboard_event_line {
	height: 0;
	margin: 8px 3px 12px 3px;
	margin-top: 8px;
	border-bottom: 1px solid #dddddd;
}

.dashboard_event_logo {
	margin-right: 10px !important;
}


/* Vator inbox, that's a lot of f* code in there... */
.inbox {}
.inbox .border {
  border-top:3px #4b6198 solid;
  height:2px;
  font-size:2px;
}
.inbox .compose_bar {
  padding:2px 2px 2px 2px;
  float:left;
  width:794px;
}
.inbox .invite_user {
  float:left;
  padding-top:3px;
}
.inbox .actions {
  float:left;
  width:565px;
}
.inbox .inbox_select {
  margin-top:0px;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  color:#4b6198;
  background-color:#f2f2f2;
  border-top:1px solid #c6c6c6;
  border-bottom: 1px solid #cacaca;
  /*height:30px;
  min-height:30px;
  height:auto !important;*/
}
.inbox .blue_bar {
  margin:0;
  margin-top:-1px;
  background-color: #B4CBFF;
  color:black;
  font-weight:bold;
  height:30px;
}
.inbox .blue_bar_inner {
  padding:6px;
}
.inbox .actions_blue_bar {
  float:left;
  width:565px;
  }
.inbox .actions_blue_bar a {
  cursor:pointer;
}
.inbox .blue_bar_link {
  font-weight:normal;
  font-size:12px;
}
.inbox .subject {
  font-weight:normal;
}
.inbox .inbox_select .span_txt {
  width:66px;
  float:left;
  font-weight:bold;
  font-size:12px;
  color:#666666;
  text-align:right;
  padding-right:8px;
}
.spammer {
  border:3px #006699 solid;
  padding:5px;
  margin:5px 0px 5px 0px;
  height:190px;
  overflow:auto;
}
.spammer h4 {
  font-size : 12px;
}
.inbox .inbox_select strong{
  color:#4b6198;
}
.inbox .inbox_select a {
  cursor:pointer;
}
.inbox .inbox_box_link {
  color:#4b6198;
  font-weight:normal;
  font-size:12px;
  color:#4b6198;
}
.inbox .spacer {
  padding-left:6px;
  padding-right:6px;
}
.inbox .sender {
  color:#4b6198;
  margin:0px 0px 0px 2px ;
  font-weight:normal;
  text-decoration:none !important;
  font-size:12px;
  text-align:left;
}
.inbox .date, .msg {
  color:#666666;
  margin:0px 0px 0px 2px ;
  font-size:12px;
  text-align:left;
  margin-top:1px;
  text-decoration:none !important;
}
.inbox .inbox_image {
  width:60px;
  height:60px;
  text-align:center;
  padding:1px;
}
.inbox .inbox_image_none_float {
  width:70px;
  height:60px;
  text-align:center;
  padding:0px ;
  margin:0px;
  padding:5px 0px 5px 0px ;
}
.inbox_list {
  width:100%;
}
.inbox .inbox_list td {
   border-bottom:1px #c1d2fa solid;
   border-top:1px #FFFFFF solid;
}
.inbox .inbox_list tr:hover {
  background-color:#e0e7f8;
}
.inbox .inbox_list tr:hover {
  background-color:#e0e7f8;
}
#inbox_list_wrapper {
  padding:15px 10px 10px 10px;
}
/* inbox tab styles */
.inbox_tab_wrapper {
  height: 30px;
}
.inbox_tab_wrapper .tabs {
    width:330px;
    float:left;
}
.inbox_tab_wrapper .tabs a {
    display:block;
    float:left;
    padding-left:7px;
    padding-right:7px;
    padding-top:8px;
    padding-bottom:5px;
    font-size:12px;
    font-weight:bold;
    background: #999;
    color: white !important;
    text-align:center;
    text-decoration:none;
    margin-right:4px;
    height:17px;
}
.inbox_tab_wrapper .tabs .selected {
    background: #4B6198;
    color: #FFFFFF !important;
}
.inbox_tab_wrapper .compose_btn {
  float:right;
  padding-right:4px;
}
.inbox_tab_wrapper .tlinks {
    width:250px;
    float:right;
    text-align:right;
    padding-top:5px;
}
.message_read {
  background:white;
}
.message_unread {
  background-color:#e9effc;
  font-weight:normal;
  font-size:12px;
  color: black !important;
}
.inbox .msg_no_reply, .inbox .msg_reply {
  width:20px;
  display:block;
  float:left;
}
.inbox .msg_reply {
  background: url(../images/replssy.gif) no-repeat;
  background-position:right top;
}
.inbox .msg_checkbox {
  width:20px;
  text-align:center;
}
.msg_body {
  width:515px;
  cursor:pointer;
}
.invi {
  padding:15px 0;
  float:left;
  width: 100%;
}
.invi .invi_left {
  width:209px;
  float:left;
  z-index:2;
  position:relative;
}
.invi .invi_left span{
  color:#666666;
  font-size:12px;

}
.invi .invi_right{
  border:1px #b8ceff solid;
  padding-left:6px;
  margin-left:207px;
  height: auto !important; /* Firefox, Safari, IE7, etc */
  height: 122px; /* IE6 */
  min-height:122px; /* Firefox, Safari, IE7, etc */
}
.invi .pic_bg{
  background-image:url(/images/my_invitation_left_bg.gif);
  background-repeat:no-repeat;
  width:200px;
  height:90px;
  float:left;
  padding:2px 4px 0px 4px;
}
.invi .pic_bg img {
  margin:6px 0 0 3px ;
}
.invi .pic_bg span{
  color:#666666;
  font-size:11px;
  line-height:12px;
}
.invi .sender_name{
  color:#4b6198;
  margin:6px 0px 2px 0px ;
  font-weight:bold;
  font-size:12px;
  text-align:left;
}
.invi .company_name{
  color:#666666;
  margin:0px 0px 4px 0px ;
  font-size:12px;
  margin-top:1px;
  text-align:left;
  font-weight:bold;
}
.invi .sender_date{
  font-size:11px;
  color:#666666;
}
.invi .sender_data{
  font-size:11px;
  color:#666666;
  padding-left:70px;
}
.invi .buttons{
  margin:8px 0px 0px 12px;
  float:left;
  text-align:center;

}
.invi .message{
  border:1px solid #CCCCCC;
  background-color:#EEEEEE;
  margin:6px 6px 6px 0px;
  padding:5px;
  font-size:12px;
  height: auto !important; /* Firefox, Safari, IE7, etc */
  height: 46px; /* IE6 */
  min-height:46px; /* Firefox, Safari, IE7, etc */
}
.invi .message p{
  margin-top:0px;
  margin-bottom:0px;
  font-size:12px;
}
.invi .invitations{
  margin:6px 0px 6px 0px;
  padding:5px 5px 5px 0px;
  font-size:12px;
}
.invi .to_pitch{
  border:1px #b8ceff solid;
  float:right;
  width:200px;
  margin:6px;
  padding:4px;
}
.invi .to_pitch .pitch_name{
  color:#4b6198;
  margin:0px 0px 0px 2px ;
  font-weight:bold;
  font-size:12px;
}
.inbox .new_msg{
  background-color:#f1f4fb;
}
.inbox .conversation_outter {
  width: 838px;
  border-bottom:1px #e0e7f8 solid;
  border-right:1px #e0e7f8 solid;
  border-left:1px #e0e7f8 solid;
  border-top:1px #FFFFFF solid;
}
.inbox .conversation{
  padding:5px 5px 15px 5px;
}
.inbox .conversation_reply{
  padding:5px 5px 15px 5px;
}
.inbox .conversation:hover {

}
.inbox .conversation_selected {
  background-color:#f1f4fb;
  padding:5px 5px 5px 5px;
}
.inbox .conversation_selected:hover {}
.inbox .name_date {
margin:3px 14px 10px 3px;
padding-top:14px;
float:left;
text-align:right;
width:130px;

}
.inbox .detial_msg {
float:left;
margin-top:3px;
padding-top:14px;
width:450px;
line-height:16px;
padding-bottom:8px;
}
.inbox .detial_msg p{
padding:0px;
margin-top:0px;
margin-bottom: 6px;
line-height:16px;
}
.inbox .rep_for_link{
margin-top:18px;
}

.inbox .reply_box{
width:518px;
padding-left:116px;
float:left;
}
.reply_box .send_button{
  margin-top:5px;
  float:left;
  padding-left:104px;
}
.inbox .tarea{
float:right;
margin-left:4px;
}
.inbox .reply_box strong{
  font-weight:bold;
  font-size:12px;
  color:#4b6198;
  text-align:left;
}
.inbox .space{
height:4px;
font-size:2px;
}
/* message styles */
#mail_settings {
  border:1px solid #d0d0d0;
  background:#f3f3f3;
  margin-top:10px;
  width:796px;
}
#mail_settings h1 {
  background:#d0d0d0;
  padding:5px;
  font-size:1.6em;
  font-weight:normal;
  margin:0;
}
#mail_settings div, #send_invite div {
  padding:5px;
}
#send_invite {
  border:1px solid #ffd200;
  margin-top:10px;
}
#send_invite h1 {
  background:#ffd200;
  padding:5px;
  font-size:1.6em;
  font-weight:normal;
  margin:0;
}
.message_inner {
  padding:10px;
}

/* Investor introduction platform */
.intros {
  margin-top: 10px;
}
.intro_main {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.intro_clean {
  border: 0;
}
.intro_top {
  position: relative;
  margin-bottom: 10px;
}
.intro_top_content {
  margin-right: 140px;
}
.intro_date {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
}
.intro_content {
  border-top: 1px solid #dadada;
  background-color: #efefef;
  padding: 5px;
  margin-bottom: 15px;
}
.intro_sender {
  position: relative;
  min-height: 50px;
}
.intro_sender_pic {
  position: absolute;
  top: 0;
  left: 5px;
  height: 50px;
  width: 50px;
}
.intro_sender_content {
  margin-left: 60px;
}
.intro_message {
  margin-top: 4px;
}
.intro_bottom {
  position: relative;
}
.intro_status {
  border-left: 1px solid #dadada;
  background-color: #efefef;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 8px;
}


/* Events */
.event {
    overflow: hidden;
	position: relative;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.event_left {
	float:left;
}
.event_right {
	margin-left: 81px;
}


/* Partners and ads */
.an_vatorad_blank, .an_vatorad_border, .an_vatorad {
	float: left;
}
.an_vatorad_border, .an_vatorad {
	border: 1px solid #ddd;
}
.an_vatorad {
	padding: 5px;
	width: 290px;
}
.an_vatorad .vh3 {
	margin-top: 0px;
}
.an_vatorad_logo {
	text-align: center;
	margin-bottom: 8px;
}
.an_vatorad_middle_h {
	margin-left: 48px;
	margin-right: 48px;
}
.an_vatorad_desc {
	line-height: 1.4em;
}
/* buttons */
.ad_buttons {
	
}
.ad_button {
	float: left;
	/*border: 1px solid #DDD;
	padding: 4px;*/
  padding: 2px;
	width: 125px;
	height: 125px;
}
.ad_newline, .ad_under {
	clear: both;
}
.ad_under {
	padding-top: 8px;
}
/* 320 wide */
.ad_buttons_320 .ad_button {
	margin-left: 16px;
}
.ad_buttons_320 .ad_newline {
	margin-bottom: 16px;
}
.ad_buttons_320 .ad_under {
	margin: 0 18px 0 16px;
}
/* 300 wide */
.ad_buttons_300 .ad_button {
	margin-left: 10px;
}
.ad_buttons_300 .ad_newline {
	margin-bottom: 10px;
}
.ad_buttons_300 .ad_under {
	margin: 0 10px 0 10px;
}


/* Style specific to settings pages */
/* Twitter account settings customization */
#twitter_account_moreinfo {
	border: 1px solid #35ccff;
	margin-top:5px;
	padding:5px;
	line-height: 1.4em;
}


/* Posts and post comments */
.post_show_spam {
	margin-bottom: 20px;
	border: solid 1px #bbb;
	padding: 4px;
}
.post_outer {
	margin-bottom: 20px;
}
.post {
	border: solid 1px #ddd;
	padding: 4px;
	margin-bottom: 8px;
}
.post_over {
	border: solid 1px #aaa;
}
.post_content {
	margin-left: 65px;
}
.post_title_outer {
	margin-bottom: 4px;
}
.post_title {
	font-weight: bold;
	font-size: 14px;
}
.post_info {
	position: relative;
	margin-top: 2px;
}
.post_menu {
	display: none;
	position: absolute;
	right: 0;
}
.post_menu_over {
	display: inline;
}
.post_menu ul, .post_comment_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.post_menu li, .post_comment_menu li {
	display: inline;
	padding-left: 8px;
}
.post_comments_outer {
	margin-left: 65px;
}
.post_comment_new textarea {
	border: 1px solid #aaa;
	width: 99%;
	margin-bottom: 4px;
	padding: 2px;
}
.post_comment {
	border-top: solid 1px #ddd;
	background-color: #efefef;
	padding: 2px 3px 3px 3px;
	margin-bottom: 4px;
}
.post_comment_over {
	border-top: solid 1px #aaa;
}
.post_comment_content {
	margin-left: 35px;
}
.post_comment_info {
	position: relative;
}
.post_comment_menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}
.post_comment_menu_over {
	display: inline;
}


/* Pagination style for will-paginate gem */
.pagination {
    margin: 3px;
    float: right;
    padding-bottom: 6px;
    padding-right: 15px;
}
.pagination a {
    float: left;
    border: 1px solid #9c9c9c;
    color: black !important;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin-left: 4px;
    background: #e3e3e3;
}
.pagination a:hover, .pagination a:active {
    background: #84ce89;
}
.pagination span.current {
    text-align: center;
    text-decoration: none;
    margin-left: 4px;
    border: 1px solid #9c9c9c;
    width: 25px;
    color: white !important;
    background: #84ce89;
    float: left;
}
.pagination span {
    float: left;
}
.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
    width: 25px;
    float: left;
    display: none;
}
.calendar {
    margin: auto;
}
.monthName th {
    font-weight: normal;
    font-size: 1em;
    text-align: right;
    padding-top: 1em;
    padding-bottom: 0.7em;
}
.dayName th {
    font-size: 1.2em;
    padding-top: 0.6em;
    padding-bottom: 0.3em;
    background-color: #303030;
    color: white;
}
.otherMonth, .day, .specialDay {
    padding: 0.7em 1em;
    border-right: 1px solid white;
}
.otherMonth {
    color: #cccccc;
}
.weekendDay {
    background-color: #eeeeee;
}
.day, .specialDay {
    text-align: center;
    border-bottom: 1px dotted #bbbbbb;
}
.day a {
    padding: 0.5em;
}
.specialDay {
    background-color: #d10a21;
    color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
    color: white;
    text-decoration: none;
    padding: 0.5em;
}
.specialDay a:hover {
    color: white;
    background-color: black;
}
.today {
    border: 2px inset white
}

/* Directory/categories/tags */
.directory_menu {
  background-color: #EFEFEF;
  border-bottom: 1px solid #DADADA;
  text-align: right;
  margin-left: -2px;
  margin-top: -8px;
  margin-bottom: 15px;
  padding: 5px 8px;
}
.dmenu_selected {
  font-weight: bold;
}
.mcategory_section {
  margin-bottom: 8px;
}
.mcategory_level {
  font-weight: bold;
  margin-bottom: 4px;
}
.mcategory_content {
  padding-left: 6px;
  color: #333;
}
.mcategory_content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mcategory_content li {
  margin-bottom: 2px;
}
.dload_more {
  background-color: #EFEFEF;
  border: 1px solid #DADADA;
  padding: 5px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 15px;
}


/*
    http://www.jacklmoore.com/colorbox/
    MIT License
*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#111111;}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* For other customizations not worthy of having their own CSS file yet */
/* Facebook stuff */
img#large_fb_badge {
 float: left;
 display: inline;
 margin: 0 10px 10px 0;
}
#fb_login_wrapper {
 float: left;
 display: inline;
 text-align: center;
 margin: 10px 10px 25px;
 padding: 10px 5px 20px 5px;
 background-color: #fff;
}
#fb_privacy_wrapper {
  margin-top: 15px;
}
#fb_privacy_wrapper, #select_toggle {
 float: left;
 display: inline;
 text-align: left;
}
#fb_lbutton_wrap {
 margin-bottom: 10px;
}
#fb_privacy_shield {
 float: left;
 display: inline;
 clear: none;
 margin: 5px 10px 5px 18px;
}
#fb_privacy_text {
  font-size: 12px !important;
}
#fb_friends_wrapper_disabled {
 width: 630px;
 min-height: 400px;
 margin: auto;
 padding: 4px;
}
.fb_reg_head_txt, .fb_reg_txt {
 font-size: 1.2em;
}
.fb_reg_header {
 margin: 15px 0 0;
 text-align: center;
}
.fb_reg_head_txt {
 margin-bottom: 5px;
}
.fb_reg_txt {
 margin-top: 5px;
}
/* Partner page related styles */
/* Microsoft Bizspark */
.bizspark {
	line-height: 1.3em;
}
.bizspark .left {
	width:600px;
	float:left;
	padding-left:10px;
}
.bizspark .left .heading div {
	margin-top:4px;
	margin-bottom: 10px;
	font-size:20px;
	color: #feba31;
	line-height: 1.2em;
}
.bizspark .left .heading .color1 {
	color: #52af35;
}
.bizspark .left .heading .color2 {
	color: #107aa2;
}
.bizspark .left .content { }
.bizspark .left h1 {
	font-size:24px !important;
	font-weight:normal;
	margin-bottom:10px;
}
.bizspark .left h2 {
	margin: 15px auto 6px 0;
	font-size:18px;
	padding-top:10px;
}
.bizspark .left h3 {
	font-size:14px;
	padding-top:10px;
	padding-bottom:3px;
}
.bizspark .left h4 {
	font-size: 12px;
	margin-top:14px;
	margin-bottom:2px;
}
.bizspark .h3_content {
	padding-left: 20px;
}
.bizspark .left ul {
	margin: 4px auto 4px 10px;
	padding-left:5px;
}
.bizspark .left li ul {
	margin: 0 auto 0 10px;
	padding-left:5px;
}
.bizspark .left li {
	padding-top:2px;
}
.bizspark .left em {
	color:#888;
}
.bizspark .right {
	width:320px;
	float:right;
	margin-right:10px;
	padding:5px;
	padding-bottom:20px;
	background:url(/images/partners/microsoft/bizspark/right_shadow.jpg) bottom left repeat-x #eee;
}
.bizspark .right, .bizspark_grey {
	width:320px;
	margin-right:10px;
	padding:5px;
	padding-bottom:20px;
	background:url(/images/partners/microsoft/bizspark/right_shadow.jpg) bottom left repeat-x #eee;
}
.bizspark_join {
	padding:10px;
	padding-bottom:0;
}
.bizspark_join h1 {
	font-size:18px;
	font-weight:bold;
	color: black;
	padding-bottom:10px;
}
.bizspark_join .join_submit {
	padding:10px;
	text-align:center;
}
.bizspark .footer {
	padding:15px;
	border:1px solid #ddd;
	background:#fafafa;
	color:#333;
	margin-top:20px;
}
#bizspark_content ul {
	margin-top: 8px;
	margin-bottom: 0;
}
#bizspark_messages, #bizspark_errors {
	color: black;
	padding:10px;
	background:white;
	margin-bottom:10px;
	border:1px solid #0066FF;
}
#bizspark_messages h1 {
	font-size:14px !important;
	font-weight:bold;
	color: black;
	margin:0;
	background:url(/images/success.gif) top left no-repeat;
	padding-left:36px;
	padding-top:7px;
}

/* Not sure where to put this yet. Customizing registration */
.content_header {
  font-family: "Lato", "HelveticaNeue", Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 36px;
  color: #4a4a4a;
  display: inline-block;
  border-bottom: 12px solid #60d3c2;
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.login_link {
  font-family: "Lato", "HelveticaNeue", Helvetica, sans-serif;
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-bottom: 40px;
}

.login_wrapper {
  text-align: center;
  margin: 10px 10px 25px;
  padding: 10px 5px 20px 5px;
}

.social_button {
  background-color: #fff;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding: 8px 6px;
}

.fa.fa-facebook {
  background-color: #415aa7;
  color: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 4px;
  border-radius: 18px 18px 18px 18px;
  -moz-border-radius: 18px 18px 18px 18px;
  -webkit-border-radius: 18px 18px 18px 18px;
}
.fa.fa-linkedin {
  background-color: #0060a2;
  color: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 4px;
  border-radius: 18px 18px 18px 18px;
  -moz-border-radius: 18px 18px 18px 18px;
  -webkit-border-radius: 18px 18px 18px 18px;
}

.social_button_text {
  position: relative;
  top: -5px;
}

.fb_reg_txt {
  font-family: "Lato", "HelveticaNeue", Helvetica, sans-serif;
}

.social_login_button {
  font-family: "Lato", "HelveticaNeue", Helvetica, sans-serif;
  margin-bottom: 2.5%;
}

.nav-container {
  border-bottom: 7px solid #60d3c2;
  padding: 16px 21px;
  margin-bottom: 70px;
}

.nav-container .nav-body {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.nav-container .nav-body a {
  font-family: "Lato", "HelveticaNeue", Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 15px;
  color: #4a4a4a;
  text-decoration: none;
}

.vator-logo {
  font-family: "Lato", "HelveticaNeue", Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 28px;
  width: 100px;
}

.nav-body .vator-logo {
  display: inline;
  margin-right: 15px;
}

.vator-logo span.home-brand-color {
    color: #72c02c !important
}

.vator-logo span.brand-color {
    color: #60d3c2;
}

.nav-container .nav-body ul {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
}


.nav-container .nav-body ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    float: left;
}

.accept-terms {
    font-family: "Lato", "HelveticaNeue", Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
    margin: 8px 17px;
}

form .c2a-button {
  font-family: "Lato", "HelveticaNeue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: white;
  border-radius: 4px;
  background-color: #5870a5;
  box-shadow: 0 2px 0 #465a84;
  border: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  min-width: 175px;
  box-sizing: border-box;
  cursor: pointer;
}

form .c2a-button.large {
  padding: 11px 40px;
}

form#new_user input[type=text], form input[type=password], form input[type=email] {
  font-family: "Lato", "HelveticaNeue", Helvetica, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 4px 0 5px 15px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: 16px;
}


/* DO NOT ADD ANYTHING TO THIS FILE - REMOVE OR USE THE NEW FILES INSTEAD - ASK IF NEEDED */
/* thickbox */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* DO NOT ADD ANYTHING TO THIS FILE - REMOVE OR USE THE NEW FILES INSTEAD - ASK IF NEEDED */

#lightwindow_overlay{display:none;visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100px;z-index:500;}#lightwindow{display:none;visibility:hidden;position:absolute;z-index:999;line-height:0;}#lightwindow_container{display:none;visibility:hidden;position:absolute;padding:0;margin:0;}* html #lightwindow_container{overflow:hidden;}#lightwindow_contents{overflow:hidden;z-index:0;position:relative;border:10px solid #fff;background-color:#fff;}#lightwindow_loading{height:100%;width:100%;top:0;left:0;z-index:9999;position:absolute;background-color:#f0f0f0;padding:10px;}#lightwindow_loading_shim{display:none;left:0;position:absolute;top:0;width:100%;height:100%;}#lightwindow_loading span{font-size:12px;line-height:32px;color:#444;float:left;padding:0 10px 0 0;}#lightwindow_loading span a,#lightwindow_loading span a:link,#lightwindow_loading span a:visited{color:#09F;text-decoration:none;cursor:pointer;}#lightwindow_loading span a:hover,#lightwindow_loading span a:active{text-decoration:underline;}#lightwindow_loading img{float:left;margin:0 10px 0 0;}#lightwindow_navigation{position:absolute;top:0;left:0;display:none;}#lightwindow_navigation_shim{display:none;left:0;position:absolute;top:0;width:100%;height:100%;}#lightwindow_navigation a,#lightwindow_navigation a:link,#lightwindow_navigation a:visited,#lightwindow_navigation a:hover,#lightwindow_navigation a:active{outline:none;}#lightwindow_previous,#lightwindow_next{width:49%;height:100%;background:transparent url(../images/blank.gif) no-repeat;display:block;}#lightwindow_previous{float:left;left:0;}#lightwindow_next{float:right;right:0;}#lightwindow_previous:hover,#lightwindow_previous:active{background:url(../images/prevlabel.gif) left 15% no-repeat;}#lightwindow_next:hover,#lightwindow_next:active{background:url(../images/nextlabel.gif) right 15% no-repeat;}#lightwindow_previous_title,#lightwindow_next_title{display:none;}#lightwindow_galleries{width:100%;position:absolute;z-index:50;display:none;overflow:hidden;margin:0 0 0 10px;bottom:0;left:0;}#lightwindow_galleries_tab_container{width:100%;height:0;overflow:hidden;}a#lightwindow_galleries_tab,a:link#lightwindow_galleries_tab,a:visited#lightwindow_galleries_tab{display:block;height:20px;width:77px;float:right;line-height:22px;color:#fff;text-decoration:none;font-weight:bold;cursor:pointer;font-size:11px;color:#ffffbe;background:url(../images/black-70.png) repeat 0 0 transparent;}* html a#lightwindow_galleries_tab,* html a:link#lightwindow_galleries_tab,* html a:visited#lightwindow_galleries_tab{background:none;background-color:#000;opacity:.70;filter:alpha(opacity=70);}a:hover#lightwindow_galleries_tab,a:active#lightwindow_galleries_tab{color:#ffffbe;}#lightwindow_galleries_tab_span{display:block;height:20px;width:63px;padding:0 7px 0 7px;}#lightwindow_galleries_tab .up{background:url(../images/arrow-up.gif) no-repeat 60px 5px transparent;}#lightwindow_galleries_tab .down{background:url(../images/arrow-down.gif) no-repeat 60px 6px transparent;}#lightwindow_galleries_list{background:url(../images/black-70.png) repeat 0 0 transparent;overflow:hidden;height:0;}* html #lightwindow_galleries_list{background:none;background-color:#000;opacity:.70;filter:alpha(opacity=70);}.lightwindow_galleries_list{width:200px;float:left;margin:0 0 10px 0;padding:10px;}.lightwindow_galleries_list h1{color:#09F;text-decoration:none;font-weight:bold;cursor:pointer;padding:10px 0 5px 0;font-size:16px;}.lightwindow_galleries_list li{margin:5px 0 5px 0;list-style-type:none;}.lightwindow_galleries_list a,.lightwindow_galleries_list a:link,.lightwindow_galleries_list a:visited{display:block;line-height:22px;color:#fff;text-decoration:none;font-weight:bold;cursor:pointer;padding:0 0 0 10px;font-size:11px;}.lightwindow_galleries_list a:hover,.lightwindow_galleries_list a:active{background:#000;color:#ffffbe;border-left:3px solid #ffffbe;padding:0 0 0 7px;}#lightwindow_data{position:absolute;}#lightwindow_data_slide{position:relative;}#lightwindow_data_slide_inner{background-color:#fff;padding:0 10px 10px 10px;}#lightwindow_data_caption{padding:10px 0 0 0;color:#666;line-height:25px;background-color:#fff;clear:both;}#lightwindow_data_details{background-color:#f0f0f0;padding:0 10px 0 10px;height:20px;}#lightwindow_data_author_container{width:40%;text-align:right;color:#666;font-style:italic;font-size:10px;line-height:20px;float:right;overflow:hidden;}#lightwindow_data_gallery_container{font-size:10px;width:40%;text-align:left;color:#666;line-height:20px;float:left;overflow:hidden;}#lightwindow_title_bar{height:25px;overflow:hidden;}#lightwindow_title_bar_title{color:#ffffbe;font-size:14px;line-height:25px;text-align:left;float:left;}a#lightwindow_title_bar_close_link,a:link#lightwindow_title_bar_close_link,a:visited#lightwindow_title_bar_close_link{float:right;text-align:right;cursor:pointer;color:#ffffbe;line-height:25px;padding:0;margin:0;}a:hover#lightwindow_title_bar_close_link,a:active#lightwindow_title_bar_close_link{color:#fff;}#lightwindow p{color:#000;padding-right:10px;}