/*START of Global styles - these styles do not depend on the gender*/
.Bigname {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 28px;
	color: #919291;
}
.measurements {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #959695;
}

.formstxt {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #959695;
}
.alltxt {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 13px;
	color: #959695;
	text-decoration:none;
}
.chckbox {
	background-color: #FFFFFF;
	height: 14px;
	width: 14px;
}
.txtbox {
	font-family: Century Gothic, Verdana;
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919291;
	text-transform:lowercase;	
	letter-spacing:1px;
}
.textboxfont{
	text-decoration: none;
	color: #000000;
	font-family: Century Gothic, Verdana;
	font-size: 11px;
	width: 120px;
	background-color: #FFFFFF;

}
.attachboxfont{
	text-decoration: none;
	color: #000000;
	font-family: Century Gothic, Verdana;
	font-size: 11px;
	background-color: #FFFFFF;

}
.combofont{
	text-decoration: none;
	color: #000000;
	font-family: Century Gothic, Verdana;
	font-size: 11px;
	width: 400px;
	height: 40px;
	background-color: #FFFFFF;

}
.printbrdr {
	border: 1px solid #989998;
}
a.homenav:link, a.homenav:visited, a.homenav:hover, a.homenav:active, .homenav {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 10px;
	color: #919291;
	text-decoration:none;
	text-transform:lowercase;
	line-height: 10px;
}
a.printlink:link, a.printlink:visited, a.printlink:hover, a.printlink:active, .printlink {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #919291;
	text-decoration:none;
	text-transform:lowercase;
	line-height: 10px;
}
/*END of Global styles*/


/* Styles below are for differentiating between Men and Women colours

   Results page model name links*/
a.modelnameW:link, a.modelnameW:visited, .modelnameW {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 13px;
	color: #919291;
	text-decoration:none;
	line-height: 14px;
}
a.modelnameW:hover, a.modelnameW:active {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 13px;
	color: #f03b83;
	text-decoration:none;
	line-height: 14px;	
}
a.modelnameM:link, a.modelnameM:visited, .modelnameM {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 13px;
	color: #919291;
	text-decoration:none;
	line-height: 14px;	
}
a.modelnameM:hover, a.modelnameM:active{
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 13px;
	color: #60b73f;
	text-decoration:none;
	line-height: 14px;	
}

a.alphabetW:link, a.alphabetW:visited {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #989998;
	letter-spacing: 1px;
	text-decoration:none;	
}
a.alphabetW:hover, a.alphabetW:active, .alphabetW {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #f03b83;
	letter-spacing: 1px;
	text-decoration:none;	
}
.arrivaltimeW {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 9px;
	color: #f03b83;
	font-style: italic;
}
.arrivaltimeM {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 9px;
	color: #60b73f;
	font-style: italic;
}
a.alphabetM:link, a.alphabetM:visited {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #989998;
	letter-spacing: 1px;
	text-decoration:none;	
}
a.alphabetM:hover, a.alphabetM:active, .alphabetM {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #60b73f;
	letter-spacing: 1px;
	text-decoration:none;	
}
/* Details measurement labels*/
.measurementLabelW {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 13px;
	color: #f03b83;
}
.measurementLabelM {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 13px;
	color: #60b73f;
}
