  /**********/
 /* LAYOUT */
/**********/
#outerwrapper
{
	background-color: #FFFFFF;
}
#innerwrapper
{
	background-image: url(/images/bg/signal_bg_content_sub.jpg);
  background-repeat: y-repeat;
  background-position: top center;
	background-color: #FFFFFF;
	height: 1%;
}

#contentwrapper
{
  background-image: url(/images/bg/signal_header_couple_sub.jpg);
  background-repeat: no-repeat;
  background-position: top center;
	height: 1%;
	*padding-left:1px;
}

/**********/
/* HEADER */
/**********/

#header 
{
	height: 390px;
}

/**********/
/* CONTENT */
/**********/

.margin_top_20 {
  margin-top:25px;
}

/**********/
/* FORMS */
/**********/

input.login_button
{
  height:22px;
  width:47px;
  margin: 0px;
  padding: 1px;
  border: 0;
  font-size: 11px;
  color: #FFFFFF;
  background-image: url(/images/sidebar/login_btn.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
input.input_text
{
  height:22px;
  width:105px;
  margin: 0px;
  padding: 5px;
  border: 0;
  font-size: 11px;
  color: #858585;
  background-image: url(/images/sidebar/login_input.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

.form-error
{
  background: #FF5E5E url(/images/icons/attention.png) center no-repeat;
  background-position: 15px 50%;
  color: #FFFFFF;
  border: 2px solid #FF0000;
  text-align: left;
  line-height: 20px;
}
.form-success
{
  background: #CBFF97 url(/images/icons/accept.png) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  xpadding: 5px 20px 5px 20px;
  color: #009900;
  border: 2px solid #009900;
}

/**********/
/* Sidemenu */
/**********/

#navbar {
  
}

#navbar ul {
  float: left;
  width: 100%;
  border-top: 1px solid #c2edff;
}
#navbar ul li {
  float: left;
  width: 100%;
	list-style-type:none;
  margin:0;
  padding:0;
}

#navbar ul li a {
  display: block;
  color: #009fe3;
  font-size: 1.1em;
  text-decoration: none;
  background: url(/images/sidebar/link_arrow.gif) left no-repeat;
  border-bottom: 1px solid #c2edff;
  padding: 0.4em 0 0.4em 15px;
}

#navbar ul li a.active,
#navbar ul li a:hover,
#navbar ul li a:focus {
  color: #0173a3;
  background: #eaf9ff url(/images/sidebar/link_arrow_hover.gif) left no-repeat;
  text-decoration: none;
}

#navbar ul li.nofocus a {
  display: block;
  color: #009fe3;
  font-size: 1.1em;
  text-decoration: none;
  background: url(/images/sidebar/link_arrow.gif) left no-repeat;
  border-bottom: 1px solid #c2edff;
  padding: 0.4em 0 0.4em 15px;
}

#navbar ul li.nofocus a:hover {
  color: #0173a3;
  background: #eaf9ff url(/images/sidebar/link_arrow_hover.gif) left no-repeat;
  text-decoration: none;
}


.menu_header {
  color: #009fe3;
	margin-bottom: 10px;
}

#navbar li.sidebar_nav_header {
  color: #009fe3;
  border-bottom: 1px solid #c2edff;
  margin-top: 2em;
  padding: 0 0 1em 0;
}

span.backlink a {
  margin-left:10px;
  line-height:2em;
}

