/* GENERAL STYLES */
.s_imgwall
{
  position: relative;
  height: 152px;
  background-image: url(/img/network/imgwall_right.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  padding-right: 125px;
  overflow: hidden;
  margin-bottom: 20px;
}

.s_imgwall img
{
  border: 0px;
  margin: 0px 1px 1px 0px;
}

.s_imgwall img:hover
{
  width: 44px;
  height: 44px;
  padding: 1px;
  border: 2px solid #800000;
}

.s_blog_new
{
  float: left;
  position: relative;
  width: 415px;
  background: #cfdee5;
  padding: 10px;
  margin: 0px 20px 0px 0px;
}

.s_blog_new_title
{
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 21px;
  font-size: 14px;
  font-weight: bold;
  color: #5c6366;
}

.s_blog_new_post
{
  height: 63px;
  overflow: hidden;
  margin-top: 10px;
}

.s_blog_new_post a
{
  text-decoration: none;
  color: #5c6366;
}

.s_blog_new_post a:hover
{
  text-decoration: underline;
}

.s_blog_new_post img
{
  float: left;
  border: 0px;
  margin-right: 10px;
}

.s_blog_new_post span
{
  color: #8a9499;
}

.s_blog_pop
{
  background: #e2e5cf;
  margin: 0px;
}

.s_blog_pop .s_blog_new_title, .s_blog_pop .s_blog_new_post a
{
  color: #64665c;
}

.s_blog_pop .s_blog_new_post span
{
  color: #96998a;
}

.s_events
{
  float: left;
  position: relative;
  width: 870px;
  background: #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.s_groups
{
  float: left;
  position: relative;
  width: 870px;
  background: #ccc;
  padding: 10px;
}

.e_events
{
  position: relative;
  float: left;
  width: 665px;
  color: #333;
  background: #ddd;
  padding: 50px 10px 10px 10px;
  overflow: hidden;
}

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

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

.e_events .e_event .e_calendar .e_month
{
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: white;
}

.e_events .e_event .e_calendar .e_day
{
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.e_events .e_event .p_pic
{
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.e_events .e_event .p_pic img
{
  position: absolute;
  top: 0px;
  left: 0px;
}

.e_events .e_event .e_txt
{
  float: left;
  width: 605px;
  height: 50px;
  line-height: 17px;
  font-size: 11px;
  color: #666;
  overflow: hidden;
}

.e_events .e_event .e_txt a
{
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.e_events .e_event .e_txt a:hover
{
  text-decoration: underline;
}

.e_events .e_all
{
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.e_events .e_all a
{
  color: #666;
}

.e_events .e_all a:hover
{
  text-decoration: underline;
}

.e_right
{
  float: right;
  width: 185px;
  color: #333;
  overflow: hidden;
  margin-top: -20px;
}

.e_sort
{
  position: relative;
  background: #ddd;
  padding: 40px 10px 10px 10px;
  margin: 20px 0 0 0;
}

.e_sort select
{
  width: 100%;
  font-family: arial;
  font-size: 11px;
  color: #666;
}

.e_search
{
  position: relative;
  background: #c8d6de;
  padding: 40px 10px 10px 10px;
  color: #737b80;
  margin: 20px 0 0 0;
}

.e_search_input
{
  height: 17px;
  background: url(/img/jobnet/search_input.png);
  padding-top: 3px;
  padding-left: 10px;
}

.e_search_input input
{
  background: none;
  width: 145px;
  height: 14px;
  font-family: arial;
  font-size: 11px;
  color: #5c6366;
  padding: 0px;
  border: 0px;
  margin: 0px;
}

.e_search_searchfields
{
  position: relative;
  height: 20px;
  font-size: 11px;
  line-height: 13px;
  line-height: 20px;
  margin-top: 5px;
}

.e_search_searchfields a
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 41px;
  height: 20px;
  background-image: url(/img/jobnet/search_button.png);
}

.e_search_searchfields a:hover
{
  background-position: 0% 100%;
}

.e_right .e_categorys
{
  position: relative;
  background: #ded6c8;
  padding: 35px 10px 10px 10px;
  font-size: 11px;
  color: #666;
  margin: 20px 0 0 0;
}

.e_right .e_categorys .e_category
{
  position: relative;
  height: 22px;
  line-height: 22px;
  border-bottom: 1px dotted white;
}

.e_right .e_categorys .e_category input
{
  position: absolute;
  top: 5px;
  right: 0px;
  width: 13px;
  height: 13px;
  margin: 0px;
}

.e_right .e_categorys .e_category_button
{
  float: right;
  position: relative;
  height: 20px;
  margin: 5px 0 0 0;
}

.e_right .e_categorys .e_category_button a
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 79px;
  height: 20px;
  background-image: url(/img/search/button_update.png);
}

.e_right .e_categorys .e_category_button a:hover
{
  background-position: 0% 100%;
}

.e_register
{
  position: relative;
  height: 40px;
  background: #d3deb1 url(/img/frontpage_title.png);
  padding: 0;
  overflow: hidden;
  margin-top: 10px;
}

.e_register a
{
  height: 40px;
  background-image: url(/img/icons/24_plus.png);
  background-position: 10px 8px;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
  padding-left: 44px;
  display: block;
}

.e_register a:hover
{
  text-decoration: underline;
}

.e_register_popup
{
}

.e_register_bg
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 997;
  filter: alpha(opacity=20);
  opacity: 0.2;
  -moz-opacity: 0.2;
}

.e_register_white
{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 410px;
  height: 338px;
  background: url(/img/event_register_bg.png);
  padding: 30px;
  margin-top: -189px;
  margin-left: -235px;
  z-index: 998;
}

.e_register_txt
{
  float: left;
  width: 100px;
  line-height: 22px;
  text-align: right;
  color: #333;
  margin-bottom: 10px;
}

.e_register_txt span
{
  color: red;
}

.e_register_input
{
  float: right;
  width: 300px;
  height: 22px;
  background: url(/img/popup_input.png);
  overflow: hidden;
  margin-bottom: 10px;
}

.e_register_input input
{
  height: 16px;
  width: 280px;
  background: none;
  padding: 0;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  border: 0;
  margin: 3px 10px;
}

.e_register_textarea
{
  float: right;
  width: 300px;
  height: 50px;
  background: url(/img/popup_textarea.png);
  overflow: hidden;
  margin-bottom: 10px;
}

.e_register_textarea textarea
{
  height: 44px;
  width: 287px;
  background: none;
  padding: 0 0 0 7px;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  border: 0;
  margin: 3px 3px;
}

.e_buttons
{
  float: right;
  height: 22px;
  font-weight: bold;
  line-height: 22px;
  overflow: hidden;
}

.e_buttons img, .e_buttons input
{
  position: absolute;
  top: 3px;
  left: 5px;
  border: 0px;
  behavior: url(/iepngfix.htc);
}

.e_button_active
{
  position: relative;
  float: left;
  height: 22px;
  background: url(/img/controlpanel/button_left.png) no-repeat 0% 100%;
  margin-left: 10px;
  display: inline;
}

.e_button_active a
{
  background: url(/img/controlpanel/button_right.png) no-repeat 100% 100%;
  padding-left: 26px;
  padding-right: 10px;
  text-decoration: none;
  color: #66645c;
  display: block;
}

.e_button_link
{
  position: relative;
  float: left;
  height: 22px;
  background: url(/img/controlpanel/button_left.png) no-repeat;
  margin-left: 10px;
  display: inline;
}

.e_button_link a
{
  background: url(/img/controlpanel/button_right.png) no-repeat 100% 0;
  padding-left: 26px;
  padding-right: 10px;
  text-decoration: none;
  color: #666;
  display: block;
}

/* EDITOR PROPERTIES */

