@CHARSET "UTF-8";

body,html {
  color: #000;
  background-color: #ffffff;
}

h1 {
  color: #000;
}

a,a:hover {
	color: #000;
}
h3.hpTabOff {
  color:#000;	
}
div.user-menu-on,
div.user-menu-off {
  margin-top:-7px;
  border: 0px;
  padding: 5px;
  padding-left: 6px;
  padding-right: 6px;
  float:left;
  color: #ff008c;
  cursor:pointer;
}
div.user-menu-off {
  border:0px;
  color:#000;
}
@media all and (min-width: 0) {
div[class$="user-menu-on"] {
margin-top:-11px;
} 
}    
@media all and (min-width: 0) {
div[class$="user-menu-off"] {
margin-top:-11px;
} 
}   
.form_error {
	color: red;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
/*
hr {
  color: #8f8f8f;
  background-color: #8f8f8f;
  height: 1px;
  width:100%;
}*/
hr {
  background-color: white;
  background-repeat: no-repeat;
  height: 0px;
  border:0px;
  width:100%;
  display:none;
}

div#shoutbox {
  	background-color: #fff;
}

.blackButton {
 background-color: black;
 background-image: url('../images/btn-sub-bg-bl.gif');
 background-repeat: repeat-x;
 color: white;
 font-weight: bold;
 border:0px;
 padding:4px;
 cursor:pointer;
}
.grayButton {
 background-color: gray;
 background-image: url('../images/btn-sub-bg-gr.gif');
 background-repeat: repeat-x;
 color: white;
 font-weight: bold;
 border:0px;
 padding:4px;
 cursor:pointer;
}
.txtarea-bl {
  color:#000;
}

div#header {
  background-image:url( '../images/white/layout-bg.jpg' );
  background-repeat: no-repeat;
  height: 93px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 0;
}

img#avatar {
 border:1px solid #000;
}
.map-big-container {
  border: 1px solid black;
}

