/*----------------------------------------------------------------------
# SuperMoney v0.1 Beta
------------------------------------------------------------------------*/

/* GENERAL STYLING
--------------------------------------------------------- */

body {
	font-family: "Lucida Grande", Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #333;
	margin: 0;
	padding: 0;
	text-align:center;
	margin-bottom:20px;
}
div, p { margin:0; padding:0;}

img { border:none;}

.clr {
	clear: both;
}

.latpadd { padding:0px 10px;}

.floatleft { float:left;}

.floatright { float:right;}

p {
	margin: 0;
	padding-bottom: 5px;
}

hr { width:978px; margin:5px auto; 	border: none 0;
	border-top: 1px solid #d5d5d5;
	height: 1px;
}

h1, h2, h3 {
	font-size: 16px;
	color: #1f4d9d;
	font-weight: normal;
	margin: 5px 0px;
}

h2 {background:url(../img/star.gray.gif) center left no-repeat; padding-left:15px; margin:15px 0px 5px 15px;}

a:link, a:visited {
	color: #1f4d9d;
	text-decoration: none;
	position: relative;
}
a:hover{
	color: #1f4d9d;
	text-decoration: none;
}
a:focus {
  outline: none;
}

ul { margin:0; padding:0;}

form {
	margin: 0;
	padding: 0;
	position: relative;
}
input, select {
	font: 11px "Lucida Grande", Trebuchet MS, Verdana, sans-serif; display:inline;
}
.inputbox {
	padding: 0px 2px;
}

select { width:110px;}

.inputbox:focus {
	border: 1px solid #BABDB6;
	background: #FFFFDD;
}
textarea {
	padding-left: 2px;
}
textarea.inputbox{
	font: 11px "Lucida Grande", Trebuchet MS, Verdana, sans-serif; display:inline;
	width: 95%;
}
fieldset{
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 10px;
}
.button {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: #f5f5f5;
	color: #999;
	cursor: pointer;
}
.button:hover, .button:focus {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	color: #000;
}
.inputbox {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #BABDB6;
}

/* TOP MENU
--------------------------------------------------------- */

#menuextra a{ color:#666;}
#menuextra a:hover{ color:#1f4d9d; text-decoration:none;}

