/*----------------------------------------------------------------------
# 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:10px;
}
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 { margin:10px 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;
}

h1 { font-size:20px;}

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;
    top: 0px;
    left: 0px;
}
input, select {
	font: 11px "Lucida Grande", Trebuchet MS, Verdana, sans-serif; display:inline;
}
.inputbox {
	padding: 0px 2px;
} 
.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:#fff;}
#menuextra a:hover{ text-decoration:underline;}

/* CONTENT
--------------------------------------------------------- */

.content { padding:10px 18px;}

/* CUSTOM 
--------------------------------------------------------- */

a.white { color:#fff;}
a.white:hover { text-decoration:underline;}

.select { background:url(../img/ico.select.gif) no-repeat 0px 3px; padding-left:30px; width:60%; }
.option { background:url(../img/ico.option.gif) no-repeat 0px 3px; padding-left:30px; width:60%; }

.disclaimer{font-size:10px; color:Gray}
.blueF
{
	font:14px; 
	color:#000080;
	font-weight: bold;
	text-decoration:underline;
	}
	
		/* Form Register
--------------------------------------------------------- */

.register_item_label 
{
    width: 120px;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    padding-right: 3px;
    height: 30px;
}
.register_help_header
{
    padding: 3px 3px 3px 7px;
    font-size: 11px;
    text-align: left;
    font-weight: normal;
    font-style: italic;
}
.register_success
{
    padding: 3px 3px 3px 7px;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    color: #009933;
}
.register_success_txt
{
    margin: 0px;
    padding: 3px 3px 3px 7px;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    font-style: normal;
}

/*Modify by Ricardo 30/12/2009*/
/*#loading{text-align:center;position:absolute;z-index:99;top:0px;left:0px; right:0; bottom:0;background-color:#7d7d82;filter:alpha(opacity=70); opacity:0.9;height:100%} */
#loader {position:relative; top:40%;font-family:Tahoma, Helvetica, sans; font-size:11.5px; color:#000000; background-color:#FFFFFF; padding:10px 0 16px 0; margin:0 auto; display:block; width:130px; border:1px solid #5a667b; text-align:left; z-index:2;}
#progress {height:5px; font-size:1px; width:1px; position:relative; top:1px; left:0px; background-color:#8894a8;}
#loader_bg {background-color:#e4e7eb; position:relative; top:8px; left:8px; height:7px; width:113px; font-size:1px;}
#page-container { width: 940px; margin-left: auto; margin-right: auto; } 
#exp_panel
{
    text-align:center;position:absolute;z-index:11;top:0px;left:0px; right:0; bottom:0;
    background-color:#7d7d82;filter: alpha(opacity=70); opacity:0.9;
}
#exp_txt
{
    position:relative; top:40%; left:40%; font-family:Tahoma, Helvetica, sans; font-size:11.5px; 
    background-color:#FFFFFF;width:230px; padding:10px; margin:10px; border:1px solid #a81e2e; 
    text-align:center; z-index:10;
}
.expfont{font-family:Tahoma, Helvetica, sans; color:#a81e2e; font-weight:bold;}  
.footer a{
color:#000066;
font-weight:bold;
text-decoration:none;
}
/*Modify by Ricardo*/