/* AIR NEW ZEALAND FASHION WEEK STYLESHEET */

body {
background-color: Black;
margin-top: 10px;
}

ul {
	margin-top:-2px;
}
li {
	margin-top: 2px;
}
/*TYPE & SPACING STYLES*/

#bkgndTile {
	background-image: url(images/redTile.jpg);
	background-repeat: repeat;
}
.submitWrapper {
	padding-top:8px;
}
.outerTableBorder {
	border: 1px solid #B2B2B2;
}

.dividerTop {
	border-top: 1px solid #B2B2B2;
}

.dividerTopRight {
	border-top: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
}

.dividerTopDark {
		border-top: 1px solid #666666;
}
.dividerRight {
		border-right: 1px solid #B2B2B2;
}

.bigWhiteHead {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	color: White;
	background-color: transparent;
}

.bodycopy {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background-color: transparent;
}
.bodycopyWhite {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	background-color: transparent;
}
.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Black;
	background-color: transparent;
	text-decoration: none;
}

a.footer:link, a.footer:active {
	text-decoration: none;
	color: Black;
}

a.footer:hover {
	text-decoration: underline;
}

a.footer.visited {
	text-decoration: none;
	color: White;
}
.whiteFooter {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: White;
	background-color: transparent;
	text-decoration: none;
}

a.whiteFooter:link, a.whiteFooter:active {
	text-decoration: none;
	color: White;
}

a.whiteFooter:hover {
	text-decoration: underline;
}

a.footer.visited {
	text-decoration: none;
	color: Black;
}
#footerWrapper {
	padding-top:5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	vertical-align: middle;
	text-align: center;
}

#formWrapper {
	padding-top:5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}


/* IMAGE STYLES*/


/* COLOUR STYLES */

#mainTable {
	background-color: White;
}
.fawn {
	background-color: #DBDCCF;
}
#plainRedBkgnd {
	background-image: url(images/main_image_register.jpg);
	background-repeat: no-repeat;
}
#content {
	padding:20px;
}

/*----------------------STYLES FOR MICROSITE CONTROLS----------------------*/

/*All controls are contained within a table. Each table is linked to this style*/
.MicrositeTable
{
	width: 270px;
	padding-bottom:4px;
}

/*The width of the first column (the column with the labels for the textboxes in it)
The top left cell of each user control table is linked to this style*/
.MicrositeWidthOfFirstColumn
{
	width: 160px;
}

/*The width of the column that contains the error markers when invalid input is submitted*/
.MicrositeWidthOfErrorColumn
{
	width: 15px;
}
/*Input textboxes*/
.MicrositeTextbox
{
	font-size: 8pt;
	width: 125px;
   color: Black;
   background-color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Textbox for phone numbers*/
.MicrositePhoneNumberTextbox
{
	font-size: 8pt;
	width: 80px;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*The labels for the textboxes, drop-down lists etc*/
.MicrositeLabel
{
    COLOR: White;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px
}

/*drop down list*/
.MicrositeList
{
	font-size: 8pt;
	width: 125px;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*The style for the phone prefix drop down lists*/
.MicrositePhonePrefixList
{
	font-size: 8pt;
	width: 45px;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Submit entry button*/
.MicrositeSubmitButton
{
	background-color: #663333;
	text-decoration: none;
	border-style: outset;
	border-left-color: #990000;
	border-bottom-color: #993300;
	border-right-color: #993300;
	border-top-color: #993300;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
}

/*When a user attempt to submit an entry with invalid data, error messages
are displayed in a validation summary control. The appearance of the messages
can be modified here*/
.MicrositeValidationSummary
{
	/*width: 300;*/ /*The height/width of the summary can also be controlled*/
	font-size: 8pt;
	font-weight:bold;
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*The symbol (doesn't have to be an asterix) that appears next to form controls which contain invalid data*/
.MicrositeErrorAsterix
{
	font-size: 8pt;
	font-weight:bold;
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*The asterix that appears next to fields that are mandatory */
.MicrositeMandatoryAsterix
{
	font-size: 8pt;
	font-weight:bold;
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Radio buttons*/
.MicrositeRadioButton
{
}

/*Checkboxes*/
.MicrositeCheckbox
{
}

/*Free text*/
.MicrositeFreeText
{
	font-size: 8pt;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*The div used to display an error message when javascript isn't enabled (in the image submit button control). The div should be positioned so it covers the submit button.*/
.MicrositeJavascriptDiv
{
	Z-INDEX: 20; 
	RIGHT: 2px; 
	WIDTH: 300px; 
	POSITION: relative; 
	TOP: -75px;	
}

/*The table used to display an error message when javascript isn't enabled (in the image submit butotn control). The message is displayed under or on top of the submit button.*/
.MicrositeJavascriptMessage
{
	font-size: 10pt;
	color: #dd3333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ddddff;
	border-style: solid;
	border-width: 5px;
	border-color: Navy;
}

/*The text within the email verification message control. If you have not included this control, you do not need to use this style*/
.MicrositeEmailVerificationMessage
{
	font-size: 8pt;
    color: Yellow;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Hyperlinks*/
.MicrositeLink
{
font-size: 8pt;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MicrositeLink:link {color:#FFFFFF;}
.MicrositeLink:visited {color:#FFFFFF;}
.MicrositeLink:hover {text-decoration: underline; color:#FFFFFF;}