/*** 
	Generic Ezidebit Layout Stylesheet
	Created by Ben Cull - 21 July 2010

	Ezidebit Pty Ltd Default Theme
***/


/****** Layout and Setup ******/
html, body, form
{
	padding:0;
	margin:0;
}

body
{
	font-family: Verdana,Lucida Sans;
	font-size: 9pt;
	line-height:14pt;
}

#wrapper
{
	width:980px;
	margin:0 auto;
}

.hidden
{
	display:none;
}
.noscript-padding
{
    width:100%;
    height:30px;
}
.notification
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    line-height:30px;
    height:30px;
    text-align:center;
    font-weight:bold;
    font-size:1.4em;
    z-index:10000;
}
.terms
{
    font-size:8pt;
    background-color:#EBEBE4;
}

.clear
{
    clear:both;
}

table.small
{
    font-size:7pt;
}

#Fees
{    
    clear:both;
}
#Fees thead
{
    font-weight:bold;
}
#Fees td
{
    padding-right:15px;
}
#Fees .padLeft
{
    padding-left:20px;
}

/****** Header ******/
#header
{
    overflow:hidden;
}

#header #logo
{
	display:block;
	float:left;
}

#header #pci
{
    float:right;
    width:150px;
    height:103px;
    background:url('../img/pci_ssc_participating_small.jpg') no-repeat;
}

#header #dd
{
    float:right;
    width:109px;
    height:103px;
    background:url('../img/DDLogoT.gif') no-repeat center center;
}

#header #navbar
{
    clear:both;
	overflow:hidden;
}
#header #navbar #navbar-left
{
	float:left;
}
#header #navbar #navbar-middle
{
	float:left;
}
#header #navbar #navbar-right
{
	float:right;
}


/****** Body ******/
#content
{
	padding:1px 10px 30px 10px;
	position:relative;
	min-height:500px;
}


/****** Footer ******/
#content-footer
{
}
#footer
{
	margin:20px 0 0 0;
	width:980px;
	height:46px;
	line-height:46px;
}
#footer .footer
{
	margin:0 auto;
	width:665px;
	height:46px;
}
#footer .links
{
	width:225px;
	line-height:46px;
	height:46px;
	float:left;
}
#footer a
{
	margin:0 5px;
}
#footer .copyright
{
	margin:0 0 0 10px;
	width:225px;
	height:46px;
	float:left;
}
#footer .poweredBy
{
	margin:5px 0 0 10px;
	width:180px;
	height:46px;
	float:left;
	background:url('../img/Powered-by-Ezidebit_Logo.gif') no-repeat;
}

/****** Headers ******/
h1
{
	font-family: Verdana;
	font-size: 26px;
	font-weight: normal;
}

h2
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;	
}

h3
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;	
	padding-bottom:5px;
	margin:0 0 10px 0;
	clear:both;
}

.padTop
{
	padding-top:10px;
}


/****** Forms ******/
fieldset
{
	border:0;
}

fieldset legend
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;	
}

fieldset .fieldsetDesc
{
	width:200px;
	float:left;
	font-size:8pt;
	padding:10px;
	margin:0 10px 0 0;
}
fieldset .fieldsetContent
{
	padding-left:10px;
	width:688px;
	float:left;
	overflow:visible;
}
fieldset .fieldsetContent .field
{
	position:relative;
	margin:0 10px 10px 0;
	float:left;
	overflow:visible;
}
fieldset .fieldsetContent .first
{
	clear:both;
}
fieldset .fieldsetContent .fieldRow
{
	clear:both;
}
fieldset .fieldsetContent label
{
	font-family: Verdana;
	font-size:10pt;
	font-weight:bold;
	display:block;
}
fieldset .fieldsetContent label.rowHeader
{
	clear:both;
	height:60px;
	line-height:60px;
	float:left;
	width:150px;
}

