@charset "utf-8";

* { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
	letter-spacing:0.02em;
}

input[type="radio"], input[type="checkbox"], label {
	cursor:pointer;
}

hr {
  	border: 0;
	background-color:transparent;
	height:0px;
	border-bottom:1px dotted #333;
}

.sgb_button {
	border:1px solid #CCC;
	background-color:#e2e2e2;
	border-radius:3px;
	padding:1px;
	margin-bottom:2px;
	cursor:pointer;
	font-weight:bolder;
}

.sgb_button:hover {
	color:#FFF;
	border:1px solid #666;
	background-color:#757575;
	border-radius:3px;
	cursor:pointer;
	font-weight:bolder;
}

.sgb_smilies img {
	cursor:pointer;
	padding:5px 5px 1px 5px;
	border-bottom:3px solid transparent;
}

.sgb_smilies img:hover {
	padding:1px 5px 5px 5px;
	border-bottom:3px solid #666666;
}

.sgb_input {
	border:1px solid #e2e2e2;
	padding:2px;
	border-radius:3px;
}

.sgb_input:hover, .sgb_input:focus {
	border:1px solid #C8EF0E;
	background-color:#F1FBBD;
	padding:2px;
	border-radius:3px;
}

a:visited, a:link {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#000000;
}

.sgb_active {
	color:#000000;
	background-color:#FFFFFF;
	padding:1px;
	border:#666666 solid 1px;
	font-weight:bolder;
	border-radius:3px;
}

.sgb_linkbuttons {
	padding:2px 0 2px 0;
}

.sgb_linkbuttons a:visited, .sgb_linkbuttons a:link {
	text-decoration:none;
	color:#000000;
	background-color:#e2e2e2;
	padding:1px;
	border:#666666 solid 1px;
	border-radius:3px;
}

.sgb_linkbuttons a:hover {
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
	padding:1px;
	border:#666666 solid 1px;
	border-radius:3px;
}

a.sgb_admindel:visited, a.sgb_admindel:link {
	text-decoration:none;
	color:#CCCCCC;
	font-weight:bolder;
	padding:2px;
}

a.sgb_admindel:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#990000;
	font-weight:bolder;
	padding:2px;
}

