/* GENERAL STYLES */
.n_profilewall
{
  position: relative;
  float: left;
  height: 203px;
  width: 435px;
  background: url(/img/network/connect.png) right no-repeat;
  overflow: hidden;
  margin: 0 20px 20px 0;
}

.n_profilewall .n_pic
{
  float: left;
  margin: 0 1px 1px 0;
}

.n_profilewall .n_pic img
{
  filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
}

.n_profilewall .n_pic img:hover
{
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

.n_profilewall .n_crepro
{
  position: absolute;
  top: 87px;
  left: 105px;
  width: 196px;
  height: 29px;
  background: url(/img/network/crepro.png);
  font-size: 14px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
  color: #333;
  visibility: hidden;
}

.n_profilewall .n_crepro a
{
  color: #333;
}

.n_profilewall .n_crepro a:hover
{
  text-decoration: underline;
}

.n_profilewall .n_crepro span
{
  color: #800000;
}

.n_profilewall .corner_top_right,
.n_profilewall .corner_bottom_right
{
  right: 28px;
}

.n_groups
{
  position: relative;
  float: left;
  width: 415px;
  height: 143px;
  background: #ddd;
  padding: 50px 10px 10px 10px;
  margin: 0 0 20px 0;
}

.n_groups .n_list
{
  width: 425px;
}

.n_groups .n_list .n_group
{
  position: relative;
  float: left;
  width: 110px;
  height: 16px;
  padding: 0 0 0 21px;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
  margin: 0 10px 7px 0;
}

.n_groups .n_list .n_group a
{
  height: 100%;
  color: #666;
  display: block;
}

.n_groups .n_list .n_group a:hover
{
  color: #800000;
}

.n_groups .n_list .n_group img
{
  position: absolute;
  top: 0px;
  left: 0px;
}

.n_groups .n_list .n_group .n_txt
{
  width: 500px;
  cursor: pointer;
}

.n_groups .n_all
{
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding: 9px 0 0 0;
  border-top: 1px dotted white;
  margin: 3px 0 0 0;
}

.n_groups .n_all a
{
  color: #666;
}

.n_groups .n_all a:hover
{
  text-decoration: underline;
}

.n_posts
{
  position: relative;
  float: left;
  width: 415px;
  background: #c8d6de;
  padding: 50px 10px 10px 10px;
  margin: 0 20px 0 0;
}

.n_posts .n_post
{
  overflow: hidden;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted white;
  margin: 0 0 10px 0;
}

.n_posts .n_post .n_img
{
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.n_posts .n_post .n_img img
{
  position: absolute;
  top: 0px;
  left: 0px;
}

.n_posts .n_post .n_txt
{
  float: left;
  width: 355px;
  height: 50px;
  line-height: 17px;
  font-size: 11px;
  color: #666;
  overflow: hidden;
}

.n_posts .n_post .n_txt a
{
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.n_posts .n_post .n_txt a:hover
{
  text-decoration: underline;
}

.n_posts .n_all
{
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

.n_posts .n_all a
{
  color: #666;
}

.n_posts .n_all a:hover
{
  text-decoration: underline;
}

.n_events
{
  position: relative;
  float: left;
  width: 415px;
  background: #ded8bd;
  padding: 50px 10px 10px 10px;
}

.n_events .n_event
{
  overflow: hidden;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted white;
  margin: 0 0 10px 0;
}

.n_events .n_event .n_calendar
{
  float: left;
  width: 50px;
  height: 50px;
  background: url(/img/frontpage_events_img.png);
  overflow: hidden;
  margin: 0 10px 0 0;
}

.n_events .n_event .n_calendar .n_month
{
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: white;
}

.n_events .n_event .n_calendar .n_day
{
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.n_events .n_event .n_txt
{
  float: left;
  width: 355px;
  height: 50px;
  line-height: 17px;
  font-size: 11px;
  color: #666;
  overflow: hidden;
}

.n_events .n_event .n_txt a
{
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.n_events .n_event .n_txt a:hover
{
  text-decoration: underline;
}

.n_events .n_all
{
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

.n_events .n_all a
{
  color: #666;
}

.n_events .n_all a:hover
{
  text-decoration: underline;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