fieldset .fieldsetContent label.radio
{
	display:inline;
	font-weight:normal;
}
fieldset .fieldsetContent label.regular
{
	font-weight:normal;
}
fieldset .fieldsetContent .radio-wrapper
{
	padding:5px 10px;
	margin:0 5px;
	float:left;
}
fieldset .fieldsetContent .radio-wrapper input,
fieldset .fieldsetContent .check-wrapper input
{
    border:0;
}
fieldset .fieldsetContent .radio-wrapper input:focus,
fieldset .fieldsetContent .check-wrapper input:focus
{
    border:0;
}
fieldset .fieldsetContent input,
fieldset .fieldsetContent select
{
	font-family: Verdana;
	font-size:10pt;
	padding:2px 5px;
	-moz-border-radius:5px;
	-web-kit-border-radius:5px;
	border-radius:5px;
}
fieldset .fieldsetContent input:focus,
fieldset .fieldsetContent select:focus
{
}
fieldset .fieldsetContent input.error
{
	padding-right:40px;
}
fieldset .fieldsetContent input.loading
{
	padding-right:21px;	
}
fieldset .fieldsetContent .errorMessage
{
	display:none;
	position:absolute;
	padding:5px 15px 5px 10px;
	top:41px;
	right:0px;
	z-index:4001;
}
fieldset .fieldsetContent input.calender + .errorMessage
{
    overflow:visible;
}
fieldset .fieldsetContent input:focus + .errorMessage
{
	display:block;
}
fieldset .fieldsetContent .panel
{	
    clear:left;
	overflow:visible;
	padding:5px 0 0 20px;
}
fieldset .fieldsetContent .ba
{
    float:right;
    margin:2px 0 0 10px;
    display:block;
}
fieldset .fieldsetContent .cc
{
    float:right;
    margin:-3px 0 0 10px;
    width:48px;
    height:30px;
    display:block;
}
fieldset .fieldsetContent .visa
{
    background:url('../img/cc_visa.png') no-repeat;
}
fieldset .fieldsetContent .amex
{
    background:url('../img/cc_amex.png') no-repeat;
}
fieldset .fieldsetContent .diners
{
    background:url('../img/cc_diners_club.png') no-repeat;
}
fieldset .fieldsetContent .mastercard
{
    background:url('../img/cc_master_card.png') no-repeat;
}
fieldset .fieldsetContent .paypal
{
    background:url('../img/cc_paypal.png') no-repeat;
}

/*** Super Awesome Button Stylez ***/
.awesome{
    background: #222 url(../img/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    /*text-shadow: 0 -1px 1px #222;*/
    border-bottom: 1px solid #222;
    position: relative;
    cursor: pointer;
}
/* Sizes ---------- */
.small.awesome {
    font-size: 11px;
}
.medium.awesome {
    font-size: 13px;
}
.large.awesome {
    font-size: 14px;
    padding: 8px 14px 9px;
}

/* Colors ---------- */
.blue.awesome {
    background-color: #2daebf;
}
.red.awesome {
    background-color: #e33100;
}
.magenta.awesome {
    background-color: #a9014b;
}
.orange.awesome {
    background-color: #ff5c00;
}
.yellow.awesome {
    background-color: #ffb515;
}
.green.awesome {
    background-color:#2D812C;
}
.green.awesome:hover {
    background-color:#245F23;
}

/***/

/* Layout Hack */
#txtOnceDebitAmount, #ddlRegFrequency
{
    margin-bottom:20px;
}

.HostInfo{
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 14px;
    color: #FF0000;
    background-color: #FFFFFF;
}

/***/

/* NZ Compliance Information */

#eziInfoWrap {
    display:block;
    width:100%;
    text-align:center;
    margin-top:20px;
}

#eziInfo {
    padding-left:20px;
}

.eziInfoItem {
    display:inline-block;
    margin: 2px 10px 2px 0;
}

.eziInfoBar {
    display:inline-block;
    margin-right:10px;

}

