/**
 * Westfield Page
 */
.main-container .main-container-right-b {
	width:700px;
	padding-bottom: 20px;
}
table#mainTable {
	margin-bottom: 20px;
}
p.introText {
	color: #333333;
	font-size: 12px;
	margin-left: 40px;
}
h3.header {
	margin-left: 40px;
}
.form-item-label, .formDataText, .formData, .formData label {
	color: #666666;
	font-size: 11px;
}

span.mandatory {
	font-family: "Arial Narrow";
	color: #ff0000;
}
td.privacy-policy {
	font-size: 10px;
	background: #E5E5E5;
	padding: 5px;
}

td.form-item-label {
	padding-top: 5px;
}
td {
	vertical-align: top;
}

/** form elements**/

form {
font-size:12px;
}
.navselect select{
	font: 11px/15px Arial, Helvetica, sans-serif; /* sets the default font to 10px */
	border-color:#5A551A;
	color:#000000;
	background:#eadee3;
	width: 146px;
}

.contact_email {
	padding-left: 30px;
}

.button {
	background-color: #F5F5F5;
	border: 1px solid #CBCBCB;
	color: #000000;
	float: left;
	font-family: Verdana;
	font-size: 11px;
}

.button:hover {
	color: #FF8C00;
}

.inputbox{
	background-color: #fcfafb;
	border: 1px;
	border-color: #DADADA;
	border-style: solid;
	margin-bottom: 5px;
	margin-top: 5px;
	}

input[type="submit"]{
width:100px;
margin-top:5px;
}
input[type="text"], input[type="password"], input[type="select"]   {
width:180px;
margin-top:5px;
}
label {
margin-top:5px;
font-size:12px;
}
label.indent {
	display: block;
	width: 270px;
	float: left;
	margin-top: 0;
}
input[type="checkbox"] {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}
td.formLabel {padding-top:10px;padding-bottom:7px;}
td.formData {padding-bottom:7px;}
td.formDataText {padding-top:5px;}
td.subscription-warning {
	border-color: #e6e6e6;
	border-width: 1px;
	border-style: dotted;
	background: #ffffcc;
	padding:8px;
	color: #333;
	margin-bottom: 10px;
}
label.error {
	color: #cc0000;
	clear: left;
	float: none;
}



/**
 * Auto Complete Field Data
 */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/**
 * Whats What page
 */
.left-nav-container {
	padding: 22px 0 0;
	margin: 0 12px;
}
ul.left-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}
ul.left-nav li {
	padding:4px 0;
}
ul.left-nav li.selected {
	font-weight: bold;
}
ul.left-nav a:link, ul.left-nav a:visited {
	color: black;
	text-decoration: none;
}