/* Master link colors */
a:link, a:visited {
	color: #15ACDA;
	text-decoration: none;
}
a:hover, a:active {
	color: #221E20;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0px;
	background-image: url(/images/topbarBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #15ACDA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/*th {
	padding: 8px;
	font-size: 16px;
	background:#CCC;
	color:#FFF;
}

.th {
	border-left: 1px solid #FFF;	
}

td {
	padding: 8px;
	border-bottom: 1px solid #CCC;	
	border-left: 1px solid #CCC;		
}*/


body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	margin: 0px;
}
#bodyArea {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.borderbg {
	background-image: url(/images/borderBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 893px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.borderbttm {
	background-image: url(/images/borderBttm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 9px;
}
.bordertop {
	background-image: url(/images/borderTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 11px;
}

.buttons {
	/*width:180px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(/images/navbg.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #15ACDA;
	color:#FFF;
	/* Rounded Corners*/
	/*For Mozilla*/
	-moz-border-radius: 5px;
	/*For Safari*/
	-webkit-border-radius: 5px;
	/*For CSS3*/
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
}

.buttonsHover {
	/*width:180px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(/images/navbg.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #000;
	color:#FFF;
	/* Rounded Corners*/
	/*For Mozilla*/
	-moz-border-radius: 5px;
	/*For Safari*/
	-webkit-border-radius: 5px;
	/*For CSS3*/
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
}

.error {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#promoterbox {
	text-align: left;
	padding: 0px 20px 20px;
}
#footerbox {
	text-align: right;
	padding: 0px 20px 20px;
}#footerlogos {
	float: left;
}
.formbutton {
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(/images/navbg.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #15ACDA;
	color:#FFF;
	/* Rounded Corners*/
	/*For Mozilla*/
	-moz-border-radius: 5px;
	/*For Safari*/
	-webkit-border-radius: 5px;
	/*For CSS3*/
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formbutton:hover {
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(/images/navbg.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #000;
	color:#FFF;
	/* Rounded Corners*/
	/*For Mozilla*/
	-moz-border-radius: 5px;
	/*For Safari*/
	-webkit-border-radius: 5px;
	/*For CSS3*/
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*.largeButtons {
	font-size: 18px;
	padding:10px;
	border: 1px solid #CCC;
	background-color:#FCFCFC;
	width:180px;
	text-decoration:underline;
}

.largeButtonsHover {
	font-size: 18px;
	padding:10px;
	border: 1px solid #CCC;
	background-color:#15ACDA;
	width:180px;
	color:#FFF;
	text-decoration:underline;
}*/
#logoBox {
	padding-top: 20px;
	padding-left: 0px;
	float: left;
}
#madeforBox {
	float: right;
	clear: right;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	border: 1px solid #D6D6D6;
	padding: 8px 20px;
	/* Rounded Corners*/
	/*For Mozilla*/
	-moz-border-radius: 5px;
	/*For Safari*/
	-webkit-border-radius: 5px;
	/*For CSS3*/
	border-radius: 5px;
}
#madeforBox b {
	font-size: 12px;
	color: #15ACDA;
}
#madeforBox i {
	font-style: normal;
	color: #119C88;
}


/* Navigation */
#navcontainer {
	height: 30px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#navlist {
	padding: 3px 3px 0px;	
}

#navlist li {
	list-style-type: none;
	float: left;
}
#navlist ul {
	padding: 0px;
	margin: 0px;
}
#navlist a {
	display: block;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(/images/navbg.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #15ACDA;
	margin-right: 10px;
	text-decoration: none;
	/* Rounded Corners*/
	/*For Mozilla*/
	-moz-border-radius: 5px;
	/*For Safari*/
	-webkit-border-radius: 5px;
	/*For CSS3*/
	border-radius: 5px;
}
#navlist a:link, #navlist a:visited {
	color: #FFF;
	font-weight: bold;
}
#navlist a:hover, #navlist a:active {
	color: #000;
	font-weight: bold;
}

.over {
	background-color: #F5F5F5;
	color: #666;
}

.photoLeft {
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	text-align: center;
}

.photoRight {
	float: right;
        width: 540px;
}
.step {
	background-image:url(../images/step_circle.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.tableNone {
	border: 0px;
	width: 800px;
}
.tableNone td {
	border: 0px;
}

.tableAccount {
	border: 0px;
	width:99%;
}

.tableAccount td {

}

.tableRow1 {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.tableStyle {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 15px;
	font-size: 13px;
}
.tableStyle .tableHdr2 {
	font-size: 13px;
	background-image: url(/images/navbg.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #15ACDA;
	color: #FFF;
}
table.tableStyle {
    border-collapse: collapse;
}
.tableStyle td {
	padding: 4px 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.tableStyle td table td {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tableStyle th {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000;
	text-align: left;
	padding: 8px;
	background-image: url(/images/navbg.png);
	background-repeat: repeat-x;
	background-position: center center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.tableStyle th a {
	font-size: 11px;
	font-weight: normal;
	float: right;
	display: block;
	padding: 2px 5px;
	clear: left;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
}
.tableStyle th a:active {
	color: #FFFFFF;
	background-color: #CC6600;
}
.tableStyle th a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
.tableStyle th a:link, .tableStyle th a:visited {
	color: #FFFFFF;
	background-color: #333333;
}
.tableStyle .rowcolor {
	background-color: #EEE;
}

#topbarBox {
	height: 128px;
}

#user {
	padding-top: 15px;
	color: #15ACDA;
}
#userbox {
	float: right;
	height: 40px;
	padding-right: 23px;
}
